Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-29 | improve versioning, not that it really matters | Joey Hess | |
2008-01-29 | version bzr dep, 0.90 is needed for --author | Joey Hess | |
2008-01-29 | stylistic changes | Joey Hess | |
Remarkably few. Also, I removed the stub for the obsolete rcs_notify function. | |||
2008-01-29 | Merge git://git.samba.org/jelmer/ikiwiki | Joey Hess | |
2008-01-29 | typo | Joey Hess | |
2008-01-29 | test | Joey Hess | |
2008-01-29 | announce no more mail notifications on this wiki | Joey Hess | |
2008-01-29 | web commit by http://joey.kitenet.net/: test 2 | Joey Hess | |
2008-01-29 | web commit by http://joey.kitenet.net/: test! | Joey Hess | |
2008-01-29 | more whitespace nonsense | Joey Hess | |
2008-01-29 | more HTML::Template fun | Joey Hess | |
fix whitespace that led to bad wrapping and display | |||
2008-01-29 | really fix the baseurl problem | Joey Hess | |
the issue is that HTML::Template doesn't expand top-level variables when inside a loop | |||
2008-01-29 | avoid temp var | Joey Hess | |
2008-01-29 | don't scan internal pages | Joey Hess | |
scan() does too much. All that is needed is to preprocess the internal page in scan-only mode. | |||
2008-01-29 | fix display of diff icon | Joey Hess | |
2008-01-29 | merged the recentchanges branch | Joey Hess | |
misc fixes | |||
2008-01-29 | add missing test to avoid uninitialised value when a page with metadata is ↵ | Joey Hess | |
removed | |||
2008-01-29 | update | Joey Hess | |
2008-01-29 | todo item | Joey Hess | |
2008-01-29 | remove "local" changes | Joey Hess | |
2008-01-29 | doc updates, add NEWS item | Joey 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-29 | misc recentchanges doc updates | Joey Hess | |
2008-01-29 | really use unmunged author in metadata | Joey Hess | |
2008-01-29 | test2 | Joey Hess | |
2008-01-29 | test | Joey Hess | |
2008-01-29 | make the author metadata for changes pages be the un-munged openid | Joey Hess | |
2008-01-29 | avoid redundant recentpages action on the recentchanges page itself | Joey Hess | |
2008-01-29 | added configuration for recentchanges | Joey 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-29 | add code to delete old change pages | Joey Hess | |
2008-01-29 | update | Joey Hess | |
2008-01-29 | improve support for internal pages | Joey 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-29 | rename template | Joey Hess | |
2008-01-29 | use new refresh hook | Joey Hess | |
2008-01-29 | add refresh hook | Joey Hess | |
2008-01-29 | document the new refresh hook | Joey Hess | |
2008-01-29 | test 2 | Joey Hess | |
2008-01-29 | test | Joey Hess | |
2008-01-29 | updates | Joey Hess | |
2008-01-29 | test commit [[version ]] | Joey Hess | |
2008-01-29 | omit recentchanges from various metadata pages | Joey Hess | |
2008-01-29 | indicate that an internal page will be rendered even if skipping it | Joey Hess | |
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. | |||
2008-01-29 | exclude change pages | Joey Hess | |
2008-01-29 | escape wikilinks and preprocessor directives | Joey Hess | |
2008-01-29 | update RecentChanges action to point to page | Joey Hess | |
2008-01-29 | missed one notify | Joey Hess | |
2008-01-29 | move message to end | Joey Hess | |
2008-01-29 | typo | Joey Hess | |
2008-01-29 | more style improvements | Joey Hess | |
2008-01-29 | fairly good css style for static recentchanges page | Joey Hess | |
The customary 2.5 hours of staring at random css turtorials later, here is a pure css latout for the static recentchanges page that, while not as good as the old table layout, it decent. And it works well in lynx. And should generate some pretty nice rss too. |