| Commit message (Collapse) | Author | Age |
|
|
|
| |
adds Edit and Discussion links at the end of blog entries.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
Closes: #380743
|
| |
|
|
|
|
|
| |
when a todo item is done, instead of the previous moving it to a different
subdir.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(Note that it's not really the file creation time, just the first time
ikiwiki saw it.)
|
|
|
|
|
|
| |
*warning* on upgrade to this version of ikiwiki, be sure to run --rebuild
to regenerate the index
|
| |
|
|
|
|
|
| |
character numbers
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kept in mind during this are a) to reduce load time for common cases like
cgi and post-commit and b) make the code easier to navigate.
This also modularises RCS support to the extent that it should be possible
to drop in a module for some RCS other than svn, add a switch for it, and
it pretty much just work.
High chance I missed an edge case that breaks something, this is only
barely tested at this point.
|
| |
|
| |
|
|
|
|
|
| |
locking
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
notification.
|
| |
|
|
|
|
|
| |
add MakeMaker foo for module
|
|
|
|
|
|
| |
As a bonus we now have meta Disussion/Discussion pages available, etc. Oh
well.. :-)
|
|
|
|
|
| |
in all cases now.
|
| |
|
|
|
|
|
| |
allow filename param to --wrapper
|
|
|
|
|
| |
- move all the config vars into %config
|
|
|
|
|
|
|
|
|
|
| |
/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.
|
| |
|