| Commit message (Expand) | Author | Age |
* | search: Converted to use xapian-omega.•••Everything is done except for the actual indexing. I plan to do incremental
indexing as pages change.
| Joey Hess | 2008-06-03 |
* | documentation for use of hashed passwords•••Everything but the actual coding to support them.
| Joey Hess | 2008-05-29 |
* | adjust example cgiurl•••This way it matches the path given for the cgi wrapper, assuming apache
set up to use /var/www.
| Joey Hess | 2008-05-21 |
* | ENV can be used in the setup file to override environment variable setting, s... | Joey Hess | 2008-05-15 |
* | mdwn: Add a multimarkdown setup file option. | Joey Hess | 2008-05-13 |
* | amazon s3 index file improvements•••Turns out duplicate index files do not need to be stored when usedirs is in
use, just when it's not. Ikiwiki is quite consistent about using page/ when
usedirs is in use. (The only exception is the search plugin, which needs
fixing.)
This also includes significant code cleanup, removal of a incorrect special
case for empty files, and addition of a workaround for a bug in the amazon
perl module.
| Joey Hess | 2008-05-08 |
* | amazon s3 support implemented and kinda working•••pruning not yet implemented, however
| Joey Hess | 2008-05-07 |
* | pinger/pingee now tested and working | Joey Hess | 2008-05-06 |
* | aggregate: Add support for web-based triggering of aggregation for people st... | Joey Hess | 2008-05-05 |
* | anonk: Add anonok_pagespec configuration setting that can be used to allow an... | Joey Hess | 2008-05-01 |
* | Bring back the svnrepo setup file option. This is needed for recentchangediff... | Joey Hess | 2008-04-17 |
* | change wording | Joey Hess | 2008-04-10 |
* | Added a hardlink option in the setup file, useful if the source and dest are ... | Joey Hess | 2008-03-29 |
* | * monotone: Require version 0.38 or greater, and stop using the mtnmergerc••• option. (Brian May)
| Joey Hess | 2008-03-12 |
* | * Fix example exclude regexp. Closes: #469691 | Joey Hess | 2008-03-06 |
* | per Brian May, change monotone historyurl•••> This doesn't work in currently released versions of viewmtn (it was
> meant to), but has been fixed in the development repository. I imagine
> it won't be long until the next release.
| Joey Hess | 2008-02-24 |
* | * monotone: Add code to default mergerc file to run••• _MTN/ikiwiki-netsync-hook when a commit is merged in from the net.
| Joey Hess | 2008-02-14 |
* | clarify slightly | Joey Hess | 2008-02-08 |
* | Add commented example of prefix_directives to sample ikiwiki.setup | Josh Triplett | 2008-02-06 |
* | * inline: Add new `allowrss` and `allowatom` config options. These can be••• used if you want a wiki that doesn't default to generating rss or atom
feeds, but that does allow them to be turned on for specific blogs.
| Joey Hess | 2008-02-04 |
* | * monotone changes by Brian May:••• - On commits, replace "mtn sync" bidirectional with "mtn push" single
direction. No need to pull changes when doing a commit. mtn sync
is still called in rcs_update.
- Support for viewing differences via patches using viewmtn.
| Joey Hess | 2008-02-03 |
* | Add example diffurl for bzr. | Jelmer Vernooij | 2008-01-30 |
* | doc updates for bzr | Joey Hess | 2008-01-29 |
* | added configuration for recentchanges•••I kept it to a simple global configuration, rather than using the
preprocessor directive for recentchanges, because that had chicken and egg
problems and seemed overcomplicated. This should work reasonably well,
though it would be good to add some more metadata so that more customised
recentchanges pages can be made.
| Joey Hess | 2008-01-29 |
* | missed one notify | Joey Hess | 2008-01-29 |
* | * Removed support for sending commit notification mails. Along with it went••• the svnrepo and notify settings, though both will be ignored if left in
setup files.
| Joey Hess | 2008-01-29 |
* | Add trailing comma to commented-out umask in sample ikiwiki.setup | Josh Triplett | 2008-01-26 |
* | * Add umask configuration option. Closes: #443329 | Joey Hess | 2007-11-27 |
* | typo | Joey Hess | 2007-11-27 |
* | * Fix mercurial historyurl in example setup file. | Joey Hess | 2007-11-17 |
* | * In the example setup file, use mode 6755 for the git post-update hook.••• It needs to be setgid if the master repo is a shared repository, so
that pushes into the working copy repository happen as the same group,
avoiding permissions problems.
| Joey Hess | 2007-11-12 |
* | fix issue bma noticed (why does it use "r2"?) | joey | 2007-08-30 |
* | remove the mtnbinpath config option; users should use PATH if they need•••this kind of thing.
change formatting of some quotes
| joey | 2007-08-21 |
* | * Add monotone support, contributed by William Uther. | joey | 2007-08-21 |
* | fix typo | joey | 2007-07-27 |
* | * Add a libdir config option to let ikiwiki load perl modules, including••• plugins, from a user-configurable directory.
| joey | 2007-07-27 |
* | * Add a htmlext config option, this can be used to make ikiwiki generate••• html files with a different extension.
| joey | 2007-07-25 |
* | setup file should not have verbose => 0 | joey | 2007-06-01 |
* | * Add an account-creation password as a simple anti-spam mechanism. If••• set in the wiki setup, passwordauth will require the password in
order to create an account.
| joshtriplett | 2007-05-09 |
* | * Enable openid logins by default.•••* Enable usedirs by default.
| joey | 2007-04-29 |
* | turn on syslog for the svn post-commit hook | joey | 2007-04-09 |
* | Improve description of usedirs in ikiwiki.setup | joshtriplett | 2007-04-02 |
* | * Finally apply the index.html patch, with thanks to everyone who worked••• on and supported creating it (especially Tumov). This adds a "usedirs"
option that makes ikiwiki use foo/index.html instead of foo.html as
output page names. It is not yet enabled by default.
| joey | 2007-04-01 |
* | web commit by JoshTriplett: Add commented underlaydir usage, to document the ... | joey | 2007-02-09 |
* | web commit by JoshTriplett: Remove trailing whitespace. | joey | 2007-02-09 |
* | * Add canedit hook, allowing arbitrary controls over when a page can be••• edited.
* Move code forcing signing before edit to a new "signinedit" plugin, and
code checking for locked pages into a new "lockedit" plugin. Both are
enabled by default.
* Remove the anonok config setting. This is now implemented by a new
"anonok" plugin. Anyone with a wiki allowing anonymous edits should
change their configs to enable this new plugin.
* Add an opendiscussion plugin that allows anonymous users to edit
discussion pages, on a wiki that is otherwise wouldn't allow it.
* Lots of CGI code reorg and cleanup.
| joey | 2007-02-02 |
* | * Make gitorigin_branch and gitmaster_branch configurable via the setup••• file. Closes: #408599
| joey | 2007-01-27 |
* | fix typo | joey | 2007-01-15 |
* | fix bad example of exclude configuration item, and remove some stuff about•••it from discussion, since it is indeed documented
| joey | 2006-12-28 |
* | * Add mirrorlist plugin. | joey | 2006-12-23 |