aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs.mdwn
Commit message (Collapse)AuthorAge
* web commit by JoshTriplett: Add link to Debian bugs.joey2006-12-02
|
* * Patch from James Westby to add an actions option to inline; thisjoey2006-08-28
| | | | adds Edit and Discussion links at the end of blog entries.
* changes to show= paramsjoey2006-08-23
|
* * 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.
* * Patch from Roland Mas to support an rss=no parameter to inline directives.joey2006-08-01
| | | | Closes: #380743
* make the bugs page work like the todo pagejoey2006-06-23
|
* solution..joey2006-06-02
|
* ugly bug with localesjoey2006-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.
* * Tell HTML::Scrubber to treat "/" as a valid attribute which is itsjoey2006-05-25
| | | | | very strange way of enabling proper XHTML <br /> type tags. Output html should be always valid again now.
* use right name for search pluginjoey2006-05-25
|
* web commit by IainMcLarenwww-data2006-05-25
|
* bugnumjoey2006-05-04
|
* ah, the joys of test-based development..joey2006-05-02
| | | | | think I have smart glob list matching working ok
* web commit by joeywww-data2006-05-02
|
* web commit by joeywww-data2006-05-02
|
* 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
|
* bugjoey2006-04-10
|
* 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.
* web commit by joey: remove dupwww-data2006-04-04
|
* fix package namejoey2006-04-04
|
* web commit by iainwww-data2006-04-03
|
* - add <base> to cgi output, this is especially useful for output containingjoey2006-04-02
| | | | | | | | | | | 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.
* sigh, markdown..joey2006-03-30
|
* 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.
* There was a bug that [[inline archive="yes]] created an RSS link, but no feed.joey2006-03-28
| | | | | | | | | 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.
* web commit by JeroenSchot: escape [[]]'s.www-data2006-03-28
|
* web commit by JeroenSchot: rss bug added.www-data2006-03-28
|
* web commit by JamesAntill: Relative linkswww-data2006-03-27
|
* add --refresh and make it with with --setupjoey2006-03-26
|
* web commit by joeywww-data2006-03-24
|
* add a blog for done items toojoey2006-03-24
|
* Removed the rss feeds for every page, which wasn't really entirely useful.joey2006-03-24
| | | | | Let's only do them for blog pages.
* web commit by joeywww-data2006-03-21
|
* web commit by joeywww-data2006-03-19
|
* foojoey2006-03-19
|
* fix update of links to removed pagesjoey2006-03-16
|
* web commit by joeywww-data2006-03-16
|
* web commit by joey: wikilink escaping supported nowwww-data2006-03-15
|
* config files now based on perl modulesjoey2006-03-15
| | | | | add MakeMaker foo for module
* fix Discussion links to not take the BestLink. joey2006-03-14
| | | | | | As a bonus we now have meta Disussion/Discussion pages available, etc. Oh well.. :-)
* load/save index when rendering a page in cgi mode for svn-less wikisjoey2006-03-14
|
* Some fixes to the parent links, I think the link to the index will be rightjoey2006-03-14
| | | | | in all cases now.
* avoid linkifying escaped wikilinksjoey2006-03-13
|
* add --setup, --wrappermodejoey2006-03-13
| | | | | allow filename param to --wrapper
* - Add Discussion links to the button bar, these will automatically createjoey2006-03-13
| | | | | | | | | | /Discussion subpages. - Fix linking to DNE pages in some edge cases. - Fix --rebuild (oops) - Fix propigation of "from" field trru the login process when creating a new page.a - Ideas for change notification.