aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
Commit message (Collapse)AuthorAge
...
* web commit by joeywww-data2006-05-04
|
* web commit by joeywww-data2006-05-03
|
* web commit by joeywww-data2006-05-03
|
* web commit by joeywww-data2006-05-03
|
* web commit by joeywww-data2006-05-03
|
* * Add an orphans plugin for finding pages that nothing links to.joey2006-05-02
| | | | * Removed backlinks page, which it turns out nothing used.
* web commit by joeywww-data2006-05-02
|
* web commit by joeywww-data2006-05-02
|
* * Added plugin system, currently only supporting for PreProcessorDirectives.joey2006-05-02
| | | | | | | | | | | * Added a pagecount plugin, enabled by default. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]". * Fixed/optimised backlinks code, to avoid rebuilding pages to update backlinks when the backlinks hadn't really changed. * Moved inline page support, rss generation etc into the inline plugin, enabled by default. * Added brokenlinks plugin, not enabled by default, but rather handy. * Fix several broken links in the doc wiki.
* * Rename inlinepage to depends, so that it can be used to refer to morejoey2006-05-01
| | | | | | | | | | | | dependency relationships than just inlining. This will require a rebuild on upgrade to this version. * Move the rss link, put it in the blogpost form if there is one and at the top if not. This is both nicer because easier to find, and it cleans up the code which had used inlinepage as a flag for adding the link later. * Allow the depends GlobList to be built up from multiple sources (such as plugins) during a page render. * Which means that more than one blog is now supported to appear on a single page. (With some limitations.)
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joeywww-data2006-05-01
|
* web commit by joey: no need to make finalise a plugin, we have templates now..www-data2006-04-25
|
* web commit by joeywww-data2006-04-25
|
* implemented html sanitisationjoey2006-04-25
|
* web commit by joeywww-data2006-04-25
|
* updatejoey2006-04-24
|
* Convert postprocessordirectives into preprocessordirectives, so they arejoey2006-04-04
| | | | | | | | | | | | | expanded before markdown. Consequences: - No need to worry about markdown messing with parameters of preprocessordirectives. (If you had to escape stuff in one before, you'll need to undo that escaping now.) - No need for ugly </p> hacks before inlined subpages. Instead, subpages are wrapped in a <div>, and this prevents markdown from touching them. (This can also be used to add style to subpages.) - rss generation is less of a hack.
* markdown's overzelous _ and * expansion inside words can't really be fixedjoey2006-04-04
| | | | | outside of markdown
* proper binmode settings so that with -CSD, ikiwiki will support unicodejoey2006-04-04
| | | | | however, due to robustness, that's not enabled by default yet
* web commit by WillThompson: Safety of arbitrary regexenwww-data2006-04-03
|
* web commit by joeywww-data2006-03-31
|
* web commit by joeywww-data2006-03-31
|
* web commit by JeroenSchotwww-data2006-03-30
|
* updatejoey2006-03-30
|
* web commit by JeroenSchot: moved to done.www-data2006-03-30
|
* web commit by JeroenSchotwww-data2006-03-30
|
* added --hyperestraier switch, which turns on search supportjoey2006-03-29
| | | | | (ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
* web commit by JeroenSchot: idea about markdown enclosing.www-data2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* Implemented --underlaydir, and moved files provided by underlay out of docjoey2006-03-29
| | | | | | | | | so I don't need to maintain two copies anymore. You might also want to remove the files provided in the basewiki underlay from your wiki, if you have not created custom local versions of them, so that these pages will be automatically updated in future ikiwiki upgrades.
* css supportjoey2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* html validation fixes:joey2006-03-29
| | | | | | | | | | | - escape & in urls (also clean up cgi url generation) - since markdown wraps inlined pages in <p></p>, close and re-open the paragraph tags when generating the embedded html - added XHTML 1.0 doctypes to templates - fixed <hr /> and <br /> in templates - add an alt attribute to inline images, based on the WikiLink to the image. Allows things like [[my_image|img.png]] to customise alt text.
* web commit by joeywww-data2006-03-29
|
* support [[linktext|pagename]] linksjoey2006-03-28
|
* web commit by JeroenSchot: summarize current html problems.www-data2006-03-28
|