Commit Graph

16252 Commits (cd7eb3e62572f14f52a7bced4e8aea946368ccff)

Author SHA1 Message Date
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 652781c50f update test suite to fully test both with and without prefix_directives 2008-01-28 16:22:07 -05:00
Joey Hess 40257dc621 mention prefix_directives 2008-01-28 14:56:15 -05:00
Joey Hess d5eaf73689 make ikiwiki-prefix-directives use warnings and strict 2008-01-28 14:24:27 -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 c93a162fc5 Revert "Word-wrap post-commit page"
This reverts commit d34b927810,
accidentially applied to the prefix-directives branch rather than the
master branch.
2008-01-28 00:38:56 -08:00
Josh Triplett d34b927810 Word-wrap post-commit page 2008-01-28 00:30:43 -08:00
Jelmer Vernooij f2d559df32 Add optional dependency on bzr. 2008-01-28 07:31:05 +01:00
Jelmer Vernooij d3f91f37ff Finish bazaar backend and make the remaining test pass. 2008-01-28 07:30:37 +01:00
Jelmer Vernooij 0be7aad67d Initial work adding support for Bazaar. 2008-01-28 06:16:56 +01:00
Josh Triplett 1b03a06c8c 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.
2008-01-27 16:14:38 -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
Joey Hess 10b7ccb13c web commit by http://id.loopysoft.com/matt/ 2008-01-22 01:38:43 -05:00
Joey Hess 29f1e05072 web commit from 80.171.62.184: poll vote (Accept only OpenID for logins) 2008-01-21 21:05:59 -05:00
Joey Hess ba92209aeb web commit by SusanHileman: homepage 2008-01-21 20:40:25 -05:00
Joey Hess 76d9806459 update link 2008-01-21 16:01:37 -05:00
Joey Hess 8e1ca59025 move 2008-01-21 15:59:29 -05:00
Joey Hess e3265a311a web commit by http://scottschulz.us/: Request for assistance 2008-01-21 13:56:42 -05:00
Joey Hess dd8e209fd8 web commit by http://adam.shand.net/ 2008-01-21 04:05:01 -05:00
Joey Hess b547cb9947 web commit by http://id.loopysoft.com/matt/: Include explanation for symlinking stuff 2008-01-20 20:43:26 -05:00