Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-27 | idea from Evan | joey | |
2006-11-26 | * Mercurial backend improvements, including --get-ctime support. | joey | |
2006-11-26 | done | joey | |
2006-11-26 | close enough.. | joey | |
2006-11-21 | ditto | joey | |
2006-11-21 | web commit by JoshTriplett | joey | |
2006-11-20 | web commit by http://joey.kitenet.net/: response | joey | |
2006-11-20 | shortcut stuff | joey | |
2006-11-20 | web commit by JoshTriplett | joey | |
2006-11-12 | web commit by JoshTriplett | joey | |
2006-11-11 | web commit by JoshTriplett | joey | |
2006-11-11 | web commit by JoshTriplett | joey | |
2006-11-10 | web commit by BradRoberts | joey | |
2006-11-10 | web commit by EthanGlasserCamp: wikify | joey | |
2006-11-10 | web commit by BradRoberts | joey | |
2006-11-10 | web commit by BradRoberts | joey | |
2006-11-08 | this is really a todo item, not a bug | joey | |
2006-11-08 | * Patch from Ethan Glasser Camp to add a skip option to the inline plugin. | joey | |
2006-11-08 | web commit by EthanGlasserCamp | joey | |
2006-11-06 | web commit by JoshTriplett | joey | |
2006-11-03 | move :-) to correct location | joey | |
2006-11-01 | web commit by KyleMacLea | joey | |
2006-11-01 | web commit by KyleMacLea | joey | |
2006-11-01 | * Patch from James Westby to support podcasting, photoblogging, vidcasting, | joey | |
or what have you, by creating enclosures for non-page items that are included in feeds. | |||
2006-11-01 | idea | joey | |
2006-11-01 | update | joey | |
2006-11-01 | foo | joey | |
2006-11-01 | done-ish | joey | |
2006-10-28 | update | joey | |
2006-10-28 | instead of over and over. Typical speedup is ~4x. Max possible speedup: | joey | |
8x. * Add "scan" parameter to hook(), which is used to make the hook be called during the scanning pass, as well as the render pass. The meta and tag plugins need to use the new scan parameter, so will any others that modify %links. * Now that links are calculated in a separate pass, it can also precalculate backlinks in one pass, which is O(N^2) instead of the previous code that was O(N^3). A very nice speedup for wikis with lots (thousands) of pages. | |||
2006-10-28 | * Add a separate pass to find page links, and only render each page once, | joey | |
instead of over and over. This is up to 8 times faster than before! (This could have introduced some subtle bugs, so it needs to be tested extensively.) | |||
2006-10-28 | * Add basic spam fighting tool for admins: An admin's prefs page now allows | joey | |
editing a list of banned users who are not allowed to log in. | |||
2006-10-08 | responses and reorg | joey | |
2006-10-08 | remove, redundant | joey | |
2006-10-06 | update | joey | |
2006-09-29 | web commit by EthanGlasserCamp | joey | |
2006-09-28 | web commit by EthanGlasserCamp: more demanding, unreasonable thoughts about ↵ | joey | |
this -- I want a pony | |||
2006-09-28 | web commit by EthanGlasserCamp: Oops! This doesn't work at all. | joey | |
2006-09-28 | web commit by EthanGlasserCamp: another entry on my wish list | joey | |
2006-09-23 | new idea | joey | |
2006-09-21 | move, this contains todo items, not bugs | joey | |
2006-09-10 | updates | joey | |
2006-09-09 | * Work on firming up the plugin interface: | joey | |
- Plugins should not need to load IkiWiki::Render to get commonly used functions, so moved some functions from there to IkiWiki. - Picked out the set of functions and variables that most plugins use, documented them, and made IkiWiki export them by default, like a proper perl module should. - Use the other functions at your own risk. - This is not quite complete, I still have to decide whether to export some other things. * Changed all plugins included in ikiwiki to not use "IkiWiki::" when referring to stuff now exported by the IkiWiki module. * Anyone with a third-party ikiwiki plugin is strongly enrouraged to make like changes to it and avoid use of non-exported symboles from "IkiWiki::". * Link debian/changelog and debian/news to NEWS and CHANGELOG. * Support hyperestradier version 1.4.2, which adds a new required phraseform setting. | |||
2006-09-07 | * Add a linkmap plugin (requires graphviz). | joey | |
2006-09-07 | web commit by joey | www-data | |
2006-09-06 | * Include <link rel> tag for RSS feeds, used by some aggregators and | joey | |
firefox to find the feed. | |||
2006-09-06 | comment | joey | |
2006-09-06 | * Add support for mercurial, contributed by Emanuele Aina. | joey | |
2006-09-05 | web commit by tuomov | www-data | |
2006-09-05 | web commit by tuomov | www-data | |