Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-23 | todo update | intrigeri | |
2010-07-23 | add tipjar link to sidebar | Joey Hess | |
and flattr button, as an experiment | |||
2010-07-23 | add flattr button | Joey Hess | |
2010-07-22 | add news item for ikiwiki 3.20100722 | Joey Hess | |
2010-07-22 | releasing version 3.20100722 | Joey Hess | |
2010-07-22 | merge translation updates from l10n site | Joey Hess | |
2010-07-22 | Avoid showing 'Add a comment' link at the bottom of the comment post form. | Joey Hess | |
Since misctemplate is called with a page context, the comments plugin thinks it should add that, as well as the comment link in the actionbar. I kept the comment link because a quick link back to the comments to a page is sorta useful. | |||
2010-07-20 | po.t: fix expected results | intrigeri | |
As index.{es,fr} don't exist, po::refreshpofiles copies them from the basewiki underlay before running msgmerge. msgmerge marks as obsolete the translation strings that came from the basewiki po files, but the link plugin does not make the difference between obsolete and up-to-date links. $links{'index.fr'} and $links{'index.es'} are therefore expected to contain SandBox and ikiwiki. | |||
2010-07-20 | Added tests for po::pofiles. | intrigeri | |
2010-07-20 | Run checkconfig after loading the po plugin, else state is not populated. | intrigeri | |
The pofiles function relies on @slavelanguages to have been populated by po's checkconfig hook. | |||
2010-07-20 | po: optimization | intrigeri | |
No need to use "keys %{$config{po_slave_languages}}" repeatedly: the slave languages codes list is already cached in @slavelanguages. | |||
2010-07-20 | Support ordered po_slave_languages as discussed previously. | intrigeri | |
Backward compatibility is still supported. | |||
2010-07-19 | (no commit message) | http://jeremiahfoster.com/ | |
2010-07-19 | (no commit message) | http://jeremiahfoster.com/ | |
2010-07-19 | Added example | http://jeremiahfoster.com/ | |
2010-07-19 | Added second question. | http://jeremiahfoster.com/ | |
2010-07-19 | typo | Javier Rojas | |
2010-07-19 | Merge branch 'master' of git://git.ikiwiki.info | Javier Rojas | |
2010-07-19 | new syntax file for ikiwiki files in vim | Javier Rojas | |
2010-07-19 | fix link syntax | http://weakish.myopenid.com/ | |
2010-07-19 | link to 404 plugin | http://weakish.myopenid.com/ | |
2010-07-19 | remove lighttpd doc: lighttpd send 200 to dynamic error pages. Thus this ↵ | http://weakish.myopenid.com/ | |
plugin doesn't work with it w/o modification. | |||
2010-07-19 | update url | http://weakish.myopenid.com/ | |
2010-07-18 | Revert "po_slave_languages can now be a hash, if order matters." | Joey Hess | |
This reverts commit 4cf185e781a5f94373b30ec9a0e10dfb626b6d86. That commit broke t/po.t (probably the test case only is testing too close the the old implementation and needs correcting). Also, we have not decided how to want to represent it yet, so I'm not ready for this change. Conflicts: IkiWiki/Plugin/po.pm doc/plugins/po.mdwn | |||
2010-07-18 | merge fix for selflink po problem | Joey Hess | |
2010-07-18 | response on po_slave_languages structure | Joey Hess | |
2010-07-18 | typo | Joey Hess | |
2010-07-18 | Merge remote branch 'intrigeri/po' | Joey Hess | |
2010-07-18 | noticed a bug in the po plugin | Joey Hess | |
(I should probably put this in bugs/, but I am not sure if intregriti watches there..) | |||
2010-07-18 | (no commit message) | crest | |
2010-07-18 | remove dup sentence | Joey Hess | |
2010-07-18 | merge updated translations from l10n | Joey Hess | |
This includes an (almost) up-to-date French basewiki translation. | |||
2010-07-18 | Updated French program translation from Philippe Batailler. Closes: #589423 | Joey Hess | |
2010-07-18 | update standards-version | Joey Hess | |
2010-07-18 | remove dead case | Joey Hess | |
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/ | |