aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Collapse)AuthorAge
* commit only the changed fileJoey Hess2008-01-29
|
* stylistic changesJoey Hess2008-01-29
| | | | Remarkably few. Also, I removed the stub for the obsolete rcs_notify function.
* Merge git://git.samba.org/jelmer/ikiwikiJoey Hess2008-01-29
|\
| * Finish bazaar backend and make the remaining test pass.Jelmer Vernooij2008-01-28
| |
| * Initial work adding support for Bazaar.Jelmer Vernooij2008-01-28
| |
* | really fix the baseurl problemJoey Hess2008-01-29
| | | | | | | | | | the issue is that HTML::Template doesn't expand top-level variables when inside a loop
* | avoid temp varJoey Hess2008-01-29
| |
* | don't scan internal pagesJoey Hess2008-01-29
| | | | | | | | | | scan() does too much. All that is needed is to preprocess the internal page in scan-only mode.
* | merged the recentchanges branchJoey Hess2008-01-29
| | | | | | | | misc fixes
* | add missing test to avoid uninitialised value when a page with metadata is ↵Joey Hess2008-01-29
| | | | | | | | removed
* | * meta: Add pagespec functions to match against title, author, authorurl,Joey Hess2008-01-29
| | | | | | | | | | | | | | 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.
* | make the author metadata for changes pages be the un-munged openidJoey Hess2008-01-29
| |
* | avoid redundant recentpages action on the recentchanges page itselfJoey Hess2008-01-29
| |
* | added configuration for recentchangesJoey Hess2008-01-29
| | | | | | | | | | | | | | | | 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.
* | add code to delete old change pagesJoey Hess2008-01-29
| |
* | improve support for internal pagesJoey Hess2008-01-29
| | | | | | | | | | | | 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.
* | use new refresh hookJoey Hess2008-01-29
| |
* | add refresh hookJoey Hess2008-01-29
| |
* | updatesJoey 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.
* | escape wikilinks and preprocessor directivesJoey Hess2008-01-29
| |
* | update RecentChanges action to point to pageJoey Hess2008-01-29
| |
* | typoJoey Hess2008-01-29
| |
* | more style improvementsJoey Hess2008-01-29
| |
* | non-tabular recentchanges displayJoey Hess2008-01-29
| | | | | | | | Doesn't look as good as the old table, but works as a rss feed.
* | 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.
* | 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.
* | 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.
* | 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.
* | remove extraneous quotingJoey 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.
* aggregate.pm: Replace Unicode apostrophe with ASCII to unbreak buildJosh Triplett2008-01-26
| | | | | | | gettext choked on a Unicode apostrophe in the aggregate plugin, which appeared in a new error message in commit 4f872b563300e4a277cac3d7ea2a999bcf75d1ff. Replace it with an ASCII apostrophe.
* * aggregate: Fork a child process to handle the aggregation. This simplifiesJoey Hess2008-01-24
| | | | | | the code, since that process can change internal state as needed, and it will automatically be cleaned up for the parent process, which proceeds to render the changes.
* Add full parser for git diff-tree outputBrian Downing2008-01-17
| | | | | | | | | | | The -c option to git log/diff-tree produces "merged" diffs with a different format from normal ones. However, the existing diff-tree parser only accepted non-merged diff lines. Merged diff lines caused the parser to get out of sync. This patch adds a full parser for diffs with any number of parents. See the "DIFF FORMAT FOR MERGES" section in the git-diff-tree man page for more information. Signed-off-by: Brian Downing <bdowning@lavos.net>
* * aggregate: Don't let feeds set creation times for pages in the future.Joey Hess2008-01-16
|
* I've wrote a little patch for the bug in teximg (can only include fomula onPatrick Winnertz2008-01-09
| | | | one page).
* In preferences, allow the subscriptions and email fields to be clearedJoey Hess2008-01-09
|
* not only markdown adds gunk, so remove it in the main htmlize functionJoey Hess2008-01-09
|
* * mdwn: When htmlizing text, if it's a single line with no newline,Joey Hess2008-01-09
| | | | | | remove the enclosing paragraph and newline markdown wraps it in. This allows removing several hacks around this markdown behavior from other plugins that htmlize fragements of pages.