| Commit message (Expand) | Author | Age |
... | |
* | added info | joey | 2006-08-26 |
* | switch to > n (currently 10) cycle loop protection since eg tumov's include | joey | 2006-08-26 |
* | use a hash | joey | 2006-08-25 |
* | * Generalised preprocesser loop protection code. | joey | 2006-08-25 |
* | 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-23 |
* | revert broken parentlinks fix, which was broken, explain why | joey | 2006-08-22 |
* | * 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-21 |
* | * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed. | joey | 2006-08-13 |
* | * Don't run tidy with -xml as that fails if the input is not well-formed. | joey | 2006-08-04 |
* | use htmlpage a couple of places instead of hardcoding the extension | joey | 2006-08-04 |
* | * Renamed GlobLists to PageSpecs. | joey | 2006-08-02 |
* | * ikiwiki can now download and aggregate feeds with its new aggregate | joey | 2006-07-30 |
* | * Add a run_hooks function for the common task of running all hooks of a | joey | 2006-07-30 |
* | * Build-depend on libtext-wikiformat-perl, so that the syntax check of | joey | 2006-07-29 |
* | * Switch pagetemplate hooks to using named parameters. | joey | 2006-07-27 |
* | * Patch from Enrico that | joey | 2006-07-27 |
* | * Run page through any relevant filters when generating a page preview. | joey | 2006-07-26 |
* | Encode:: cleanup from Recai | joey | 2006-07-05 |
* | * Improve display of parentlinks and page title of toplevel index page. | joey | 2006-07-04 |
* | * Work around very innefficient behavior in File::Spec::abs2rel. Result | joey | 2006-07-04 |
* | use "use open" pragma to avoid manually needing to specify utf8 everywhere | joey | 2006-07-03 |
* | * Support htmlize plugins and make mdwn one such plugin, which is enabled by | joey | 2006-07-03 |
* | * Introduce add_plugins and disable_plugins config options in setup files. | joey | 2006-07-03 |
* | Encode is used in nearly all code paths so stop loading it on demand | joey | 2006-07-03 |
* | * Support pages with utf8 filenames. Patch by Faidon Liambotis. | joey | 2006-07-03 |
* | * Centralised all calls to HTML::Template and force all the templates | joey | 2006-07-02 |
* | perl bugnum and refix | joey | 2006-07-02 |
* | so make sure to let perl know it should be handled as utf8. Also, | joey | 2006-07-02 |
* | * POSIX::strftime doesn't know about encodings and doesn't return a utf8 | joey | 2006-07-02 |
* | * Honor LC_CTIME when formatting a time for display. Thanks, Faidon | joey | 2006-07-02 |
* | * Put back the encode_utf8 in the input to markdown; it's really not utf-8 | joey | 2006-06-16 |
* | * Patch from Recai Oktaş to improve utf-8 support, it should now use proper | joey | 2006-06-11 |
* | * Reorganised the doc wiki's todo/* pages, using a link/tag to flag | joey | 2006-06-02 |
* | * More security review. | joey | 2006-06-01 |
* | * Add --timeformat config option to allow changing how dates are displayed. | joey | 2006-05-29 |
* | * --getctime had bitrotted (well I only ever used it the once so far..), | joey | 2006-05-26 |
* | utf-8 support seems to be working now | joey | 2006-05-26 |
* | better fix for empty actions list issue | joey | 2006-05-26 |
* | fix call to getctime | joey | 2006-05-26 |
* | * Rebuilding on upgrade to this version is recommended. | joey | 2006-05-26 |
* | * The page name and parent links has switched from using a <h1> to a styled | joey | 2006-05-26 |
* | * Allow discussion links on pages to be turned off with --no-discussion. | joey | 2006-05-05 |
* | * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber | joey | 2006-05-05 |
* | rename the "render" hook to "change", which is clearer | joey | 2006-05-05 |