]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/Render.pm
improve messages
[ikiwiki.git] / IkiWiki / Render.pm
2007-05-17  joey* Add a destpage parameter to the filter hook.
2007-05-12  joeyoptimise backlinks counting for pagestats, simplify...
2007-05-09  joey* Add the needsbuild hook. Plugins can use this to...
2007-04-27  joey* pagespec_match() has changed to take named parameters...
2007-04-08  joeyoops
2007-04-07  joeymagic 0
2007-04-01  joey* Finally apply the index.html patch, with thanks to...
2007-03-31  joey* Hide excess backlinks and expand using CSS trick...
2007-03-24  joey* Finally fixed the longstanding inline removal bug.
2007-03-08  joey* The underscore escaping support exposed a bug in...
2007-03-07  joeyMy fix to support encoded underscores in page titles...
2007-02-20  joey* Changed calling convention for httmllink slightly...
2007-02-15  joey* Many changes to make ikiwiki very resistant to write...
2007-02-06  joey* Patch based on a patch from Ethan to support relative...
2007-02-03  joey code checking for locked pages into a new "lockedit...
2007-01-18  joey* Fix handling of discussion links on discussion pages...
2006-12-29  joey* Don't put discussion links on discussion pages.
2006-12-29  joey* Initial work on internationalization of the program...
2006-12-28  joey* Improve code that ignores files in the underlaydir...
2006-12-23  joeythe problem with coding while drunk -- idiotic mistakes
2006-12-23  joey* Avoid creating edit links when not in cgi mode.
2006-12-21  joey* Turn $config{wiki_file_prune_regexps} into an array...
2006-11-26  joeyfoo
2006-11-08  joey* Make sure to check for errors from every eval.
2006-11-01  joey* Implemented expiry options for aggregate plugin.
2006-10-28  joeyfix a bug
2006-10-28  joey instead of over and over. Typical speedup is ~4x...
2006-10-28  joey* Add a separate pass to find page links, and only...
2006-10-08  joey* Change %renderedfiles to store an array of files...
2006-09-21  joey* Add --render mode, which can be used to preview an...
2006-09-09  joey* Work on firming up the plugin interface:
2006-08-31  joeydrop the loop number to 3, 10 seems a bit much..
2006-08-28  joey* Change htmlize, format, and sanitize hooks to use...
2006-08-27  joeyfix reference counting oops
2006-08-27  joeyre-emit unprocessed preprocessor directives in full...
2006-08-26  joeyadded info
2006-08-26  joeyswitch to > n (currently 10) cycle loop protection...
2006-08-25  joeyuse a hash
2006-08-25  joey* Generalised preprocesser loop protection code.
2006-08-23  joeyremove unused option
2006-08-23  joey* Change order of linkify and preprocess; first preproc...
2006-08-23  joeyupdate
2006-08-23  joeyfixes
2006-08-23  joey* Allow preprocessor directives to contain python-like...
2006-08-23  joey* Allow preprocessor directives to span multiple lines...
2006-08-22  joeyrevert broken parentlinks fix, which was broken, explai...
2006-08-21  joey* Clean up behavior with broken parentlinks.
2006-08-21  joey* Fixed a bug with previews of subpages having broken...
2006-08-13  joey* The last release accidentially installed ikiwiki...
2006-08-04  joey* Don't run tidy with -xml as that fails if the input...
2006-08-04  joeyuse htmlpage a couple of places instead of hardcoding...
2006-08-02  joey* Renamed GlobLists to PageSpecs.
2006-07-30  joey* ikiwiki can now download and aggregate feeds with...
2006-07-30  joey* Add a run_hooks function for the common task of runni...
2006-07-29  joey * Build-depend on libtext-wikiformat-perl, so that...
2006-07-27  joey* Switch pagetemplate hooks to using named parameters.
2006-07-27  joey* Patch from Enrico that
2006-07-26  joey* Run page through any relevant filters when generating...
2006-07-05  joeyEncode:: cleanup from Recai
2006-07-04  joey* Improve display of parentlinks and page title of...
2006-07-04  joey * Work around very innefficient behavior in File...
2006-07-03  joeyuse "use open" pragma to avoid manually needing to...
2006-07-03  joey* Support htmlize plugins and make mdwn one such plugin...
2006-07-03  joey* Introduce add_plugins and disable_plugins config...
2006-07-03  joeyEncode is used in nearly all code paths so stop loading...
2006-07-03  joey* Support pages with utf8 filenames. Patch by Faidon...
2006-07-02  joey* Centralised all calls to HTML::Template and force...
2006-07-02  joeyperl bugnum and refix
2006-07-02  joey so make sure to let perl know it should be handled...
2006-07-02  joey* POSIX::strftime doesn't know about encodings and...
2006-07-02  joey* Honor LC_CTIME when formatting a time for display...
2006-06-16  joey* Put back the encode_utf8 in the input to markdown...
2006-06-11  joey* Patch from Recai Oktaş to improve utf-8 support,...
2006-06-02  joey* Reorganised the doc wiki's todo/* pages, using a...
2006-06-01  joey* More security review.
2006-05-29  joey* Add --timeformat config option to allow changing...
2006-05-26  joey* --getctime had bitrotted (well I only ever used it...
2006-05-26  joeyutf-8 support seems to be working now
2006-05-26  joeybetter fix for empty actions list issue
2006-05-26  joeyfix call to getctime
2006-05-26  joey* Rebuilding on upgrade to this version is recommended.
2006-05-26  joey* The page name and parent links has switched from...
2006-05-05  joey* Allow discussion links on pages to be turned off...
2006-05-05  joey* Removed --sanitize and --no-sanitize, replaced with...
2006-05-05  joeyrename the "render" hook to "change", which is clearer
2006-05-04  joey* Added smiley plugin, nicely controlled and documented...
2006-05-03  joeyrather a lot of changes to make hyperestraier search...
2006-05-03  joeychange plugin interface to use named parameters for...
2006-05-02  joeyah, the joys of test-based development..
2006-05-02  joey* Split off an IkiWiki.pm out of ikiwiki and have all...
2006-05-02  joeydeep copy/untaint arrays in setup
2006-05-02  joey* Added plugin system, currently only supporting for...
2006-05-01  joeychange calling convention for preprocessor functions
2006-05-01  joey* Rename inlinepage to depends, so that it can be used...
2006-04-25  joeyimplemented html sanitisation
2006-04-24  joeycommit changes for email subscriptions
2006-04-04  joeyConvert postprocessordirectives into preprocessordirect...
2006-04-04  joeyproper binmode settings so that with -CSD, ikiwiki...
2006-03-29  joeyfixes
2006-03-29  joeyadded --hyperestraier switch, which turns on search support
next