aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* update RecentChanges action to point to pageJoey Hess2008-01-29
|
* missed one notifyJoey Hess2008-01-29
|
* move message to endJoey Hess2008-01-29
|
* typoJoey Hess2008-01-29
|
* more style improvementsJoey Hess2008-01-29
|
* fairly good css style for static recentchanges pageJoey Hess2008-01-29
| | | | | | | 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.
* non-tabular recentchanges displayJoey Hess2008-01-29
| | | | Doesn't look as good as the old table, but works as a rss feed.
* updatesJoey Hess2008-01-29
|
* some parameteraisation and generalisationJoey Hess2008-01-29
|
* * Removed support for sending commit notification mails. Along with it wentJoey Hess2008-01-29
| | | | | the svnrepo and notify settings, though both will be ignored if left in setup files.
* don't render internal-use pages, and document themJoey Hess2008-01-29
|
* proof of concept implementation of static recentchangesJoey Hess2008-01-28
| | | | | Currently hardcoded to write to recentchanges/*, and the page format needs to be rethought to be usable for aggregation, but it basically works.
* * prettydate,ddate: Don't ignore time formats passed to displaytimeJoey Hess2008-01-28
| | | | function.
* only linkify openids in userlinkJoey Hess2008-01-28
| | | | | | | | | 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.
* support for internal-use page typesJoey Hess2008-01-28
| | | | | | 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.
* move userlink to IkiWiki.pmJoey Hess2008-01-28
| | | | I have a plugin that needs to use userlink.
* change rcs_recentchanges when to absolute, not relative, timeJoey Hess2008-01-28
| | | | | No point in using a relative time value in rcs_recentchanges. Different consumers of the info want different things.
* addJoey Hess2008-01-28
|
* remove debug messageJoey Hess2008-01-28
| | | | This can legitimately happen when there's a simple merge.
* Merge branch 'master' into recentchangesJoey Hess2008-01-28
|\
| * figured out how rev is used..Joey Hess2008-01-28
| |
* | * inline: The template can check for FIRST and LAST, which will beJoey Hess2008-01-28
|/ | | | | set for the first and last inlined page. Useful for templates that build tables and the like.
* Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess2008-01-28
|\
| * web commit by http://xayk.net/Joey Hess2008-01-28
| |
* | redesigning recentchangesJoey Hess2008-01-28
| |
* | add an id field to the rcs_recentchanges return structureJoey Hess2008-01-28
| | | | | | | | | | There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet.
* | followupJoey Hess2008-01-28
| |
* | remove extraneous quotingJoey Hess2008-01-28
|/
* pushing two commits in at once leads to a related problemJoey Hess2008-01-28
|
* test 5Joey Hess2008-01-28
|
* test 4Joey Hess2008-01-28
|
* test3Joey Hess2008-01-28
|
* test2Joey Hess2008-01-28
|
* test1Joey Hess2008-01-28
|
* really fix commentJoey Hess2008-01-28
| | | | It doesn't really make sense to do notification from a post-commit hook.
* update commentJoey Hess2008-01-28
| | | | | This is not only called from post-update in all configurations. Also, the comment was innaccurate about what the post-update hook is passed.
* web commit by jelmerJoey Hess2008-01-28
|
* Word-wrap post-commit pageJosh Triplett2008-01-28
|