]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
16 years ago* Removed support for sending commit notification mails. Along with it went
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.

16 years agodon't render internal-use pages, and document them
Joey Hess [Tue, 29 Jan 2008 05:07:55 +0000 (00:07 -0500)] 
don't render internal-use pages, and document them

16 years agoproof of concept implementation of static recentchanges
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.

16 years ago * prettydate,ddate: Don't ignore time formats passed to displaytime
Joey Hess [Tue, 29 Jan 2008 04:48:27 +0000 (23:48 -0500)] 
  * prettydate,ddate: Don't ignore time formats passed to displaytime
    function.

16 years agoonly linkify openids in userlink
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.

16 years agosupport for internal-use page types
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.

16 years agomove userlink to IkiWiki.pm
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.

16 years agochange rcs_recentchanges when to absolute, not relative, time
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.

16 years agoadd
Joey Hess [Tue, 29 Jan 2008 03:56:25 +0000 (22:56 -0500)] 
add

16 years agoremove debug message
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.

16 years agoMerge branch 'master' into recentchanges
Joey Hess [Tue, 29 Jan 2008 02:24:15 +0000 (21:24 -0500)] 
Merge branch 'master' into recentchanges

16 years agofigured out how rev is used..
Joey Hess [Tue, 29 Jan 2008 02:23:56 +0000 (21:23 -0500)] 
figured out how rev is used..

16 years ago * inline: The template can check for FIRST and LAST, which will be
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.

16 years agoMerge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
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

16 years agoredesigning recentchanges
Joey Hess [Tue, 29 Jan 2008 01:51:37 +0000 (20:51 -0500)] 
redesigning recentchanges

16 years agoadd an id field to the rcs_recentchanges return structure
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.

16 years agoweb commit by http://xayk.net/
Joey Hess [Tue, 29 Jan 2008 00:11:48 +0000 (19:11 -0500)] 
web commit by http://xayk.net/

16 years agofollowup
Joey Hess [Mon, 28 Jan 2008 23:17:31 +0000 (18:17 -0500)] 
followup

16 years agoremove extraneous quoting
Joey Hess [Mon, 28 Jan 2008 23:01:51 +0000 (18:01 -0500)] 
remove extraneous quoting

16 years agopushing two commits in at once leads to a related problem
Joey Hess [Mon, 28 Jan 2008 22:55:58 +0000 (17:55 -0500)] 
pushing two commits in at once leads to a related problem

16 years agotest 5
Joey Hess [Mon, 28 Jan 2008 22:49:30 +0000 (17:49 -0500)] 
test 5

16 years agotest 4
Joey Hess [Mon, 28 Jan 2008 22:49:18 +0000 (17:49 -0500)] 
test 4

16 years agotest3
Joey Hess [Mon, 28 Jan 2008 22:46:49 +0000 (17:46 -0500)] 
test3

16 years agotest2
Joey Hess [Mon, 28 Jan 2008 22:41:06 +0000 (17:41 -0500)] 
test2

16 years agotest1
Joey Hess [Mon, 28 Jan 2008 22:41:02 +0000 (17:41 -0500)] 
test1

16 years agoreally fix comment
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.

16 years agoupdate comment
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.

16 years agoweb commit by jelmer
Joey Hess [Mon, 28 Jan 2008 15:18:04 +0000 (10:18 -0500)] 
web commit by jelmer

16 years agoWord-wrap post-commit page
Josh Triplett [Mon, 28 Jan 2008 08:30:43 +0000 (00:30 -0800)] 
Word-wrap post-commit page

16 years agoaggregate.pm: Replace Unicode apostrophe with ASCII to unbreak build
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.

16 years agoAdd debian/.gitignore, with ignores for Debian build products
Josh Triplett [Sun, 27 Jan 2008 06:28:44 +0000 (22:28 -0800)] 
Add debian/.gitignore, with ignores for Debian build products

16 years ago.gitignore: Ignore build-stamp
Josh Triplett [Sun, 27 Jan 2008 06:25:43 +0000 (22:25 -0800)] 
.gitignore: Ignore build-stamp

16 years agoRemove a trailing space from debian/changelog (noticed by dch)
Josh Triplett [Sun, 27 Jan 2008 00:43:12 +0000 (16:43 -0800)] 
Remove a trailing space from debian/changelog (noticed by dch)

16 years agodebian/changelog entry for commit 37b4fadcee4e500a1ac68ce9fcd8d6d942628cf6
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".

16 years agoAdd 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

16 years agoshortcuts: use a markdown link to link back to the ikiwiki page, not a shortcut
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.

16 years agoweb commit from 82.194.120.237: poll vote (Accept both)
Joey Hess [Fri, 25 Jan 2008 22:22:26 +0000 (17:22 -0500)] 
web commit from 82.194.120.237: poll vote (Accept both)

16 years agoMerge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
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

16 years ago* aggregate: Fork a child process to handle the aggregation. This simplifies
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.

16 years agoweb commit by http://id.loopysoft.com/matt/: Slight typo fix
Joey Hess [Wed, 23 Jan 2008 07:14:35 +0000 (02:14 -0500)] 
web commit by http://id.loopysoft.com/matt/: Slight typo fix

16 years agodelete this page
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.

16 years agoweb commit by http://id.loopysoft.com/matt/: Ignore my stupid choices for paths
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

16 years agoweb commit by http://id.loopysoft.com/matt/
Joey Hess [Tue, 22 Jan 2008 06:38:43 +0000 (01:38 -0500)] 
web commit by http://id.loopysoft.com/matt/

16 years agoweb commit from 80.171.62.184: poll vote (Accept only OpenID for logins)
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)

16 years agoweb commit by SusanHileman: homepage
Joey Hess [Tue, 22 Jan 2008 01:40:25 +0000 (20:40 -0500)] 
web commit by SusanHileman: homepage

16 years agoupdate link
Joey Hess [Mon, 21 Jan 2008 21:01:37 +0000 (16:01 -0500)] 
update link

16 years agomove
Joey Hess [Mon, 21 Jan 2008 20:59:29 +0000 (15:59 -0500)] 
move

16 years agoweb commit by http://scottschulz.us/: Request for assistance
Joey Hess [Mon, 21 Jan 2008 18:56:42 +0000 (13:56 -0500)] 
web commit by http://scottschulz.us/: Request for assistance

16 years agoweb commit by http://adam.shand.net/
Joey Hess [Mon, 21 Jan 2008 09:05:01 +0000 (04:05 -0500)] 
web commit by http://adam.shand.net/

16 years agoweb commit by http://id.loopysoft.com/matt/: Include explanation for symlinking stuff
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

16 years agoweb commit by http://id.loopysoft.com/matt/: Add email for offer of env to work on...
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

16 years agoweb commit by http://id.loopysoft.com/matt/
Joey Hess [Mon, 21 Jan 2008 00:06:52 +0000 (19:06 -0500)] 
web commit by http://id.loopysoft.com/matt/

16 years agoweb commit by http://id.loopysoft.com/matt/: Small formatting change
Joey Hess [Mon, 21 Jan 2008 00:04:36 +0000 (19:04 -0500)] 
web commit by http://id.loopysoft.com/matt/: Small formatting change

16 years agoweb commit by http://id.loopysoft.com/matt/
Joey Hess [Mon, 21 Jan 2008 00:02:38 +0000 (19:02 -0500)] 
web commit by http://id.loopysoft.com/matt/

16 years agoweb 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/

16 years agoweb 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/

16 years agoweb 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/

16 years agoweb commit by LucaBrivio
Joey Hess [Sun, 20 Jan 2008 02:46:09 +0000 (21:46 -0500)] 
web commit by LucaBrivio

16 years agoweb commit by http://adam.shand.net/: thanks joey.
Joey Hess [Sat, 19 Jan 2008 21:17:43 +0000 (16:17 -0500)] 
web commit by http://adam.shand.net/: thanks joey.

16 years agoweb commit by http://adam.shand.net/
Joey Hess [Sat, 19 Jan 2008 19:55:22 +0000 (14:55 -0500)] 
web commit by http://adam.shand.net/

16 years agoturn into real css file, remove dup file
Joey Hess [Sat, 19 Jan 2008 19:06:47 +0000 (14:06 -0500)] 
turn into real css file, remove dup file

16 years agoresponse
Joey Hess [Sat, 19 Jan 2008 19:02:52 +0000 (14:02 -0500)] 
response

16 years agoupdate about openids and admin powers
Joey Hess [Sat, 19 Jan 2008 18:57:37 +0000 (13:57 -0500)] 
update about openids and admin powers

16 years agoresponse
Joey Hess [Sat, 19 Jan 2008 18:55:40 +0000 (13:55 -0500)] 
response

16 years agoweb commit from 85.83.79.95: poll vote (Accept both)
Joey Hess [Sat, 19 Jan 2008 11:23:38 +0000 (06:23 -0500)] 
web commit from 85.83.79.95: poll vote (Accept both)

16 years agoweb commit by http://adam.shand.net/
Joey Hess [Sat, 19 Jan 2008 04:40:02 +0000 (23:40 -0500)] 
web commit by http://adam.shand.net/

16 years agoweb 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/

16 years agoweb 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/

16 years agoweb 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/

16 years agoweb commit by http://users.itk.ppke.hu/~cstamas/: update to cstamas2
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

16 years agoweb commit by http://users.itk.ppke.hu/~cstamas/: add css file
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

16 years agoweb commit by http://users.itk.ppke.hu/~cstamas/
Joey Hess [Fri, 18 Jan 2008 22:07:59 +0000 (17:07 -0500)] 
web commit by http://users.itk.ppke.hu/~cstamas/

16 years agoweb commit by http://users.itk.ppke.hu/~cstamas/: uploaded stylesheet
Joey Hess [Fri, 18 Jan 2008 22:05:17 +0000 (17:05 -0500)] 
web commit by http://users.itk.ppke.hu/~cstamas/: uploaded stylesheet

16 years agoweb commit by http://users.itk.ppke.hu/~cstamas/: add cstamas css
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

16 years agoweb commit from 75.175.27.127: poll vote (Accept only OpenID for logins)
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)

16 years agoupdate changelog
Joey Hess [Thu, 17 Jan 2008 16:23:32 +0000 (11:23 -0500)] 
update changelog

16 years agoAdd full parser for git diff-tree output
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>
16 years agoimprove formatting and minor reword
Joey Hess [Wed, 16 Jan 2008 18:34:06 +0000 (13:34 -0500)] 
improve formatting and minor reword

16 years agoresponse
Joey Hess [Wed, 16 Jan 2008 18:32:05 +0000 (13:32 -0500)] 
response

16 years agoweb commit by JeremyReed: Ask how to remove a user from userdb.
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.

16 years agoweb commit by JeremyReed: Document account_creation_password -- some of this text...
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.

16 years agoweb commit by JeremyReed: Need to add to man page?
Joey Hess [Wed, 16 Jan 2008 16:08:47 +0000 (11:08 -0500)] 
web commit by JeremyReed: Need to add to man page?

16 years ago* aggregate: Don't let feeds set creation times for pages in the future.
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.

16 years agoweb commit by BrianWilson
Joey Hess [Sun, 13 Jan 2008 21:02:52 +0000 (16:02 -0500)] 
web commit by BrianWilson

16 years agoweb commit by BrianWilson
Joey Hess [Sun, 13 Jan 2008 21:01:37 +0000 (16:01 -0500)] 
web commit by BrianWilson

16 years agoweb commit from 69.245.185.215: poll vote (Accept only OpenID for logins)
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)

16 years agoweb commit by http://weakish.int.eu.org/: HTML::Template can keep things simple
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

16 years agoweb commit by http://diabolist.myopenid.com/
Joey Hess [Sun, 13 Jan 2008 04:59:37 +0000 (23:59 -0500)] 
web commit by http://diabolist.myopenid.com/

16 years agoweb commit by http://subvert.org.uk/~bma/: More information.
Joey Hess [Sat, 12 Jan 2008 22:55:51 +0000 (17:55 -0500)] 
web commit by http://subvert.org.uk/~bma/: More information.

16 years agoweb commit from 80.216.223.25: poll vote (Accept only OpenID for logins)
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)

16 years agoweb commit by solofo: poll vote (Accept both)
Joey Hess [Sat, 12 Jan 2008 07:46:44 +0000 (02:46 -0500)] 
web commit by solofo: poll vote (Accept both)

16 years agoweb commit by solofo: Creation.
Joey Hess [Sat, 12 Jan 2008 07:07:01 +0000 (02:07 -0500)] 
web commit by solofo: Creation.

16 years agoweb commit by solofo: First proposal.
Joey Hess [Sat, 12 Jan 2008 07:05:39 +0000 (02:05 -0500)] 
web commit by solofo: First proposal.

16 years agoweb commit from 211.28.211.251: poll vote (Accept both)
Joey Hess [Sat, 12 Jan 2008 01:28:39 +0000 (20:28 -0500)] 
web commit from 211.28.211.251: poll vote (Accept both)

16 years ago* Old versions of git-init don't support --git-dir or GIT_DIR with
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.

16 years agoweb commit by http://diabolist.myopenid.com/
Joey Hess [Fri, 11 Jan 2008 19:43:59 +0000 (14:43 -0500)] 
web commit by http://diabolist.myopenid.com/

16 years agofollowup
Joey Hess [Fri, 11 Jan 2008 17:22:54 +0000 (12:22 -0500)] 
followup

16 years agoweb commit by http://diabolist.myopenid.com/: further details about attempts with...
Joey Hess [Fri, 11 Jan 2008 15:12:12 +0000 (10:12 -0500)] 
web commit by http://diabolist.myopenid.com/: further details about attempts with ikiwiki-makerepo git

16 years agoweb commit by http://diabolist.myopenid.com/
Joey Hess [Fri, 11 Jan 2008 14:19:49 +0000 (09:19 -0500)] 
web commit by http://diabolist.myopenid.com/

16 years agoweb commit by http://diabolist.myopenid.com/: Clarification of original comment
Joey Hess [Fri, 11 Jan 2008 14:18:30 +0000 (09:18 -0500)] 
web commit by http://diabolist.myopenid.com/: Clarification of original comment