| Commit message (Expand) | Author | Age |
* | add a pagecount to see how many open bugs there are | http://jmtd.livejournal.com/ | 2011-02-09 |
* | Revert spam | Joey Hess | 2010-03-09 |
* | (no commit message) | capitaine | 2010-03-09 |
* | Migrate everything else via prefix_directives•••This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
| Simon McVittie | 2008-07-21 |
* | improvements | joey | 2007-07-25 |
* | massive patchqueue reorg•••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.
| joey | 2007-07-25 |
* | more triage | joey | 2007-07-25 |
* | more triage | joey | 2007-07-25 |
* | fix to be a proper bug report | joey | 2007-07-08 |
* | web commit by l: added test case of numbered list following bullet list, whic... | joey | 2007-07-05 |
* | fix created_after limits | joey | 2007-05-02 |
* | web commit by JoshTriplett: Don't show any subpages of bugs pages. | joey | 2007-04-27 |
* | use feedpages to limit all feeds to new items, in preparation for switching•••ikiwiki.info to usedirs
| joey | 2007-04-14 |
* | * Add postformtext parameter to inline. | joey | 2007-04-12 |
* | * Finally apply the index.html patch, with thanks to everyone who worked••• 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.
| joey | 2007-04-01 |
* | web commit by hb: force reconstruction of the page | joey | 2007-04-01 |
* | web commit by JoshTriplett: Add link to Debian bugs. | joey | 2006-12-02 |
* | * Patch from James Westby to add an actions option to inline; this••• adds Edit and Discussion links at the end of blog entries.
| joey | 2006-08-28 |
* | changes to show= params | joey | 2006-08-23 |
* | * Renamed GlobLists to PageSpecs.•••* 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.
| joey | 2006-08-02 |
* | * Patch from Roland Mas to support an rss=no parameter to inline directives.••• Closes: #380743
| joey | 2006-08-01 |
* | make the bugs page work like the todo page | joey | 2006-06-23 |
* | solution.. | joey | 2006-06-02 |
* | ugly bug with locales | joey | 2006-06-02 |
* | * Reorganised the doc wiki's todo/* pages, using a link/tag to flag•••* 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.
| joey | 2006-06-02 |
* | * Tell HTML::Scrubber to treat "/" as a valid attribute which is its••• very strange way of enabling proper XHTML <br /> type tags. Output html
should be always valid again now.
| joey | 2006-05-25 |
* | use right name for search plugin | joey | 2006-05-25 |
* | web commit by IainMcLaren | www-data | 2006-05-25 |
* | bugnum | joey | 2006-05-04 |
* | ah, the joys of test-based development..•••think I have smart glob list matching working ok
| joey | 2006-05-02 |
* | web commit by joey | www-data | 2006-05-02 |
* | web commit by joey | www-data | 2006-05-02 |
* | web commit by joey | www-data | 2006-05-02 |
* | web commit by joey | www-data | 2006-05-02 |
* | * Added plugin system, currently only supporting for PreProcessorDirectives.•••* 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.
| joey | 2006-05-02 |
* | * Rename inlinepage to depends, so that it can be used to refer to more••• 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.)
| joey | 2006-05-01 |
* | web commit by joey | www-data | 2006-05-01 |
* | bug | joey | 2006-04-10 |
* | Convert postprocessordirectives into preprocessordirectives, so they are•••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.
| joey | 2006-04-04 |
* | web commit by joey: remove dup | www-data | 2006-04-04 |
* | fix package name | joey | 2006-04-04 |
* | web commit by iain | www-data | 2006-04-03 |
* | - add <base> to cgi output, this is especially useful for output containing••• 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.
| joey | 2006-04-02 |
* | sigh, markdown.. | joey | 2006-03-30 |
* | Implemented --underlaydir, and moved files provided by underlay out of doc•••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.
| joey | 2006-03-29 |
* | There was a bug that [[inline archive="yes]] created an RSS link, but no feed.•••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.
| joey | 2006-03-28 |
* | web commit by JeroenSchot: escape [[]]'s. | www-data | 2006-03-28 |
* | web commit by JeroenSchot: rss bug added. | www-data | 2006-03-28 |
* | web commit by JamesAntill: Relative links | www-data | 2006-03-27 |
* | add --refresh and make it with with --setup | joey | 2006-03-26 |