summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/attachment.pm
AgeCommit message (Expand)Author
2011-01-02remove second parameter to include_javascriptJoey Hess
2010-09-21attachment: Fix attachment file size display.Joey Hess
2010-08-30don't run check_canedit in nonfatal modeJoey Hess
2010-06-23rcs_commit and rcs_commit_staged api changesJoey Hess
2010-06-23stop using REMOTE_ADDRJoey Hess
2010-06-16attachment: Support Windows paths when taking basename of client-supplied fil...Joey Hess
2010-06-12attachment: When inserting links, insert img directives for images, if that p...Joey Hess
2010-06-12attachment: Show files from underlay in attachments list.Joey Hess
2010-04-17unfinished file_prune revampJoey Hess
2010-02-12add section informationJoey Hess
2009-12-14attachment: Fix reversion in attachment sorting by age.Joey Hess
2009-12-14attachment: Fix several utf-8 problems.Joey Hess
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