summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-29web commit by http://subvert.org.uk/~bma/Joey Hess
2008-01-29* Copyright file updates.Joey Hess
2008-01-30Add example diffurl for bzr.Jelmer Vernooij
2008-01-30Expand file-id in diffurl in the bzr backend.Jelmer Vernooij
2008-01-29remove todoJoey Hess
2008-01-30Support creating bzr branches in ikiwiki-makerepo.Jelmer Vernooij
2008-01-29updateJoey Hess
2008-01-29doc updates for bzrJoey Hess
2008-01-29rename bazaar -> bzr after discussion with jelmerJoey Hess
2008-01-29commit only the changed fileJoey Hess
2008-01-29changelogJoey Hess
2008-01-29improve versioning, not that it really mattersJoey Hess
2008-01-29version bzr dep, 0.90 is needed for --authorJoey Hess
2008-01-29stylistic changesJoey Hess
Remarkably few. Also, I removed the stub for the obsolete rcs_notify function.
2008-01-29Merge git://git.samba.org/jelmer/ikiwikiJoey Hess
2008-01-29typoJoey Hess
2008-01-29testJoey Hess
2008-01-29announce no more mail notifications on this wikiJoey Hess
2008-01-29web commit by http://joey.kitenet.net/: test 2Joey Hess
2008-01-29web commit by http://joey.kitenet.net/: test!Joey Hess
2008-01-29more whitespace nonsenseJoey Hess
2008-01-29more HTML::Template funJoey Hess
fix whitespace that led to bad wrapping and display
2008-01-29really fix the baseurl problemJoey Hess
the issue is that HTML::Template doesn't expand top-level variables when inside a loop
2008-01-29avoid temp varJoey Hess
2008-01-29don't scan internal pagesJoey Hess
scan() does too much. All that is needed is to preprocess the internal page in scan-only mode.
2008-01-29fix display of diff iconJoey Hess
2008-01-29merged the recentchanges branchJoey Hess
misc fixes
2008-01-29add missing test to avoid uninitialised value when a page with metadata is ↵Joey Hess
removed
2008-01-29updateJoey Hess
2008-01-29todo itemJoey Hess
2008-01-29remove "local" changesJoey Hess
2008-01-29doc updates, add NEWS itemJoey Hess
2008-01-29* meta: Add pagespec functions to match against title, author, authorurl,Joey Hess
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.
2008-01-29misc recentchanges doc updatesJoey Hess
2008-01-29really use unmunged author in metadataJoey Hess
2008-01-29test2Joey Hess
2008-01-29testJoey Hess
2008-01-29make the author metadata for changes pages be the un-munged openidJoey Hess
2008-01-29avoid redundant recentpages action on the recentchanges page itselfJoey Hess
2008-01-29added configuration for recentchangesJoey Hess
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.
2008-01-29add code to delete old change pagesJoey Hess
2008-01-29updateJoey Hess
2008-01-29improve support for internal pagesJoey Hess
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.
2008-01-29rename templateJoey Hess
2008-01-29use new refresh hookJoey Hess
2008-01-29add refresh hookJoey Hess
2008-01-29document the new refresh hookJoey Hess
2008-01-29test 2Joey Hess
2008-01-29testJoey Hess
2008-01-29updatesJoey Hess