Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | comment | Joey Hess | 2009-09-07 |
| | |||
* | move apt-get comment here | http://schmonz.livejournal.com/ | 2009-09-07 |
| | |||
* | revert previous; with pkgsrc you'd need textproc/p5-Text-CSV, but let's not ↵ | http://schmonz.livejournal.com/ | 2009-09-07 |
| | | | | proliferate that sort of thing here | ||
* | Can't markup [[!table Error: ]] | http://hendry.iki.fi/ | 2009-09-07 |
| | |||
* | thoughts on translating the templates files | Joey Hess | 2009-09-06 |
| | |||
* | (no commit message) | http://eric.shared.dre.am/ | 2009-09-04 |
| | |||
* | no more IPC::Cmd or String::ShellQuote, huzzah | Amitai Schlair | 2009-09-04 |
| | |||
* | raking the sandbox cleaN | Joey Hess | 2009-09-04 |
| | |||
* | Remove dup first post | Joey Hess | 2009-09-04 |
| | | | | This reverts commit 4c4c53c2923be93381eca1c3436ca6933c54b149. | ||
* | (no commit message) | http://ki.lya.online.fr/ | 2009-09-04 |
| | |||
* | (no commit message) | http://hostmaster.blogspot.com/ | 2009-09-04 |
| | |||
* | about page update for tycho/sam | http://www.tychoish.com/ | 2009-09-03 |
| | |||
* | notes on using gitosis and ikiwiki | http://www.tychoish.com/ | 2009-09-03 |
| | |||
* | (no commit message) | bremner | 2009-09-03 |
| | |||
* | Using tags or links to represent attributes | AlexandreDupas | 2009-09-03 |
| | |||
* | Minor changes | http://oscarjacho.myopenid.com/ | 2009-09-02 |
| | |||
* | Minor changes | http://oscarjacho.myopenid.com/ | 2009-09-02 |
| | |||
* | Added idea on wiki based requirements management tool | http://oscarjacho.myopenid.com/ | 2009-09-02 |
| | |||
* | ruther review | Joey Hess | 2009-09-02 |
| | |||
* | add will's git repo | Joey Hess | 2009-09-02 |
| | |||
* | Add French basewiki translation from the Debian French l10n team, including ↵ | Joey Hess | 2009-09-02 |
| | | | | Philippe Batailler, Alexandre Dupas, and Steve Petruzzello. | ||
* | Add link to my git repository | http://www.cse.unsw.edu.au/~willu/ | 2009-09-02 |
| | |||
* | Revert spam | Joey Hess | 2009-09-01 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2009-09-01 |
|\ | |||
| * | test | blahgrad | 2009-09-01 |
| | | |||
| * | Remove references to merged-and-deleted git branches | Simon McVittie | 2009-09-01 |
| | | |||
* | | typo | Joey Hess | 2009-09-01 |
|/ | |||
* | remove ^P's | Joey Hess | 2009-08-31 |
| | |||
* | new page: sandbox/test2 | mike castleman | 2009-08-31 |
| | |||
* | fixed link | martin | 2009-08-31 |
| | |||
* | update for Text::MultiMarkdown split | Joey Hess | 2009-08-30 |
| | |||
* | CVE | Joey Hess | 2009-08-30 |
| | |||
* | still mispelling josh's name.. | Joey Hess | 2009-08-30 |
| | |||
* | add news item for ikiwiki 3.1415926 | Joey Hess | 2009-08-30 |
| | |||
* | finalize release | Joey Hess | 2009-08-30 |
| | |||
* | teximg security problem | Joey Hess | 2009-08-30 |
| | |||
* | note | Joey Hess | 2009-08-30 |
| | |||
* | fixed | Joey Hess | 2009-08-30 |
| | |||
* | Revert "po: do not inject custom bestlink function when po_link_to eq default" | Joey Hess | 2009-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.info | Joey Hess | 2009-08-30 |
|\ | |||
| * | describe the wrapper change | Amitai Schlair | 2009-08-30 |
| | | |||
| * | also need File::ReadBackwards now | Amitai Schlair | 2009-08-30 |
| | | |||
| * | bug fixed, to-dos done | Amitai Schlair | 2009-08-30 |
| | | |||
| * | This is in my git branch now, no need for a copy of the code here. | Amitai Schlair | 2009-08-29 |
| | | |||
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2009-08-29 |
|\| | |||
| * | doc/po(test suite failures): follow-up | intrigeri | 2009-08-29 |
| | | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org> | ||
| * | mod_auth_openid | http://schmonz.livejournal.com/ | 2009-08-29 |
| | | |||
| * | build failure on nearlyfreespeech.net | bremner | 2009-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 blacklist | Josh Triplett | 2009-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. |