Commit Graph

17226 Commits (c8199ffd767ee263cfa612cd63693c76632f00e0)

Author SHA1 Message Date
Amitai Schlair c8199ffd76 Let tests determine whether feeds get made. 2013-02-18 19:14:31 -05:00
Amitai Schlair e2bf369633 Document that last enclosure wins. 2013-02-18 18:19:45 -05:00
Amitai Schlair ac8aa3a69a Make enclosure follow WikiLink LinkingRules. 2013-02-18 18:01:13 -05:00
Amitai Schlair 00a63f1c5a Rename some posts and fix wrong assumptions. 2013-02-18 16:48:44 -05:00
Amitai Schlair cc0d875507 Make [[!meta enclosure=foo.mp3]] "work" for HTML. 2013-02-18 16:24:22 -05:00
Amitai Schlair d0862bc7a1 Document that podcasts are text XOR enclosure. 2013-02-17 10:52:23 -05:00
Amitai Schlair a888ea2737 Wrap a long line. 2013-02-17 10:09:05 -05:00
Amitai Schlair 116f206aea Add tests for existing podcast behavior. 2013-02-17 02:46:31 -05:00
Amitai Schlair 432499c2ba move note up by a paragraph 2013-02-14 20:11:56 -05:00
Amitai Schlair c3e4794863 more guidance for cgi_wrapper (friend was confused) 2013-02-14 20:09:12 -05:00
http://svend.ciffer.net/ 8159b420bf Update Svend's personal webpage hostname/URLs 2013-02-13 15:39:16 -04:00
Joey Hess 18f8e333ec add news item for ikiwiki 3.20130212 2013-02-13 00:00:46 -04:00
Joey Hess 02d855a393 releasing version 3.20130212 2013-02-12 23:58:51 -04:00
Joey Hess 480d6f93c1 highlight: Now adds a span with class highlight-<extension> around highlighted content, allowing for language-specific css styling. 2013-02-12 11:27:29 -04:00
Joey Hess 22146aa4a3 Merge branch 'master' of ssh://git.ikiwiki.info 2013-02-10 12:42:56 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl4BBCBULh-xUFKF9_eloSWec0yfOWLv-o 1de209c12b 2013-02-08 22:15:15 -04:00
Richard Hartmann 1e0d8816f8 Revert "Vandalism by Noah"
This reverts commit 5848daea86.
2013-02-08 22:19:18 +01:00
Joey Hess f0db3da712 cleanup 2013-02-08 16:35:59 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlQ6H4ouy-sp6-WGQWu6ktA2L59EfE19vg 5848daea86 2013-02-08 16:22:10 -04:00
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