| Commit message (Expand) | Author | Age |
* | avoid -O default for CFLAGS, and document | Joey Hess | 2009-10-21 |
* | fix typo in --getctime description | Joey Hess | 2009-04-03 |
* | add missing parameters | Joey Hess | 2009-03-13 |
* | fix doc, prefix directives have been default for a while | Joey Hess | 2009-03-08 |
* | update, add some examples | Joey Hess | 2009-03-07 |
* | move inline docs to ikiwiki/directive/inline•••ikiwiki/blog will be going away
| Joey Hess | 2008-09-11 |
* | Fix link to mdwn2man in gitweb | http://smcv.pseudorandom.co.uk/ | 2008-08-20 |
* | reorg | Joey Hess | 2008-08-08 |
* | remove ikiwiki.setup•••To generate your own, use ikiwiki -dumpsetup ikiwiki.setup
Update docs.
| Joey Hess | 2008-07-26 |
* | document | Joey Hess | 2008-07-26 |
* | add a link to ikiwiki-transition | Joey Hess | 2008-05-15 |
* | add a link to the orphaned banned_ussrs page | Joey Hess | 2008-05-15 |
* | template change documentation | Joey Hess | 2008-05-06 |
* | Bring back the svnrepo setup file option. This is needed for recentchangediff... | Joey Hess | 2008-04-17 |
* | Add --prefix-directives and --no-prefix-directives options to ikiwiki•••This avoids the need to set prefix_directives with --set.
| Josh Triplett | 2008-02-08 |
* | * 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 |
* | 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 |
* | * 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 |
* | web commit by http://adam.shand.net/ | Joey Hess | 2008-01-19 |
* | update about openids and admin powers | Joey Hess | 2008-01-19 |
* | MAJOR basewiki reorg•••Including redir pages for the moved basewiki pages. These will be removed in
a future release.
| Joey Hess | 2007-12-08 |
* | * Let CC be used to control what compiler is used to build wrappers.•••* Use 'cc' instead of gcc as the default compiler.
| Joey Hess | 2007-11-25 |
* | revert change by sundb_89. Please do not randomly change words on this page, ... | Joey Hess | 2007-11-18 |
* | web commit by sundb_89 | Joey Hess | 2007-11-18 |
* | * Add wrappergroup config option, which can be used to cause wrappers••• to be created owned by some group other than the default. Useful
then there's a shared repository with access controlled by a group,
to let ikiwiki run setgid to that group.
* ikiwiki-mass-rebuild: Run build with the user in all their groups.
| Joey Hess | 2007-11-14 |
* | commit.•••* Add the ikiwiki-update-wikilist command.
| joey | 2007-09-06 |
* | add link | joey | 2007-09-05 |
* | reorg all the pages about rcs backends. Fix all links | joey | 2007-08-21 |
* | * Fix --libdir to work at the command line.•••* Plugins can now be written as standalone external programs, which can
be written in any language that can do XML::RPC.
| joey | 2007-08-13 |
* | web commit by tschwinge: --usedirs is used by default. | joey | 2007-08-08 |
* | updates | joey | 2007-08-04 |
* | web commit by sward: Correction to plugin path in --libdir option description | joey | 2007-07-28 |
* | * Add a libdir config option to let ikiwiki load perl modules, including••• plugins, from a user-configurable directory.
| joey | 2007-07-27 |
* | more triage | joey | 2007-07-25 |
* | * Add a htmlext config option, this can be used to make ikiwiki generate••• html files with a different extension.
| joey | 2007-07-25 |
* | * Support setting svnpath to "" for wikis that are rooted at the top of••• their svn repositories, with no trunk directory.
| joey | 2007-04-16 |
* | magic 0 | joey | 2007-04-07 |
* | * 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 |
* | * Hide excess backlinks and expand using CSS trick; control quantiy via••• the numbacklinks setting.
| joey | 2007-03-31 |
* | * Add a templates page to the basewiki. It will automatically list all••• available templates. Rename the old templates page to wikitemplates.
* Include the note template in the basewiki.
* Add a popup template in the basewiki. CSS based on some by Martin Krafft.
* Make the note, popup, and plugin templates detect missing variables and be
self-documenting, listing the available variables.
| joey | 2007-03-31 |
* | * Add --post-commit option, which allows for the case of a split web server••• and RCS server (or a push mirror). With this the RCS server can have a
real post-commit hook that sshs back to the web server, and runs ikiwiki
in post-commit mode to update the wiki.
| joey | 2007-03-29 |
* | * New domain name for ikiwiki: ikiwiki.info. Update your links. | joey | 2007-02-18 |
* | web commit by JoshTriplett: Link to mdwn2man. | joey | 2007-02-14 |
* | web commit by JoshTriplett: Copyedit. | joey | 2007-02-14 |
* | * viewcvs is now viewvc (in Debian unstable), update everything to use the••• new name.
| 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 |
* | web commit by JeremyReed: As of 1.37, you have to manually enable a rcs => "s... | joey | 2007-01-24 |
* | * Search in default location for templates as a fallback when templatedir is••• pointed elsewhere, so that only modified templates need to be copied into
a templatedir. Based on work by JeremyReed.
| joey | 2007-01-12 |
* | web commit by JeremyReed: fix typo | joey | 2006-12-28 |
* | responses and doc improvement | joey | 2006-12-23 |