aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add French basewiki translation from the Debian French l10n team, including ↵Joey Hess2009-09-02
| | | | Philippe Batailler, Alexandre Dupas, and Steve Petruzzello.
* Add link to my git repositoryhttp://www.cse.unsw.edu.au/~willu/2009-09-02
|
* Revert spamJoey Hess2009-09-01
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-09-01
|\
| * testblahgrad2009-09-01
| |
| * Remove references to merged-and-deleted git branchesSimon McVittie2009-09-01
| |
* | typoJoey Hess2009-09-01
|/
* remove ^P'sJoey Hess2009-08-31
|
* new page: sandbox/test2mike castleman2009-08-31
|
* fixed linkmartin2009-08-31
|
* update for Text::MultiMarkdown splitJoey Hess2009-08-30
|
* CVEJoey Hess2009-08-30
|
* still mispelling josh's name..Joey Hess2009-08-30
|
* add news item for ikiwiki 3.1415926Joey Hess2009-08-30
|
* finalize releaseJoey Hess2009-08-30
|
* teximg security problemJoey Hess2009-08-30
|
* noteJoey Hess2009-08-30
|
* fixedJoey Hess2009-08-30
|
* Revert "po: do not inject custom bestlink function when po_link_to eq default"Joey Hess2009-08-30
| | | | | | | | | | This reverts commit cdc3576c8d1efb2593cac2d9da3f2393a2afe26e. Conflicts: IkiWiki/Plugin/po.pm This change broke the test suite and is not strictly necessary.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-08-30
|\
| * describe the wrapper changeAmitai Schlair2009-08-30
| |
| * also need File::ReadBackwards nowAmitai Schlair2009-08-30
| |
| * bug fixed, to-dos doneAmitai Schlair2009-08-30
| |
| * This is in my git branch now, no need for a copy of the code here.Amitai Schlair2009-08-29
| |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-08-29
|\|
| * doc/po(test suite failures): follow-upintrigeri2009-08-29
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * mod_auth_openidhttp://schmonz.livejournal.com/2009-08-29
| |
| * build failure on nearlyfreespeech.netbremner2009-08-29
| |
| * Answer to Joey, and justify my text (in the source)http://emptty.myopenid.com/2009-08-29
| |
| * teximg: Make TeX handle preventing unsafe things; remove insufficient blacklistJosh Triplett2009-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TeX has configuration options that prevent unsafe things like shell escapes and insecure file reads/writes. Turn all of them on. teximg's regex-based blacklist does not suffice. For instance: [[!teximg code=""" \catcode`\%=0 %input{/etc/passwd} """]] Remove the blacklist, since the TeX configuration options seal off the underlying mechanisms more safely, and the blacklist blocks other TeX commands that can prove useful.
* | note that debian-* branches are subject to being rebasedJoey Hess2009-08-29
|/
* img: Don't generate new verison of image if it is scaled to be larger in ↵Joey Hess2009-08-28
| | | | | | | | either dimension. Although imagemagick handles even really large sizes sanely, using a page file, doing so would just waste time and disk space, since the browser can be told to resize it larger.
* mergedJoey Hess2009-08-28
|
* Merge commit 'intrigeri/po'Joey Hess2009-08-28
|\
| * po: fix link() pagespec when used on translation pagesintrigeri2009-08-28
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * Merge commit 'upstream/master' into prv/pointrigeri2009-08-28
| |\
| * | po: better rootpage logic for inline's post formintrigeri2009-08-28
| | | | | | | | | | | | | | | | | | | | | 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>
| * | Revert "po: keep masterpage as the rootpage for inline's post form"intrigeri2009-08-28
| | | | | | | | | | | | | | | | | | This reverts commit cf43ae5a1f5460a98cdd7acb36c0691b2eec988f, which actually only works when a rootpage parameter is set. A more complete fix will be written soon.
| * | Merge commit 'upstream/master' into prv/pointrigeri2009-08-28
| |\ \
| * | | po: keep masterpage as the rootpage for inline's post formintrigeri2009-08-28
| | | | | | | | | | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * | | inline: moved rootpage logic to a functionintrigeri2009-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | avoid clobbering origsub if checkconfig runs more than onceJoey Hess2009-08-28
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | po test suite failureJoey Hess2009-08-28
| | | |
* | | | (no commit message)furby2009-08-28
| | | |
* | | | (no commit message)furby2009-08-28
| | | |
* | | | <pedant>rename depends_exact to depends_simpleJoey Hess2009-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not "exact" since case munging has to be done, and I think "simple" captures the optimisation better.</pedant> With apologies to smcv, who probably has to rebuild his wiki now.
* | | | changelpgJoey Hess2009-08-28
| | | |
* | | | Merge commit 'smcv/ready/depends-exact'Joey Hess2009-08-28
|\ \ \ \
| * | | | Mark as doneSimon McVittie2009-08-28
| | | | |
| * | | | Avoid duplicating debug message for building a page due to a dependencySimon McVittie2009-08-28
| | | | | | | | | | | | | | | | | | | | As per Joey's review