Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-23 | * Fixed permissions of some files that were 600 in the tarball. (Did not | joey | |
affect the deb). | |||
2006-12-23 | web commit by JeremyReed: space | joey | |
2006-12-23 | web commit by JeremyReed: Discussion link when not CGI. | joey | |
2006-12-23 | web commit by JeremyReed: wrapper updated each time | joey | |
2006-12-23 | web commit by JeremyReed: html not generated | joey | |
2006-12-23 | web commit by JeremyReed: files readable for root only | joey | |
2006-12-23 | web commit by JeremyReed: broken CGI showed HTML source | joey | |
2006-12-23 | web commit by JeremyReed: discuss --cgi | joey | |
2006-12-22 | response | joey | |
2006-12-22 | web commit by http://getopenid.com/ptecza: Bug report | joey | |
2006-12-21 | changed my mind about how to disambiguate links, it seems to make more | joey | |
sense to start them with a / | |||
2006-12-21 | meh | joey | |
2006-12-21 | response | joey | |
2006-12-21 | * Add support for links of the form [../foo]], this links to the page | joey | |
foo a level higher in the directory hierarchy than the one it would link to by default. | |||
2006-12-21 | web commit by http://ethan.betacantrips.com/ | joey | |
2006-12-21 | bar | joey | |
2006-12-21 | response | joey | |
2006-12-21 | * Turn $config{wiki_file_prune_regexps} into an array that is easier to | joey | |
manipulate. * Only exclude rss and atom files from processing if the inline plugin is enabled and that feed type is enabled. Else it's just a copyable file type. * Move rss and atom option handling code into the inline plugin. * Applied a rather old patch from Recai to fix the "pruning is too strict" issue. Now you can have wiki source directories inside dotdirs and the like, if you want. | |||
2006-12-21 | response | joey | |
2006-12-21 | web commit by hb | joey | |
2006-12-21 | web commit by hb | joey | |
2006-12-18 | use POST | joey | |
2006-12-18 | web commit by JoshTriplett: Forms default to GET; need method="POST". | joey | |
2006-12-14 | * Use POST for poll to avoid some robots. | joey | |
2006-12-09 | web commit by JoshTriplett | joey | |
2006-12-08 | web commit by JoshTriplett: Fix links. | joey | |
2006-12-08 | web commit by JoshTriplett | joey | |
2006-12-02 | web commit by JoshTriplett | joey | |
2006-12-02 | web commit by JoshTriplett | joey | |
2006-12-02 | * The hack used to make the pagetemplate hook have access to the editpage | joey | |
template won't work with CGI::FormBuilder 3.0401, so disable it for now. * CGI::FormBuilder 3.0401 seems to work ok now with ikiwiki, although there might still be bugs lurking.. | |||
2006-11-22 | web commit by http://joey.kitenet.net/ | joey | |
2006-11-22 | web commit by ScottHenson | joey | |
2006-11-10 | * Work around a strange bug in CGI::FormBuilder 3.0401 that makes | joey | |
FORM-SUBMIT unusable on customised formbuilder templates. For now, hardcode the submit buttons in editpage.tmpl instead of using the template variable, which is ok, since the buttons are static. | |||
2006-11-08 | * Make sure to check for errors from every eval. | joey | |
2006-11-08 | web commit by joey: responses | joey | |
2006-11-08 | update | joey | |
2006-11-08 | this is really a todo item, not a bug | joey | |
2006-11-08 | response | joey | |
2006-10-27 | web commit by MarkBucciarelli | joey | |
2006-10-25 | web commit by ScottHenson | joey | |
2006-10-25 | response | joey | |
2006-10-24 | web commit by ScottHenson | joey | |
2006-10-24 | response | joey | |
2006-10-23 | web commit by ScottHenson | joey | |
2006-10-23 | web commit by MarkBucciarelli | joey | |
2006-10-12 | web commit by SteveRobbins | joey | |
2006-10-12 | web commit by SteveRobbins: Downgrade fixed problem | joey | |
2006-10-10 | web commit by SteveRobbins: Response with FormBuilder version and error ↵ | joey | |
string location. | |||
2006-10-10 | web commit by DonMarti | joey | |
2006-10-08 | * Change %renderedfiles to store an array of files rendered from a given | joey | |
source file, to allow tracking of extra rendered files like rss feeds. * Note that plugins that accessed this variable will need to be updated! The plugin interface has been increased to version 1.01 for this change. * Add will_render function to the plugin interface, used to register that a page renders a destination file, and do some security checks. * Use will_render in the inline and linkmap plugins. * Previously but no longer rendered files will be cleaned up. * You will need to rebuild your wiki on upgrade to this version. |