Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-02 | web commit by Petteri: Added debian.fi | Joey Hess | |
2008-07-02 | test 2 | Joey Hess | |
2008-07-02 | test commit | Joey Hess | |
2008-07-02 | factor out glob2re | Joey Hess | |
2008-07-02 | add mimetype checking | Joey Hess | |
2008-07-02 | update | Joey Hess | |
2008-07-02 | response; move to bug report | Joey Hess | |
2008-07-02 | Merge branch 'tova' | Joey Hess | |
2008-07-02 | update | Joey Hess | |
2008-07-02 | add user and ip support to attachment pagespecs | Joey Hess | |
2008-07-02 | toggle: Add javascript to top of page, not to end. This avoids flicker since ↵ | Joey Hess | |
closed toggles will not be displayed as the page is loading. | |||
2008-07-02 | xhtml fixes | Joey Hess | |
2008-07-02 | toggle: Add support for toggles that are open by default. | Joey Hess | |
Also fix to work in preview mode. | |||
2008-07-02 | attachments interface visibility toggling | Joey Hess | |
2008-07-02 | export javascript, and support default-open toggles | Joey Hess | |
2008-07-02 | web commit by http://jcflack.myopenid.com/ | Joey Hess | |
2008-07-02 | web commit by http://jcflack.myopenid.com/ | Joey Hess | |
2008-07-01 | fixes | Joey Hess | |
2008-07-01 | some fit and finish fixes | Joey Hess | |
2008-07-01 | response | Joey Hess | |
2008-07-01 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info into tova | Joey Hess | |
2008-07-01 | only show one sig fig | Joey Hess | |
2008-07-01 | display human sizes | Joey Hess | |
2008-07-01 | add both kinds of links | Joey Hess | |
2008-07-01 | web commit by http://jcflack.myopenid.com/ | Joey Hess | |
2008-07-01 | attachment doc updates | Joey Hess | |
2008-07-01 | basic attachment list | Joey Hess | |
2008-07-01 | save attachments when page is saved too | Joey Hess | |
A user might specify an attachment, but not click the upload button, and just save the whole page instead. | |||
2008-07-01 | check attachments in and refresh | Joey Hess | |
2008-07-01 | web commit by http://liw.fi/: commented on ü and ikiwiki 2.50 | Joey Hess | |
2008-07-01 | add allowed attachments field to admin prefs | Joey Hess | |
2008-07-01 | minor optimisation | Joey Hess | |
2008-07-01 | fix expensive move code path | Joey Hess | |
2008-07-01 | better approach for cgi upload disabling | Joey Hess | |
Make it a config setting, this way subtle load order issues don't come into play. (As much?) | |||
2008-07-01 | bugfixes | Joey Hess | |
2008-07-01 | attachment location | Joey Hess | |
Put the attachment in a subdir of the page it's attached to, unless that page is an "index" page. | |||
2008-07-01 | simplification | Joey Hess | |
2008-07-01 | reorder | Joey Hess | |
canedit should fail first as it's a less expensive and harder to pass test | |||
2008-07-01 | call check_canedit | Joey Hess | |
Needed to prevent uploads of locked pages as attachments. | |||
2008-07-01 | bugfix; support pagetype of "0" | Joey Hess | |
2008-07-01 | copy the attachment into srcdir | Joey Hess | |
2008-07-01 | break out fast_file_copy | Joey Hess | |
2008-06-30 | changelog | Joey Hess | |
2008-06-30 | fix some messages | Joey Hess | |
2008-06-30 | add an ispage limit | Joey Hess | |
2008-06-30 | minor improvements | Joey Hess | |
2008-06-30 | basic attachment plugin, unfinished | Joey Hess | |
Currently includes UI, and a few tests of the attachment, as well as the framework to extend pagespecs to test attachments. Does not actually save the file yet. | |||
2008-06-30 | add support for an attachment upload field | Joey Hess | |
FormBuilder makes it annoyingly hard to move a submit button to a nonstandard place. The button name has to be "_submit" or FormBuilder will ignore it. | |||
2008-06-30 | disable cgi uploads earlier | Joey Hess | |
This allows plugins that want to enable uploads to do so by changing the value of $CGI::DISABLE_UPLOADS at some point before the cgi hook is run. | |||
2008-06-30 | remove unused editpage title | Joey Hess | |
The title was set to editpage, but then always changed. And some code tested for this. Remove this dead code. |