aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
Commit message (Expand)AuthorAge
* * Many changes to make ikiwiki very resistant to write failuresjoey2007-02-15
* * Patch based on a patch from Ethan to support relative matching injoey2007-02-06
* code checking for locked pages into a new "lockedit" plugin. Both arejoey2007-02-03
* * Fix handling of discussion links on discussion pages when l10n is used.joey2007-01-18
* * Don't put discussion links on discussion pages.joey2006-12-29
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
* * Improve code that ignores files in the underlaydir if the srcdir has ajoey2006-12-28
* the problem with coding while drunk -- idiotic mistakesjoey2006-12-23
* * Avoid creating edit links when not in cgi mode.joey2006-12-23
* * Turn $config{wiki_file_prune_regexps} into an array that is easier tojoey2006-12-21
* foojoey2006-11-26
* * Make sure to check for errors from every eval.joey2006-11-08
* * Implemented expiry options for aggregate plugin.joey2006-11-01
* fix a bugjoey2006-10-28
* instead of over and over. Typical speedup is ~4x. Max possible speedup:joey2006-10-28
* * Add a separate pass to find page links, and only render each page once,joey2006-10-28
* * Change %renderedfiles to store an array of files rendered from a givenjoey2006-10-08
* * Add --render mode, which can be used to preview an edit at the commandjoey2006-09-21
* * Work on firming up the plugin interface:joey2006-09-09
* drop the loop number to 3, 10 seems a bit much..joey2006-08-31
* * Change htmlize, format, and sanitize hooks to use named parameters.joey2006-08-28
* fix reference counting oopsjoey2006-08-27
* re-emit unprocessed preprocessor directives in full, in case they're reallyjoey2006-08-27
* added infojoey2006-08-26
* switch to > n (currently 10) cycle loop protection since eg tumov's includejoey2006-08-26
* use a hashjoey2006-08-25
* * Generalised preprocesser loop protection code.joey2006-08-25
* remove unused optionjoey2006-08-23
* * Change order of linkify and preprocess; first preprocess and then linkify.joey2006-08-23
* updatejoey2006-08-23
* fixesjoey2006-08-23
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
* * Allow preprocessor directives to span multiple lines, both to makejoey2006-08-23
* revert broken parentlinks fix, which was broken, explain whyjoey2006-08-22
* * Clean up behavior with broken parentlinks.joey2006-08-21
* * Fixed a bug with previews of subpages having broken links to top-leveljoey2006-08-21
* * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.joey2006-08-13
* * Don't run tidy with -xml as that fails if the input is not well-formed.joey2006-08-04
* use htmlpage a couple of places instead of hardcoding the extensionjoey2006-08-04
* * Renamed GlobLists to PageSpecs.joey2006-08-02
* * ikiwiki can now download and aggregate feeds with its new aggregatejoey2006-07-30
* * Add a run_hooks function for the common task of running all hooks of ajoey2006-07-30
* * Build-depend on libtext-wikiformat-perl, so that the syntax check ofjoey2006-07-29
* * Switch pagetemplate hooks to using named parameters.joey2006-07-27
* * Patch from Enrico thatjoey2006-07-27
* * Run page through any relevant filters when generating a page preview.joey2006-07-26
* Encode:: cleanup from Recaijoey2006-07-05
* * Improve display of parentlinks and page title of toplevel index page.joey2006-07-04
* * Work around very innefficient behavior in File::Spec::abs2rel. Resultjoey2006-07-04
* use "use open" pragma to avoid manually needing to specify utf8 everywherejoey2006-07-03