| Commit message (Expand) | Author | Age |
* | undef $fh before opening | Joey Hess | 2008-07-08 |
* | another try at dealing with CGI.pm problem•••open the temp file if all attempts to get a fd fail
| Joey Hess | 2008-07-08 |
* | attachment: Support old versions of CGI.pm that lack an upload method. | Joey Hess | 2008-07-08 |
* | attachment: Fix an uninitialised value warning when editing a page that curre... | Joey Hess | 2008-07-08 |
* | minor improvements | Joey Hess | 2008-07-07 |
* | search: generate configuration files once only when rebuilding | Gabriel McManus | 2008-07-07 |
* | 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•••* 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 Hess | 2008-07-06 |
* | 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 | 2008-07-02 |
* | xhtml fixes | Joey Hess | 2008-07-02 |
* | toggle: Add support for toggles that are open by default.•••Also fix to work in preview mode.
| Joey Hess | 2008-07-02 |
* | attachments interface visibility toggling | Joey Hess | 2008-07-02 |
* | export javascript, and support default-open toggles | Joey Hess | 2008-07-02 |
* | 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•••A user might specify an attachment, but not click the upload button,
and just save the whole page instead.
| Joey Hess | 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•••Make it a config setting, this way subtle load order issues don't come into
play. (As much?)
| Joey Hess | 2008-07-01 |
* | bugfixes | Joey Hess | 2008-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 Hess | 2008-07-01 |
* | simplification | Joey Hess | 2008-07-01 |
* | reorder•••canedit should fail first as it's a less expensive and harder to pass test
| Joey Hess | 2008-07-01 |
* | call check_canedit•••Needed to prevent uploads of locked pages as attachments.
| Joey Hess | 2008-07-01 |
* | bugfix; support pagetype of "0" | Joey Hess | 2008-07-01 |
* | copy the attachment into srcdir | Joey Hess | 2008-07-01 |
* | break out fast_file_copy | Joey Hess | 2008-07-01 |
* | 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•••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 Hess | 2008-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 Hess | 2008-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 Hess | 2008-06-30 |
* | Configure CGI.pm to disable file uploads by default. | Joey Hess | 2008-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 Hess | 2008-06-28 |
* | smiley: Generate links relative to the destpage. (Fixes a reversion from 2.41.) | Joey Hess | 2008-06-28 |
* | pagesources might not be populated | Joey Hess | 2008-06-24 |
* | only convert urls if the module is installed | Joey Hess | 2008-06-24 |