Commit Graph

17458 Commits (723ff7a9ac3285d727b339ad17a70b45f83d1003)

Author SHA1 Message Date
Joey Hess 0204dabccf CVE assigned 2011-03-28 19:10:08 -04:00
Joey Hess 116672d7d7 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2011-03-28 13:09:14 -04:00
Joey Hess e548b0c245 changelog 2011-03-28 13:09:03 -04:00
Giuseppe Bilotta 7e7dea078b meta plugin: script support
(cherry picked from commit 44c5b27f88fdbfb4fdd061f600039e490eaeff92)
2011-03-28 13:08:20 -04:00
Giuseppe Bilotta 144540f546 use real name 2011-03-28 19:00:25 +02:00
Joey Hess 370767bd1f severity analysis update 2011-03-28 12:56:20 -04:00
Joey Hess 81abc4adfe yaml is needed as a build dep now 2011-03-28 12:49:24 -04:00
Joey Hess eddfc5bf47 alt stylesheets will not be showing up in browser
To show them securely, I'd have to lock the css_market page, and
disable scrubbing of the page. Don't want to do that.
2011-03-28 12:44:33 -04:00
Joey Hess 7bc87c8b92 add news item for ikiwiki 3.20110328 2011-03-28 12:31:40 -04:00
Joey Hess 232c8a6dfc releasing version 3.20110328 2011-03-28 12:30:57 -04:00
Joey Hess be02a80b7a meta: Security fix; don't allow alternative stylesheets to be added on pages where the htmlscrubber is enabled. 2011-03-28 12:21:12 -04:00
Joey Hess a0e31f38d5 comment: Better fix to avoid showing comments of subpages, while not breaking manual inlining of comments. 2011-03-28 11:53:55 -04:00
Joey Hess 6908406989 Revert "comment: Don't show comments of subpages on parent pages. (Fixes bug introduced in version 3.20100505.)"
This reverts commit b34d31142b.

This was the wrong approach. It broke inlining of comment(*) on eg, a
toplevel comment page.
2011-03-28 11:42:21 -04:00
tschwinge 32b704aee6 Create page. 2011-03-28 09:14:05 +00:00
Joey Hess 9df8971e57 Yaml formatted setup files are now produced by default
This has been a while coming. It turns out that non-excutable setup files
have a number of benefits. Also, I find YAML setup files easier to edit
myself, and I suspect many users will prefer not needing to deal with
perl syntax.
2011-03-24 21:30:18 -04:00
Joey Hess 7821965ef0 fix targetpage replacement to support 3 argument form
Oddly, this hadn't caused any visible breakage. Possibly inline,
which is the only thing to use targetpage, resolves the function
to the "real" one before po gets loaded?
2011-03-24 19:44:32 -04:00
Joey Hess f39d02583a avoid stomping on inline's rootpage sub if it's not already present
If the inline plugin is not being loaded, or is perhaps loaded after po
(when IkiWiki::Setup::getsetup loads all the plugins, for example),
po should not inject its custom rootpage sub, as that will lead to a
redefinition error message when inline loads.
2011-03-24 17:55:03 -04:00
Joey Hess 9f7f128090 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2011-03-24 13:37:40 -04:00
Joey Hess 78c750f2d2 Add timezone setting in setup file. This alows time zone to be configured via the web. 2011-03-24 13:36:16 -04:00
http://smcv.pseudorandom.co.uk/ 8a8277faf8 in practice this is enabled by default, because recentchanges uses it 2011-03-24 16:10:43 +00:00
http://smcv.pseudorandom.co.uk/ a8743f7987 this was merged, fix cross-references to other plugins 2011-03-24 16:07:16 +00:00
http://smcv.pseudorandom.co.uk/ 36e258203c rename plugins/contrib/transient.mdwn to plugins/transient.mdwn 2011-03-24 16:05:13 +00:00
Jörg Sommer f787c254fa ikiwiki manual: fix a little spelling mistake 2011-03-23 17:57:11 +01:00
http://tmarble.wordpress.com/ 82970bf1d4 test of openid 2011-03-23 02:19:40 +00:00
Joey Hess 76264920b0 response 2011-03-22 14:48:08 -04:00
Joey Hess 02fa4a85d3 Revert garbage 2011-03-22 14:41:32 -04:00
Joey Hess b6733a9964 Revert "тест"
This reverts commit 426d4037d2.
2011-03-22 14:41:25 -04:00
verrens 3f28b3d922 2011-03-22 17:19:57 +00:00
verrens 426d4037d2 тест 2011-03-22 17:19:34 +00:00
http://kerravonsen.dreamwidth.org/ 37a2f33219 removed spam 2011-03-22 06:46:44 +00:00
prosch a5d471a386 2011-03-22 05:53:33 +00:00
http://kerravonsen.dreamwidth.org/ 3ec0579b03 another thought 2011-03-22 05:05:54 +00:00
http://kerravonsen.dreamwidth.org/ d1285de53d response to response 2011-03-22 05:03:10 +00:00
http://kerravonsen.dreamwidth.org/ 1bed7d4384 clean solution is not clean 2011-03-22 04:56:33 +00:00
Joey Hess 5c8fb38623 fix var name 2011-03-21 16:40:11 -04:00
Joey Hess 6bf444af97 add news item for ikiwiki 3.20110321 2011-03-21 15:02:44 -04:00
Joey Hess 5c2ba98bcc releasing version 3.20110321 2011-03-21 15:01:19 -04:00
Joey Hess 37bbec8c3c comment about locking 2011-03-21 14:44:43 -04:00
Joey Hess 1013217523 call aggregate checkconfig last
Since the plugin abuses the checkconfig hook to launch aggregation when in
--aggregate mode, it should give other plugins that have checkconfig hooks
a chance to run before they are possibly used in rendering the aggregated
content.
2011-03-21 14:32:46 -04:00
Joey Hess 26eb86d903 Avoid escaping / characters in filenames when building the cgiurl, as this confuses eg, cvsweb. 2011-03-21 14:21:55 -04:00
Joey Hess b02d3746e1 aggregate: Read cookies from ~/.ikiwiki/cookies by default. Also, the cookiejar configuration setting can be used by other plugins to provide a custom `cookie_jar` object for LWP::UserAgent. (Thanks, schmonz) 2011-03-21 14:19:21 -04:00
Joey Hess 32200025cc response 2011-03-21 13:58:26 -04:00
Joey Hess 1eaf595929 close as user error 2011-03-21 13:52:14 -04:00
Joey Hess 14b8abe60f Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2011-03-21 13:47:12 -04:00
Joey Hess e96ecf2f93 response 2011-03-21 13:44:42 -04:00
Joey Hess b7786a78b5 clean 2011-03-21 13:33:47 -04:00
http://smcv.pseudorandom.co.uk/ 7be18bf29a base href has to be (fully) absolute 2011-03-21 14:31:33 +00:00
http://kerravonsen.dreamwidth.org/ a39a691153 oops, it was me 2011-03-21 03:09:26 +00:00
http://kerravonsen.dreamwidth.org/ 67ddc34fbc problem with reverse proxy and searching 2011-03-21 03:08:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E efd9207e43 response 2011-03-20 20:19:06 +00:00