summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-18remove dead caseJoey Hess
2010-07-18Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-07-18fix other 2 cases of conflicting destdir filesJoey Hess
Cleanly fixed case where destdir file failed to be written because there was a directory with the same name. This can be detected with no extra system calls, and dealt with by finding all pages that wrote files inside the directory, and removing them and the directory. The other, inverse case would be expensive to detect in will_render, since it would need to check each parent directory of the file to see if the directory is really a conflicting file. But prep_writefile already does a similar scan for symlinks in the path, so I added code there to remove the conflicting file. This fix assumes that the file is written using writefile, and not some other means (but using other means would be a security hole too, so hopefully nothing does).
2010-07-18another class of conflicts: subdir/file conflictsJoey Hess
2010-07-18check oldrenderedfiles tooJoey Hess
Handles the case where foo.mdwn is moved too foo/index.html
2010-07-182 more casesJoey Hess
2010-07-18avoid error if two source files render the same destination fileJoey Hess
There are two sub-caces. If both source files still exist, the winner that renders the destination file is undefined. If one source file is deleted and the other added, in a refresh, the new file will take over the destination file.
2010-07-18class of bugs I am working onJoey Hess
2010-07-18some other (similar) failure casesJoey Hess
2010-07-18this plugin is different from the [[html]] plugin and it is safe in most cases.http://weakish.myopenid.com/
2010-07-17typobento
2010-07-17support-statementbento
2010-07-17updateJoey Hess
2010-07-17Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-07-17turning into complete source file conflict test suiteJoey Hess
2010-07-17Add Banuhttps://mukund.startssl.com/
2010-07-16Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-07-16add 2 failing test casesJoey Hess
2010-07-16add test of file replaceJoey Hess
2010-07-16Added a commenthttp://joey.kitenet.net/
2010-07-16Fix a couple of grammar errors.Jonas Smedegaard
2010-07-16(no commit message)tkane
2010-07-15Added a commenthttps://www.google.com/accounts/o8/id?id=AItOawlzADDUvepOXauF4Aq1VZ4rJaW_Dwrl6xE
2010-07-14add getsetup hookJoey Hess
2010-07-14add section to getsetup infoJoey Hess
2010-07-14add 2 more missing getsetup hooksJoey Hess
2010-07-14note on escapingJoey Hess
2010-07-14escape example wikilinkJoey Hess
2010-07-14responseJoey Hess
2010-07-14more detail on manual moderationJoey Hess
2010-07-14respondJoey Hess
2010-07-14Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-07-14Drop Cache-Control must-revalidate (Firefox 3.5.10 does not seem to have the ↵Joey Hess
caching problem that was added to work around). Closes: #588623
2010-07-14(no commit message)https://www.google.com/accounts/o8/id?id=AItOawlzADDUvepOXauF4Aq1VZ4rJaW_Dwrl6xE
2010-07-14(no commit message)http://hendry.iki.fi/
2010-07-14finding unmoderated commentshttp://hendry.iki.fi/
2010-07-14(no commit message)https://www.google.com/accounts/o8/id?id=AItOawlzADDUvepOXauF4Aq1VZ4rJaW_Dwrl6xE
2010-07-13add missing getsetup hookJoey Hess
2010-07-12mergedJoey Hess
2010-07-12changelogJoey Hess
2010-07-12po: added an optional target percentage to needstranslationintrigeri
(cherry picked from commit 98cc9460ac67fee606437712882cfa1e5d259729)
2010-07-12merged filter-fullJoey Hess
2010-07-12Merge branch 'filter-full'Joey Hess
2010-07-12(no commit message)test
2010-07-12Added a commentjeanm
2010-07-11openid: Fix handling of utf-8 nicknames.Joey Hess
2010-07-11responseJoey Hess
2010-07-11responseJoey Hess
2010-07-11reply, proposed a few possible solutions.intrigeri
2010-07-11implemented, please mergeintrigeri