Joey Hess
e2405005e6
changelog
2013-02-15 17:24:34 -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
ba3494978b
cvs: Various fixes.
2013-02-03 10:40:34 +11:00
Joey Hess
82114f4451
Deal with empty diffurl in configuration.
2013-01-29 08:12:56 +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
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
7173ef1b13
htmlscrubber: Allow the URI schemes of major VCS's.
2013-01-05 17:25:47 -04:00
Joey Hess
229ca60acb
changelog
2013-01-02 15:32:01 -04:00
Joey Hess
812a5a136d
changelog
2013-01-02 15:30:25 -04:00
Joey Hess
86519b047e
trail: Converted all dependencies to presence dependencies.
...
smcv please note this introduces another bug, which I've opened
2012-12-27 22:29:51 -04:00
Joey Hess
dc05125b0b
aggregate: When run with --aggregate, if an aggregation is already running, don't go on and --refresh.
...
This way, if a previous aggregation job is running, we don't add additional
load doing work that job will do anyway.
2012-12-27 21:25:59 -04:00
Joey Hess
3d6ee9eccd
htmlscrubber: Allow the bitcoin URI scheme.
2012-12-22 16:15:38 -04:00
Joey Hess
bcec11601f
releasing version 3.20121212
2012-12-11 13:03:19 -04:00
Joey Hess
c29413ba2a
openid: Display openid in Preferences page as a comment, so it can be selected in all browsers.
2012-12-04 13:59:19 -04:00
Joey Hess
286026877d
filecheck: Fix bug that prevented File::MimeInfo::Magic from ever being used.
2012-11-04 12:02:26 -04:00
Joey Hess
b6d556e5b2
releasing version 3.20121017
2012-10-17 13:36:36 -04:00
Joey Hess
45801c34bd
recentchangesdiff: fix further breakage to the template from 3.20120725
2012-10-16 20:49:26 -04:00
Joey Hess
bb07dc3f21
releasing version 3.20121016
2012-10-16 15:24:18 -04:00
Joey Hess
96bfdbf1be
really fix diff display to not show both types of diff
...
12fa9c031f
porported to fix this, but failed
2012-10-16 10:59:00 -04:00
Joey Hess
bad3c0089a
Add back a 1em margin between archivepage divs.
...
This was lost in commit 954e2e4ef1
2012-10-15 13:53:43 -04:00
Joey Hess
6bd8c6732e
add cgi_overload_delay tunable
...
Try to avoid a situation in which so many ikiwiki cgi wrapper programs are
running, all waiting on some long-running thing like a site rebuild, that
it prevents the web server from doing anything else. The current approach
only avoids this problem for GET requests; if multiple cgi's run GETs on a
site at the same time, one will display a "please wait" page for a
configurable number of seconds, which then redirects to retry. To enable
this protection, set cgi_overload_delay to the number of seconds to wait.
This is not enabled by default.
2012-10-09 17:12:04 -04:00
Joey Hess
7b78a21580
changelog
2012-09-29 11:45:11 -04:00
Joey Hess
150d2c0900
update copyright and changelog
2012-08-30 11:57:20 -04:00
Joey Hess
80fa5c82a5
releasing version 3.20120725
2012-08-25 11:08:57 -04:00
Joey Hess
a3c1768e10
comments: Remove ipv6 address specific code.
2012-08-25 10:43:24 -04:00
Joey Hess
93a12752ac
merged anarcat/osm_arbitrary_layers
2012-08-25 10:13:22 -04:00
Joey Hess
b09a73db13
responsen
2012-08-24 23:26:46 -04:00
Joey Hess
d926c4aca9
merged anarcat's osm fixes
2012-08-05 22:02:39 -04:00
Joey Hess
25ea99bc22
Split CFLAGS into words when building wrapper. Closes : #682237
2012-07-20 12:56:57 -04:00
Joey Hess
7f883f5203
recentchangesdiff: When diffurl is not set, provide inline diffs in the recentchanges page, with visibility toggleable via javascript. Thanks, Antoine Beaupré
2012-07-19 13:50:07 -04:00
Joey Hess
bfc9dc93c9
releasing version 3.20120629
2012-06-29 13:43:09 -04:00
Joey Hess
939d8c5675
mirrorlist: Add mirrorlist_use_cgi setting that avoids usedirs or other config differences by linking to the mirror's CGI. (intrigeri)
2012-06-03 13:16:31 -04:00
Joey Hess
22acf1872a
cve
2012-05-16 21:18:40 -04:00
Joey Hess
fbfcea89f8
meta: Security fix; add missing sanitization of author and authorurl. Thanks, Raúl Benencia
2012-05-16 19:54:41 -04:00
Joey Hess
e09eeb2436
releasing version 3.20120419
2012-04-19 15:41:53 -04:00
Joey Hess
7f0d58fce3
merged smcv/ready/trail
2012-04-18 15:46:47 -04:00
Joey Hess
30a3efda58
graphviz: Handle self-links.
2012-04-18 15:36:27 -04:00
Joey Hess
169550a926
link: Fix renaming wikilinks that contain embedded urls.
2012-04-18 15:15:11 -04:00
Joey Hess
e81e857ba6
add comment subscription checkbox to editpage
...
Reworded template, which also called the commit message a "comment".
2012-04-13 14:28:02 -04:00
Joey Hess
ab1ebf1ec6
inline, trail: The pagenames parameter is now a list of absolute pagenames, not relative wikilink type names. This is necessary to fix a bug, and makes pagenames more consistent with the pagespec used in the pages parameter. (smcv)
2012-04-08 16:07:17 -04:00
Joey Hess
358a95d7ad
remove: Support removing of pages in the transient underlay. (smcv)
2012-04-08 15:58:06 -04:00
Joey Hess
e4cdce4bce
rename: Allow rename to be started not from the edit page; return to the renamed page in this case.
2012-04-05 14:48:18 -04:00
Joey Hess
b481158c14
typo
2012-04-04 13:18:54 -04:00
Joey Hess
93bda514ba
httpauth: When it's the only auth method, avoid a pointless and confusing signin form, and just right to the httpauthurl.
2012-04-04 12:58:36 -04:00
Joey Hess
f9e96b0c32
passwordauth: Fix url in password recovery email to be absolute.
...
This got broken when cgiurl began often returning a relative url.
Added a cgiurl_abs for the things that need a guaranteed absolute cgiurl.
2012-04-02 12:24:14 -04:00
Joey Hess
89df287aaa
meta: Support keywords header. Closes : #664780 Thanks, Martin Michlmayr
2012-04-01 14:39:27 -04:00
Joey Hess
d68d255268
Added a "changes" hook. Renamed the "change" hook to "rendered", but
...
the old hook name is called for now for back-compat.
2012-03-28 18:43:07 -04:00
Joey Hess
723c5b97d3
changemail: New plugin, sends emails about changed pages.
2012-03-28 16:40:10 -04:00
Joey Hess
4250d389d3
meta: Export author information in html <meta> tag. Closes : #664779 Thanks, Martin Michlmayr
2012-03-27 15:52:35 -04:00