summaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
AgeCommit message (Expand)Author
2007-02-20* Changed calling convention for httmllink slightly. The first threejoey
2007-02-15* Many changes to make ikiwiki very resistant to write failuresjoey
2007-02-06* Patch based on a patch from Ethan to support relative matching injoey
2007-02-03 code checking for locked pages into a new "lockedit" plugin. Both arejoey
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.potjoey
2006-12-28* Improve code that ignores files in the underlaydir if the srcdir has ajoey
2006-12-23the problem with coding while drunk -- idiotic mistakesjoey
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 tojoey
2006-11-26foojoey
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-28fix a bugjoey
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 givenjoey
2006-09-21* Add --render mode, which can be used to preview an edit at the commandjoey
2006-09-09* Work on firming up the plugin interface:joey
2006-08-31drop 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-27fix reference counting oopsjoey
2006-08-27re-emit unprocessed preprocessor directives in full, in case they're reallyjoey
2006-08-26added infojoey
2006-08-26switch to > n (currently 10) cycle loop protection since eg tumov's includejoey
2006-08-25use a hashjoey
2006-08-25* Generalised preprocesser loop protection code.joey
2006-08-23remove unused optionjoey
2006-08-23* Change order of linkify and preprocess; first preprocess and then linkify.joey
2006-08-23updatejoey
2006-08-23fixesjoey
2006-08-23* Allow preprocessor directives to contain python-like triple-quotedjoey
2006-08-23* Allow preprocessor directives to span multiple lines, both to makejoey
2006-08-22revert broken parentlinks fix, which was broken, explain whyjoey
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-leveljoey
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
2006-08-04use htmlpage a couple of places instead of hardcoding the extensionjoey
2006-08-02* Renamed GlobLists to PageSpecs.joey
2006-07-30* ikiwiki can now download and aggregate feeds with its new aggregatejoey
2006-07-30* Add a run_hooks function for the common task of running all hooks of ajoey
2006-07-29 * Build-depend on libtext-wikiformat-perl, so that the syntax check ofjoey
2006-07-27* Switch pagetemplate hooks to using named parameters.joey
2006-07-27* Patch from Enrico thatjoey
2006-07-26* Run page through any relevant filters when generating a page preview.joey
2006-07-05Encode:: cleanup from Recaijoey
2006-07-04* Improve display of parentlinks and page title of toplevel index page.joey
2006-07-04 * Work around very innefficient behavior in File::Spec::abs2rel. Resultjoey