summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Collapse)Author
2008-07-07minor improvementsJoey Hess
2008-07-07search: generate configuration files once only when rebuildingGabriel McManus
2008-07-06add virus checking to attachments pluginJoey Hess
2008-07-06avoid uninitialised value warningsJoey Hess
2008-07-06avoid uninitialised valueJoey Hess
2008-07-06editpage escaping fixesJoey Hess
* 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.
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-02toggle: 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-02xhtml fixesJoey Hess
2008-07-02toggle: Add support for toggles that are open by default.Joey Hess
Also fix to work in preview mode.
2008-07-02attachments interface visibility togglingJoey Hess
2008-07-02export javascript, and support default-open togglesJoey 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-01minor optimisationJoey 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-01simplificationJoey Hess
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-07-01break out fast_file_copyJoey 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.
2008-06-30disable cgi uploads earlierJoey 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-30remove unused editpage titleJoey Hess
The title was set to editpage, but then always changed. And some code tested for this. Remove this dead code.
2008-06-30Configure CGI.pm to disable file uploads by default.Joey Hess
2008-06-28call format hooks when generating page previewsJoey Hess
* 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.
2008-06-28smiley: Generate links relative to the destpage. (Fixes a reversion from 2.41.)Joey Hess
2008-06-24pagesources might not be populatedJoey Hess
2008-06-24only convert urls if the module is installedJoey Hess
2008-06-24formattingJoey Hess
2008-06-24rename to txtJoey Hess
2008-06-24initial versionJoey Hess
2008-06-24Disable handling of "bare" links by the creole plugin.Bernd Zeimetz
This change needs libtext-wikicreole-perl (>= 0.05-2). Also removing custom link function, there's no need for it - if it is not defined, the unmodified markup will be returned.