| Commit message (Expand) | Author | Age |
* | 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 |
* | web commit by joey | www-data | 2006-03-24 |
* | add a blog for done items too | joey | 2006-03-24 |
* | Removed the rss feeds for every page, which wasn't really entirely useful.•••Let's only do them for blog pages.
| joey | 2006-03-24 |
* | web commit by joey | www-data | 2006-03-21 |
* | web commit by joey | www-data | 2006-03-19 |
* | foo | joey | 2006-03-19 |
* | fix update of links to removed pages | joey | 2006-03-16 |
* | web commit by joey | www-data | 2006-03-16 |
* | web commit by joey: wikilink escaping supported now | www-data | 2006-03-15 |
* | config files now based on perl modules•••add MakeMaker foo for module
| joey | 2006-03-15 |
* | fix Discussion links to not take the BestLink. •••As a bonus we now have meta Disussion/Discussion pages available, etc. Oh
well.. :-)
| joey | 2006-03-14 |
* | load/save index when rendering a page in cgi mode for svn-less wikis | joey | 2006-03-14 |
* | Some fixes to the parent links, I think the link to the index will be right•••in all cases now.
| joey | 2006-03-14 |
* | avoid linkifying escaped wikilinks | joey | 2006-03-13 |
* | add --setup, --wrappermode•••allow filename param to --wrapper
| joey | 2006-03-13 |
* | - Add Discussion links to the button bar, these will automatically create••• /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.
| joey | 2006-03-13 |