aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
Commit message (Expand)AuthorAge
...
| | * po: better rootpage logic for inline's post form•••Set rootpage to the non-l10n'd rootpage parameter if it is set, else to the masterpage of the linking page. Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-08-28
| | * Revert "po: keep masterpage as the rootpage for inline's post form"•••This reverts commit cf43ae5a1f5460a98cdd7acb36c0691b2eec988f, which actually only works when a rootpage parameter is set. A more complete fix will be written soon. intrigeri2009-08-28
| | * po: keep masterpage as the rootpage for inline's post form•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-08-28
| | * inline: moved rootpage logic to a function•••The po plugin's injected bestlink must do something special when called by this exact part of inline's code. Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-08-28
| | * po: favor the type of linking page's masterpage on page creation•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-08-28
| | * po: fix interdiction to create pages of type po•••... which was broken by the new page_types code. Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-08-28
| * | avoid clobbering origsub if checkconfig runs more than once•••checkconfig can run more than once in a single ikiwiki run if setup is building wrappers. That clobbered the origsub value for bestlink, leading to infinite recursion Joey Hess2009-08-28
| * | inline: if using pagenames, don't add a dependency on "page1 or page2 or..."•••This is unnecessary and just slows us down (by a factor of 2, in the pessimal case where every page has an inline with pagenames); it's also not possible to optimize it into add_depends_exact calls. Simon McVittie2009-08-28
| * | po: favor the type of linking page's masterpage on page creation•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-08-28
| * | po: fix interdiction to create pages of type po•••... which was broken by the new page_types code. Signed-off-by: intrigeri <intrigeri@boum.org> (cherry picked from commit 1914ae2fd24e1e8021404eae847d70c710f8542d) intrigeri2009-08-28
| |/
| * htmltidy: Return an error message if tidy fails. Closes: #543722•••On second^Wthird^Wfourth thought, putting the message into the page seems better than using stderr. Joey Hess2009-08-27
| * po: do not inject custom bestlink function when po_link_to eq default•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-08-27
| * po: override the title template variable for coherent homepage titling•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-08-27
| * po(scan): removed scary comment about only wanting to change the first link•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-08-27
| * Merge commit 'upstream/master' into prv/pointrigeri2009-08-27
| |\
| | * po: do not beautify urls on the recentchanges page•••... else, the recentchanges page shows a link such as "sandbox.es". But, clicking on it goes to the English (or negotiated language) version of the page. It is better in this one case if the link goes direct to the translated version of the page. (cherry picked from commit 496e8523c6706d096f1b794e3f3ba5dd2fa260f3) intrigeri2009-08-27
| | * htmltidy: Print a warning message if tidy fails. Closes: #543722Joey Hess2009-08-26
| * | po: do not beautify urls on the recentchanges page•••... else, the recentchanges page shows a link such as "sandbox.es". But, clicking on it goes to the English (or negotiated language) version of the page. It is better in this one case if the link goes direct to the translated version of the page. intrigeri2009-08-26
| * | po: (hopefully) fixed WikiLink to self with po_link_to=defaultintrigeri2009-08-26
| |/
| * Revert "Allow add_depends to take an arrayref"•••This reverts commit e4cd168ebedd95585290c97ff42234344bfed46c. There was no benefit to this change. Joey Hess2009-08-25
| * Allow add_depends to take an arrayrefSimon McVittie2009-08-25
| * calendar, inline, map: don't pre-join dependencies•••The new dependency handling works better (eliminates more duplicates) if dependencies are split up. On the same wiki mentioned in the previous commit, this saves about a second (i.e. 4%) on the same test. Simon McVittie2009-08-24
| * po: Fixed to run rcs_add ralative to srcdir.Joey Hess2009-08-19
| * use pagespec_match_list for feedpages•••This is both faster, and propigates any error in processing the feedpages pagespec out to display on the page. Which may have been why I didn't use it before, but currently seems like a good thing to do, since it explains why your feeds are empty.. Joey Hess2009-08-16
| * po: Better fix for missing underlay translation problem.•••If a page is taken from the underlay, and one of the specified languages does not have po files in the underlay, it would create a broken link to the translated version of the page for that language. With this change, there's no broken link. Joey Hess2009-08-15
| * replace N/A with 0•••I think the N/A was not intended to be visible, but it can show up as the percent translated to a language. This happens if the page is located in an underlay, and not translated to the language in any other underlay. Joey Hess2009-08-15
| * update for consistencyJoey Hess2009-08-15
| * indentationJoey Hess2009-08-15
| * meta: depend on absolute page name, not relative•••Previously, [[!meta redir="foo"]] on bar, where bar/foo exists, would depend on "foo" (which matches nothing, probably) rather than "bar/foo". (cherry picked from commit f27ec09b72f886415e63fe394e18d9c3cb3913bf) Simon McVittie2009-08-15
| * img: depend on absolute page name, not relative•••Previously, [[!img bar.jpg]] on foo, where foo/bar.jpg exists, would get a dependency equivalent to "glob(bar.jpg)" (which might not match anything), rather than the correct "glob(foo/bar.jpg)". (cherry picked from commit 85b2ec49ecd12dd23e5c432933457a72744ce7cb) Simon McVittie2009-08-15
| * optimise brokenlinks by gathering the data when calculating backlinks•••During backlink calulation, all links are examined and broken links can be detected for free, so store a list of broken links and have brokenlinks use it. Exposing the %brokenlinks structure is a bit ugly, but the speedup seems worth it: Around 1 second for wikis the size of the doc wiki that use brokenlinks. Joey Hess2009-08-14
| * orphans: Reuse backlinks info•••This plugin was building essentially the same data that is built to handle backlinks, so reuse that as an optimisation. Joey Hess2009-08-14
| * po: use discussionpage config setting•••This was tricky. $links{$page/discussion} must be checked; with it in lowercase. Joey Hess2009-08-13
| * Add discussionpage configuration setting•••By adding this setting, we get both more configurability, and a minor optimisation too, since gettext does not need to be called continually to get the Discussion value. Joey Hess2009-08-13
| * optimise gettext callsJoey Hess2009-08-13
* | Remove debug statement.Amitai Schlair2009-08-30
* | Knock off another to-do item: "Don't slurp the entire cvsps output•••into memory (!)." Amitai Schlair2009-08-30
* | Knock off a to-do item: "If the argument to cvs add smells like a•••binary file, cvs add -kb it (for attachment support)." Amitai Schlair2009-08-30
* | Remove getopt() hook (it's a dead end, unsafe to pass wrapper args to•••ikiwiki). Crunch on-demand module loads into one-liners. Comment why cvsps output is getting read in its entirety and reversed. Amitai Schlair2009-08-29
* | Explain that command must run unattended, and lose the debug statement.Amitai Schlair2009-08-23
* | I'm not redefining any subs after all, don't prevent those warnings.Amitai Schlair2009-08-23
* | Add rsync plugin, though the only rsync-specific thing about it is the•••assumption that uploading an entire site is efficient. Amitai Schlair2009-08-23
* | Oops, use the more recent (and less brittle) directory test.Amitai Schlair2009-08-22
* | Pass along wrapper args to ikiwiki, then handle the "cvs add dir"•••case with a getopt hook directly in my plugin. If the wrapper change is safe, we won't need a wrapper wrapper. Amitai Schlair2009-08-22
* | Put old unixauth plugin under git control. Needs some serious attention.Amitai Schlair2009-08-21
* | Add my CVS plugin and related patches.Amitai Schlair2009-08-13
|/
* more idiomatic use of foreachJoey Hess2009-08-12
* use a more idiomatic foreach myJoey Hess2009-08-12
* inline: Avoid use of my $_ as it fails with older perls. Closes: #541215Joey Hess2009-08-12
* po: Detect if nowrapi18n can't be passed to po4a, and warn about the old vers...Joey Hess2009-08-12