aboutsummaryrefslogtreecommitdiff
path: root/doc/roadmap.mdwn
Commit message (Collapse)AuthorAge
* need to adjust goodstuff for 3.0Joey Hess2008-08-03
|
* admin prefs move to setup file, stage 1Joey Hess2008-08-01
| | | | | | | 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.
* document aggregateinternalJoey Hess2008-07-14
|
* mention prefix_directivesJoey Hess2008-01-28
|
* releasing version 2.00joey2007-04-30
|
* web commit by JoshTriplett: Future goals: More documentation in the ↵joey2007-04-30
| | | | basewiki, including documentation for all enabled plugins.
* dohjoey2007-04-29
|
* fixjoey2007-04-29
|
* 2.0 stuffjoey2007-04-29
|
* web commit by JoshTriplett: Check off the unit test suite; "could of course ↵joey2007-04-29
| | | | use more tests" doesn't seem release-critical.
* web commit by JoshTriplett: Expand on "Improved [[todo/html]] stylesheets ↵joey2007-04-29
| | | | and templates."
* updatesjoey2007-04-26
|
* web commit by JoshTriplett: Fix typos.joey2007-04-15
|
* web commit by JoshTriplettjoey2007-04-10
|
* web commit by JoshTriplett: Reference OpenID bug.joey2007-04-10
|
* web commit by JoshTriplett: Link pagespecs.joey2007-04-10
|
* web commit by JoshTriplett: Note the existence of usedirs.joey2007-04-10
|
* web commit by JoshTriplett: Link to goodstuff.joey2007-04-10
|
* web commit by JoshTriplett: Note that our conversion scripts should provide ↵joey2007-04-10
| | | | a framework for converters from other wikis.
* * Add a new %destsources hash, which maps between a destination file andjoey2007-04-10
| | | | | the source page used to create it, ie it's the reverse of %renderedfiles. * Use %destsources in htmllink and urlto for 20-50% speedup.
* web commit by JoshTriplett: s/Moin Moin/MoinMoin/joey2007-04-06
|
* web commit by JoshTriplett: Link myself and give Jamey's last name.joey2007-04-06
|
* Conversion support for existing other wikis.joey2007-04-06
|
* * Fix a bug in the img plugin that caused thumbnailed files to not bejoey2007-04-04
| | | | | * Make the OpenID library a reccommendation of the Debian package, rather than just a suggests, since OpenID is enabled by default.
* add check marksjoey2007-03-07
|
* on relative pagespecs by default..joey2007-02-15
|
* plans for 2.0joey2007-02-15
|
* roadmap updatejoey2007-02-07
|
* use togglesjoey2006-11-22
|
* updatejoey2006-10-28
|
* instead of over and over. Typical speedup is ~4x. Max possible speedup:joey2006-10-28
| | | | | | | | | | | | 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.
* * Add a separate pass to find page links, and only render each page once,joey2006-10-28
| | | | | | 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.)
* * Work on firming up the plugin interface:joey2006-09-09
| | | | | | | | | | | | | | | | | | | - 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.
* * Add support for mercurial, contributed by Emanuele Aina.joey2006-09-06
|
* * Add support for tla, contributed by Clint Adama. Closes: #385936joey2006-09-04
|
* * Drop real uid/gid in the suid wrapper, thus allowing commits to remotejoey2006-09-04
| | | | subversion repos and fixing some other issues.
* releasing version 1.21joey2006-08-20
|
* updatejoey2006-08-19
|
* * Add first draft at a Restructured Text (rst) plugin, by Sergiojoey2006-08-19
| | | | | | Talens-Oliag. Note that this has many known issues -- see the caveats on the plugin's page. * Credit everyone who wrote a plugin on the plugins' wiki pages.
* updatesjoey2006-08-18
|
* * Renamed GlobLists to PageSpecs.joey2006-08-02
| | | | | | | | | | | | | | * PageSpecs can now include nested parens, "and", and "or". This remains backwards compatible to the old GlobList format. It's implemented by treating the GlobList as a very limited microlanguage that is transformed to perl code that does the matching. * The old GlobList format is deprecated, and I encourage users to switch to using the new PageSpec format. Compatability with the old format will be removed at some point, possibly by 2.0. * Wiki rebuild needed on upgrade to this version due to PageSpec change. * Add support for creation_month and creation_year to PageSpec. Closes: #380680 * Changes to index file encoding.
* * Switch pagetemplate hooks to using named parameters.joey2006-07-27
| | | | | | | | | * Pass a "destpage" parameter to preprocessor and pagetemplate hooks. This will be the page that a source page will be part of, which is different than the source page for inlined pages. * Audited all plugins to endure they pass page, destpage to htmllink appropriatly. This means inlining of various plugins will not work properly, with correct links generated.
* * Patch from Faidon to use svn --limit when possible for recentchanges,joey2006-07-05
| | | | speeds up recentchanges a lot for wikis with more history.
* * Memoize abs2rel, which is still kinda slow, for another 30% speedupjoey2006-07-04
| | | | in time to build the doc wiki.
* updatejoey2006-07-04
|
* updatejoey2006-07-04
|
* word wrapjoey2006-07-03
|
* web commit by joeywww-data2006-06-18
|
* foojoey2006-06-02
|
* * Reorganised the doc wiki's todo/* pages, using a link/tag to flagjoey2006-06-02
| | | | | | | | | | * Allow pagetemplate plugins to override *anything* in the template. * Add a meta plugin, which allows specifying various metadata about pages, like license and author. It also allows for inserting html link and meta tags into html, overriding the title, and adding hidden WikiLinks, which can be useful when using link-based globbing for page categorisation. * Remove preprocessor directives from inlined pages. * Allow simple preprocessor directive values to be specified w/o quotes.