Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2008-01-29 | non-tabular recentchanges display | Joey Hess | |
Doesn't look as good as the old table, but works as a rss feed. | |||
2008-01-29 | updates | Joey Hess | |
2008-01-29 | some parameteraisation and generalisation | Joey Hess | |
2008-01-29 | * Removed support for sending commit notification mails. Along with it went | Joey Hess | |
the svnrepo and notify settings, though both will be ignored if left in setup files. | |||
2008-01-29 | don't render internal-use pages, and document them | Joey Hess | |
2008-01-28 | proof of concept implementation of static recentchanges | Joey Hess | |
Currently hardcoded to write to recentchanges/*, and the page format needs to be rethought to be usable for aggregation, but it basically works. | |||
2008-01-28 | * prettydate,ddate: Don't ignore time formats passed to displaytime | Joey Hess | |
function. | |||
2008-01-28 | only linkify openids in userlink | Joey Hess | |
Can't use htmllink in userlink due to it being called from recentchanges in cases where there is no configured url. It seems easist, at least for now, to not linkify user names in this case. I don't think I've ever clicked on such a link anyway. Might revisit this later. | |||
2008-01-28 | support for internal-use page types | Joey Hess | |
If a page type starts with an underscore, hide it from the list of page types in the edit form, and don't allow editing pages of that type. This allows for plugins to add page types for internal use. | |||
2008-01-28 | move userlink to IkiWiki.pm | Joey Hess | |
I have a plugin that needs to use userlink. | |||
2008-01-28 | change rcs_recentchanges when to absolute, not relative, time | Joey Hess | |
No point in using a relative time value in rcs_recentchanges. Different consumers of the info want different things. | |||
2008-01-28 | add | Joey Hess | |
2008-01-28 | remove debug message | Joey Hess | |
This can legitimately happen when there's a simple merge. | |||
2008-01-28 | Merge branch 'master' into recentchanges | Joey Hess | |
2008-01-28 | figured out how rev is used.. | Joey Hess | |
2008-01-28 | * inline: The template can check for FIRST and LAST, which will be | Joey Hess | |
set for the first and last inlined page. Useful for templates that build tables and the like. | |||
2008-01-28 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-01-28 | redesigning recentchanges | Joey Hess | |
2008-01-28 | add an id field to the rcs_recentchanges return structure | Joey Hess | |
There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet. | |||
2008-01-28 | web commit by http://xayk.net/ | Joey Hess | |