Joey Hess [Tue, 1 Jul 2008 17:48:07 +0000 (13:48 -0400)]
fix expensive move code path
Joey Hess [Tue, 1 Jul 2008 17:43:32 +0000 (13:43 -0400)]
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 [Tue, 1 Jul 2008 17:39:02 +0000 (13:39 -0400)]
bugfixes
Joey Hess [Tue, 1 Jul 2008 17:31:09 +0000 (13:31 -0400)]
attachment location
Put the attachment in a subdir of the page it's attached to,
unless that page is an "index" page.
Joey Hess [Tue, 1 Jul 2008 17:31:03 +0000 (13:31 -0400)]
simplification
Joey Hess [Tue, 1 Jul 2008 17:22:11 +0000 (13:22 -0400)]
reorder
canedit should fail first as it's a less expensive and harder to pass test
Joey Hess [Tue, 1 Jul 2008 17:20:42 +0000 (13:20 -0400)]
call check_canedit
Needed to prevent uploads of locked pages as attachments.
Joey Hess [Tue, 1 Jul 2008 04:43:19 +0000 (00:43 -0400)]
bugfix; support pagetype of "0"
Joey Hess [Tue, 1 Jul 2008 04:42:42 +0000 (00:42 -0400)]
copy the attachment into srcdir
Joey Hess [Tue, 1 Jul 2008 04:42:23 +0000 (00:42 -0400)]
break out fast_file_copy
Joey Hess [Tue, 1 Jul 2008 03:38:07 +0000 (23:38 -0400)]
changelog
Joey Hess [Tue, 1 Jul 2008 03:32:08 +0000 (23:32 -0400)]
fix some messages
Joey Hess [Tue, 1 Jul 2008 03:17:01 +0000 (23:17 -0400)]
add an ispage limit
Joey Hess [Tue, 1 Jul 2008 03:04:37 +0000 (23:04 -0400)]
minor improvements
Joey Hess [Tue, 1 Jul 2008 02:58:33 +0000 (22:58 -0400)]
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 [Tue, 1 Jul 2008 01:15:19 +0000 (21:15 -0400)]
add support for an attachment upload field
FormBuilder makes it annoyingly hard to move a submit button to a
nonstandard place. The button name has to be "_submit" or FormBuilder will
ignore it.
Joey Hess [Tue, 1 Jul 2008 01:13:41 +0000 (21:13 -0400)]
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 [Tue, 1 Jul 2008 00:33:39 +0000 (20:33 -0400)]
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 [Tue, 1 Jul 2008 00:01:10 +0000 (20:01 -0400)]
Configure CGI.pm to disable file uploads by default.
Joey Hess [Mon, 30 Jun 2008 19:37:38 +0000 (15:37 -0400)]
web commit by https://id.mayfirst.org/jamie/
Joey Hess [Mon, 30 Jun 2008 19:34:13 +0000 (15:34 -0400)]
web commit by https://id.mayfirst.org/jamie/: woops - forgot the patch
Joey Hess [Mon, 30 Jun 2008 19:29:26 +0000 (15:29 -0400)]
web commit by https://id.mayfirst.org/jamie/
Joey Hess [Mon, 30 Jun 2008 19:19:22 +0000 (15:19 -0400)]
web commit by https://id.mayfirst.org/jamie/
Joey Hess [Mon, 30 Jun 2008 19:18:44 +0000 (15:18 -0400)]
web commit by https://id.mayfirst.org/jamie/: Moving discussion to discussion page.
Joey Hess [Sun, 29 Jun 2008 18:19:03 +0000 (14:19 -0400)]
add news item for ikiwiki 2.51
Joey Hess [Sun, 29 Jun 2008 18:18:33 +0000 (14:18 -0400)]
releasing version 2.51
Joey Hess [Sun, 29 Jun 2008 18:18:00 +0000 (14:18 -0400)]
remove bad link
Joey Hess [Sun, 29 Jun 2008 18:15:33 +0000 (14:15 -0400)]
remove map, was added for testing and committed by accident
Joey Hess [Sun, 29 Jun 2008 18:09:52 +0000 (14:09 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 29 Jun 2008 15:15:38 +0000 (11:15 -0400)]
web commit by http://ptecza.myopenid.com/: * Plural
Joey Hess [Sun, 29 Jun 2008 15:02:55 +0000 (11:02 -0400)]
web commit by http://ptecza.myopenid.com/: * Thanks!
Joey Hess [Sun, 29 Jun 2008 11:58:44 +0000 (07:58 -0400)]
web commit by http://hendry.iki.fi/: feeds === sitemaps
Joey Hess [Sun, 29 Jun 2008 10:12:48 +0000 (06:12 -0400)]
web commit by bremner: response to Joey, segue into musing about replacing tagged addresses with pseudoheaders
Joey Hess [Sun, 29 Jun 2008 03:13:42 +0000 (23:13 -0400)]
improve wording
Joey Hess [Sun, 29 Jun 2008 03:08:24 +0000 (23:08 -0400)]
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 [Sun, 29 Jun 2008 02:46:12 +0000 (22:46 -0400)]
bug
Joey Hess [Sun, 29 Jun 2008 00:50:48 +0000 (20:50 -0400)]
idea
Joey Hess [Sat, 28 Jun 2008 22:10:13 +0000 (18:10 -0400)]
web commit by http://bremner.myopenid.com/: cosmetic changes
Joey Hess [Sat, 28 Jun 2008 22:03:52 +0000 (18:03 -0400)]
web commit by http://bremner.myopenid.com/: musings about encodings
Joey Hess [Sat, 28 Jun 2008 21:16:08 +0000 (17:16 -0400)]
patch review
Joey Hess [Sat, 28 Jun 2008 20:58:31 +0000 (16:58 -0400)]
smiley: Generate links relative to the destpage. (Fixes a reversion from 2.41.)
Joey Hess [Sat, 28 Jun 2008 20:51:57 +0000 (16:51 -0400)]
web commit by simon: link fix
Joey Hess [Sat, 28 Jun 2008 20:51:00 +0000 (16:51 -0400)]
response
Joey Hess [Sat, 28 Jun 2008 20:50:59 +0000 (16:50 -0400)]
web commit by simon: link fix
Joey Hess [Sat, 28 Jun 2008 20:43:46 +0000 (16:43 -0400)]
rm
Joey Hess [Sat, 28 Jun 2008 20:42:39 +0000 (16:42 -0400)]
web commit by simon
Joey Hess [Sat, 28 Jun 2008 20:41:23 +0000 (16:41 -0400)]
web commit by simon
Joey Hess [Sat, 28 Jun 2008 20:39:09 +0000 (16:39 -0400)]
web commit by simon: argh, horrible namespaces
Joey Hess [Sat, 28 Jun 2008 20:38:24 +0000 (16:38 -0400)]
web commit by simon
Joey Hess [Sat, 28 Jun 2008 20:32:46 +0000 (16:32 -0400)]
web commit by simon
Joey Hess [Sat, 28 Jun 2008 20:31:19 +0000 (16:31 -0400)]
web commit by simon: updated darcs backend, patches welcome
Joey Hess [Sat, 28 Jun 2008 19:23:20 +0000 (15:23 -0400)]
web commit by simon
Joey Hess [Sat, 28 Jun 2008 15:45:42 +0000 (11:45 -0400)]
web commit by simon: contact info
Joey Hess [Sat, 28 Jun 2008 15:43:56 +0000 (11:43 -0400)]
web commit by simon: fix links
Joey Hess [Sat, 28 Jun 2008 15:42:33 +0000 (11:42 -0400)]
web commit by simon: personal page
Joey Hess [Sat, 28 Jun 2008 15:26:22 +0000 (11:26 -0400)]
web commit by simon: let's make a simple darcs backend
Joey Hess [Fri, 27 Jun 2008 14:24:22 +0000 (10:24 -0400)]
web commit by http://ptecza.myopenid.com/: * Fixed example
Joey Hess [Fri, 27 Jun 2008 14:16:37 +0000 (10:16 -0400)]
web commit by http://ptecza.myopenid.com/: * Bug report
Joey Hess [Thu, 26 Jun 2008 23:06:04 +0000 (19:06 -0400)]
web commit by https://id.mayfirst.org/jamie/
Joey Hess [Thu, 26 Jun 2008 23:01:42 +0000 (19:01 -0400)]
web commit by https://id.mayfirst.org/jamie/
Joey Hess [Thu, 26 Jun 2008 22:13:31 +0000 (18:13 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 26 Jun 2008 21:06:53 +0000 (17:06 -0400)]
web commit by AndrewGreenberg: Added requirements that the TOVA Company needs for attachments
Joey Hess [Thu, 26 Jun 2008 20:35:54 +0000 (16:35 -0400)]
response
Joey Hess [Thu, 26 Jun 2008 20:26:08 +0000 (16:26 -0400)]
response
Joey Hess [Wed, 25 Jun 2008 16:07:06 +0000 (12:07 -0400)]
web commit by http://hendry.iki.fi/: about the sitemap protocol
Joey Hess [Wed, 25 Jun 2008 14:05:41 +0000 (10:05 -0400)]
web commit by https://id.mayfirst.org/jamie/
Joey Hess [Wed, 25 Jun 2008 12:10:01 +0000 (08:10 -0400)]
web commit by http://willu.myopenid.com/: Add fix for OpenID and reCaptcha plugin
Joey Hess [Wed, 25 Jun 2008 03:46:40 +0000 (23:46 -0400)]
questions
Joey Hess [Wed, 25 Jun 2008 02:52:31 +0000 (22:52 -0400)]
web commit by https://id.mayfirst.org/jamie/
Joey Hess [Wed, 25 Jun 2008 00:48:45 +0000 (20:48 -0400)]
new txt plugin, was previously contrib/plaintext
Joey Hess [Wed, 25 Jun 2008 00:47:15 +0000 (20:47 -0400)]
pagesources might not be populated
Joey Hess [Wed, 25 Jun 2008 00:38:41 +0000 (20:38 -0400)]
only convert urls if the module is installed
Joey Hess [Wed, 25 Jun 2008 00:35:21 +0000 (20:35 -0400)]
formatting
Joey Hess [Wed, 25 Jun 2008 00:33:41 +0000 (20:33 -0400)]
rename to txt
Joey Hess [Wed, 25 Jun 2008 00:33:03 +0000 (20:33 -0400)]
initial version
Joey Hess [Wed, 25 Jun 2008 00:12:55 +0000 (20:12 -0400)]
web commit by http://gmcmanus.myopenid.com/: plaintext module: copyright and license
Joey Hess [Tue, 24 Jun 2008 21:34:51 +0000 (17:34 -0400)]
response
Joey Hess [Tue, 24 Jun 2008 21:25:26 +0000 (17:25 -0400)]
add bug link
Joey Hess [Tue, 24 Jun 2008 21:25:17 +0000 (17:25 -0400)]
response, analysis of validation problem
Bernd Zeimetz [Sat, 21 Jun 2008 01:35:49 +0000 (03:35 +0200)]
Disable handling of "bare" links by the creole plugin.
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.
Joey Hess [Tue, 24 Jun 2008 10:31:54 +0000 (06:31 -0400)]
web commit by http://gmcmanus.myopenid.com/: new plaintext plugin
Joey Hess [Tue, 24 Jun 2008 00:12:20 +0000 (20:12 -0400)]
web commit by http://arnebab.livejournal.com/: Fixed Gentoo ebuild link (old one pointed directly to the download)
Joey Hess [Tue, 24 Jun 2008 00:09:39 +0000 (20:09 -0400)]
web commit by http://arnebab.livejournal.com/: Information about Gentoo ebuild added.
Joey Hess [Sun, 22 Jun 2008 13:42:08 +0000 (09:42 -0400)]
web commit by http://willu.myopenid.com/: Some info on tracking down the remaining issue
Joey Hess [Sun, 22 Jun 2008 12:44:20 +0000 (08:44 -0400)]
web commit by http://willu.myopenid.com/: Fix CAPTCHA code so you can actually try again if you get it wrong now.
Joey Hess [Sun, 22 Jun 2008 07:10:25 +0000 (03:10 -0400)]
web commit by http://willu.myopenid.com/: Add (buggy) code for todo item
Joey Hess [Sat, 21 Jun 2008 23:47:01 +0000 (19:47 -0400)]
web commit by http://willu.myopenid.com/: reply to Joey's comment
Joey Hess [Sat, 21 Jun 2008 20:56:47 +0000 (16:56 -0400)]
Add support for the universal edit button
<http://universaleditbutton.org/>
Not forcing a rebuild on upgrade just for this.
Joey Hess [Sat, 21 Jun 2008 20:24:50 +0000 (16:24 -0400)]
changelog
Bernd Zeimetz [Sat, 21 Jun 2008 19:51:04 +0000 (21:51 +0200)]
`template` option for aggregate.pm.
Allows to specify the template file which is used to
create the html pages.
Joey Hess [Fri, 20 Jun 2008 23:50:57 +0000 (19:50 -0400)]
some comments
Joey Hess [Fri, 20 Jun 2008 23:45:40 +0000 (19:45 -0400)]
remove some stuff that doesn't really need to be noted in the wiki now that
the plugin is in mainline
Joey Hess [Fri, 20 Jun 2008 23:43:48 +0000 (19:43 -0400)]
response
Joey Hess [Fri, 20 Jun 2008 23:42:09 +0000 (19:42 -0400)]
response
Joey Hess [Fri, 20 Jun 2008 23:41:24 +0000 (19:41 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 20 Jun 2008 20:53:24 +0000 (16:53 -0400)]
web commit by http://bremner.myopenid.com/: design questions for the lazy web
Joey Hess [Fri, 20 Jun 2008 18:11:12 +0000 (14:11 -0400)]
web commit by http://sabr.myopenid.com/
Joey Hess [Fri, 20 Jun 2008 18:09:30 +0000 (14:09 -0400)]
web commit by http://sabr.myopenid.com/
Joey Hess [Fri, 20 Jun 2008 08:11:33 +0000 (04:11 -0400)]
web commit by http://bremner.myopenid.com/: link to work in progress
Joey Hess [Fri, 20 Jun 2008 02:38:17 +0000 (22:38 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info