Joey Hess
e616fdab85
missed one notify
2008-01-29 11:39:17 -05:00
Joey Hess
6446b67239
move message to end
2008-01-29 04:53:45 -05:00
Joey Hess
85eb1abc61
typo
2008-01-29 04:45:54 -05:00
Joey Hess
38e79f206e
more style improvements
2008-01-29 04:44:05 -05:00
Joey Hess
a6a300f675
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.
2008-01-29 04:22:40 -05:00
Joey Hess
21f44880cd
non-tabular recentchanges display
...
Doesn't look as good as the old table, but works as a rss feed.
2008-01-29 01:48:55 -05:00
Joey Hess
d72753e100
updates
2008-01-29 01:03:44 -05:00
Joey Hess
d2a3695376
some parameteraisation and generalisation
2008-01-29 01:03:15 -05:00
Joey Hess
d7fdd04b5a
* 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.
2008-01-29 00:36:58 -05:00
Joey Hess
2ff726e875
don't render internal-use pages, and document them
2008-01-29 00:07:55 -05:00
Joey Hess
5921b86fcc
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.
2008-01-28 23:56:26 -05:00
Joey Hess
2d3dc86d07
* prettydate,ddate: Don't ignore time formats passed to displaytime
...
function.
2008-01-28 23:48:27 -05:00
Joey Hess
1b8f1b867c
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.
2008-01-28 23:32:36 -05:00
Joey Hess
0d2894711c
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.
2008-01-28 23:08:48 -05:00
Joey Hess
29f3082772
move userlink to IkiWiki.pm
...
I have a plugin that needs to use userlink.
2008-01-28 22:58:31 -05:00
Joey Hess
9f25e3436b
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.
2008-01-28 22:57:22 -05:00
Joey Hess
0f76f8774d
add
2008-01-28 22:56:25 -05:00
Joey Hess
ad4f7bc075
remove debug message
...
This can legitimately happen when there's a simple merge.
2008-01-28 22:47:43 -05:00
Joey Hess
0f95adbd1d
Merge branch 'master' into recentchanges
2008-01-28 21:24:15 -05:00
Joey Hess
e30b96baba
figured out how rev is used..
2008-01-28 21:23:56 -05:00
Joey Hess
3436fed081
* 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.
2008-01-28 21:22:04 -05:00
Joey Hess
4f269010b4
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-28 20:52:03 -05:00
Joey Hess
b810552073
redesigning recentchanges
2008-01-28 20:51:37 -05:00
Joey Hess
b11ddb88e6
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.
2008-01-28 20:34:11 -05:00
Joey Hess
37f3cd195f
web commit by http://xayk.net/
2008-01-28 19:11:48 -05:00
Joey Hess
ad6d22f237
followup
2008-01-28 18:17:31 -05:00
Joey Hess
161947160b
remove extraneous quoting
2008-01-28 18:01:51 -05:00
Joey Hess
f7b86d8177
pushing two commits in at once leads to a related problem
2008-01-28 17:55:58 -05:00
Joey Hess
2ad1850a5a
test 5
2008-01-28 17:49:30 -05:00
Joey Hess
68a9345b5c
test 4
2008-01-28 17:49:18 -05:00
Joey Hess
e98ce82daf
test3
2008-01-28 17:46:49 -05:00
Joey Hess
3705d5d4dc
test2
2008-01-28 17:41:06 -05:00
Joey Hess
84d3856512
test1
2008-01-28 17:41:02 -05:00
Joey Hess
df32ad1139
really fix comment
...
It doesn't really make sense to do notification from a post-commit hook.
2008-01-28 17:36:36 -05:00
Joey Hess
52b16186c4
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.
2008-01-28 17:33:22 -05:00
Joey Hess
bbf29faf37
web commit by jelmer
2008-01-28 10:18:04 -05:00
Josh Triplett
05d06e77c6
Word-wrap post-commit page
2008-01-28 00:39:17 -08:00
Josh Triplett
fafb2edaa7
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
4f872b5633
. Replace it with an ASCII
apostrophe.
2008-01-26 23:12:29 -08:00
Josh Triplett
a93652df9d
Add debian/.gitignore, with ignores for Debian build products
2008-01-26 22:28:44 -08:00
Josh Triplett
23a55139b2
.gitignore: Ignore build-stamp
2008-01-26 22:25:43 -08:00
Josh Triplett
2ec5768aac
Remove a trailing space from debian/changelog (noticed by dch)
2008-01-26 16:43:12 -08:00
Josh Triplett
295619dfa0
debian/changelog entry for commit 37b4fadcee
...
Add missing debian/changelog entry for previous commit
37b4fadcee
, "Add trailing comma to
commented-out umask in sample ikiwiki.setup".
2008-01-26 16:42:40 -08:00
Josh Triplett
37b4fadcee
Add trailing comma to commented-out umask in sample ikiwiki.setup
2008-01-26 16:34:04 -08:00
Josh Triplett
a6634e589c
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.
2008-01-26 16:15:07 -08:00
Joey Hess
168312eabe
web commit from 82.194.120.237: poll vote (Accept both)
2008-01-25 17:22:26 -05:00
Joey Hess
285be77f17
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-24 17:25:07 -05:00
Joey Hess
4f872b5633
* 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.
2008-01-24 17:22:39 -05:00
Joey Hess
035d5bca48
web commit by http://id.loopysoft.com/matt/ : Slight typo fix
2008-01-23 02:14:35 -05:00
Joey Hess
39ee5fb8c6
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.
2008-01-22 14:17:25 -05:00
Joey Hess
e5f1688ac3
web commit by http://id.loopysoft.com/matt/ : Ignore my stupid choices for paths
2008-01-22 01:46:05 -05:00