Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-07 | search: generate configuration files once only when rebuilding | Gabriel McManus | |
2008-07-06 | add virus checking to attachments plugin | Joey Hess | |
2008-07-06 | avoid uninitialised value warnings | Joey Hess | |
2008-07-06 | avoid uninitialised value | Joey Hess | |
2008-07-06 | editpage escaping fixes | Joey 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-02 | link to pagespec/attachment | Joey Hess | |
2008-07-02 | factor out glob2re | Joey Hess | |
2008-07-02 | add mimetype checking | Joey Hess | |
2008-07-02 | add user and ip support to attachment pagespecs | Joey Hess | |
2008-07-02 | toggle: 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-02 | xhtml fixes | Joey Hess | |
2008-07-02 | toggle: Add support for toggles that are open by default. | Joey Hess | |
Also fix to work in preview mode. | |||
2008-07-02 | attachments interface visibility toggling | Joey Hess | |
2008-07-02 | export javascript, and support default-open toggles | Joey Hess | |
2008-07-01 | fixes | Joey Hess | |
2008-07-01 | some fit and finish fixes | Joey Hess | |
2008-07-01 | only show one sig fig | Joey Hess | |
2008-07-01 | display human sizes | Joey Hess | |
2008-07-01 | add both kinds of links | Joey Hess | |
2008-07-01 | basic attachment list | Joey Hess | |
2008-07-01 | save attachments when page is saved too | Joey Hess | |
A user might specify an attachment, but not click the upload button, and just save the whole page instead. | |||
2008-07-01 | check attachments in and refresh | Joey Hess | |
2008-07-01 | add allowed attachments field to admin prefs | Joey Hess | |
2008-07-01 | minor optimisation | Joey Hess | |
2008-07-01 | fix expensive move code path | Joey Hess | |
2008-07-01 | better approach for cgi upload disabling | Joey Hess | |
Make it a config setting, this way subtle load order issues don't come into play. (As much?) | |||
2008-07-01 | bugfixes | Joey Hess | |
2008-07-01 | attachment location | Joey Hess | |
Put the attachment in a subdir of the page it's attached to, unless that page is an "index" page. | |||
2008-07-01 | reorder | Joey Hess | |
canedit should fail first as it's a less expensive and harder to pass test | |||
2008-07-01 | call check_canedit | Joey Hess | |
Needed to prevent uploads of locked pages as attachments. | |||
2008-07-01 | bugfix; support pagetype of "0" | Joey Hess | |
2008-07-01 | copy the attachment into srcdir | Joey Hess | |
2008-06-30 | fix some messages | Joey Hess | |
2008-06-30 | add an ispage limit | Joey Hess | |
2008-06-30 | minor improvements | Joey Hess | |
2008-06-30 | basic attachment plugin, unfinished | Joey 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-30 | remove unused editpage title | Joey Hess | |
The title was set to editpage, but then always changed. And some code tested for this. Remove this dead code. | |||
2008-06-28 | call format hooks when generating page previews | Joey 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-28 | smiley: Generate links relative to the destpage. (Fixes a reversion from 2.41.) | Joey Hess | |
2008-06-24 | pagesources might not be populated | Joey Hess | |
2008-06-24 | only convert urls if the module is installed | Joey Hess | |
2008-06-24 | formatting | Joey Hess | |
2008-06-24 | rename to txt | Joey Hess | |
2008-06-24 | initial version | Joey Hess | |
2008-06-24 | Disable 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. | |||
2008-06-21 | `template` option for aggregate.pm. | Bernd Zeimetz | |
Allows to specify the template file which is used to create the html pages. | |||
2008-06-19 | avoid creole parsing wikilinks | Joey Hess | |
ikiwiki already does, and escaped links should not be processed by creole after ikiwiki de-escapes them | |||
2008-06-19 | creole: New plugin from Bernd Zeimetz. Closes: #486930 | Joey Hess | |
2008-06-16 | textile: The Text::Textile perl module has some regexps that fail if input ↵ | Joey Hess | |
is flagged as utf-8, but contains invalid characters such as 0x92. To prevent it from crashing, re-encode the content before calling it, which will ensure that it's really utf-8. | |||
2008-06-15 | meta: Store "description" in pagestate for use by other plugins. | Joey Hess | |
map: Support show=description. |