summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-01-29test commit [[version ]]Joey Hess
2008-01-29omit recentchanges from various metadata pagesJoey Hess
2008-01-29indicate that an internal page will be rendered even if skipping itJoey 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-29exclude change pagesJoey Hess
2008-01-29escape wikilinks and preprocessor directivesJoey Hess
2008-01-29update RecentChanges action to point to pageJoey Hess
2008-01-29missed one notifyJoey Hess
2008-01-29move message to endJoey Hess
2008-01-29typoJoey Hess
2008-01-29more style improvementsJoey Hess
2008-01-29fairly good css style for static recentchanges pageJoey 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-29non-tabular recentchanges displayJoey Hess
Doesn't look as good as the old table, but works as a rss feed.
2008-01-29updatesJoey Hess
2008-01-29some parameteraisation and generalisationJoey Hess
2008-01-29* Removed support for sending commit notification mails. Along with it wentJoey Hess
the svnrepo and notify settings, though both will be ignored if left in setup files.
2008-01-29don't render internal-use pages, and document themJoey Hess
2008-01-28proof of concept implementation of static recentchangesJoey 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 displaytimeJoey Hess
function.
2008-01-28only linkify openids in userlinkJoey 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-28support for internal-use page typesJoey 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-28move userlink to IkiWiki.pmJoey Hess
I have a plugin that needs to use userlink.
2008-01-28change rcs_recentchanges when to absolute, not relative, timeJoey Hess
No point in using a relative time value in rcs_recentchanges. Different consumers of the info want different things.
2008-01-28addJoey Hess
2008-01-28remove debug messageJoey Hess
This can legitimately happen when there's a simple merge.
2008-01-28Merge branch 'master' into recentchangesJoey Hess
2008-01-28figured out how rev is used..Joey Hess
2008-01-28 * inline: The template can check for FIRST and LAST, which will beJoey Hess
set for the first and last inlined page. Useful for templates that build tables and the like.
2008-01-28Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-01-28redesigning recentchangesJoey Hess
2008-01-28add an id field to the rcs_recentchanges return structureJoey Hess
There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet.
2008-01-28web commit by http://xayk.net/Joey Hess
2008-01-28followupJoey Hess
2008-01-28remove extraneous quotingJoey Hess
2008-01-28pushing two commits in at once leads to a related problemJoey Hess
2008-01-28test 5Joey Hess
2008-01-28test 4Joey Hess
2008-01-28test3Joey Hess
2008-01-28test2Joey Hess
2008-01-28test1Joey Hess