| Commit message (Expand) | Author | Age |
... | |
* | fix link | Joey Hess | 2009-07-19 |
* | page.tmpl: use OTHERLANGUAGES and PERCENTTRANSLATED•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-03-28 |
* | link changes | Joey Hess | 2009-03-27 |
* | po/todo: drop a note about my meta-po branch•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-27 |
* | po/todo: take note of the commit that will need to be reverted later•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-27 |
* | po: remove all dependencies on nicepagetitle•••... as my meta branch probably won't be merged before the po plugin is, contrary
to what I was originally supposing.
This implies removing the po_translation_status_in_links and
po_strictly_refresh_backlinks options.
Added a note to the TODO section to think of bringing these features back later,
as they really enhance user experience on a translatable wiki.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-27 |
* | po: make the "backlinks involve dependencies" feature optional•••It can now be configured with the po_strictly_refresh_backlinks setting.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-27 |
* | plugins/po: talk about the po4a version in the first lines•••... as it seems it can be missed if I keep it only in the security section.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-26 |
* | po(doc): moved security analysis to its own page•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-17 |
* | po: when possible, disable use of Text::WrapI18N in po4a; else warn about too...•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-16 |
* | po(todo): more test results•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-15 |
* | po: pages in underlay dirs are not translatable•••Fixes build break due to read-only underlay dirs, e.g. basewiki.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-15 |
* | po/todo: some testing results•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-15 |
* | po: more security-related reports•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-15 |
* | po/todo: update•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-02 |
* | po/todo: update•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-02 |
* | po(formbuilder_setup): remove the rename/remove buttons on slave pages•••This has to be done after the rename/remove plugins have added
their buttons, so we set this hook to be run last.
The canrename/canremove hooks already ensure this is forbidden
at the backend level, so this is only UI sugar.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-02 |
* | po/todo: update•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-02 |
* | po/todo: remove silly ideas.•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-02 |
* | po: do not allow to create pages of type po•••The main reason to do so is to bypass the "favor the type of linking page on
page creation" logic, which is unsuitable when a broken link is clicked on
a slave (PO) page.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-02 |
* | po/todo: added better implementation ideas•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-02 |
* | po/todo: remove completed item•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-02 |
* | po/todo: added bugreport about new page's type•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-02 |
* | po/todo: update•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-01 |
* | po(cansave): check PO validity using new isvalidpo function•••... because Po4a's parser does not care about malformed PO data.
Use gettext's msgfmt program instead.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-01 |
* | po(TODO): the plugin code will need to be gettextized, at some point•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-01 |
* | po: use the new canrename hook to prevent translation renames in the CGI•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-01 |
* | po(todo): test results for markup languages support, thoughts about renaming/...•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-01 |
* | po: added postscan hook, to make pages depend on the pages linking to them•••... so that nicepagetitle hook's effects, such as translation status displayed
in links, are updated when the linked page changes.
The replacement of 'my %backlinks' with 'our %backlinks' in Render.pm made this
work: previously, every postscan hook was called with an almost empty
%backlinks, which defeated all my attempts to implement this feature.
This feature hits performance a bit. Its cost was quite small in my real-world
use-cases (a few percents bigger refresh time), but could be bigger in worst
cases. Time will tell.
NB: this hack could also be used by my meta branch. It may even be a ikiwiki
optional feature.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2009-01-01 |
* | po/todo: reflect current link-related work status•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-12-31 |
* | po/todo: reflect current status of links-related work•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-12-31 |
* | po: fix redirect after edit, using a somehow tricky hack•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-12-31 |
* | po: delete translations of deleted master pages•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-12-31 |
* | po/todo: added test results•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-13 |
* | po(otherlanguages): return pages that should exist•••... instead of already existing ones.
This fixes the "missing otherlanguages links on master pages just created via
the CGI" bug.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-12 |
* | po(change): flush Memoize cache, to fix bug after rename/remove•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-12 |
* | po/todo: first pass of robustness tests, added todo for remove/rename•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-12 |
* | po/todo: added robustness tests that have to be done•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-12 |
* | po: compute internal links from a slave page relative to its master page•••e.g. a link appearing on a slave page links to its masterpage's subpages.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-12 |
* | Merge commit 'upstream/po' into prv/po | intrigeri | 2008-11-12 |
|\ |
|
| * | patch and a few comments | Joey Hess | 2008-11-11 |
* | | po/todo: bug report about linking to subpages from translation pages•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-11 |
* | | po/todo: fixed internal links•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-11 |
* | | po/todo: added note about backlinks not being updated•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-11 |
* | | po/todo: update•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-11 |
|/ |
|
* | po(change): fix uninitialized variables when running IkiWiki::refresh()•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-11 |
* | po: added HOMEPAGEURL template variable, documented when to use it•••Hopefully all links should now be consistent with the chosen linking behavior,
but who knows...
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-11 |
* | po/todo: added bug report for weird Perl warnings•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-11 |
* | po/todo: updated page formats, broken links, documentation•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-11 |
* | po/doc: first fuzzy-testing results for po4a and msgmerge•••Chapter #1, in which we learn po4a could help to DoS ikiwiki + po,
whereas msgmerge seems reluctant to cooperate.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-11-11 |