aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 3.141Joey Hess2009-06-13
|
* responseJoey Hess2009-06-13
|
* Documentation for parameter `template`?PaulePanter2009-06-13
|
* (no commit message)http://www.larted.org.uk/~dom/2009-06-13
|
* comment about newer OpenID now being available.http://www.larted.org.uk/~dom/2009-06-13
|
* aggregate: Avoid resetting ctime when an item md5 changes.Joey Hess2009-06-12
| | | | | | | | | | | Besides being wrong to do, this could lead to the wrong item being expired, as follows: If B is added and at the same time A is changed, then A's ctime may be set to the current time, while B's is set to its creation time. Thus the new item, A, is incorrectly removed as older. (This interacted especially badly with the bug fixed by 90b4d079605b72bb50d1da41402d994960e10937.)
* aggregate: Fix storing of changed md5.Joey Hess2009-06-12
| | | | | | | The aggregate state merge code neglected to merge changes to the md5 field of an item. Therefore, if an item's md5 changed after initial aggregation, it would be updated, and rewritten, each time thereafter. This was wasteful and indirectly led to some expire problems.
* argh, wrong diff again. third time lucky.Jon Dowland2009-06-12
|
* update diff (one redundant hunk removed)Jon Dowland2009-06-12
|
* add allow_site-wide_meta_definitions.mdwnJon Dowland2009-06-12
|
* ThanksJérémy Bobbio2009-06-11
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-06-10
|\
| * feature request/discussion for highlight options.bremner2009-06-09
| |
| * simple format tidyuphttp://www.lunix.com.au/2009-06-09
| |
| * More NTFS filename compatability problems.JoeRayhawk2009-06-09
| |
* | Updated French translation. Closes: #532654Joey Hess2009-06-10
|/
* Disable the Preferences link if no plugin with an auth hook is enabled.Joey Hess2009-06-09
|
* add my response and thankshttp://www.lunix.com.au/2009-06-08
|
* reorgJoey Hess2009-06-08
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-06-08
|\
| * fixed formatting of last responsehttp://www.lunix.com.au/2009-06-08
| |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-06-08
|\| | | | | | | | | Conflicts: doc/forum/is_it_possible_to_NOT_add_openid2_meta_tags.mdwn
| * add my responsehttp://www.lunix.com.au/2009-06-08
| |
* | meta: Add openid delegate parameter to allow delegating only openid or openid2.Joey Hess2009-06-08
|/
* responseJoey Hess2009-06-08
|\
| * add my site.http://www.lunix.com.au/2009-06-08
| |
| * add my responsehttp://www.lunix.com.au/2009-06-08
| |
* | updateJoey Hess2009-06-08
|/
* respJoey Hess2009-06-08
|
* add my responsehttp://www.lunix.com.au/2009-06-08
|
* responseJoey Hess2009-06-08
|
* Optimise use of gettext, and avoid ugly warnings if Locale::gettext is not ↵Joey Hess2009-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | available. The test suite was emitting a lot of ugly gettext warnings; setting LC_ALL didn't solve the problem for all locale setups (since ikiwiki remaps it to LANG, and ikiwiki didn't know about the C locale). People also seem generally annoyed by the messages when Locale::Gettext is not installed, and I suspect will be generally happier if it just silently doesn't localize. The optimisation came about when I noticed that the gettext sub was doing rather a lot of work each call just to see if localisation is needed. We can avoid that work by caching, and the best thing to cache is a version of the gettext sub that does exactly the right thing. This was slightly complicated by the locale setting, which might need to override the original locale (or lack thereof) after gettext has been called. So it needs to invalidate the cache in that case. It used to do it via a global variable, which I am happy to have also gotten rid of.
* Instructions to allow .cgi files to execute from anywhere using boa webserverhttp://davide.viti.myopenid.com/2009-06-08
|
* add in new openid forum questionhttp://www.lunix.com.au/2009-06-08
|
* Added a wikilink to the solution.http://lj.rossia.org/users/imz/2009-06-07
|
* goto: Support being passed a page title that is not a valid page name, to ↵Joey Hess2009-06-06
| | | | support several cases including mercurial's long user names on the RecentChanges page, and urls with spaces being handled by the 404 plugin.
* addJoey Hess2009-06-06
|
* pagecount: Fix broken optimisation for * pagespec.Joey Hess2009-06-05
|
* fixed linkmartin2009-06-05
|
* pagecount incorrectly claims there are 0 pages ...martin2009-06-05
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-06-05
|\
| * thanks.http://lj.rossia.org/users/imz/2009-06-05
| |
* | Setup automator: Check that each plugin added to the generated setup file ↵Joey Hess2009-06-05
|/ | | | can be loaded and that its config is ok. If a plugin fails for any reason, disable it in the generated file. Closes: 532001
* add note about the basewiki being self containedJoey Hess2009-06-05
|
* move anchor page out of ikiwiki subdirJoey Hess2009-06-05
| | | | | | Since this page is not in the basewiki, it is confusing to put it in the ikiwiki subdir, which is intended for basewiki and other underlay pages that are used to document ikiwiki on other wikis.
* remove link to page outside the base wikiJoey Hess2009-06-05
| | | | | | | | | | | | I'm sorry, but you can't simply go around adding links to pages that are part of the basewiki, that point to pages outside the basewiki. Doing so causes the test suite to fail, since the basewiki is then not self-contained and has broken links. FYI, the ikiwiki/anchor page you added is not part of the basewiki because there's not a symlink to it in underlays/basewiki/ikiwiki in ikiwiki's source. And I can't condone cluttering up the basewiki with such a page, at least unless it gets significantly more useful somehow.
* Tighten up matching of bare words inside directivesJoey Hess2009-06-05
| | | | | | | Do not allow an unterminated """ string to be treated as a series of bare words. Fixes runaway regexp recursion/backtracking in strange situations. (See 1d57a21c987a5e970df01efe10acdf69982c2d61 for test case.)
* add test case for unterminated """ stringJoey Hess2009-06-05
| | | | | | | | | | | | A directive that contains an unterminated """ string should not cause each word of the string to be treated as a bare word. Instead, the directive should fail to parse. There are two tests. One just checks that a complete directive containing such a string fails to parse. The other checks for a case where a directive ends with a very long unterminated """ string, and the directive is itself not closed. While this test won't fail, it does trigger a nasty perl warning.
* closeJoey Hess2009-06-05
|
* minor formatting issue: Having a wikilink in the heading was not very nice.http://lj.rossia.org/users/imz/2009-06-05
|