]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 14 May 2008 06:42:38 +0000 (02:42 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoIf PERL5LIB is set to the libdir when building ikiwiki, calculate and hardcode a...
Joey Hess [Wed, 14 May 2008 06:42:01 +0000 (02:42 -0400)] 
If PERL5LIB is set to the libdir when building ikiwiki, calculate and  hardcode a proper 'use lib' statement anyway. This fixes a gotcha, since PERL5LIB won't work once ikiwiki is running via a wrapper or as a cgi.

15 years agoweb commit by buo: Typo
Joey Hess [Tue, 13 May 2008 18:57:01 +0000 (14:57 -0400)] 
web commit by buo: Typo

15 years agoweb commit by http://jh.mcaleely.com/: a test
Joey Hess [Tue, 13 May 2008 17:15:04 +0000 (13:15 -0400)] 
web commit by http://jh.mcaleely.com/: a test

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 13 May 2008 16:44:06 +0000 (12:44 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agomdwn: Add a multimarkdown setup file option.
Joey Hess [Tue, 13 May 2008 16:43:25 +0000 (12:43 -0400)] 
mdwn: Add a multimarkdown setup file option.

15 years agoweb commit by https://noone.org/openid//: Added note about license (GPL)
Joey Hess [Tue, 13 May 2008 11:08:39 +0000 (07:08 -0400)] 
web commit by https://noone.org/openid//: Added note about license (GPL)

15 years agoadd news item for ikiwiki 2.46
Joey Hess [Tue, 13 May 2008 00:57:46 +0000 (20:57 -0400)] 
add news item for ikiwiki 2.46

15 years agoreleasing version 2.46
Joey Hess [Tue, 13 May 2008 00:57:28 +0000 (20:57 -0400)] 
releasing version 2.46

15 years agoFixes for behavior changes in perl 5.10's CGI
Joey Hess [Tue, 13 May 2008 00:40:59 +0000 (20:40 -0400)] 
Fixes for behavior changes in perl 5.10's CGI

Something has changed in CGI.pm in perl 5.10. It used to not care
if STDIN was opened using :utf8, but now it'll mis-encode utf-8 values
when used that way by ikiwiki. Now I have to binmode(STDIN) before
instantiating the CGI object.

In 57bba4dac132a06729eeec809f5e1a5adf829806, I changed from decoding
CGI::Formbuilder fields to utf-8, to decoding cgi parameters before setting
up the form object. As of perl 5.10, that approach no longer has any effect
(reason unknown). To get correctly encoded values in FormBuilder forms,
they must once again be decoded after the form is set up.

As noted in 57bba4da, this can cause one set of problems for
formbuilder_setup hooks if decode_form_utf8 is called before the hooks, and
a different set if it's called after. To avoid both sets of problems, call
it both before and after. (Only remaining problem is the sheer ugliness and
inefficiency of that..)

I think that these changes will also work with older perl versions, but I
haven't checked.

Also, in the case of the poll plugin, the cgi parameter needs to be
explcitly decoded before it is used to handle utf-8 values. (This may have
always been broken, not sure if it's related to perl 5.10 or not.)

15 years agoupdate
Joey Hess [Mon, 12 May 2008 21:13:02 +0000 (17:13 -0400)] 
update

15 years agoadd suggests for s3 perl module
Joey Hess [Mon, 12 May 2008 21:12:40 +0000 (17:12 -0400)] 
add suggests for s3 perl module

15 years agonot just a poll plugin problem
Joey Hess [Mon, 12 May 2008 21:09:40 +0000 (17:09 -0400)] 
not just a poll plugin problem

15 years agoRevert "web commit by http://joey.kitenet.net/: testing utf-8"
Joey Hess [Mon, 12 May 2008 21:08:10 +0000 (17:08 -0400)] 
Revert "web commit by http://joey.kitenet.net/: testing utf-8"

This reverts commit 908375a63e6aa083ca4b6348e7f22482ab208f12.

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 12 May 2008 21:07:53 +0000 (17:07 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoweb commit by http://joey.kitenet.net/: testing utf-8
Joey Hess [Mon, 12 May 2008 21:07:17 +0000 (17:07 -0400)] 
web commit by http://joey.kitenet.net/: testing utf-8

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 12 May 2008 21:06:10 +0000 (17:06 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoweb commit by http://liw.fi/
Joey Hess [Mon, 12 May 2008 20:26:38 +0000 (16:26 -0400)] 
web commit by http://liw.fi/

15 years agothoughts
Joey Hess [Mon, 12 May 2008 18:38:17 +0000 (14:38 -0400)] 
thoughts

15 years agoresponse
Joey Hess [Mon, 12 May 2008 18:10:17 +0000 (14:10 -0400)] 
response

15 years agoweb commit by http://liw.fi/: Updated URL for openiddirectory page. It had moved.
Joey Hess [Sun, 11 May 2008 12:15:34 +0000 (08:15 -0400)] 
web commit by http://liw.fi/: Updated URL for openiddirectory page. It had moved.

15 years agoweb commit by http://liw.fi/: Updated URL for emacs markdown mode. The page had moved...
Joey Hess [Sun, 11 May 2008 12:14:13 +0000 (08:14 -0400)] 
web commit by http://liw.fi/: Updated URL for emacs markdown mode. The page had moved to a new location.

15 years agoweb commit by http://madduck.net/
Joey Hess [Sat, 10 May 2008 18:15:23 +0000 (14:15 -0400)] 
web commit by http://madduck.net/

15 years agoweb commit by http://madduck.net/
Joey Hess [Sat, 10 May 2008 17:18:26 +0000 (13:18 -0400)] 
web commit by http://madduck.net/

15 years agoAlso seed gitignore with recentchanges
martin f. krafft [Sat, 10 May 2008 13:17:53 +0000 (14:17 +0100)] 
Also seed gitignore with recentchanges

Signed-off-by: martin f. krafft <madduck@madduck.net>
15 years agoweb commit by http://madduck.net/: add shortcut for wiki.debian.org
Joey Hess [Sat, 10 May 2008 13:28:14 +0000 (09:28 -0400)] 
web commit by http://madduck.net/: add shortcut for wiki.debian.org

15 years agoweb commit by buo: Response
Joey Hess [Fri, 9 May 2008 20:46:40 +0000 (16:46 -0400)] 
web commit by buo: Response

15 years agoskip amazon_s3 since it uses a perl module not in build deps
Joey Hess [Fri, 9 May 2008 17:10:08 +0000 (13:10 -0400)] 
skip amazon_s3 since it uses a perl module not in build deps

15 years agodesign for a xapian search plugin
Joey Hess [Thu, 8 May 2008 23:42:33 +0000 (19:42 -0400)] 
design for a xapian search plugin

15 years agopaste-o
Joey Hess [Thu, 8 May 2008 20:12:09 +0000 (16:12 -0400)] 
paste-o

15 years agoadd --delete-bucket option
Joey Hess [Thu, 8 May 2008 20:11:39 +0000 (16:11 -0400)] 
add --delete-bucket option

15 years agoload plugins before printing messages
Joey Hess [Thu, 8 May 2008 20:08:02 +0000 (16:08 -0400)] 
load plugins before printing messages

This allows plugins to getopt and change what is done before an incorrect
line is printed.

15 years agoresponse
Joey Hess [Thu, 8 May 2008 19:53:48 +0000 (15:53 -0400)] 
response

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 8 May 2008 19:51:41 +0000 (15:51 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoamazon s3 index file improvements
Joey Hess [Thu, 8 May 2008 19:51:09 +0000 (15:51 -0400)] 
amazon s3 index file improvements

Turns out duplicate index files do not need to be stored when usedirs is in
use, just when it's not. Ikiwiki is quite consistent about using page/ when
usedirs is in use. (The only exception is the search plugin, which needs
fixing.)

This also includes significant code cleanup, removal of a incorrect special
case for empty files, and addition of a workaround for a bug in the amazon
perl module.

15 years agoweb commit by buo: re: question
Joey Hess [Thu, 8 May 2008 18:45:57 +0000 (14:45 -0400)] 
web commit by buo: re: question

15 years agoquestion
Joey Hess [Thu, 8 May 2008 18:12:44 +0000 (14:12 -0400)] 
question

15 years agosimplify key determination code
Joey Hess [Thu, 8 May 2008 17:00:05 +0000 (13:00 -0400)] 
simplify key determination code

15 years agoweb commit by buo: More information on ikiwiki mangling accented characters
Joey Hess [Thu, 8 May 2008 15:56:37 +0000 (11:56 -0400)] 
web commit by buo: More information on ikiwiki mangling accented characters

15 years agoweb commit by http://madduck.net/: closing
Joey Hess [Thu, 8 May 2008 14:59:38 +0000 (10:59 -0400)] 
web commit by http://madduck.net/: closing

15 years agoweb commit by buo: Removing previous installation fixes compile failure.
Joey Hess [Thu, 8 May 2008 14:29:48 +0000 (10:29 -0400)] 
web commit by buo: Removing previous installation fixes compile failure.

15 years agoweb commit by jrn: gratuitous change to test (remove "And")
Joey Hess [Thu, 8 May 2008 04:26:58 +0000 (00:26 -0400)] 
web commit by jrn: gratuitous change to test (remove "And")

15 years agomost modules are pre-installed now
Joey Hess [Thu, 8 May 2008 04:20:49 +0000 (00:20 -0400)] 
most modules are pre-installed now

15 years agorevert changes committed while testing sc3 (oops)
Joey Hess [Thu, 8 May 2008 03:58:40 +0000 (23:58 -0400)] 
revert changes committed while testing sc3 (oops)

15 years agoremove debugging
Joey Hess [Thu, 8 May 2008 03:58:01 +0000 (23:58 -0400)] 
remove debugging

15 years agoimplemented pruning, s3 support now complete-ish
Joey Hess [Thu, 8 May 2008 03:51:25 +0000 (23:51 -0400)] 
implemented pruning, s3 support now complete-ish

15 years agoupdate
Joey Hess [Thu, 8 May 2008 03:51:01 +0000 (23:51 -0400)] 
update

15 years agoforgot to add..
Joey Hess [Thu, 8 May 2008 03:39:52 +0000 (23:39 -0400)] 
forgot to add..

15 years agoamazon s3 support implemented and kinda working
Joey Hess [Thu, 8 May 2008 03:15:43 +0000 (23:15 -0400)] 
amazon s3 support implemented and kinda working

pruning not yet implemented, however

15 years agowhitespace
Joey Hess [Thu, 8 May 2008 02:02:28 +0000 (22:02 -0400)] 
whitespace

15 years agodocumentation for amazon_s3 plugin
Joey Hess [Thu, 8 May 2008 01:20:58 +0000 (21:20 -0400)] 
documentation for amazon_s3 plugin

Now to write it. :-)

15 years agocannot reproduce
Joey Hess [Wed, 7 May 2008 21:10:43 +0000 (17:10 -0400)] 
cannot reproduce

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 7 May 2008 21:06:12 +0000 (17:06 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoclarification
Joey Hess [Wed, 7 May 2008 20:35:06 +0000 (16:35 -0400)] 
clarification

15 years agoweb commit by buo: bug: 2.45 fails to compile
Joey Hess [Wed, 7 May 2008 18:47:30 +0000 (14:47 -0400)] 
web commit by buo: bug: 2.45 fails to compile

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 7 May 2008 18:12:14 +0000 (14:12 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoOptimised file statting code when scanning for modified pages; cut the number of...
Joey Hess [Wed, 7 May 2008 18:11:56 +0000 (14:11 -0400)] 
Optimised file statting code when scanning for modified pages; cut the number of system calls in half. (Still room for improvement.)

15 years agoweb commit from 145.97.197.85: poll vote (Accept both)
Joey Hess [Wed, 7 May 2008 08:11:57 +0000 (04:11 -0400)] 
web commit from 145.97.197.85: poll vote (Accept both)

15 years agofix links
Joey Hess [Tue, 6 May 2008 23:24:00 +0000 (19:24 -0400)] 
fix links

15 years agonew tip documenting how to use the pinger and pingee plugins
Joey Hess [Tue, 6 May 2008 23:22:09 +0000 (19:22 -0400)] 
new tip documenting how to use the pinger and pingee plugins

15 years agopinger/pingee now tested and working
Joey Hess [Tue, 6 May 2008 23:06:53 +0000 (19:06 -0400)] 
pinger/pingee now tested and working

15 years agoPOSIX::setsid is not exported per default
Joey Hess [Tue, 6 May 2008 22:41:56 +0000 (18:41 -0400)] 
POSIX::setsid is not exported per default

15 years agotemplate change documentation
Joey Hess [Tue, 6 May 2008 18:33:03 +0000 (14:33 -0400)] 
template change documentation

15 years agotypo
Joey Hess [Tue, 6 May 2008 00:44:18 +0000 (20:44 -0400)] 
typo

15 years agoupdate
Joey Hess [Tue, 6 May 2008 00:22:10 +0000 (20:22 -0400)] 
update

15 years agoaggregate: Add support for web-based triggering of aggregation for people stuck...
Joey Hess [Tue, 6 May 2008 00:20:45 +0000 (20:20 -0400)] 
aggregate: Add support for web-based triggering of aggregation  for people stuck on shared hosting without cron. (Sheesh.) Enabled via the `aggregate_webtrigger` configuration optiom.

15 years agofix PERL5LIB in examples
Joey Hess [Tue, 6 May 2008 00:12:06 +0000 (20:12 -0400)] 
fix PERL5LIB in examples

Using `pwd` makes some modules that call cpan recursively succeed to
install

15 years agoupdate
Joey Hess [Mon, 5 May 2008 23:14:33 +0000 (19:14 -0400)] 
update

15 years agoupdate
Joey Hess [Mon, 5 May 2008 23:10:42 +0000 (19:10 -0400)] 
update

15 years agoadd sections, expand, reorg
Joey Hess [Mon, 5 May 2008 23:08:47 +0000 (19:08 -0400)] 
add sections, expand, reorg

15 years agomention makemaker variables
Joey Hess [Mon, 5 May 2008 23:02:04 +0000 (19:02 -0400)] 
mention makemaker variables

15 years agoupdate
Joey Hess [Mon, 5 May 2008 22:59:20 +0000 (18:59 -0400)] 
update

15 years agocorrection
Joey Hess [Mon, 5 May 2008 22:59:02 +0000 (18:59 -0400)] 
correction

15 years agomore on cleanup
Joey Hess [Mon, 5 May 2008 19:39:36 +0000 (15:39 -0400)] 
more on cleanup

15 years agolinkify
Joey Hess [Mon, 5 May 2008 19:19:55 +0000 (15:19 -0400)] 
linkify

15 years agoadd news item for ikiwiki 2.45
Joey Hess [Mon, 5 May 2008 19:18:12 +0000 (15:18 -0400)] 
add news item for ikiwiki 2.45

15 years agoreleasing version 2.45
Joey Hess [Mon, 5 May 2008 19:17:44 +0000 (15:17 -0400)] 
releasing version 2.45

15 years agoupdates
Joey Hess [Mon, 5 May 2008 19:03:38 +0000 (15:03 -0400)] 
updates

15 years agoformatting
Joey Hess [Mon, 5 May 2008 18:58:21 +0000 (14:58 -0400)] 
formatting

15 years agoformatting
Joey Hess [Mon, 5 May 2008 18:53:31 +0000 (14:53 -0400)] 
formatting

15 years agoenhancesments for shared hosting
Joey Hess [Mon, 5 May 2008 18:51:26 +0000 (14:51 -0400)] 
enhancesments for shared hosting

* Add a Bundle::Ikiwiki to the source for use with CPAN to install *all*
  the modules ikiwiki can use.
* Add a cpan directory containing a CPAN::MyConfig that can ease use of
  CPAN to install in a home directory on shared hosting providers.
* With these changes, it's pretty easy to install onto nearlyfreespeech.net
  and probably other shared hosting providers like dreamhost. Added
  a tip page documentng the process for nearlyfreespeech.

15 years agoavoid strange FreeBSD problem
Joey Hess [Mon, 5 May 2008 18:50:26 +0000 (14:50 -0400)] 
avoid strange FreeBSD problem

<mxey> I have a weird problem with Ikiwiki on FreeBSD: When rendering this page <http://rafb.net/p/zmfROX86.html>, I get "ikiwiki.setup: Modification of a read-only value attempted at /usr/local/lib/perl5/site_perl/5.8.8/IkiWiki.pm line 1300.".

And converting the constructors to not operate on the parameters directly
but use lexical variables fixed it. Not sure exactly when this occurs.

15 years agorename to more specific name
Joey Hess [Mon, 5 May 2008 18:14:08 +0000 (14:14 -0400)] 
rename to more specific name

15 years agolinkify
Joey Hess [Sat, 3 May 2008 17:32:28 +0000 (13:32 -0400)] 
linkify

15 years agoweb commit by RichMorin
Joey Hess [Sat, 3 May 2008 14:17:35 +0000 (10:17 -0400)] 
web commit by RichMorin

15 years agoweb commit by RichMorin
Joey Hess [Sat, 3 May 2008 14:08:36 +0000 (10:08 -0400)] 
web commit by RichMorin

15 years agogit: Put -- before the filename when calling git rev-list to avoid warning message...
Joey Hess [Fri, 2 May 2008 17:03:42 +0000 (13:03 -0400)] 
git: Put -- before the filename when calling git rev-list to avoid warning message when the file doesn't exist.

15 years agoFix ugly display when editing a page that has vanished.
Joey Hess [Fri, 2 May 2008 17:02:07 +0000 (13:02 -0400)] 
Fix ugly display when editing a page that has vanished.

srcfile now has an optional second parameter to avoid it throwing an error
if the source file does not exist.

15 years agoavoid uninitialised value
Joey Hess [Fri, 2 May 2008 17:01:51 +0000 (13:01 -0400)] 
avoid uninitialised value

15 years agoanonk: Add anonok_pagespec configuration setting that can be used to allow anonymous...
Joey Hess [Thu, 1 May 2008 18:58:23 +0000 (14:58 -0400)] 
anonk: Add anonok_pagespec configuration setting that can be used to allow anonymous users to edit only matching pages. Closes: #478892

15 years agoweb commit by http://vibrog.myopenid.com/
Joey Hess [Wed, 30 Apr 2008 20:25:30 +0000 (16:25 -0400)] 
web commit by http://vibrog.myopenid.com/

15 years agoweb commit by http://alcopop.org/me/openid/: poll vote (Accept only OpenID for logins)
Joey Hess [Wed, 30 Apr 2008 20:00:48 +0000 (16:00 -0400)] 
web commit by http://alcopop.org/me/openid/: poll vote (Accept only OpenID for logins)

15 years agoweb commit by http://alcopop.org/me/openid/: context
Joey Hess [Wed, 30 Apr 2008 19:54:27 +0000 (15:54 -0400)] 
web commit by http://alcopop.org/me/openid/: context

15 years agoweb commit by http://alcopop.org/me/openid/: test comment
Joey Hess [Wed, 30 Apr 2008 19:52:33 +0000 (15:52 -0400)] 
web commit by http://alcopop.org/me/openid/: test comment

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 30 Apr 2008 16:58:55 +0000 (12:58 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoimg: Support a title attribute, will be passed through to html. Closes: #478718
Joey Hess [Wed, 30 Apr 2008 16:58:36 +0000 (12:58 -0400)] 
img: Support a title attribute, will be passed through to html. Closes: #478718

15 years agoweb commit by buo: Web editing and mangled characters
Joey Hess [Wed, 30 Apr 2008 15:09:37 +0000 (11:09 -0400)] 
web commit by buo: Web editing and mangled characters

15 years agoresp
Joey Hess [Tue, 29 Apr 2008 22:20:21 +0000 (18:20 -0400)] 
resp

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 29 Apr 2008 21:16:59 +0000 (17:16 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoAdd missing de.po. Closes: #471540
Joey Hess [Tue, 29 Apr 2008 20:28:07 +0000 (16:28 -0400)] 
Add missing de.po. Closes: #471540