Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-08 | Revert spam | Joey Hess | |
This reverts commit 43176472636b3bc4c01fe159befaa03ecf5d9c73. | |||
2009-09-08 | (no commit message) | alicia.warner | |
2008-12-31 | formatting | Joey Hess | |
2008-12-31 | fix link | Joey Hess | |
2008-12-29 | update | Joey Hess | |
2008-12-24 | more 3.0 docs, changelog | Joey Hess | |
2008-12-24 | typo | Joey Hess | |
2008-12-23 | update | Joey Hess | |
2008-12-23 | update | Joey Hess | |
2008-12-23 | finalise version 3.00 of the plugin api | Joey Hess | |
2008-12-23 | beginning docs for 3.0 | Joey Hess | |
2008-12-22 | update | Joey Hess | |
2008-09-27 | analysis of most used non-exported library functions by plugins | Joey Hess | |
2008-09-27 | update | Joey Hess | |
2008-09-12 | update | Joey Hess | |
2008-09-11 | move inline docs to ikiwiki/directive/inline | Joey Hess | |
ikiwiki/blog will be going away | |||
2008-09-09 | plans | Joey Hess | |
2008-09-09 | goodstuff update | Joey Hess | |
* goodstuff: Remove otl plugin from the bundle since it needs a significant external dependency and is not commonly used. If you use otl, make sure you explicitly enable it now. * goodstuff: Add more, progress, and table plugins to the bundle. | |||
2008-08-03 | need to adjust goodstuff for 3.0 | Joey Hess | |
2008-08-01 | admin prefs move to setup file, stage 1 | Joey Hess | |
The locked pages configuration is moving to a locked_pages option in the setup file, and the allowed attachments configuration to allowed_attachments. The admin prefs page can still be used for these, but that's depreacted and will only be shown if there's currently a value. | |||
2008-07-14 | document aggregateinternal | Joey Hess | |
2008-01-28 | mention prefix_directives | Joey Hess | |
2007-04-30 | releasing version 2.00 | joey | |
2007-04-30 | web commit by JoshTriplett: Future goals: More documentation in the ↵ | joey | |
basewiki, including documentation for all enabled plugins. | |||
2007-04-29 | doh | joey | |
2007-04-29 | fix | joey | |
2007-04-29 | 2.0 stuff | joey | |
2007-04-29 | web commit by JoshTriplett: Check off the unit test suite; "could of course ↵ | joey | |
use more tests" doesn't seem release-critical. | |||
2007-04-29 | web commit by JoshTriplett: Expand on "Improved [[todo/html]] stylesheets ↵ | joey | |
and templates." | |||
2007-04-26 | updates | joey | |
2007-04-15 | web commit by JoshTriplett: Fix typos. | joey | |
2007-04-10 | web commit by JoshTriplett | joey | |
2007-04-10 | web commit by JoshTriplett: Reference OpenID bug. | joey | |
2007-04-10 | web commit by JoshTriplett: Link pagespecs. | joey | |
2007-04-10 | web commit by JoshTriplett: Note the existence of usedirs. | joey | |
2007-04-10 | web commit by JoshTriplett: Link to goodstuff. | joey | |
2007-04-10 | web commit by JoshTriplett: Note that our conversion scripts should provide ↵ | joey | |
a framework for converters from other wikis. | |||
2007-04-10 | * Add a new %destsources hash, which maps between a destination file and | joey | |
the source page used to create it, ie it's the reverse of %renderedfiles. * Use %destsources in htmllink and urlto for 20-50% speedup. | |||
2007-04-06 | web commit by JoshTriplett: s/Moin Moin/MoinMoin/ | joey | |
2007-04-06 | web commit by JoshTriplett: Link myself and give Jamey's last name. | joey | |
2007-04-06 | Conversion support for existing other wikis. | joey | |
2007-04-04 | * Fix a bug in the img plugin that caused thumbnailed files to not be | joey | |
* Make the OpenID library a reccommendation of the Debian package, rather than just a suggests, since OpenID is enabled by default. | |||
2007-03-07 | add check marks | joey | |
2007-02-15 | on relative pagespecs by default.. | joey | |
2007-02-15 | plans for 2.0 | joey | |
2007-02-07 | roadmap update | joey | |
2006-11-22 | use toggles | 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.) |