summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/attachment.pm
AgeCommit message (Expand)Author
2008-12-24remove deprecated admin prefsJoey Hess
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-10-19fix relativedate timezone inclusionJoey Hess
2008-10-17Add an underlay for javascript, and add ikiwiki.js containing some utility code.Joey Hess
2008-10-08lockedit: Support specifying which users (and IP addresses) a page is locked ...Joey Hess
2008-10-02attachment: Support adding attachments to pages even as they are being created.Joey Hess
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-09-27pagetype is exportedJoey Hess
2008-09-25attachment: Add admin() pagespec to test if the uploading user is a wiki admin.Joey Hess
2008-08-27humansize moved to filecheckJoey Hess
2008-08-25filecheck: New plugin factoring out the PageSpec additions that were original...Joey Hess
2008-08-12default to looking at page source file if no file is specifiedJoey Hess
2008-08-06fix inverted testJoey Hess
2008-08-03add plugin safe/rebuild info (part 3 of 3)Joey Hess
2008-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
2008-08-03remove description_html, add linkJoey Hess
2008-08-02websetup form display doneJoey Hess
2008-08-01hide deprecated values if empty after saveJoey Hess
2008-08-01admin prefs move to setup file, stage 1Joey Hess
2008-07-26remove default values in getsetupJoey Hess
2008-07-26add missing setup options, tweak others' displayJoey Hess
2008-07-25Merge branch 'master' into autoconfigJoey Hess
2008-07-25attachment: Use relative paths when inserting links.Joey Hess
2008-07-25added getsetup hooks for all plugins up to recentchangesJoey Hess
2008-07-23foldageJoey Hess
2008-07-23Merge branch 'master' into tovaJoey Hess
2008-07-23attachment: Do not escape _ when determining attachment filenames.Joey Hess
2008-07-22Don't allow uploading an attachment with the same name as an existing page, t...Joey Hess
2008-07-22make message a bit more genericJoey Hess
2008-07-22avoid uninitialised valueJoey Hess
2008-07-21factor out check_canattachJoey Hess
2008-07-09improve error message if virus checker fails w/o outputJoey Hess
2008-07-08attachment: Support perl 5.8's buggy version of CGI.pm.Joey Hess
2008-07-08explicitly set form type to multipartJoey Hess
2008-07-08check for tempfile being emptyJoey Hess
2008-07-08undef $fh before openingJoey Hess
2008-07-08another try at dealing with CGI.pm problemJoey Hess
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 curre...Joey Hess
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