2006-08-26 |
joey | * Patch from James Westby to allow a description to... |
tree | commitdiff |
2006-08-25 |
joey | use a hash |
tree | commitdiff |
2006-08-25 |
joey | * Generalised preprocesser loop protection code. |
tree | commitdiff |
2006-08-24 |
joey | remove date munging, seems to be unnecessary |
tree | commitdiff |
2006-08-23 |
joey | remove unused option |
tree | commitdiff |
2006-08-23 |
joey | * Change order of linkify and preprocess; first preproc... |
tree | commitdiff |
2006-08-23 |
joey | * Patch from Jordà Polo to make Setup::Standard support... |
tree | commitdiff |
2006-08-23 |
joey | update |
tree | commitdiff |
2006-08-23 |
joey | fixes |
tree | commitdiff |
2006-08-23 |
joey | * Allow preprocessor directives to contain python-like... |
tree | commitdiff |
2006-08-23 |
joey | * Allow preprocessor directives to span multiple lines... |
tree | commitdiff |
2006-08-22 |
joey | revert broken parentlinks fix, which was broken, explai... |
tree | commitdiff |
2006-08-22 |
joey | * Fix a bug introduced last version to do with nested... |
tree | commitdiff |
2006-08-21 |
joey | * Clean up behavior with broken parentlinks. |
tree | commitdiff |
2006-08-21 |
joey | * Fixed a bug with previews of subpages having broken... |
tree | commitdiff |
2006-08-20 |
joey | * Fix utf-8 in blog post form. |
tree | commitdiff |
2006-08-19 |
joey | fix regexp |
tree | commitdiff |
2006-08-19 |
joey | add in a hack to improve the look of check marks in... |
tree | commitdiff |
2006-08-19 |
joey | * Add first draft at a Restructured Text (rst) plugin... |
tree | commitdiff |
2006-08-19 |
joey | kill footer |
tree | commitdiff |
2006-08-18 |
joey | generate valid xhtml in all cases, including nesting |
tree | commitdiff |
2006-08-18 |
joey | * Add otl format plugin, which handles files as created... |
tree | commitdiff |
2006-08-18 |
joey | remove maxdepth, it can be accomplished by pagespec... |
tree | commitdiff |
2006-08-18 |
joey | * Add a map plugin contributed by Alessandro Dotti... |
tree | commitdiff |
2006-08-18 |
joey | * Support inlining pages raw, rather than creating... |
tree | commitdiff |
2006-08-18 |
joey | note |
tree | commitdiff |
2006-08-18 |
joey | * Call filter hooks on inlined page content. |
tree | commitdiff |
2006-08-18 |
joey | * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen. |
tree | commitdiff |
2006-08-17 |
joey | * Fix a bug in the aggregator introduced last version... 1.20 |
tree | commitdiff |
2006-08-17 |
joey | * Catch failing IPC::Open2 in tidy plugin and retry... |
tree | commitdiff |
2006-08-16 |
joey | * Fix an infinite loop in the aggregator when finding... |
tree | commitdiff |
2006-08-16 |
joey | * Add some locking to prevent 2 aggregators from runnin... |
tree | commitdiff |
2006-08-15 |
joey | avoid undefined value warning in some case |
tree | commitdiff |
2006-08-13 |
joey | * Fix a bug in page type determination during online... |
tree | commitdiff |
2006-08-13 |
joey | * The last release accidentially installed ikiwiki... |
tree | commitdiff |
2006-08-12 |
joey | * If the meta plugin overides the page title, set a... |
tree | commitdiff |
2006-08-12 |
joey | releasing version 1.17 1.17 |
tree | commitdiff |
2006-08-12 |
joey | * Set die_on_bad_params => 0 for all templates, to... |
tree | commitdiff |
2006-08-10 |
joey | * Improve markdown loading. First, try to load it as... |
tree | commitdiff |
2006-08-10 |
joey | * Display an error message if /usr/bin/markdown can... |
tree | commitdiff |
2006-08-05 |
joey | misc changes |
tree | commitdiff |
2006-08-05 |
joey | * Turn off tidy indentation too. |
tree | commitdiff |
2006-08-05 |
joey | * Move tidy back to sanitize hook, found out how to... |
tree | commitdiff |
2006-08-05 |
joey | * Disable tidy generator tag. |
tree | commitdiff |
2006-08-05 |
joey | * Fix dates in rss feeds if running localised, so they... |
tree | commitdiff |
2006-08-04 |
joey | * Don't run tidy with -xml as that fails if the input... |
tree | commitdiff |
2006-08-04 |
joey | * Fix the htmltidy plugin, which wasn't working due... |
tree | commitdiff |
2006-08-04 |
joey | * Also generate rel=bookmark links for permalinks. |
tree | commitdiff |
2006-08-04 |
joey | fix |
tree | commitdiff |
2006-08-04 |
joey | need to make it really utf8 or the url encode won't... |
tree | commitdiff |
2006-08-04 |
joey | use htmlpage a couple of places instead of hardcoding... |
tree | commitdiff |
2006-08-04 |
joey | * Add xhtml files to the default prune regexp. |
tree | commitdiff |
2006-08-04 |
joey | fix |
tree | commitdiff |
2006-08-04 |
joey | * Encode link and guid urls in rss feeds to avoid illeg... |
tree | commitdiff |
2006-08-04 |
joey | oops |
tree | commitdiff |
2006-08-04 |
joey | * Various CSS and formatting changes. |
tree | commitdiff |
2006-08-04 |
joey | * Make aggregator save permalinks and author name to... |
tree | commitdiff |
2006-08-03 |
joey | * Try to handle relative links in aggregated feeds... |
tree | commitdiff |
2006-08-02 |
joey | oops |
tree | commitdiff |
2006-08-02 |
joey | * Renamed GlobLists to PageSpecs. |
tree | commitdiff |
2006-08-01 |
joey | typo |
tree | commitdiff |
2006-08-01 |
joey | * Patch from Roland Mas to support an rss=no parameter... |
tree | commitdiff |
2006-07-31 |
joey | * Fix issue with unicode filenames and updating the... |
tree | commitdiff |
2006-07-31 |
joey | one more change; use the page that pulls in a feed... |
tree | commitdiff |
2006-07-31 |
joey | fix |
tree | commitdiff |
2006-07-31 |
joey | fix title metadata on blogs, reorg needed to do it... |
tree | commitdiff |
2006-07-30 |
joey | * Title metadata of inlined pages now shows up in blogs... |
tree | commitdiff |
2006-07-30 |
joey | avoid message if mailing password or registering |
tree | commitdiff |
2006-07-30 |
joey | * Change meta tags to use html entity-escaped text... |
tree | commitdiff |
2006-07-30 |
joey | add test for nonexistant polygen |
tree | commitdiff |
2006-07-30 |
joey | escape slashes in page names |
tree | commitdiff |
2006-07-30 |
joey | when autogenerating a dir naem, include "feed/" in it |
tree | commitdiff |
2006-07-30 |
joey | fix |
tree | commitdiff |
2006-07-30 |
joey | need to lower-case pages, sigh.. |
tree | commitdiff |
2006-07-30 |
joey | erase old tags |
tree | commitdiff |
2006-07-30 |
joey | stop abusing titlepage for internal encoding (esp since... |
tree | commitdiff |
2006-07-30 |
joey | fix encoding of some stuff |
tree | commitdiff |
2006-07-30 |
joey | more robust and faster handling of feedurls |
tree | commitdiff |
2006-07-30 |
joey | robustness and etc |
tree | commitdiff |
2006-07-30 |
joey | deal with title-less feeds |
tree | commitdiff |
2006-07-30 |
joey | md5 can't handle wide chars |
tree | commitdiff |
2006-07-30 |
joey | fixes, and make dir optional |
tree | commitdiff |
2006-07-30 |
joey | * ikiwiki can now download and aggregate feeds with... |
tree | commitdiff |
2006-07-30 |
joey | * Add a run_hooks function for the common task of runni... |
tree | commitdiff |
2006-07-29 |
joey | * fortune plugin (trivial) |
tree | commitdiff |
2006-07-29 |
joey | * Allow preprocessor directives to be expanded in inlin... |
tree | commitdiff |
2006-07-29 |
joey | * Locale patch from Faidon: |
tree | commitdiff |
2006-07-29 |
joey | * htmltidy plugin from Faidon. |
tree | commitdiff |
2006-07-29 |
joey | fix %links iteration |
tree | commitdiff |
2006-07-29 |
joey | more links |
tree | commitdiff |
2006-07-29 |
joey | use htmllink |
tree | commitdiff |
2006-07-29 |
joey | "Viva l'Italia!" |
tree | commitdiff |
2006-07-29 |
joey | * Build-depend on libtext-wikiformat-perl, so that... |
tree | commitdiff |
2006-07-29 |
joey | * New pagestats plugin from Enrico, which can generate... |
tree | commitdiff |
2006-07-29 |
joey | * Put categories in rss feeds for tagged items. |
tree | commitdiff |
2006-07-28 |
joey | * Add exclude option in setup files, works same as... |
tree | commitdiff |
2006-07-28 |
joey | * Add getopt hook type, this allows plugins to add... |
tree | commitdiff |
2006-07-28 |
joey | Hope encrico doesn't mind, but I changed the location... |
tree | commitdiff |
2006-07-27 |
joey | more destpage improvements |
tree | commitdiff |
2006-07-27 |
joey | * Switch pagetemplate hooks to using named parameters. |
tree | commitdiff |
next |