]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
15 years agoattachment doc updates
Joey Hess [Tue, 1 Jul 2008 21:54:23 +0000 (17:54 -0400)] 
attachment doc updates

15 years agobasic attachment list
Joey Hess [Tue, 1 Jul 2008 21:19:38 +0000 (17:19 -0400)] 
basic attachment list

15 years agosave attachments when page is saved too
Joey Hess [Tue, 1 Jul 2008 20:13:47 +0000 (16:13 -0400)] 
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.

15 years agocheck attachments in and refresh
Joey Hess [Tue, 1 Jul 2008 19:35:01 +0000 (15:35 -0400)] 
check attachments in and refresh

15 years agoweb commit by http://liw.fi/: commented on ü and ikiwiki 2.50
Joey Hess [Tue, 1 Jul 2008 18:29:35 +0000 (14:29 -0400)] 
web commit by http://liw.fi/: commented on ü and ikiwiki 2.50

15 years agoadd allowed attachments field to admin prefs
Joey Hess [Tue, 1 Jul 2008 18:02:30 +0000 (14:02 -0400)] 
add allowed attachments field to admin prefs

15 years agominor optimisation
Joey Hess [Tue, 1 Jul 2008 17:51:22 +0000 (13:51 -0400)] 
minor optimisation

15 years agofix expensive move code path
Joey Hess [Tue, 1 Jul 2008 17:48:07 +0000 (13:48 -0400)] 
fix expensive move code path

15 years agobetter approach for cgi upload disabling
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?)

15 years agobugfixes
Joey Hess [Tue, 1 Jul 2008 17:39:02 +0000 (13:39 -0400)] 
bugfixes

15 years agoattachment location
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.

15 years agosimplification
Joey Hess [Tue, 1 Jul 2008 17:31:03 +0000 (13:31 -0400)] 
simplification

15 years agoreorder
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

15 years agocall check_canedit
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.

15 years agobugfix; support pagetype of "0"
Joey Hess [Tue, 1 Jul 2008 04:43:19 +0000 (00:43 -0400)] 
bugfix; support pagetype of "0"

15 years agocopy the attachment into srcdir
Joey Hess [Tue, 1 Jul 2008 04:42:42 +0000 (00:42 -0400)] 
copy the attachment into srcdir

15 years agobreak out fast_file_copy
Joey Hess [Tue, 1 Jul 2008 04:42:23 +0000 (00:42 -0400)] 
break out fast_file_copy

15 years agochangelog
Joey Hess [Tue, 1 Jul 2008 03:38:07 +0000 (23:38 -0400)] 
changelog

15 years agofix some messages
Joey Hess [Tue, 1 Jul 2008 03:32:08 +0000 (23:32 -0400)] 
fix some messages

15 years agoadd an ispage limit
Joey Hess [Tue, 1 Jul 2008 03:17:01 +0000 (23:17 -0400)] 
add an ispage limit

15 years agominor improvements
Joey Hess [Tue, 1 Jul 2008 03:04:37 +0000 (23:04 -0400)] 
minor improvements

15 years agobasic attachment plugin, unfinished
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.

15 years agoadd support for an attachment upload field
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.

15 years agodisable cgi uploads earlier
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.

15 years agoremove unused editpage title
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.

15 years agoConfigure CGI.pm to disable file uploads by default.
Joey Hess [Tue, 1 Jul 2008 00:01:10 +0000 (20:01 -0400)] 
Configure CGI.pm to disable file uploads by default.

15 years agoweb commit by https://id.mayfirst.org/jamie/
Joey Hess [Mon, 30 Jun 2008 19:37:38 +0000 (15:37 -0400)] 
web commit by https://id.mayfirst.org/jamie/

15 years agoweb commit by https://id.mayfirst.org/jamie/: woops - forgot the patch
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

15 years agoweb commit by https://id.mayfirst.org/jamie/
Joey Hess [Mon, 30 Jun 2008 19:29:26 +0000 (15:29 -0400)] 
web commit by https://id.mayfirst.org/jamie/

15 years agoweb 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/

15 years agoweb commit by https://id.mayfirst.org/jamie/: Moving discussion to discussion page.
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.

15 years agoadd news item for ikiwiki 2.51
Joey Hess [Sun, 29 Jun 2008 18:19:03 +0000 (14:19 -0400)] 
add news item for ikiwiki 2.51

15 years agoreleasing version 2.51
Joey Hess [Sun, 29 Jun 2008 18:18:33 +0000 (14:18 -0400)] 
releasing version 2.51

15 years agoremove bad link
Joey Hess [Sun, 29 Jun 2008 18:18:00 +0000 (14:18 -0400)] 
remove bad link

15 years agoremove map, was added for testing and committed by accident
Joey Hess [Sun, 29 Jun 2008 18:15:33 +0000 (14:15 -0400)] 
remove map, was added for testing and committed by accident

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
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

15 years agoweb commit by http://ptecza.myopenid.com/: * Plural
Joey Hess [Sun, 29 Jun 2008 15:15:38 +0000 (11:15 -0400)] 
web commit by http://ptecza.myopenid.com/: * Plural

15 years agoweb commit by http://ptecza.myopenid.com/: * Thanks!
Joey Hess [Sun, 29 Jun 2008 15:02:55 +0000 (11:02 -0400)] 
web commit by http://ptecza.myopenid.com/: * Thanks!

15 years agoweb commit by http://hendry.iki.fi/: feeds === sitemaps
Joey Hess [Sun, 29 Jun 2008 11:58:44 +0000 (07:58 -0400)] 
web commit by http://hendry.iki.fi/: feeds === sitemaps

15 years agoweb commit by bremner: response to Joey, segue into musing about replacing tagged...
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

15 years agoimprove wording
Joey Hess [Sun, 29 Jun 2008 03:13:42 +0000 (23:13 -0400)] 
improve wording

15 years agocall format hooks when generating page previews
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.

15 years agobug
Joey Hess [Sun, 29 Jun 2008 02:46:12 +0000 (22:46 -0400)] 
bug

15 years agoidea
Joey Hess [Sun, 29 Jun 2008 00:50:48 +0000 (20:50 -0400)] 
idea

15 years agoweb commit by http://bremner.myopenid.com/: cosmetic changes
Joey Hess [Sat, 28 Jun 2008 22:10:13 +0000 (18:10 -0400)] 
web commit by http://bremner.myopenid.com/: cosmetic changes

15 years agoweb commit by http://bremner.myopenid.com/: musings about encodings
Joey Hess [Sat, 28 Jun 2008 22:03:52 +0000 (18:03 -0400)] 
web commit by http://bremner.myopenid.com/: musings about encodings

15 years agopatch review
Joey Hess [Sat, 28 Jun 2008 21:16:08 +0000 (17:16 -0400)] 
patch review

15 years agosmiley: Generate links relative to the destpage. (Fixes a reversion from 2.41.)
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.)

15 years agoweb commit by simon: link fix
Joey Hess [Sat, 28 Jun 2008 20:51:57 +0000 (16:51 -0400)] 
web commit by simon: link fix

15 years agoresponse
Joey Hess [Sat, 28 Jun 2008 20:51:00 +0000 (16:51 -0400)] 
response

15 years agoweb commit by simon: link fix
Joey Hess [Sat, 28 Jun 2008 20:50:59 +0000 (16:50 -0400)] 
web commit by simon: link fix

15 years agorm
Joey Hess [Sat, 28 Jun 2008 20:43:46 +0000 (16:43 -0400)] 
rm

15 years agoweb commit by simon
Joey Hess [Sat, 28 Jun 2008 20:42:39 +0000 (16:42 -0400)] 
web commit by simon

15 years agoweb commit by simon
Joey Hess [Sat, 28 Jun 2008 20:41:23 +0000 (16:41 -0400)] 
web commit by simon

15 years agoweb commit by simon: argh, horrible namespaces
Joey Hess [Sat, 28 Jun 2008 20:39:09 +0000 (16:39 -0400)] 
web commit by simon: argh, horrible namespaces

15 years agoweb commit by simon
Joey Hess [Sat, 28 Jun 2008 20:38:24 +0000 (16:38 -0400)] 
web commit by simon

15 years agoweb commit by simon
Joey Hess [Sat, 28 Jun 2008 20:32:46 +0000 (16:32 -0400)] 
web commit by simon

15 years agoweb commit by simon: updated darcs backend, patches welcome
Joey Hess [Sat, 28 Jun 2008 20:31:19 +0000 (16:31 -0400)] 
web commit by simon: updated darcs backend, patches welcome

15 years agoweb commit by simon
Joey Hess [Sat, 28 Jun 2008 19:23:20 +0000 (15:23 -0400)] 
web commit by simon

15 years agoweb commit by simon: contact info
Joey Hess [Sat, 28 Jun 2008 15:45:42 +0000 (11:45 -0400)] 
web commit by simon: contact info

15 years agoweb commit by simon: fix links
Joey Hess [Sat, 28 Jun 2008 15:43:56 +0000 (11:43 -0400)] 
web commit by simon: fix links

15 years agoweb commit by simon: personal page
Joey Hess [Sat, 28 Jun 2008 15:42:33 +0000 (11:42 -0400)] 
web commit by simon: personal page

15 years agoweb commit by simon: let's make a simple darcs backend
Joey Hess [Sat, 28 Jun 2008 15:26:22 +0000 (11:26 -0400)] 
web commit by simon: let's make a simple darcs backend

15 years agoweb commit by http://ptecza.myopenid.com/: * Fixed example
Joey Hess [Fri, 27 Jun 2008 14:24:22 +0000 (10:24 -0400)] 
web commit by http://ptecza.myopenid.com/: * Fixed example

15 years agoweb commit by http://ptecza.myopenid.com/: * Bug report
Joey Hess [Fri, 27 Jun 2008 14:16:37 +0000 (10:16 -0400)] 
web commit by http://ptecza.myopenid.com/: * Bug report

15 years agoweb commit by https://id.mayfirst.org/jamie/
Joey Hess [Thu, 26 Jun 2008 23:06:04 +0000 (19:06 -0400)] 
web commit by https://id.mayfirst.org/jamie/

15 years agoweb 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/

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
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

15 years agoweb commit by AndrewGreenberg: Added requirements that the TOVA Company needs for...
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

15 years agoresponse
Joey Hess [Thu, 26 Jun 2008 20:35:54 +0000 (16:35 -0400)] 
response

15 years agoresponse
Joey Hess [Thu, 26 Jun 2008 20:26:08 +0000 (16:26 -0400)] 
response

15 years agoweb commit by http://hendry.iki.fi/: about the sitemap protocol
Joey Hess [Wed, 25 Jun 2008 16:07:06 +0000 (12:07 -0400)] 
web commit by http://hendry.iki.fi/: about the sitemap protocol

15 years agoweb commit by https://id.mayfirst.org/jamie/
Joey Hess [Wed, 25 Jun 2008 14:05:41 +0000 (10:05 -0400)] 
web commit by https://id.mayfirst.org/jamie/

15 years agoweb commit by http://willu.myopenid.com/: Add fix for OpenID and reCaptcha plugin
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

15 years agoquestions
Joey Hess [Wed, 25 Jun 2008 03:46:40 +0000 (23:46 -0400)] 
questions

15 years agoweb commit by https://id.mayfirst.org/jamie/
Joey Hess [Wed, 25 Jun 2008 02:52:31 +0000 (22:52 -0400)] 
web commit by https://id.mayfirst.org/jamie/

15 years agonew txt plugin, was previously contrib/plaintext
Joey Hess [Wed, 25 Jun 2008 00:48:45 +0000 (20:48 -0400)] 
new txt plugin, was previously contrib/plaintext

15 years agopagesources might not be populated
Joey Hess [Wed, 25 Jun 2008 00:47:15 +0000 (20:47 -0400)] 
pagesources might not be populated

15 years agoonly convert urls if the module is installed
Joey Hess [Wed, 25 Jun 2008 00:38:41 +0000 (20:38 -0400)] 
only convert urls if the module is installed

15 years agoformatting
Joey Hess [Wed, 25 Jun 2008 00:35:21 +0000 (20:35 -0400)] 
formatting

15 years agorename to txt
Joey Hess [Wed, 25 Jun 2008 00:33:41 +0000 (20:33 -0400)] 
rename to txt

15 years agoinitial version
Joey Hess [Wed, 25 Jun 2008 00:33:03 +0000 (20:33 -0400)] 
initial version

15 years agoweb commit by http://gmcmanus.myopenid.com/: plaintext module: copyright and license
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

15 years agoresponse
Joey Hess [Tue, 24 Jun 2008 21:34:51 +0000 (17:34 -0400)] 
response

15 years agoadd bug link
Joey Hess [Tue, 24 Jun 2008 21:25:26 +0000 (17:25 -0400)] 
add bug link

15 years agoresponse, analysis of validation problem
Joey Hess [Tue, 24 Jun 2008 21:25:17 +0000 (17:25 -0400)] 
response, analysis of validation problem

15 years agoDisable handling of "bare" links by the creole plugin.
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.

15 years agoweb commit by http://gmcmanus.myopenid.com/: new plaintext plugin
Joey Hess [Tue, 24 Jun 2008 10:31:54 +0000 (06:31 -0400)] 
web commit by http://gmcmanus.myopenid.com/: new plaintext plugin

15 years agoweb commit by http://arnebab.livejournal.com/: Fixed Gentoo ebuild link (old one...
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)

15 years agoweb commit by http://arnebab.livejournal.com/: Information about Gentoo ebuild added.
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.

15 years agoweb commit by http://willu.myopenid.com/: Some info on tracking down the remaining issue
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

15 years agoweb commit by http://willu.myopenid.com/: Fix CAPTCHA code so you can actually try...
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.

15 years agoweb commit by http://willu.myopenid.com/: Add (buggy) code for todo item
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

15 years agoweb commit by http://willu.myopenid.com/: reply to Joey's comment
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

15 years agoAdd support for the universal edit button
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.

15 years agochangelog
Joey Hess [Sat, 21 Jun 2008 20:24:50 +0000 (16:24 -0400)] 
changelog

15 years ago`template` option for aggregate.pm.
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.

15 years agosome comments
Joey Hess [Fri, 20 Jun 2008 23:50:57 +0000 (19:50 -0400)] 
some comments

15 years agoremove some stuff that doesn't really need to be noted in the wiki now that
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

15 years agoresponse
Joey Hess [Fri, 20 Jun 2008 23:43:48 +0000 (19:43 -0400)] 
response