Commit Graph

17207 Commits (91f7fbe09f11303f7a798a491dff0dd229059884)

Author SHA1 Message Date
wentasah 91f7fbe09f Disabling certain formats for comments 2013-02-05 12:04:29 -04:00
Joey Hess ba3494978b cvs: Various fixes. 2013-02-03 10:40:34 +11:00
Joey Hess c6d41f9228 Merge remote-tracking branch 'schmonz/cvs' 2013-02-03 10:39:25 +11:00
Amitai Schlair a5fb27acb8 Bump test count for previous. 2013-02-02 14:19:50 -05:00
Amitai Schlair c8270ad05c another cvs bugfix on my branch 2013-02-02 14:14:45 -05:00
Amitai Schlair 91b477c087 Fix diffurl links (cvsweb expects unescaped '/'). 2013-02-02 14:11:15 -05:00
Amitai Schlair 0f3f809a45 Merge branch 'master' into cvs 2013-02-02 13:02:26 -05:00
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ 5c9952f117 2013-02-01 00:29:35 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm2HfkEA6aPe3j7LdyEEpGGOg43PBkNfHA c98a670aee 2013-02-01 00:28:05 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ 15fa989a81 2013-02-01 00:24:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm2HfkEA6aPe3j7LdyEEpGGOg43PBkNfHA f1e292bb02 2013-02-01 00:20:32 -04:00
Joey Hess 82114f4451 Deal with empty diffurl in configuration. 2013-01-29 08:12:56 +11:00
Joey Hess fce3cef33a Merge branch 'master' of ssh://git.ikiwiki.info 2013-01-29 08:09:32 +11:00
Joey Hess 92dd2c8ad0 add 2013-01-29 08:08:57 +11:00
https://shinji.startssl.com/ 56b610277f Create new bug with patch 2013-01-28 04:35:28 -04:00
Amitai Schlair b67e81cb13 formatting 2013-01-27 23:08:00 -05:00
Amitai Schlair 786cf46533 old and new cvs goodies needing merging 2013-01-27 22:59:49 -05:00
Amitai Schlair c37e440564 Merge branch 'master' into cvs 2013-01-27 22:38:22 -05:00
Amitai Schlair b30cacdf8d Fix longstanding bug (chdir to nonexistent dirs).
In test, set up the post-commit hook for more realism (and bugs!).
To make wrappers work in test, set PERL5LIB, and allow the wrappee's
path to be overridden. Meta-test that post-commit is really hooked
up by verifying that content is getting generated in destdir.

About the longstanding bug, which as far as I know was harmless:
CVS can't operate outside a srcdir, so we're always setting $CWD.
"local $CWD" restores the previous value when we go out of scope.
Usually that's correct. But if we're removing the last file from a
directory, the post-commit hook will exec in a working directory
that's about to not exist (CVS will prune it).

The fix: chdir() manually in cvs_runcvs(), so we can selectively
not chdir() back.
2013-01-27 22:09:57 -05:00
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ a7131ffc3e 2013-01-27 04:30:54 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ 4ae8a5e179 2013-01-27 04:23:38 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ 181a83963e 2013-01-27 04:22:40 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ 5d0312c280 2013-01-27 04:21:59 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ 5383207703 2013-01-27 04:20:15 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ d4e0aa8853 2013-01-27 04:04:41 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ 47f517aeb1 2013-01-27 04:03:38 -04:00
Amitai Schlair 4d4c15a7c6 Merge branch 'cvs' of github.com:schmonz/ikiwiki into cvs 2013-01-25 08:47:52 -05:00
Amitai Schlair 64370885cc Merge branch 'master' into cvs 2013-01-25 08:47:17 -05:00
Joey Hess ea21db6b71 Merge branch 'master' of ssh://git.ikiwiki.info 2013-01-24 10:53:02 +11:00
Joey Hess e5d82ef868 trail: Avoid massive slowdown caused by pagetemplate hook when displaying dynamic cgi pages, which cannot use trail anyway.
This seemed to be due to the pagetemplate hook calling prerender. I've
observed this making it take *minutes* for the signin page to be displayed.
ltracing ikiwiki showed it was matching pagespecs a lot.

It may be that this is still a speed pain point when rendering pages, not
just for CGI. So more work may be needed here.
2013-01-24 10:40:35 +11:00
spalax 590527a102 More up-to-date patch 2013-01-21 13:38:23 -04:00
spalax 85788d09e5 2013-01-21 13:23:59 -04:00
http://claimid.com/richard-lyons 31755cc1e2 removed 2013-01-21 12:15:43 -04:00
http://claimid.com/richard-lyons f5dd706396 Question on source for plugins and themes plugin. 2013-01-21 12:13:02 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlCFhR_YAuzSkesD1dM03GnKbGfitdB8dE 5cabb1d308 2013-01-20 10:14:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ d23ecdea29 Added a comment: figured it out 2013-01-19 11:59:10 -04:00
125.118.197.218 4ee95c08da poll vote (Accept both) 2013-01-18 23:34:10 -04:00
http://claimid.com/richard-lyons 3b92fb529b Added note about apache2 userdir mod. 2013-01-18 16:53:00 -04:00
https://openid.fmarier.org/ 33c38a9558 Add a link to my own migration notes 2013-01-18 04:42:05 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlvXbHYq84PNWzprLPASDcGgN-beeYMoOg 066cabd5a6 Add a patch tag 2013-01-12 20:42:36 -04:00
Joey Hess 37cf511f06 poll: Add expandable option to allow users to easily add new choices to a poll. 2013-01-10 12:43:27 -04:00
Joey Hess 5e547c3aa1 clean up 2013-01-09 13:47:41 -04:00
http://pmate.myopenid.com/ 38632c7420 updated my homepage and blog addresses 2013-01-09 11:23:22 -04:00
http://tgpfeiffer.myopenid.com/ 68cb5c9bcc 2013-01-08 19:55:53 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlOk9VewMsQ9aV2U9mkpZdHK_BQtu33EGE 04a4b42e74 a little sandbox test 2013-01-06 12:37:06 -04:00
Joey Hess 7173ef1b13 htmlscrubber: Allow the URI schemes of major VCS's. 2013-01-05 17:25:47 -04:00
Simon McVittie 020b97577a clean the sandbox 2013-01-05 14:52:10 +00:00
http://smcv.pseudorandom.co.uk/ b8072f9641 2013-01-04 09:04:53 -04:00
test 1af78eafc0 2013-01-04 07:15:35 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlGhXE7l6sZKhPIyAMe2RSfm6Iet4JwEYY 895b4dd26f 2013-01-04 01:58:29 -04:00