Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-18 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-07-18 | fix other 2 cases of conflicting destdir files | Joey 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-18 | another class of conflicts: subdir/file conflicts | Joey Hess | |
2010-07-18 | check oldrenderedfiles too | Joey Hess | |
Handles the case where foo.mdwn is moved too foo/index.html | |||
2010-07-18 | 2 more cases | Joey Hess | |
2010-07-18 | avoid error if two source files render the same destination file | Joey 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-18 | class of bugs I am working on | Joey Hess | |
2010-07-18 | some other (similar) failure cases | Joey Hess | |
2010-07-18 | this plugin is different from the [[html]] plugin and it is safe in most cases. | http://weakish.myopenid.com/ | |
2010-07-17 | typo | bento | |
2010-07-17 | support-statement | bento | |
2010-07-17 | update | Joey Hess | |
2010-07-17 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-07-17 | turning into complete source file conflict test suite | Joey Hess | |
2010-07-17 | Add Banu | https://mukund.startssl.com/ | |
2010-07-16 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-07-16 | add 2 failing test cases | Joey Hess | |
2010-07-16 | add test of file replace | Joey Hess | |
2010-07-16 | Added a comment | http://joey.kitenet.net/ | |
2010-07-16 | Fix a couple of grammar errors. | Jonas Smedegaard | |
2010-07-16 | (no commit message) | tkane | |
2010-07-15 | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawlzADDUvepOXauF4Aq1VZ4rJaW_Dwrl6xE | |
2010-07-14 | add getsetup hook | Joey Hess | |
2010-07-14 | add section to getsetup info | Joey Hess | |
2010-07-14 | add 2 more missing getsetup hooks | Joey Hess | |
2010-07-14 | note on escaping | Joey Hess | |
2010-07-14 | escape example wikilink | Joey Hess | |
2010-07-14 | response | Joey Hess | |
2010-07-14 | more detail on manual moderation | Joey Hess | |
2010-07-14 | respond | Joey Hess | |
2010-07-14 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-07-14 | Drop 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-14 | finding unmoderated comments | http://hendry.iki.fi/ | |
2010-07-14 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlzADDUvepOXauF4Aq1VZ4rJaW_Dwrl6xE | |
2010-07-13 | add missing getsetup hook | Joey Hess | |
2010-07-12 | merged | Joey Hess | |
2010-07-12 | changelog | Joey Hess | |
2010-07-12 | po: added an optional target percentage to needstranslation | intrigeri | |
(cherry picked from commit 98cc9460ac67fee606437712882cfa1e5d259729) | |||
2010-07-12 | merged filter-full | Joey Hess | |
2010-07-12 | Merge branch 'filter-full' | Joey Hess | |
2010-07-12 | (no commit message) | test | |
2010-07-12 | Added a comment | jeanm | |
2010-07-11 | openid: Fix handling of utf-8 nicknames. | Joey Hess | |
2010-07-11 | response | Joey Hess | |
2010-07-11 | response | Joey Hess | |
2010-07-11 | reply, proposed a few possible solutions. | intrigeri | |
2010-07-11 | po: check validity of po_slave_languages array. | intrigeri | |
2010-07-11 | implemented, please merge | intrigeri | |