aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rename bazaar -> bzr after discussion with jelmerJoey Hess2008-01-29
|
* commit only the changed fileJoey Hess2008-01-29
|
* changelogJoey Hess2008-01-29
|
* improve versioning, not that it really mattersJoey Hess2008-01-29
|
* version bzr dep, 0.90 is needed for --authorJoey Hess2008-01-29
|
* stylistic changesJoey Hess2008-01-29
| | | | Remarkably few. Also, I removed the stub for the obsolete rcs_notify function.
* Merge git://git.samba.org/jelmer/ikiwikiJoey Hess2008-01-29
|\
| * Add optional dependency on bzr.Jelmer Vernooij2008-01-28
| |
| * Finish bazaar backend and make the remaining test pass.Jelmer Vernooij2008-01-28
| |
| * Initial work adding support for Bazaar.Jelmer Vernooij2008-01-28
| |
* | typoJoey Hess2008-01-29
| |
* | testJoey Hess2008-01-29
| |
* | announce no more mail notifications on this wikiJoey Hess2008-01-29
| |
* | web commit by http://joey.kitenet.net/: test 2Joey Hess2008-01-29
| |
* | web commit by http://joey.kitenet.net/: test!Joey Hess2008-01-29
| |
* | more whitespace nonsenseJoey Hess2008-01-29
| |
* | more HTML::Template funJoey Hess2008-01-29
| | | | | | | | fix whitespace that led to bad wrapping and display
* | really fix the baseurl problemJoey Hess2008-01-29
| | | | | | | | | | the issue is that HTML::Template doesn't expand top-level variables when inside a loop
* | avoid temp varJoey Hess2008-01-29
| |
* | don't scan internal pagesJoey Hess2008-01-29
| | | | | | | | | | scan() does too much. All that is needed is to preprocess the internal page in scan-only mode.
* | fix display of diff iconJoey Hess2008-01-29
| |
* | merged the recentchanges branchJoey Hess2008-01-29
| | | | | | | | misc fixes
* | add missing test to avoid uninitialised value when a page with metadata is ↵Joey Hess2008-01-29
| | | | | | | | removed
* | updateJoey Hess2008-01-29
| |
* | todo itemJoey Hess2008-01-29
| |
* | remove "local" changesJoey Hess2008-01-29
| |
* | doc updates, add NEWS itemJoey Hess2008-01-29
| |
* | * meta: Add pagespec functions to match against title, author, authorurl,Joey Hess2008-01-29
| | | | | | | | | | | | | | license, and copyright. This can be used to create custom RecentChanges. * meta: To support the pagespec functions, metadata about pages has to be retained as pagestate. * Fix encoding bug when pagestate values contained spaces.
* | misc recentchanges doc updatesJoey Hess2008-01-29
| |
* | really use unmunged author in metadataJoey Hess2008-01-29
| |
* | test2Joey Hess2008-01-29
| |
* | testJoey Hess2008-01-29
| |
* | make the author metadata for changes pages be the un-munged openidJoey Hess2008-01-29
| |
* | avoid redundant recentpages action on the recentchanges page itselfJoey Hess2008-01-29
| |
* | added configuration for recentchangesJoey Hess2008-01-29
| | | | | | | | | | | | | | | | I kept it to a simple global configuration, rather than using the preprocessor directive for recentchanges, because that had chicken and egg problems and seemed overcomplicated. This should work reasonably well, though it would be good to add some more metadata so that more customised recentchanges pages can be made.
* | add code to delete old change pagesJoey Hess2008-01-29
| |
* | updateJoey Hess2008-01-29
| |
* | improve support for internal pagesJoey Hess2008-01-29
| | | | | | | | | | | | This makes it a lot quicker to deal with lots of recentchanges pages appearing and disappearing. It avoids needing to clutter up pagespecs with exclusions for those pages, by making normal pagespecs not match them.
* | rename templateJoey Hess2008-01-29
| |
* | use new refresh hookJoey Hess2008-01-29
| |
* | add refresh hookJoey Hess2008-01-29
| |
* | document the new refresh hookJoey Hess2008-01-29
| |
* | test 2Joey Hess2008-01-29
| |
* | testJoey Hess2008-01-29
| |
* | updatesJoey Hess2008-01-29
| |
* | test commit [[version ]]Joey Hess2008-01-29
| |
* | omit recentchanges from various metadata pagesJoey Hess2008-01-29
| |
* | indicate that an internal page will be rendered even if skipping itJoey Hess2008-01-29
| | | | | | | | | | | | This is important to do because until will_render is called, ikiwiki doesn't know that the page exists. This avoids recentchanges re-writing every change page every run.
* | exclude change pagesJoey Hess2008-01-29
| |
* | escape wikilinks and preprocessor directivesJoey Hess2008-01-29
| |