diff options
author | intrigeri <intrigeri@boum.org> | 2013-12-31 03:14:07 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2013-12-31 03:14:07 +0000 |
commit | 4e891bd9d0fdb8bd0f65a0301d11f90aa8971536 (patch) | |
tree | 69eeaa2d0f3e551d02953bd03eb8284f6823dccc /doc/todo | |
parent | 548fc7996287cce868197a17d72908328b645c5c (diff) | |
download | ikiwiki-4e891bd9d0fdb8bd0f65a0301d11f90aa8971536.tar ikiwiki-4e891bd9d0fdb8bd0f65a0301d11f90aa8971536.tar.gz |
A rough implementation is now available, needs testing.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn b/doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn index 5d0318ae1..6c11fa17b 100644 --- a/doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn +++ b/doc/todo/po:_remove_po_files_when_disabling_plugin.mdwn @@ -11,3 +11,9 @@ files from the source repository when it has been disabled? >> `rcs_remove` rather than a good old `unlink`. --[[intrigeri]] >>> I guess you could call `rcs_remove` followed by `unlink`. --[[Joey]] + +>>>> Implemented in my `po-disable` branch, added a basic test case +>>>> that passes, not tested in a real ikiwiki with a VCS yet. +>>>> Not sure I'll have time to do better any time soon, but for +>>>> anyone interested to lead this to completion, it should be a good +>>>> starting point. --[[intrigeri]] |