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 21:22:07 +0000 (16:22 -0500)]
update test suite to fully test both with and without prefix_directives
Joey Hess [Mon, 28 Jan 2008 19:56:15 +0000 (14:56 -0500)]
mention prefix_directives
Joey Hess [Mon, 28 Jan 2008 19:24:27 +0000 (14:24 -0500)]
make ikiwiki-prefix-directives use warnings and strict
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 [Mon, 28 Jan 2008 08:38:56 +0000 (00:38 -0800)]
Revert "Word-wrap post-commit page"
This reverts commit
d34b9278109d017c49889d4b15295675cd518732,
accidentially applied to the prefix-directives branch rather than the
master branch.
Josh Triplett [Mon, 28 Jan 2008 08:30:43 +0000 (00:30 -0800)]
Word-wrap post-commit page
Jelmer Vernooij [Mon, 28 Jan 2008 06:31:05 +0000 (07:31 +0100)]
Add optional dependency on bzr.
Jelmer Vernooij [Mon, 28 Jan 2008 06:30:37 +0000 (07:30 +0100)]
Finish bazaar backend and make the remaining test pass.
Jelmer Vernooij [Mon, 28 Jan 2008 05:16:56 +0000 (06:16 +0100)]
Initial work adding support for Bazaar.
Josh Triplett [Mon, 28 Jan 2008 00:13:54 +0000 (16:13 -0800)]
Add new preprocessor directive syntax¸ using a '!' prefix.
Add a prefix_directives option to the setup file to turn this syntax
on; currently defaults to false, for backward compatibility. Support
optional '!' prefix even with prefix_directives off, and use that in
the underlay to support either setting of prefix_directives. Add NEWS
entry with migration information.
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)
Joey Hess [Thu, 17 Jan 2008 16:23:32 +0000 (11:23 -0500)]
update changelog
Brian Downing [Thu, 17 Jan 2008 12:42:34 +0000 (06:42 -0600)]
Add full parser for git diff-tree output
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>
Joey Hess [Wed, 16 Jan 2008 18:34:06 +0000 (13:34 -0500)]
improve formatting and minor reword
Joey Hess [Wed, 16 Jan 2008 18:32:05 +0000 (13:32 -0500)]
response
Joey Hess [Wed, 16 Jan 2008 16:19:33 +0000 (11:19 -0500)]
web commit by JeremyReed: Ask how to remove a user from userdb.
Joey Hess [Wed, 16 Jan 2008 16:14:33 +0000 (11:14 -0500)]
web commit by JeremyReed: Document account_creation_password -- some of this text taken from original todo.
Joey Hess [Wed, 16 Jan 2008 16:08:47 +0000 (11:08 -0500)]
web commit by JeremyReed: Need to add to man page?
Joey Hess [Wed, 16 Jan 2008 07:01:00 +0000 (02:01 -0500)]
* aggregate: Don't let feeds set creation times for pages in the future.
Joey Hess [Sun, 13 Jan 2008 21:02:52 +0000 (16:02 -0500)]
web commit by BrianWilson
Joey Hess [Sun, 13 Jan 2008 21:01:37 +0000 (16:01 -0500)]
web commit by BrianWilson
Joey Hess [Sun, 13 Jan 2008 18:10:24 +0000 (13:10 -0500)]
web commit from 69.245.185.215: poll vote (Accept only OpenID for logins)
Joey Hess [Sun, 13 Jan 2008 10:36:26 +0000 (05:36 -0500)]
web commit by http://weakish.int.eu.org/: HTML::Template can keep things simple
Joey Hess [Sun, 13 Jan 2008 04:59:37 +0000 (23:59 -0500)]
web commit by http://diabolist.myopenid.com/
Joey Hess [Sat, 12 Jan 2008 22:55:51 +0000 (17:55 -0500)]
web commit by http://subvert.org.uk/~bma/: More information.
Joey Hess [Sat, 12 Jan 2008 19:37:20 +0000 (14:37 -0500)]
web commit from 80.216.223.25: poll vote (Accept only OpenID for logins)
Joey Hess [Sat, 12 Jan 2008 07:46:44 +0000 (02:46 -0500)]
web commit by solofo: poll vote (Accept both)
Joey Hess [Sat, 12 Jan 2008 07:07:01 +0000 (02:07 -0500)]
web commit by solofo: Creation.
Joey Hess [Sat, 12 Jan 2008 07:05:39 +0000 (02:05 -0500)]
web commit by solofo: First proposal.
Joey Hess [Sat, 12 Jan 2008 01:28:39 +0000 (20:28 -0500)]
web commit from 211.28.211.251: poll vote (Accept both)
Joey Hess [Fri, 11 Jan 2008 20:12:02 +0000 (15:12 -0500)]
* Old versions of git-init don't support --git-dir or GIT_DIR with
--bare. Change ikiwiki-makerepo to use a method that should work with
those older versions too.
Joey Hess [Fri, 11 Jan 2008 19:43:59 +0000 (14:43 -0500)]
web commit by http://diabolist.myopenid.com/