aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Expand)AuthorAge
* undef $fh before openingJoey Hess2008-07-08
* another try at dealing with CGI.pm problem•••open the temp file if all attempts to get a fd fail Joey Hess2008-07-08
* attachment: Support old versions of CGI.pm that lack an upload method.Joey Hess2008-07-08
* attachment: Fix an uninitialised value warning when editing a page that curre...Joey Hess2008-07-08
* minor improvementsJoey Hess2008-07-07
* search: generate configuration files once only when rebuildingGabriel McManus2008-07-07
* add virus checking to attachments pluginJoey Hess2008-07-06
* avoid uninitialised value warningsJoey Hess2008-07-06
* avoid uninitialised valueJoey Hess2008-07-06
* editpage escaping fixes•••* The editpage form now uses the raw page name, not the page title, in its 'page' cgi parameter. Using the title was ambiguous and made it impossible to tell between some pages, like "foo/bar" and "foo__47__bar", sometimes causing the wrong page to be edited. * This change means that some edit links need to be updated. Force a rebuild on upgrade to this version. * Above change also allowed really fixing escaped slashes from the blogpost form. Joey Hess2008-07-06
* link to pagespec/attachmentJoey Hess2008-07-02
* factor out glob2reJoey Hess2008-07-02
* add mimetype checkingJoey Hess2008-07-02
* add user and ip support to attachment pagespecsJoey Hess2008-07-02
* toggle: Add javascript to top of page, not to end. This avoids flicker since ...Joey Hess2008-07-02
* xhtml fixesJoey Hess2008-07-02
* toggle: Add support for toggles that are open by default.•••Also fix to work in preview mode. Joey Hess2008-07-02
* attachments interface visibility togglingJoey Hess2008-07-02
* export javascript, and support default-open togglesJoey Hess2008-07-02
* fixesJoey Hess2008-07-01
* some fit and finish fixesJoey Hess2008-07-01
* only show one sig figJoey Hess2008-07-01
* display human sizesJoey Hess2008-07-01
* add both kinds of linksJoey Hess2008-07-01
* basic attachment listJoey Hess2008-07-01
* save attachments when page is saved too•••A user might specify an attachment, but not click the upload button, and just save the whole page instead. Joey Hess2008-07-01
* check attachments in and refreshJoey Hess2008-07-01
* add allowed attachments field to admin prefsJoey Hess2008-07-01
* minor optimisationJoey Hess2008-07-01
* fix expensive move code pathJoey Hess2008-07-01
* better approach for cgi upload disabling•••Make it a config setting, this way subtle load order issues don't come into play. (As much?) Joey Hess2008-07-01
* bugfixesJoey Hess2008-07-01
* attachment location•••Put the attachment in a subdir of the page it's attached to, unless that page is an "index" page. Joey Hess2008-07-01
* simplificationJoey Hess2008-07-01
* reorder•••canedit should fail first as it's a less expensive and harder to pass test Joey Hess2008-07-01
* call check_canedit•••Needed to prevent uploads of locked pages as attachments. Joey Hess2008-07-01
* bugfix; support pagetype of "0"Joey Hess2008-07-01
* copy the attachment into srcdirJoey Hess2008-07-01
* break out fast_file_copyJoey Hess2008-07-01
* fix some messagesJoey Hess2008-06-30
* add an ispage limitJoey Hess2008-06-30
* minor improvementsJoey Hess2008-06-30
* basic attachment plugin, unfinished•••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. Joey Hess2008-06-30
* disable cgi uploads earlier•••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. Joey Hess2008-06-30
* remove unused editpage title•••The title was set to editpage, but then always changed. And some code tested for this. Remove this dead code. Joey Hess2008-06-30
* Configure CGI.pm to disable file uploads by default.Joey Hess2008-06-30
* call format hooks when generating page previews•••* toc: Revert change in 2.45 that made it run at sanitize time. This breaks use of toc in a sidebar. * Call format hooks when generating page previews, thus fixing toc display there, as well as fixing inlins to again display in page previews, since it's started using format hooks. This also allows several other things, like embed, that use format hooks, to work during page preview time. * Format hooks should not rely on getting an entire html document, as they will only get the body during page preview. * toggle: Deal with preview mode when adding javascript. Joey Hess2008-06-28
* smiley: Generate links relative to the destpage. (Fixes a reversion from 2.41.)Joey Hess2008-06-28
* pagesources might not be populatedJoey Hess2008-06-24
* only convert urls if the module is installedJoey Hess2008-06-24