summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/attachment.pm
AgeCommit message (Collapse)Author
2008-07-08attachment: Support old versions of CGI.pm that lack an upload method.Joey Hess
2008-07-08attachment: Fix an uninitialised value warning when editing a page that ↵Joey Hess
currently has no attachments.
2008-07-06add virus checking to attachments pluginJoey Hess
2008-07-06avoid uninitialised value warningsJoey Hess
2008-07-02link to pagespec/attachmentJoey Hess
2008-07-02factor out glob2reJoey Hess
2008-07-02add mimetype checkingJoey Hess
2008-07-02add user and ip support to attachment pagespecsJoey Hess
2008-07-02xhtml fixesJoey Hess
2008-07-02attachments interface visibility togglingJoey Hess
2008-07-01fixesJoey Hess
2008-07-01some fit and finish fixesJoey Hess
2008-07-01only show one sig figJoey Hess
2008-07-01display human sizesJoey Hess
2008-07-01add both kinds of linksJoey Hess
2008-07-01basic attachment listJoey Hess
2008-07-01save attachments when page is saved tooJoey Hess
A user might specify an attachment, but not click the upload button, and just save the whole page instead.
2008-07-01check attachments in and refreshJoey Hess
2008-07-01add allowed attachments field to admin prefsJoey Hess
2008-07-01fix expensive move code pathJoey Hess
2008-07-01better approach for cgi upload disablingJoey Hess
Make it a config setting, this way subtle load order issues don't come into play. (As much?)
2008-07-01bugfixesJoey Hess
2008-07-01attachment locationJoey Hess
Put the attachment in a subdir of the page it's attached to, unless that page is an "index" page.
2008-07-01reorderJoey Hess
canedit should fail first as it's a less expensive and harder to pass test
2008-07-01call check_caneditJoey Hess
Needed to prevent uploads of locked pages as attachments.
2008-07-01bugfix; support pagetype of "0"Joey Hess
2008-07-01copy the attachment into srcdirJoey Hess
2008-06-30fix some messagesJoey Hess
2008-06-30add an ispage limitJoey Hess
2008-06-30minor improvementsJoey Hess
2008-06-30basic attachment plugin, unfinishedJoey 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.