Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Life is simpler on a git branch. | Amitai Schlair | 2009-08-13 |
| | |||
* | Add my CVS plugin and related patches. | Amitai Schlair | 2009-08-13 |
| | |||
* | (no commit message) | lludwig | 2009-08-13 |
| | |||
* | poll vote (Accept only OpenID for logins) | 91.105.86.99 | 2009-08-13 |
| | |||
* | add comment about automenu plugin | lnussel | 2009-08-13 |
| | |||
* | yes please | lnussel | 2009-08-13 |
| | |||
* | (no commit message) | dave | 2009-08-12 |
| | |||
* | version po4a build-dep to 0.34 | Joey Hess | 2009-08-12 |
| | | | | 0.35 is much better, but 0.34 is the minimum version that will work | ||
* | more idiomatic use of foreach | Joey Hess | 2009-08-12 |
| | |||
* | fix some more foreaches that clal functions to not use $_ | Joey Hess | 2009-08-12 |
| | |||
* | use a more idiomatic foreach my | Joey Hess | 2009-08-12 |
| | |||
* | inline: Avoid use of my $_ as it fails with older perls. Closes: #541215 | Joey Hess | 2009-08-12 |
| | |||
* | po: Detect if nowrapi18n can't be passed to po4a, and warn about the old ↵ | Joey Hess | 2009-08-12 |
| | | | | version, but continue. Closes: #541205 | ||
* | add news item for ikiwiki 3.141592 | Joey Hess | 2009-08-11 |
| | |||
* | releasing version 3.141592 | Joey Hess | 2009-08-11 |
| | |||
* | add news item for ikiwiki 3.15 | Joey Hess | 2009-08-11 |
| | |||
* | releasing version 3.15 | Joey Hess | 2009-08-11 |
| | |||
* | typo | Joey Hess | 2009-08-10 |
| | |||
* | idea | Joey Hess | 2009-08-10 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2009-08-10 |
|\ | |||
| * | the post-commit wrapper wrapper also avoids cvs deadlock | http://schmonz.livejournal.com/ | 2009-08-09 |
| | | |||
| * | add install and usage directions, to-do list | http://schmonz.livejournal.com/ | 2009-08-09 |
| | | |||
| * | add MIT SIPB to list of organisations using ikiwiki | http://christine-spang.myopenid.com/ | 2009-08-09 |
| | | |||
| * | add user page for Christine Spang | http://christine-spang.myopenid.com/ | 2009-08-09 |
| | | |||
| * | add my response | http://certifi.ca/lunix | 2009-08-09 |
| | | |||
* | | po: Fix copy of po file from underlay when editing | Joey Hess | 2009-08-10 |
| | | | | | | | | | | When first editing a page that was in the underlay, avoid losing the translation by copying the po file over from the underlay. | ||
* | | turn powered by ikiwiki link into link to the local documentation | Joey Hess | 2009-08-10 |
|/ | |||
* | reponse about highlight plugin | http://certifi.ca/lunix | 2009-08-08 |
| | |||
* | point out where to get highlight perl bindings | Joey Hess | 2009-08-08 |
| | |||
* | centos question | http://certifi.ca/lunix | 2009-08-08 |
| | |||
* | ok, thanks. I'll probably do the same. | bremner | 2009-08-08 |
| | |||
* | response | Joey Hess | 2009-08-08 |
| | |||
* | question (for joeyh?) about IkiWiki::refresh() | bremner | 2009-08-08 |
| | |||
* | (no commit message) | http://christine-spang.myopenid.com/ | 2009-08-08 |
| | |||
* | typo | http://joey.kitenet.net/ | 2009-08-08 |
| | |||
* | (no commit message) | http://eric.shared.dre.am/ | 2009-08-08 |
| | |||
* | finish merging getsource | Joey Hess | 2009-08-08 |
| | |||
* | verify page name is sane | Joey Hess | 2009-08-08 |
| | | | | paranoia; I was thinking about XSS attacks specificaly | ||
* | fix misleading comment | Joey Hess | 2009-08-08 |
| | |||
* | Merge commit 'smcv/ready/getsource' | Joey Hess | 2009-08-08 |
|\ | | | | | | | | | Conflicts: debian/changelog | ||
| * | Mark todo/source_link as done | Simon McVittie | 2009-08-01 |
| | | |||
| * | Document the getsource plugin | Simon McVittie | 2009-08-01 |
| | | |||
| * | getsource: remove temporary variable | Simon McVittie | 2009-07-27 |
| | | |||
| * | getsource: remove unnecessary IkiWiki:: prefixes | Simon McVittie | 2009-07-26 |
| | | | | | | | | Many variables and functions are exported. | ||
| * | getsource: in the default template, just say "Source" | Simon McVittie | 2009-07-26 |
| | | | | | | | | | | | | All the other actions are single words (apart from RecentChanges), and are nouns (apart from Edit); saying "Source" is consistent with "History", for instance. | ||
| * | getsource: don't allow getting the source of an attachment | Simon McVittie | 2009-07-26 |
| | | | | | | | | | | | | Serving up images etc. as text/plain; charset=utf-8 is unlikely to work very well, and there's no point in having this CGI action for attachments (since they're copied into the output as-is anyway). | ||
| * | getsource: turn missing pages into a 404 | Simon McVittie | 2009-07-26 |
| | | | | | | | | Also restructure so we return early on missing pages. | ||
| * | getsource: default to saying page source is in UTF-8, and make the example ↵ | Simon McVittie | 2009-07-26 |
| | | | | | | | | | | | | | | match the default IkiWiki mostly assumes that pages are in UTF-8; anyone this doesn't work for can override it in the setup file. | ||
| * | getsource: run as plain CGI, rather than sessioncgi | Simon McVittie | 2009-07-26 |
| | | | | | | | | | | As I suggested when reviewing Will's code, calling loadindex() should be sufficient. | ||
| * | Add getsource plugin | Will Uther | 2009-07-26 |
| | |