| Commit message (Expand) | Author | Age |
... | |
* | | 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•••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.
| Joey Hess | 2008-01-29 |
* | | non-tabular recentchanges display•••Doesn't look as good as the old table, but works as a rss feed.
| Joey Hess | 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••• the svnrepo and notify settings, though both will be ignored if left in
setup files.
| Joey Hess | 2008-01-29 |
* | | don't render internal-use pages, and document them | Joey Hess | 2008-01-29 |
* | | proof of concept implementation of static recentchanges•••Currently hardcoded to write to recentchanges/*, and the page format needs
to be rethought to be usable for aggregation, but it basically works.
| Joey Hess | 2008-01-28 |
* | | * prettydate,ddate: Don't ignore time formats passed to displaytime••• function.
| Joey Hess | 2008-01-28 |
* | | only linkify openids in userlink•••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.
| Joey Hess | 2008-01-28 |
* | | support for internal-use page types•••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.
| Joey Hess | 2008-01-28 |
* | | move userlink to IkiWiki.pm•••I have a plugin that needs to use userlink.
| Joey Hess | 2008-01-28 |
* | | change rcs_recentchanges when to absolute, not relative, time•••No point in using a relative time value in rcs_recentchanges. Different
consumers of the info want different things.
| Joey Hess | 2008-01-28 |
* | | add | Joey Hess | 2008-01-28 |
* | | remove debug message•••This can legitimately happen when there's a simple merge.
| Joey Hess | 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••• set for the first and last inlined page. Useful for templates that build
tables and the like.
| Joey Hess | 2008-01-28 |
|/ / |
|
* | | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | 2008-01-28 |
|\ \ |
|
| * | | web commit by http://xayk.net/ | Joey Hess | 2008-01-28 |
* | | | redesigning recentchanges | Joey Hess | 2008-01-28 |
* | | | add an id field to the rcs_recentchanges return structure•••There was an undocumented field named "rev", I think "id" is a better name,
and nothing uses it yet.
| Joey Hess | 2008-01-28 |
* | | | followup | Joey Hess | 2008-01-28 |
* | | | remove extraneous quoting | Joey Hess | 2008-01-28 |
|/ / |
|
* | | pushing two commits in at once leads to a related problem | Joey Hess | 2008-01-28 |
* | | test 5 | Joey Hess | 2008-01-28 |
* | | test 4 | Joey Hess | 2008-01-28 |
* | | test3 | Joey Hess | 2008-01-28 |
* | | test2 | Joey Hess | 2008-01-28 |
* | | test1 | Joey Hess | 2008-01-28 |
* | | really fix comment•••It doesn't really make sense to do notification from a post-commit hook.
| Joey Hess | 2008-01-28 |
* | | update comment•••This is not only called from post-update in all configurations. Also, the
comment was innaccurate about what the post-update hook is passed.
| Joey Hess | 2008-01-28 |
* | | web commit by jelmer | Joey Hess | 2008-01-28 |
* | | Word-wrap post-commit page | Josh Triplett | 2008-01-28 |
|/ |
|
* | aggregate.pm: Replace Unicode apostrophe with ASCII to unbreak build•••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.
| Josh Triplett | 2008-01-26 |
* | Add debian/.gitignore, with ignores for Debian build products | Josh Triplett | 2008-01-26 |
* | .gitignore: Ignore build-stamp | Josh Triplett | 2008-01-26 |
* | Remove a trailing space from debian/changelog (noticed by dch) | Josh Triplett | 2008-01-26 |
* | debian/changelog entry for commit 37b4fadcee4e500a1ac68ce9fcd8d6d942628cf6•••Add missing debian/changelog entry for previous commit
37b4fadcee4e500a1ac68ce9fcd8d6d942628cf6, "Add trailing comma to
commented-out umask in sample ikiwiki.setup".
| Josh Triplett | 2008-01-26 |
* | Add trailing comma to commented-out umask in sample ikiwiki.setup | Josh Triplett | 2008-01-26 |
* | shortcuts: use a markdown link to link back to the ikiwiki page, not a shortcut•••Since the wiki might not have shortcuts turned on, don't use the "iki"
shortcut to link back to the ikiwiki ikiwiki; use a markdown link instead.
| Josh Triplett | 2008-01-26 |
* | web commit from 82.194.120.237: poll vote (Accept both) | Joey Hess | 2008-01-25 |
* | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | 2008-01-24 |
|\ |
|
| * | web commit by http://id.loopysoft.com/matt/: Slight typo fix | Joey Hess | 2008-01-23 |
* | | * aggregate: Fork a child process to handle the aggregation. This simplifies••• 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.
| Joey Hess | 2008-01-24 |
|/ |
|