aboutsummaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAge
* 3.20180311Simon McVittie2018-03-11
|
* Avoid unexpected full paths from find(1).Amitai Schleier2018-03-02
|
* 3.20180228Simon McVittie2018-02-28
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Remove openid provider icons from login selectorJoey Hess2018-01-05
| | | | | | | | | Remove openid provider icons from login selector, since openid providers are increasingly not working. Verisign retired theirs, and aol and yahoo/flickr are not commonly used for openid. Any users who still clicked those icons to login will need to instead enter their openid url. This commit was sponsored by andrea rota.
* Updated German basewiki and directives translation from Sebastian Kuhnert.Joey Hess2017-12-25
|
* Update l10nSimon McVittie2017-10-01
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Fix build with po4a 0.52.Amitai Schleier2017-09-19
|
* 3.20170622Simon McVittie2017-06-22
|
* Release 3.20170111Simon McVittie2017-01-11
|
* 3.20161229.1Simon McVittie2016-12-29
|
* 3.20160728Simon McVittie2016-07-28
|
* updateJoey Hess2016-06-23
|
* 3.20160509Simon McVittie2016-05-09
|
* 3.20160121Simon McVittie2016-01-21
|
* 3.20150610Simon McVittie2015-06-10
|
* crufty po updatesJoey Hess2015-05-14
|
* Standardize on --long-option instead of -long-optionSimon McVittie2015-03-01
| | | | | | | | | | [[forum/refresh_and_setup]] indicates some confusion between --setup and -setup. Both work, but it's clearer if we stick to one in documentation and code. A 2012 commit to [[plugins/theme]] claims that "-setup" is required and "--setup" won't work, but I cannot find any evidence in ikiwiki's source code that this has ever been the case.
* Use $(MAKE) in po, as elsewhere in the build.n0gOoi32014-12-27
| | | | (cherry picked from commit 26a6c611fe9a32efa437efd07c698116d22b3a31)
* Add missing build-depends on libcgi-formbuilder-perl, needed for t/relativity.tJoey Hess2014-10-20
|
* Merge branch 'ready/templatebody'Simon McVittie2014-09-15
|\
| * Track whether we're in the scan or render phaseSimon McVittie2014-03-05
| | | | | | | | | | | | | | | | In the scan phase, it's too early to match pagespecs or sort pages; in the render phase, both of those are OK. It would be possible to add phases later, renumbering them if necessary to maintain numerical order.
* | updateJoey Hess2014-08-31
| |
* | add build deps needed by some tests in the test suiteJoey Hess2014-08-15
|/
* updateJoey Hess2014-01-25
|
* prep releaseJoey Hess2014-01-02
|
* releasing package ikiwiki version 3.20130904.1Joey Hess2013-09-04
|
* releasing version 3.20130711Joey Hess2013-07-10
|
* releasing version 3.20130710Joey Hess2013-07-10
|
* releasing version 3.20130518Joey Hess2013-05-18
|
* releasing version 3.20130504Joey Hess2013-05-05
|
* releasing version 3.20130212Joey Hess2013-02-12
|
* Bump test count for previous.Amitai Schlair2013-02-02
|
* releasing version 3.20121212Joey Hess2012-12-11
|
* releasing version 3.20121016Joey Hess2012-10-16
|
* releasing version 3.20120725Joey Hess2012-08-25
|
* releasing version 3.20120629Joey Hess2012-06-29
|
* releasing version 3.20120516Joey Hess2012-05-16
|
* po/Makefile: missing one semicolon stillGiuseppe Bilotta2012-05-09
|
* Fix po MakefileGiuseppe Bilotta2012-05-05
| | | | | | In the complex 'if' chain when merging ikiwiki.pot with .po files, make sure line-endings, shell-muting and semi-colons don't cause the shell to bomb out with syntax errors and commands not found.
* work without gettext commandsJoey Hess2012-04-27
| | | | | Seems in certian cases (which I cannot entirely reproduce), gettext commands run during build even from a clean tree. Make these nonfatal.
* releasing version 3.20120419Joey Hess2012-04-19
|
* releasing version 3.20120203Joey Hess2012-03-19
|
* releasing version 3.20120202Joey Hess2012-02-02
|
* releasing version 3.20120115Joey Hess2012-01-15
|
* releasing version 3.20120115Joey Hess2012-01-15
|
* releasing version 3.20111229Joey Hess2011-12-29
|
* releasing version 3.20111107Joey Hess2011-11-30
|
* releasing version 3.20111106Joey Hess2011-11-06
|
* releasing version 3.20110905Joey Hess2011-09-05
|
* Fix typo in Danish translation of shortcuts page that caused expoentional ↵Joey Hess2011-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regexp blowup. Complex regular subexpression recursion limit (32766) exceeded at /home/joey/src/ikiwiki/IkiWiki.pm line 1532. This doesn't fix the blowup potential itself, it just fixes the typo. :) A sample page that causes the blowup is attached below for future reference. The first directive is not terminated. Contributing are the additional quotes around the following directives, which mean that they can each be processed as a parameter to the first directive, or as an individual directive. In resolving this ambiguity, the regexp blows up. Happily, perl contains the explosion , so I don't think there is an exploit here. "[[!shortcut name=wiktionary url=\"https://secure.wikimedia.org/wiktionary/en/" "[[!shortcut name=debss url=\"http://snapshot.debian.net/package/%s\"]]" "[[!shortcut name=debwiki url=\"http://wiki.debian.org/%s\"]]" "[[!shortcut name=fdobug url=\"https://bugs.freedesktop.org/show_bug.cgi?id=%s\" desc=\"freedesktop.org bug #%s\"]]" "[[!shortcut name=fdolist url=\"http://lists.freedesktop.org/mailman/listinfo/%s\" desc=\"%s@lists.freedesktop.org\"]]" "[[!shortcut name=cpanrt url=\"https://rt.cpan.org/Ticket/Display.html?id=%s\" desc=\"CPAN RT#%s\"]]" "[[!shortcut name=novellbug url=\"https://bugzilla.novell.com/show_bug.cgi?id=%s\" desc=\"bug %s\"]]" "[[!shortcut name=fdolist url=\"http://lists.freedesktop.org/mailman/listinfo/%s\" desc=\"%s@lists.freedesktop.org\"]]" "[[!shortcut name=gnomebug url=\"http://bugzilla.gnome.org/show_bug.cgi?id=%s\" desc=\"GNOME bug #%s\"]]" "[[!shortcut name=linuxbug url=\"http://bugzilla.kernel.org/show_bug.cgi?id=%s\" desc=\"Linux bug #%s\"]]" "[[!shortcut name=gmane url=\"http://dir.gmane.org/gmane.%s\" desc=\"gmane.%s\"]]" "[[!shortcut name=gmanemsg url=\"http://mid.gmane.org/%s\"]]" "[[!shortcut name=cpan url=\"http://search.cpan.org/search?mode=dist&query=%s\"]]" "[[!shortcut name=ctan url=\"http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=%s\"]]" "[[!shortcut name=hoogle url=\"http://haskell.org/hoogle/?q=%s\"]]" "[[!shortcut name=iki url=\"http://ikiwiki.info/%S/\"]]" "[[!shortcut name=ljuser url=\"http://%s.livejournal.com/\"]]" "[[!shortcut name=rfc url=\"http://www.ietf.org/rfc/rfc%s.txt\" desc=\"RFC %s\"]]" "[[!shortcut name=c2 url=\"http://c2.com/cgi/wiki?%s\"]]" "[[!shortcut name=meatballwiki url=\"http://www.usemod.com/cgi-bin/mb.pl?%s\"]]" "[[!shortcut name=emacswiki url=\"http://www.emacswiki.org/cgi-bin/wiki/%s\"]]" "[[!shortcut name=haskellwiki url=\"http://haskell.org/haskellwiki/%s\"]]" "[[!shortcut name=dict url=\"http://www.dict.org/bin/Dict?Form=Dict1&Strategy=*&Database=*&Query=%s\"]]" "[[!shortcut name=imdb url=\"http://imdb.com/find?q=%s\"]]" "[[!shortcut name=gpg url=\"http://pgpkeys.mit.edu:11371/pks/lookup?op=vindex&exact=on&search=0x%s\"]]" "[[!shortcut name=perldoc url=\"http://perldoc.perl.org/search.html?q=%s\"]]" "[[!shortcut name=whois url=\"http://reports.internic.net/cgi/whois?whois_nic=%s&type=domain\"]]" "[[!shortcut name=cve url=\"http://cve.mitre.org/cgi-bin/cvename.cgi?name=%s\"]]" "[[!shortcut name=cia url=\"http://cia.vc/stats/project/%s\"]]" "[[!shortcut name=ciauser url=\"http://cia.vc/stats/user/%s\"]]" "[[!shortcut name=flickr url=\"http://www.flickr.com/photos/%s\"]]" "[[!shortcut name=man url=\"http://linux.die.net/man/%s\"]]" "[[!shortcut name=ohloh url=\"http://www.ohloh.net/projects/%s\"]]" "[[!shortcut name=cpanrt url=\"https://rt.cpan.org/Ticket/Display.html?id=%s\" desc=\"CPAN RT#%s\"]]" "[[!shortcut name=novellbug url=\"https://bugzilla.novell.com/show_bug.cgi?id=%s\" desc=\"bug %s\"]]"