aboutsummaryrefslogtreecommitdiff
path: root/po/ikiwiki.pot
Commit message (Collapse)AuthorAge
* releasing version 3.20100504Joey Hess2010-05-04
|
* releasing version 3.20100501Joey Hess2010-05-01
|
* template() - return params in list contextJoey Hess2010-04-24
| | | | | I forgot CGI::Formbuilder's horrible interface that needs template parameters instead of a constructed object.
* releasing version 3.20100403Joey Hess2010-04-03
|
* releasing version 3.20100312Joey Hess2010-03-12
|
* releasing version 3.20100302Joey Hess2010-03-02
|
* releasing version 3.20100212Joey Hess2010-02-12
|
* releasing version 3.20100122Joey Hess2010-01-22
|
* releasing version 3.20100102.3Joey Hess2010-01-02
|
* releasing version 3.20091218Joey Hess2009-12-18
|
* releasing version 3.20091202Joey Hess2009-12-02
|
* releasing version 3.20091113Joey Hess2009-11-13
|
* releasing version 3.20091031Joey Hess2009-10-31
|
* releasing version 3.20091023Joey Hess2009-10-23
|
* releasing version 3.20091022Joey Hess2009-10-22
|
* releasing version 3.20091017Joey Hess2009-10-17
|
* releasing version 3.20091009Joey Hess2009-10-09
|
* releasing version 3.14159265Joey Hess2009-09-24
|
* finalize releaseJoey Hess2009-08-30
|
* fix emphasis examples to actually workJoey Hess2009-08-26
|
* Allow building ikiwiki on systems w/o po4a -- building of the translated ↵Joey Hess2009-08-15
| | | | underlays will be skipped in this case.
* releasing version 3.15Joey Hess2009-08-11
|
* build translated underlays for use with non-English wikisJoey Hess2009-07-20
|
* reorderJoey Hess2009-07-19
|
* commit for jonasJoey Hess2009-07-19
|
* releasing version 3.14159Joey Hess2009-07-16
|
* releasing version 3.1415Joey Hess2009-07-07
|
* releasing version 3.141Joey Hess2009-06-13
|
* update po filesJoey Hess2009-06-04
|
* updated spanish translationVíctor Moral2009-05-25
|
* releasing version 3.12Joey Hess2009-05-06
|
* comments: Add link to comment post form to allow user to sign in if they ↵Joey Hess2009-04-23
| | | | wish to, if the configuration makes signin optional for commenting.
* pagespec error/failure distinction and error display by inlineJoey Hess2009-04-23
| | | | | | | | | | | | | * Add IkiWiki::ErrorReason objects, and modify pagespecs to return them in cases where they fail to match due to a configuration or syntax error. * inline: Display a handy error message if the inline cannot display any pages due to such an error. This is perhaps somewhat incomplete, as other users of pagespecs do not display the error, and will eventually need similar modifications to inline. I should probably factor out a pagespec_match_all function and make it throw ErrorReasons.
* remove unnecessary variableJoey Hess2009-04-04
|
* hehJoey Hess2009-04-04
|
* releasing version 3.09Joey Hess2009-04-04
|
* releasing version 3.08Joey Hess2009-03-15
|
* releasing version 3.07Joey Hess2009-03-08
|
* releasing version 3.06Joey Hess2009-03-01
|
* Setup automator: Prompt for password twice. Closes: #516973Joey Hess2009-02-24
|
* releasing version 3.04Joey Hess2009-02-15
|
* releasing version 3.02Joey Hess2009-01-17
|
* table: Find links in external files in scan pass.Joey Hess2009-01-06
|
* releasing version 3.01Joey Hess2009-01-05
|
* Merge branch 'master' into nextJoey Hess2008-12-28
|\ | | | | | | | | | | | | Conflicts: debian/changelog po/ikiwiki.pot
| * releasing version 2.72Joey Hess2008-12-28
| |
* | typoJoey Hess2008-12-26
|/
* responseJoey Hess2008-12-20
|
* inline: Support feedfile option to change the filename of the feed generated.Joey Hess2008-12-11
|
* make unlockwiki drop the cgilockJoey Hess2008-11-11
| | | | | | | | This is necessary so that things that fork to the background, like pinger, and inline ping, don't block other cgis from running. Note that websetup also calls unlockwiki, before refreshing / rebuilding the wiki. It makes perfect sense for that not to block other cgis.