summaryrefslogtreecommitdiff
path: root/doc/bugs.mdwn
AgeCommit message (Collapse)Author
2011-02-09add a pagecount to see how many open bugs there arehttp://jmtd.livejournal.com/
2010-03-09Revert spamJoey Hess
2010-03-09(no commit message)capitaine
2008-07-21Migrate everything else via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2007-07-25improvementsjoey
2007-07-25massive patchqueue reorgjoey
patches can now be anywhere and tagged patch to show up on the patch list. Moved all the patchqueue stuff to todo items; some of it was merged into existing todo items.
2007-07-25more triagejoey
2007-07-25more triagejoey
2007-07-08fix to be a proper bug reportjoey
2007-07-05web commit by l: added test case of numbered list following bullet list, ↵joey
which does NotBehaveAsExpected
2007-05-02fix created_after limitsjoey
2007-04-27web commit by JoshTriplett: Don't show any subpages of bugs pages.joey
2007-04-14use feedpages to limit all feeds to new items, in preparation for switchingjoey
ikiwiki.info to usedirs
2007-04-12* Add postformtext parameter to inline.joey
2007-04-01* Finally apply the index.html patch, with thanks to everyone who workedjoey
on and supported creating it (especially Tumov). This adds a "usedirs" option that makes ikiwiki use foo/index.html instead of foo.html as output page names. It is not yet enabled by default.
2007-04-01web commit by hb: force reconstruction of the pagejoey
2006-12-02web commit by JoshTriplett: Add link to Debian bugs.joey
2006-08-28* Patch from James Westby to add an actions option to inline; thisjoey
adds Edit and Discussion links at the end of blog entries.
2006-08-23changes to show= paramsjoey
2006-08-02* Renamed GlobLists to PageSpecs.joey
* 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.
2006-08-01* Patch from Roland Mas to support an rss=no parameter to inline directives.joey
Closes: #380743
2006-06-23make the bugs page work like the todo pagejoey
2006-06-02solution..joey
2006-06-02ugly bug with localesjoey
2006-06-02* Reorganised the doc wiki's todo/* pages, using a link/tag to flagjoey
* 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.
2006-05-25* Tell HTML::Scrubber to treat "/" as a valid attribute which is itsjoey
very strange way of enabling proper XHTML <br /> type tags. Output html should be always valid again now.
2006-05-25use right name for search pluginjoey
2006-05-25web commit by IainMcLarenwww-data
2006-05-04bugnumjoey
2006-05-02ah, the joys of test-based development..joey
think I have smart glob list matching working ok
2006-05-02web commit by joeywww-data
2006-05-02web commit by joeywww-data
2006-05-02web commit by joeywww-data
2006-05-02web commit by joeywww-data
2006-05-02* Added plugin system, currently only supporting for PreProcessorDirectives.joey
* 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.
2006-05-01* Rename inlinepage to depends, so that it can be used to refer to morejoey
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.)
2006-05-01web commit by joeywww-data
2006-04-10bugjoey
2006-04-04Convert postprocessordirectives into preprocessordirectives, so they arejoey
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.
2006-04-04web commit by joey: remove dupwww-data
2006-04-04fix package namejoey
2006-04-03web commit by iainwww-data
2006-04-02- add <base> to cgi output, this is especially useful for output containingjoey
wikilinks since the urls should work now in more situations - drop --limit from svn log run, since a) it needs a fairly new svn and b) in some cases, it would limit it to too few entries to display the requested number of changes - Use driver:DB_File and not driver:db_file for better compatability with old versions of CGI::Session. - Note that HTML::Template 3.02.02 is needed.
2006-03-30sigh, markdown..joey
2006-03-29Implemented --underlaydir, and moved files provided by underlay out of docjoey
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.
2006-03-28There was a bug that [[inline archive="yes]] created an RSS link, but no feed.joey
Fixed in the easiest way by creating an RSS feed for archive pages (it will include only a limited number of items, not everything). Alternative fix would be to track separately which pages are archives and which not, and only create feeds for non-archives.
2006-03-28web commit by JeroenSchot: escape [[]]'s.www-data
2006-03-28web commit by JeroenSchot: rss bug added.www-data
2006-03-27web commit by JamesAntill: Relative linkswww-data
2006-03-26add --refresh and make it with with --setupjoey