Age | Commit message (Expand) | Author |
2007-05-17 | * Add a destpage parameter to the filter hook. | joey |
2007-05-12 | optimise backlinks counting for pagestats, simplify function returns again | joey |
2007-05-09 | * Add the needsbuild hook. Plugins can use this to manipulate which files | joey |
2007-04-27 | * pagespec_match() has changed to take named parameters, to better allow | joey |
2007-04-08 | oops | joey |
2007-04-07 | magic 0 | joey |
2007-04-01 | * Finally apply the index.html patch, with thanks to everyone who worked | joey |
2007-03-31 | * Hide excess backlinks and expand using CSS trick; control quantiy via | joey |
2007-03-24 | * Finally fixed the longstanding inline removal bug. | joey |
2007-03-08 | * The underscore escaping support exposed a bug in edit links: Such links | joey |
2007-03-07 | My fix to support encoded underscores in page titles broke links to pages | joey |
2007-02-20 | * Changed calling convention for httmllink slightly. The first three | joey |
2007-02-15 | * Many changes to make ikiwiki very resistant to write failures | joey |
2007-02-06 | * Patch based on a patch from Ethan to support relative matching in | joey |
2007-02-03 | code checking for locked pages into a new "lockedit" plugin. Both are | joey |
2007-01-18 | * Fix handling of discussion links on discussion pages when l10n is used. | joey |
2006-12-29 | * Don't put discussion links on discussion pages. | joey |
2006-12-29 | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey |
2006-12-28 | * Improve code that ignores files in the underlaydir if the srcdir has a | joey |
2006-12-23 | the problem with coding while drunk -- idiotic mistakes | joey |
2006-12-23 | * Avoid creating edit links when not in cgi mode. | joey |
2006-12-21 | * Turn $config{wiki_file_prune_regexps} into an array that is easier to | joey |
2006-11-26 | foo | joey |
2006-11-08 | * Make sure to check for errors from every eval. | joey |
2006-11-01 | * Implemented expiry options for aggregate plugin. | joey |
2006-10-28 | fix a bug | joey |
2006-10-28 | instead of over and over. Typical speedup is ~4x. Max possible speedup: | joey |
2006-10-28 | * Add a separate pass to find page links, and only render each page once, | joey |
2006-10-08 | * Change %renderedfiles to store an array of files rendered from a given | joey |
2006-09-21 | * Add --render mode, which can be used to preview an edit at the command | joey |
2006-09-09 | * Work on firming up the plugin interface: | joey |
2006-08-31 | drop the loop number to 3, 10 seems a bit much.. | joey |
2006-08-28 | * Change htmlize, format, and sanitize hooks to use named parameters. | joey |
2006-08-27 | fix reference counting oops | joey |
2006-08-27 | re-emit unprocessed preprocessor directives in full, in case they're really | joey |
2006-08-26 | added info | joey |
2006-08-26 | switch to > n (currently 10) cycle loop protection since eg tumov's include | joey |
2006-08-25 | use a hash | joey |
2006-08-25 | * Generalised preprocesser loop protection code. | joey |
2006-08-23 | remove unused option | joey |
2006-08-23 | * Change order of linkify and preprocess; first preprocess and then linkify. | joey |
2006-08-23 | update | joey |
2006-08-23 | fixes | joey |
2006-08-23 | * Allow preprocessor directives to contain python-like triple-quoted | joey |
2006-08-23 | * Allow preprocessor directives to span multiple lines, both to make | joey |
2006-08-22 | revert broken parentlinks fix, which was broken, explain why | joey |
2006-08-21 | * Clean up behavior with broken parentlinks. | joey |
2006-08-21 | * Fixed a bug with previews of subpages having broken links to top-level | joey |
2006-08-13 | * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed. | joey |
2006-08-04 | * Don't run tidy with -xml as that fails if the input is not well-formed. | joey |