]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
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

15 years agoweb commit by http://vibrog.myopenid.com/
Joey Hess [Tue, 29 Apr 2008 05:37:57 +0000 (01:37 -0400)] 
web commit by http://vibrog.myopenid.com/

15 years agoweb commit by http://tychoish.livejournal.com/: sandbox test of wikilink
Joey Hess [Tue, 29 Apr 2008 02:31:48 +0000 (22:31 -0400)] 
web commit by http://tychoish.livejournal.com/: sandbox test of wikilink

15 years agouse an elsif
Joey Hess [Tue, 29 Apr 2008 02:13:12 +0000 (22:13 -0400)] 
use an elsif

(Not that it really matters..)

15 years agoweb commit by JeremyReed: why if?
Joey Hess [Mon, 28 Apr 2008 21:54:32 +0000 (17:54 -0400)] 
web commit by JeremyReed: why if?

15 years agoresponse
Joey Hess [Mon, 28 Apr 2008 21:01:59 +0000 (17:01 -0400)] 
response

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

15 years agothoughts
Joey Hess [Mon, 28 Apr 2008 19:57:17 +0000 (15:57 -0400)] 
thoughts

15 years agouse a proper wiki link, not a html link
Joey Hess [Mon, 28 Apr 2008 19:52:42 +0000 (15:52 -0400)] 
use a proper wiki link, not a html link

15 years agofix formatting
Joey Hess [Mon, 28 Apr 2008 19:47:11 +0000 (15:47 -0400)] 
fix formatting

15 years agoidea
Joey Hess [Mon, 28 Apr 2008 19:43:06 +0000 (15:43 -0400)] 
idea

15 years agoDeal with different paths to perl when removing -T flag.
Joey Hess [Mon, 28 Apr 2008 19:37:17 +0000 (15:37 -0400)] 
Deal with different paths to perl when removing -T flag.

15 years agoresponse
Joey Hess [Mon, 28 Apr 2008 19:34:11 +0000 (15:34 -0400)] 
response

15 years agoweb commit by http://vibrog.myopenid.com/
Joey Hess [Mon, 28 Apr 2008 19:03:22 +0000 (15:03 -0400)] 
web commit by http://vibrog.myopenid.com/

15 years agoweb commit by JeremyReed: about news site
Joey Hess [Mon, 28 Apr 2008 18:57:25 +0000 (14:57 -0400)] 
web commit by JeremyReed: about news site

15 years agoweb commit by JeremyReed: reply about perl version in filename too.
Joey Hess [Mon, 28 Apr 2008 18:15:38 +0000 (14:15 -0400)] 
web commit by JeremyReed: reply about perl version in filename too.

15 years agoweb commit by JeremyReed: reply
Joey Hess [Mon, 28 Apr 2008 18:11:52 +0000 (14:11 -0400)] 
web commit by JeremyReed: reply

15 years agoweb commit by http://vibrog.myopenid.com/
Joey Hess [Mon, 28 Apr 2008 18:08:04 +0000 (14:08 -0400)] 
web commit by http://vibrog.myopenid.com/

15 years agoresponse
Joey Hess [Mon, 28 Apr 2008 17:48:33 +0000 (13:48 -0400)] 
response

15 years agoresponse
Joey Hess [Mon, 28 Apr 2008 17:46:50 +0000 (13:46 -0400)] 
response

15 years agoAdd PREFIX/bin to the hardcoded PATH within ikiwiki.
Joey Hess [Mon, 28 Apr 2008 17:44:37 +0000 (13:44 -0400)] 
Add PREFIX/bin to the hardcoded PATH within ikiwiki.

15 years agoresponse
Joey Hess [Mon, 28 Apr 2008 17:38:53 +0000 (13:38 -0400)] 
response

15 years agoweb commit by JeremyReed: found problem
Joey Hess [Mon, 28 Apr 2008 16:47:29 +0000 (12:47 -0400)] 
web commit by JeremyReed: found problem

15 years agoweb commit by JeremyReed: more info. sid is defined in prefs just not edit
Joey Hess [Mon, 28 Apr 2008 16:32:54 +0000 (12:32 -0400)] 
web commit by JeremyReed: more info. sid is defined in prefs just not edit

15 years agoweb commit by JeremyReed: sid not in form.
Joey Hess [Mon, 28 Apr 2008 16:09:47 +0000 (12:09 -0400)] 
web commit by JeremyReed: sid not in form.

15 years agoweb commit by JeremyReed: fix link to SharedHosting by prefixing with slash.
Joey Hess [Mon, 28 Apr 2008 15:48:34 +0000 (11:48 -0400)] 
web commit by JeremyReed: fix link to SharedHosting by prefixing with slash.

15 years agoweb commit by JeremyReed: Can't exec "ikiwiki-transition"
Joey Hess [Mon, 28 Apr 2008 15:44:01 +0000 (11:44 -0400)] 
web commit by JeremyReed: Can't exec "ikiwiki-transition"

15 years agoweb commit by JeremyReed: hard-coded perl path
Joey Hess [Mon, 28 Apr 2008 15:07:05 +0000 (11:07 -0400)] 
web commit by JeremyReed: hard-coded perl path

15 years agoweb commit by http://vibrog.myopenid.com/
Joey Hess [Mon, 28 Apr 2008 09:52:58 +0000 (05:52 -0400)] 
web commit by http://vibrog.myopenid.com/

15 years agoweb commit by http://edward.myopenid.com/: fix code block rendering
Joey Hess [Mon, 28 Apr 2008 06:42:50 +0000 (02:42 -0400)] 
web commit by http://edward.myopenid.com/: fix code block rendering

15 years agofollowup
Joey Hess [Sun, 27 Apr 2008 18:34:23 +0000 (14:34 -0400)] 
followup

15 years agothe sandbox is not a TODO list. Remove TODO item
Joey Hess [Sun, 27 Apr 2008 18:32:55 +0000 (14:32 -0400)] 
the sandbox is not a TODO list. Remove TODO item

15 years agomove question to discussion page, where it belongs
Joey Hess [Sun, 27 Apr 2008 18:32:30 +0000 (14:32 -0400)] 
move question to discussion page, where it belongs

15 years agoresponse
Joey Hess [Sun, 27 Apr 2008 18:31:35 +0000 (14:31 -0400)] 
response

15 years agoweb commit by http://vibrog.myopenid.com/
Joey Hess [Sun, 27 Apr 2008 08:29:12 +0000 (04:29 -0400)] 
web commit by http://vibrog.myopenid.com/

15 years agoweb commit by http://vibrog.myopenid.com/
Joey Hess [Sun, 27 Apr 2008 08:28:28 +0000 (04:28 -0400)] 
web commit by http://vibrog.myopenid.com/

15 years agoweb commit by http://vibrog.myopenid.com/
Joey Hess [Sun, 27 Apr 2008 08:22:55 +0000 (04:22 -0400)] 
web commit by http://vibrog.myopenid.com/

15 years agoweb commit by http://vibrog.myopenid.com/
Joey Hess [Sun, 27 Apr 2008 08:19:58 +0000 (04:19 -0400)] 
web commit by http://vibrog.myopenid.com/

15 years agoweb commit by http://harningt.eharning.us/: applied alterations according to comments...
Joey Hess [Sun, 27 Apr 2008 04:23:27 +0000 (00:23 -0400)] 
web commit by http://harningt.eharning.us/: applied alterations according to comments/git reqs

15 years agoweb commit by JeremyReed: about taint and -T build failure
Joey Hess [Sun, 27 Apr 2008 00:54:08 +0000 (20:54 -0400)] 
web commit by JeremyReed: about taint and -T build failure

15 years agotoc: Add the table of contents at sanitize time, rather than at format time. This...
Joey Hess [Sat, 26 Apr 2008 19:13:01 +0000 (15:13 -0400)] 
toc: Add the table of contents at sanitize time, rather than at format time. This allows the toc to be displayed when previewing an edit. It also avoids headers in the page template from showing up in the toc.

15 years agoresponse; fixed
Joey Hess [Sat, 26 Apr 2008 19:07:21 +0000 (15:07 -0400)] 
response; fixed

15 years agoresponse
Joey Hess [Sat, 26 Apr 2008 19:05:26 +0000 (15:05 -0400)] 
response

15 years agoresponse
Joey Hess [Sat, 26 Apr 2008 18:55:56 +0000 (14:55 -0400)] 
response

15 years agoadd news item for ikiwiki 2.44
Joey Hess [Thu, 24 Apr 2008 17:52:41 +0000 (13:52 -0400)] 
add news item for ikiwiki 2.44

15 years agoreleasing version 2.44
Joey Hess [Thu, 24 Apr 2008 17:52:32 +0000 (13:52 -0400)] 
releasing version 2.44

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 24 Apr 2008 17:49:35 +0000 (13:49 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoCorrect a bug in pagespec matching, where a empty pagespec matched all pages.
Joey Hess [Thu, 24 Apr 2008 17:49:15 +0000 (13:49 -0400)] 
Correct a bug in pagespec matching, where a empty pagespec matched all pages.

This manifested as wikis with no locked pages treating them all as locked.
The bug was introduced in version 2.41.

Medium urgency upload due to above fix.

15 years agoweb commit by http://madduck.net/
Joey Hess [Thu, 24 Apr 2008 07:57:49 +0000 (03:57 -0400)] 
web commit by http://madduck.net/

15 years agoweb commit by http://madduck.net/
Joey Hess [Thu, 24 Apr 2008 07:12:51 +0000 (03:12 -0400)] 
web commit by http://madduck.net/

15 years agoweb commit by http://harningt.eharning.us/: updated openid reference
Joey Hess [Thu, 24 Apr 2008 04:01:27 +0000 (00:01 -0400)] 
web commit by http://harningt.eharning.us/: updated openid reference