Joey Hess [Tue, 29 Jan 2008 20:51:32 +0000 (15:51 -0500)]
added configuration for recentchanges
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.
Joey Hess [Tue, 29 Jan 2008 20:22:23 +0000 (15:22 -0500)]
add code to delete old change pages
Joey Hess [Tue, 29 Jan 2008 20:08:25 +0000 (15:08 -0500)]
update
Joey Hess [Tue, 29 Jan 2008 20:05:49 +0000 (15:05 -0500)]
improve support for internal pages
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.
Joey Hess [Tue, 29 Jan 2008 18:39:12 +0000 (13:39 -0500)]
rename template
Joey Hess [Tue, 29 Jan 2008 18:08:48 +0000 (13:08 -0500)]
use new refresh hook
Joey Hess [Tue, 29 Jan 2008 18:08:32 +0000 (13:08 -0500)]
add refresh hook
Joey Hess [Tue, 29 Jan 2008 18:07:17 +0000 (13:07 -0500)]
document the new refresh hook
Joey Hess [Tue, 29 Jan 2008 18:02:15 +0000 (13:02 -0500)]
test 2
Joey Hess [Tue, 29 Jan 2008 18:01:22 +0000 (13:01 -0500)]
test
Joey Hess [Tue, 29 Jan 2008 17:59:49 +0000 (12:59 -0500)]
updates
Joey Hess [Tue, 29 Jan 2008 17:56:46 +0000 (12:56 -0500)]
test commit [[version ]]
Joey Hess [Tue, 29 Jan 2008 17:52:29 +0000 (12:52 -0500)]
omit recentchanges from various metadata pages
Joey Hess [Tue, 29 Jan 2008 17:39:28 +0000 (12:39 -0500)]
indicate that an internal page will be rendered even if skipping it
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.
Joey Hess [Tue, 29 Jan 2008 17:37:56 +0000 (12:37 -0500)]
exclude change pages
Joey Hess [Tue, 29 Jan 2008 17:37:39 +0000 (12:37 -0500)]
escape wikilinks and preprocessor directives
Joey Hess [Tue, 29 Jan 2008 17:20:17 +0000 (12:20 -0500)]
update RecentChanges action to point to page
Joey Hess [Tue, 29 Jan 2008 16:39:17 +0000 (11:39 -0500)]
missed one notify
Joey Hess [Tue, 29 Jan 2008 09:53:45 +0000 (04:53 -0500)]
move message to end
Joey Hess [Tue, 29 Jan 2008 09:45:54 +0000 (04:45 -0500)]
typo
Joey Hess [Tue, 29 Jan 2008 09:44:05 +0000 (04:44 -0500)]
more style improvements
Joey Hess [Tue, 29 Jan 2008 09:22:40 +0000 (04:22 -0500)]
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 [Tue, 29 Jan 2008 06:48:55 +0000 (01:48 -0500)]
non-tabular recentchanges display
Doesn't look as good as the old table, but works as a rss feed.
Joey Hess [Tue, 29 Jan 2008 06:03:44 +0000 (01:03 -0500)]
updates
Joey Hess [Tue, 29 Jan 2008 06:03:15 +0000 (01:03 -0500)]
some parameteraisation and generalisation
Joey Hess [Tue, 29 Jan 2008 05:36:58 +0000 (00:36 -0500)]
* 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 [Tue, 29 Jan 2008 05:07:55 +0000 (00:07 -0500)]
don't render internal-use pages, and document them
Joey Hess [Tue, 29 Jan 2008 04:56:26 +0000 (23:56 -0500)]
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 [Tue, 29 Jan 2008 04:48:27 +0000 (23:48 -0500)]
* prettydate,ddate: Don't ignore time formats passed to displaytime
function.
Joey Hess [Tue, 29 Jan 2008 04:32:36 +0000 (23:32 -0500)]
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 [Tue, 29 Jan 2008 04:08:48 +0000 (23:08 -0500)]
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 [Tue, 29 Jan 2008 03:58:31 +0000 (22:58 -0500)]
move userlink to IkiWiki.pm
I have a plugin that needs to use userlink.
Joey Hess [Tue, 29 Jan 2008 03:57:22 +0000 (22:57 -0500)]
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 [Tue, 29 Jan 2008 03:56:25 +0000 (22:56 -0500)]
add
Joey Hess [Tue, 29 Jan 2008 03:47:43 +0000 (22:47 -0500)]
remove debug message
This can legitimately happen when there's a simple merge.
Joey Hess [Tue, 29 Jan 2008 02:24:15 +0000 (21:24 -0500)]
Merge branch 'master' into recentchanges
Joey Hess [Tue, 29 Jan 2008 02:23:56 +0000 (21:23 -0500)]
figured out how rev is used..
Joey Hess [Tue, 29 Jan 2008 02:22:04 +0000 (21:22 -0500)]
* 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 [Tue, 29 Jan 2008 01:52:03 +0000 (20:52 -0500)]
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Joey Hess [Tue, 29 Jan 2008 01:51:37 +0000 (20:51 -0500)]
redesigning recentchanges
Joey Hess [Tue, 29 Jan 2008 01:34:11 +0000 (20:34 -0500)]
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 [Tue, 29 Jan 2008 00:11:48 +0000 (19:11 -0500)]
web commit by http://xayk.net/
Joey Hess [Mon, 28 Jan 2008 23:17:31 +0000 (18:17 -0500)]
followup
Joey Hess [Mon, 28 Jan 2008 23:01:51 +0000 (18:01 -0500)]
remove extraneous quoting
Joey Hess [Mon, 28 Jan 2008 22:55:58 +0000 (17:55 -0500)]
pushing two commits in at once leads to a related problem
Joey Hess [Mon, 28 Jan 2008 22:49:30 +0000 (17:49 -0500)]
test 5
Joey Hess [Mon, 28 Jan 2008 22:49:18 +0000 (17:49 -0500)]
test 4
Joey Hess [Mon, 28 Jan 2008 22:46:49 +0000 (17:46 -0500)]
test3
Joey Hess [Mon, 28 Jan 2008 22:41:06 +0000 (17:41 -0500)]
test2
Joey Hess [Mon, 28 Jan 2008 22:41:02 +0000 (17:41 -0500)]
test1
Joey Hess [Mon, 28 Jan 2008 22:36:36 +0000 (17:36 -0500)]
really fix comment
It doesn't really make sense to do notification from a post-commit hook.
Joey Hess [Mon, 28 Jan 2008 22:33:22 +0000 (17:33 -0500)]
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 [Mon, 28 Jan 2008 15:18:04 +0000 (10:18 -0500)]
web commit by jelmer
Josh Triplett [Mon, 28 Jan 2008 08:30:43 +0000 (00:30 -0800)]
Word-wrap post-commit page
Josh Triplett [Sun, 27 Jan 2008 07:12:29 +0000 (23:12 -0800)]
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 [Sun, 27 Jan 2008 06:28:44 +0000 (22:28 -0800)]
Add debian/.gitignore, with ignores for Debian build products
Josh Triplett [Sun, 27 Jan 2008 06:25:43 +0000 (22:25 -0800)]
.gitignore: Ignore build-stamp
Josh Triplett [Sun, 27 Jan 2008 00:43:12 +0000 (16:43 -0800)]
Remove a trailing space from debian/changelog (noticed by dch)
Josh Triplett [Sun, 27 Jan 2008 00:42:40 +0000 (16:42 -0800)]
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 [Sun, 27 Jan 2008 00:34:04 +0000 (16:34 -0800)]
Add trailing comma to commented-out umask in sample ikiwiki.setup
Josh Triplett [Sun, 27 Jan 2008 00:15:07 +0000 (16:15 -0800)]
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.
Joey Hess [Fri, 25 Jan 2008 22:22:26 +0000 (17:22 -0500)]
web commit from 82.194.120.237: poll vote (Accept both)
Joey Hess [Thu, 24 Jan 2008 22:25:07 +0000 (17:25 -0500)]
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Joey Hess [Thu, 24 Jan 2008 22:22:39 +0000 (17:22 -0500)]
* 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 [Wed, 23 Jan 2008 07:14:35 +0000 (02:14 -0500)]
web commit by http://id.loopysoft.com/matt/: Slight typo fix
Joey Hess [Tue, 22 Jan 2008 19:17:25 +0000 (14:17 -0500)]
delete this page
It's either a *very* funny joke, or a link to a spam blog. Or both?
In any event, it's not appropriate use of this wiki.
Joey Hess [Tue, 22 Jan 2008 06:46:05 +0000 (01:46 -0500)]
web commit by http://id.loopysoft.com/matt/: Ignore my stupid choices for paths
Joey Hess [Tue, 22 Jan 2008 06:38:43 +0000 (01:38 -0500)]
web commit by http://id.loopysoft.com/matt/
Joey Hess [Tue, 22 Jan 2008 02:05:59 +0000 (21:05 -0500)]
web commit from 80.171.62.184: poll vote (Accept only OpenID for logins)
Joey Hess [Tue, 22 Jan 2008 01:40:25 +0000 (20:40 -0500)]
web commit by SusanHileman: homepage
Joey Hess [Mon, 21 Jan 2008 21:01:37 +0000 (16:01 -0500)]
update link
Joey Hess [Mon, 21 Jan 2008 20:59:29 +0000 (15:59 -0500)]
move
Joey Hess [Mon, 21 Jan 2008 18:56:42 +0000 (13:56 -0500)]
web commit by http://scottschulz.us/: Request for assistance
Joey Hess [Mon, 21 Jan 2008 09:05:01 +0000 (04:05 -0500)]
web commit by http://adam.shand.net/
Joey Hess [Mon, 21 Jan 2008 01:43:26 +0000 (20:43 -0500)]
web commit by http://id.loopysoft.com/matt/: Include explanation for symlinking stuff
Joey Hess [Mon, 21 Jan 2008 00:15:16 +0000 (19:15 -0500)]
web commit by http://id.loopysoft.com/matt/: Add email for offer of env to work on/fix problems
Joey Hess [Mon, 21 Jan 2008 00:06:52 +0000 (19:06 -0500)]
web commit by http://id.loopysoft.com/matt/
Joey Hess [Mon, 21 Jan 2008 00:04:36 +0000 (19:04 -0500)]
web commit by http://id.loopysoft.com/matt/: Small formatting change
Joey Hess [Mon, 21 Jan 2008 00:02:38 +0000 (19:02 -0500)]
web commit by http://id.loopysoft.com/matt/
Joey Hess [Sun, 20 Jan 2008 23:59:51 +0000 (18:59 -0500)]
web commit by http://id.loopysoft.com/matt/
Joey Hess [Sun, 20 Jan 2008 23:58:35 +0000 (18:58 -0500)]
web commit by http://id.loopysoft.com/matt/
Joey Hess [Sun, 20 Jan 2008 23:53:52 +0000 (18:53 -0500)]
web commit by http://id.loopysoft.com/matt/
Joey Hess [Sun, 20 Jan 2008 02:46:09 +0000 (21:46 -0500)]
web commit by LucaBrivio
Joey Hess [Sat, 19 Jan 2008 21:17:43 +0000 (16:17 -0500)]
web commit by http://adam.shand.net/: thanks joey.
Joey Hess [Sat, 19 Jan 2008 19:55:22 +0000 (14:55 -0500)]
web commit by http://adam.shand.net/
Joey Hess [Sat, 19 Jan 2008 19:06:47 +0000 (14:06 -0500)]
turn into real css file, remove dup file
Joey Hess [Sat, 19 Jan 2008 19:02:52 +0000 (14:02 -0500)]
response
Joey Hess [Sat, 19 Jan 2008 18:57:37 +0000 (13:57 -0500)]
update about openids and admin powers
Joey Hess [Sat, 19 Jan 2008 18:55:40 +0000 (13:55 -0500)]
response
Joey Hess [Sat, 19 Jan 2008 11:23:38 +0000 (06:23 -0500)]
web commit from 85.83.79.95: poll vote (Accept both)
Joey Hess [Sat, 19 Jan 2008 04:40:02 +0000 (23:40 -0500)]
web commit by http://adam.shand.net/
Joey Hess [Sat, 19 Jan 2008 04:37:39 +0000 (23:37 -0500)]
web commit by http://adam.shand.net/
Joey Hess [Sat, 19 Jan 2008 04:37:10 +0000 (23:37 -0500)]
web commit by http://adam.shand.net/
Joey Hess [Sat, 19 Jan 2008 03:44:03 +0000 (22:44 -0500)]
web commit by http://adam.shand.net/
Joey Hess [Fri, 18 Jan 2008 22:10:15 +0000 (17:10 -0500)]
web commit by http://users.itk.ppke.hu/~cstamas/: update to cstamas2
Joey Hess [Fri, 18 Jan 2008 22:09:05 +0000 (17:09 -0500)]
web commit by http://users.itk.ppke.hu/~cstamas/: add css file
Joey Hess [Fri, 18 Jan 2008 22:07:59 +0000 (17:07 -0500)]
web commit by http://users.itk.ppke.hu/~cstamas/
Joey Hess [Fri, 18 Jan 2008 22:05:17 +0000 (17:05 -0500)]
web commit by http://users.itk.ppke.hu/~cstamas/: uploaded stylesheet
Joey Hess [Fri, 18 Jan 2008 22:01:56 +0000 (17:01 -0500)]
web commit by http://users.itk.ppke.hu/~cstamas/: add cstamas css
Joey Hess [Fri, 18 Jan 2008 05:07:38 +0000 (00:07 -0500)]
web commit from 75.175.27.127: poll vote (Accept only OpenID for logins)