aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* autoindex test: write autoindex pages into the transient underlaySimon McVittie2011-01-22
|
* autoindex: default to autoindex_commit=1 as intendedSimon McVittie2011-01-22
|
* Don't create autoindex pages just because of transient thingsSimon McVittie2011-01-22
|
* Allow autoindex files to be written into the transient underlaySimon McVittie2011-01-22
| | | | As with the tag plugin, for the moment keep the old behaviour in the test.
* Merge branch 'ready/autoindex-autofile' into HEADSimon McVittie2011-01-22
|\
| * autoindex: stop tracking deletions, use generic autofile tracking insteadSimon McVittie2011-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | - Migrate the set of deletions to the {autofile} set, since it has more or less the same effect. This affects the "deleted" case in the test. - If a page has just been deleted, add it as an autofile anyway: by the time gen_autofile is called, it'll be in the list of deleted files, so it'll just be added to {autofile}. This affects the "gone" case in the test. - Behaviour change: we don't forget that a page with no reason to be re-created was deleted. This affects the 'expunged' and 'reinstated' cases in the test.
| * autoindex.t: check that none of the files that shouldn't be generated are ↵Simon McVittie2011-01-22
| | | | | | | | autofiles
| * autoindex: use add_autofileSimon McVittie2011-01-22
| | | | | | | | | | | | | | | | This does cause a minor regression: index pages are now committed individually rather than being a single commit per rebuild. This also means the autoindex regression test needs to trigger the autofile generation pass.
| * autoindex.t: check that attachments cause indexingSimon McVittie2011-01-22
| |
| * autoindex test: check that an internal page doesn't cause indexingSimon McVittie2011-01-22
| |
| * backportJoey Hess2011-01-22
| |
| * Adapt autoindex test suite to work with old Test::More.Joey Hess2011-01-22
| |
| * add news item for ikiwiki 3.20110122Joey Hess2011-01-22
| |
| * releasing version 3.20110122Joey Hess2011-01-22
| |
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2011-01-22
| |\
| | * Revert spamSimon McVittie2011-01-21
| | |
| * | document XSSJoey Hess2011-01-22
| | |
| * | rename: Fix crash when renaming a page that is linked to by a page in an ↵Joey Hess2011-01-22
| | | | | | | | | | | | | | | | | | | | | underlay. Skip fixing links in such pages. The user will get a list of pages that still link to the old page.
| * | comments: Fix XSS security hole due to missing validation of page name.Joey Hess2011-01-22
| | | | | | | | | | | | | | | Values have to be checked against wiki_file_regexp, not just file_pruned. Audited the rest of the code base for similar problems, found none.
| * | fix uninitilized value warning on bad page nameJoey Hess2011-01-22
| |/
| * examplehttp://mcfrisk.myopenid.com/2011-01-20
| |
| * (no commit message)http://mcfrisk.myopenid.com/2011-01-20
| |
| * (no commit message)http://mcfrisk.myopenid.com/2011-01-20
| |
| * (no commit message)https://me.yahoo.com/a/fZbPZ5QYvYHYJiqzPMCOpl_PsWYM7MP.y.ZstQ--#6ec4f2011-01-20
| |
| * (no commit message)https://me.yahoo.com/a/fZbPZ5QYvYHYJiqzPMCOpl_PsWYM7MP.y.ZstQ--#6ec4f2011-01-20
| |
| * link Debian bughttp://smcv.pseudorandom.co.uk/2011-01-20
| |
| * here comes a nasty enumeration-of-dates bugjosef2011-01-20
| |
| * testcase for date enumerationjosef2011-01-20
| |
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawl7RMmBuAqazTYqhDti8_mhnXDjWytHOps2011-01-19
| |
| * remove linkspam from garydavid.myopenid.comSimon McVittie2011-01-19
| | | | | | | | It took 5 attempts, they obviously didn't read the documentation :-P
| * (no commit message)http://adam.shand.net/2011-01-19
| |
| * (no commit message)http://garydavid.myopenid.com/2011-01-19
| |
| * (no commit message)http://garydavid.myopenid.com/2011-01-19
| |
| * (no commit message)http://garydavid.myopenid.com/2011-01-19
| |
| * (no commit message)http://garydavid.myopenid.com/2011-01-19
| |
| * (no commit message)http://garydavid.myopenid.com/2011-01-19
| |
| * Added a comment: Fixed.https://www.google.com/accounts/o8/id?id=AItOawkpwzlIQkUFJvJ8dF2-Y-sQklGpVB1fTzk2011-01-19
| |
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawkpwzlIQkUFJvJ8dF2-Y-sQklGpVB1fTzk2011-01-19
| |
| * feed enhancements for inline pages: further commentsGiuseppe Bilotta2011-01-15
| |
| * (no commit message)http://adam.shand.net/2011-01-15
| |
| * (no commit message)http://adam.shand.net/2011-01-15
| |
| * reply to inlinestuff reviewGiuseppe Bilotta2011-01-14
| |
| * review remaining patchesJoey Hess2011-01-14
| |
| * doubtfil about patch #3Joey Hess2011-01-14
| |
| * title change redundant?Joey Hess2011-01-14
| |
| * pickedJoey Hess2011-01-14
| |
| * continue to support #blogform in CSSJoey Hess2011-01-14
| | | | | | | | To support sites that upgraded but didn't fully rebuild. For now.
| * feedlink/blogpost templates: use class instead of idGiuseppe Bilotta2011-01-14
| | | | | | | | | | | | | | | | There can be more than one feedlink group in a page, as well as (more rarely) multiple blog forms, and using the same id for all of them causes HTML validation errors. Replace the id with a class by the same name and adjust in-repository CSS. (cherry picked from commit 0c3b91e1f06fb357711cfa71d514f139cd8e04e3)
| * formatJoey Hess2011-01-14
| |
| * exampleJoey Hess2011-01-14
| |