]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
15 years agoWebserver, why ?
http://xma.myopenid.com/ [Sun, 19 Oct 2008 23:20:19 +0000 (19:20 -0400)] 
Webserver, why ?

15 years agoinitial wishlist submission
intrigeri [Sun, 19 Oct 2008 23:19:24 +0000 (19:19 -0400)] 
initial wishlist submission

15 years agoone more opinion
intrigeri [Sun, 19 Oct 2008 22:55:05 +0000 (18:55 -0400)] 
one more opinion

15 years agolinked to rcs/git to be in the backlinks
intrigeri [Sun, 19 Oct 2008 22:45:38 +0000 (18:45 -0400)] 
linked to rcs/git to be in the backlinks

15 years agoinitial tip submission
intrigeri [Sun, 19 Oct 2008 22:33:59 +0000 (18:33 -0400)] 
initial tip submission

15 years agoinitial bug report
intrigeri [Sun, 19 Oct 2008 22:19:14 +0000 (18:19 -0400)] 
initial bug report

15 years agoinitial bug report
intrigeri [Sun, 19 Oct 2008 22:13:47 +0000 (18:13 -0400)] 
initial bug report

15 years agopartial support for calling onload once the DOM is ready
Joey Hess [Sun, 19 Oct 2008 19:45:29 +0000 (15:45 -0400)] 
partial support for calling onload once the DOM is ready

This adds support for gecko and newer versions of opera
to call onload once the DOM is ready, rather than waiting for
all images in the page to load. Makes relativedate behave
somewhat better.

Dealing with this means jumping into the browser
incompatability waters that I prefer to avoid.
Full solutions for most of the major browsers are listed here:
http://dean.edwards.name/weblog/2006/06/again/

However, no *license* is listed there, so I can't use that code. Also, the more
involved code appears to have various issues (such as the inline IE code not
working via https). So I only added the simple call to a hook needed
for gecko/opera.

It seems that the only standards-compliant way to do this is using the
`defer` attribute to a `script` tag, using an external script that will be
loaded once the DOM is ready, and can call onload. However, that has
browser compatability issues of its own, since not all browsers honor
`defer`.

Perhaps I should really just be using one of the javascript frameworks, that
include code to solve this for the major browsers. But something about them
still puts me off, and this issue is minor enough that I'm willing to live
with incomplete support for now.

15 years agomark up date so relativedate will work
Joey Hess [Sun, 19 Oct 2008 19:17:00 +0000 (15:17 -0400)] 
mark up date so relativedate will work

15 years agoUpdated French translation. Closes: #502694
Joey Hess [Sun, 19 Oct 2008 16:59:35 +0000 (12:59 -0400)] 
Updated French translation. Closes: #502694

15 years agoCorrect copy&paste-o.
tschwinge [Sun, 19 Oct 2008 16:14:08 +0000 (12:14 -0400)] 
Correct copy&paste-o.

15 years agoAdd links to the moin2iki code.
JoshTriplett [Sun, 19 Oct 2008 00:05:37 +0000 (20:05 -0400)] 
Add links to the moin2iki code.

15 years ago(no commit message)
JoshTriplett [Sun, 19 Oct 2008 00:02:58 +0000 (20:02 -0400)] 

15 years agoUpdate my contact info.
JoshTriplett [Sun, 19 Oct 2008 00:02:28 +0000 (20:02 -0400)] 
Update my contact info.

15 years agoremove old dup div
Joey Hess [Sat, 18 Oct 2008 23:11:57 +0000 (19:11 -0400)] 
remove old dup div

15 years agoTracking some issues on my user page
http://jblevins.org/ [Sat, 18 Oct 2008 20:53:28 +0000 (16:53 -0400)] 
Tracking some issues on my user page

15 years agoUnclosed div
http://jblevins.org/ [Sat, 18 Oct 2008 19:36:18 +0000 (15:36 -0400)] 
Unclosed div

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 18 Oct 2008 16:48:10 +0000 (12:48 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoallow ikiwiki.js to be loaded twice w/o clobbering previous hooks
Joey Hess [Sat, 18 Oct 2008 16:47:08 +0000 (12:47 -0400)] 
allow ikiwiki.js to be loaded twice w/o clobbering previous hooks

Clearly it's suboptimal for it to be loaded twice, but this is a quick fix
at least.

15 years agogoogle plugin linked
http://hendry.iki.fi/ [Sat, 18 Oct 2008 13:21:24 +0000 (09:21 -0400)] 
google plugin linked

15 years ago(no commit message)
http://xma.myopenid.com/ [Sat, 18 Oct 2008 11:10:10 +0000 (07:10 -0400)] 

15 years agofix url
Joey Hess [Sat, 18 Oct 2008 02:04:43 +0000 (22:04 -0400)] 
fix url

15 years agoupdate
Joey Hess [Sat, 18 Oct 2008 01:59:27 +0000 (21:59 -0400)] 
update

15 years agotweak recentchanges permalink code
Joey Hess [Sat, 18 Oct 2008 01:54:42 +0000 (21:54 -0400)] 
tweak recentchanges permalink code

Need to handle the case where url is not set.

15 years agoPatch for anchor-based change permalinks in recent changes feed
Joey Hess [Sat, 18 Oct 2008 01:49:55 +0000 (21:49 -0400)] 
Patch for anchor-based change permalinks in recent changes feed

from JasonBlevins

15 years agoadd missing getsetup hook
Joey Hess [Sat, 18 Oct 2008 01:29:05 +0000 (21:29 -0400)] 
add missing getsetup hook

15 years agomake relativedate work for the dates on the recentchanges page
Joey Hess [Sat, 18 Oct 2008 01:21:07 +0000 (21:21 -0400)] 
make relativedate work for the dates on the recentchanges page

Having a always current relative date on recentchanges is very, very nice.

15 years agoresponse
Joey Hess [Sat, 18 Oct 2008 01:16:27 +0000 (21:16 -0400)] 
response

15 years agoresponse
Joey Hess [Sat, 18 Oct 2008 01:02:12 +0000 (21:02 -0400)] 
response

15 years agorelativedate: New javascript-alicious plugin that makes all dates display relative...
Joey Hess [Sat, 18 Oct 2008 00:47:32 +0000 (20:47 -0400)] 
relativedate: New javascript-alicious plugin that makes all dates display relative, in a very nice way, if I say so myself.

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 18 Oct 2008 00:28:24 +0000 (20:28 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoAdd an underlay for javascript, and add ikiwiki.js containing some utility code.
Joey Hess [Sat, 18 Oct 2008 00:28:18 +0000 (20:28 -0400)] 
Add an underlay for javascript, and add ikiwiki.js containing some utility code.

* Add an underlay for javascript, and add ikiwiki.js containing some utility
  code.
* toggle: Stop embedding the full toggle code on each page using it, and
  move it to toggle.js in the javascript underlay.

15 years agoadd_underlay: avoid adding the same underlay twice
Joey Hess [Fri, 17 Oct 2008 23:53:04 +0000 (19:53 -0400)] 
add_underlay: avoid adding the same underlay twice

15 years agoPatch for anchor-based change permalinks in recent changes feed
http://jblevins.org/ [Fri, 17 Oct 2008 23:52:42 +0000 (19:52 -0400)] 
Patch for anchor-based change permalinks in recent changes feed

15 years ago(no commit message)
http://xma.myopenid.com/ [Fri, 17 Oct 2008 22:34:28 +0000 (18:34 -0400)] 

15 years ago(no commit message)
http://xma.myopenid.com/ [Fri, 17 Oct 2008 22:30:03 +0000 (18:30 -0400)] 

15 years agoadd news item for ikiwiki 2.67
Joey Hess [Fri, 17 Oct 2008 17:18:04 +0000 (13:18 -0400)] 
add news item for ikiwiki 2.67

15 years agoreleasing version 2.67
Joey Hess [Fri, 17 Oct 2008 17:17:31 +0000 (13:17 -0400)] 
releasing version 2.67

15 years ago(no commit message)
http://alcopop.org/me/openid/ [Fri, 17 Oct 2008 15:00:37 +0000 (11:00 -0400)] 

15 years agoresponse
PaulePanter [Fri, 17 Oct 2008 12:33:48 +0000 (08:33 -0400)] 
response

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 16 Oct 2008 22:20:41 +0000 (18:20 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoaggregate: Avoid bug that caused immediate expiration of items with a date in the future.
Joey Hess [Thu, 16 Oct 2008 22:20:16 +0000 (18:20 -0400)] 
aggregate: Avoid bug that caused immediate expiration of items with a date in the future.

15 years agodarcs rcs_add fixed.
pesco [Thu, 16 Oct 2008 20:20:08 +0000 (16:20 -0400)] 
darcs rcs_add fixed.

15 years agoThat's good news for me then ! Thank you.
http://xma.myopenid.com/ [Thu, 16 Oct 2008 18:56:28 +0000 (14:56 -0400)] 
That's good news for me then ! Thank you.

15 years agoresponse
Joey Hess [Thu, 16 Oct 2008 18:00:35 +0000 (14:00 -0400)] 
response

15 years agoresponse
Joey Hess [Thu, 16 Oct 2008 17:59:44 +0000 (13:59 -0400)] 
response

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 16 Oct 2008 16:53:33 +0000 (12:53 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agocreating Darcs as the RCS ?
http://xma.myopenid.com/ [Thu, 16 Oct 2008 13:45:49 +0000 (09:45 -0400)] 
creating Darcs as the RCS ?

15 years agoTesting [[ikiwiki]] formatting rules
http://xma.myopenid.com/ [Thu, 16 Oct 2008 13:27:20 +0000 (09:27 -0400)] 
Testing [[ikiwiki]] formatting rules

15 years agoBundle::IkiWiki?
http://alcopop.org/me/openid/ [Thu, 16 Oct 2008 11:51:04 +0000 (07:51 -0400)] 
Bundle::IkiWiki?

15 years agoUpdate
http://xma.myopenid.com/ [Thu, 16 Oct 2008 09:14:58 +0000 (05:14 -0400)] 
Update

15 years agoNew page
http://xma.myopenid.com/ [Thu, 16 Oct 2008 09:12:37 +0000 (05:12 -0400)] 
New page

15 years agoAdded my website (warning: not polished at all)
http://xma.myopenid.com/ [Thu, 16 Oct 2008 09:03:15 +0000 (05:03 -0400)] 
Added my website (warning: not polished at all)

15 years agoclose
Joey Hess [Thu, 16 Oct 2008 03:50:20 +0000 (23:50 -0400)] 
close

15 years agothought
Joey Hess [Thu, 16 Oct 2008 03:48:58 +0000 (23:48 -0400)] 
thought

15 years agorm
Joey Hess [Thu, 16 Oct 2008 03:47:12 +0000 (23:47 -0400)] 
rm

15 years agoJoey's right, that's good enough.
neale [Thu, 16 Oct 2008 03:14:31 +0000 (23:14 -0400)] 
Joey's right, that's good enough.

15 years agoOh well.
neale [Thu, 16 Oct 2008 03:13:40 +0000 (23:13 -0400)] 
Oh well.

15 years agoahh
neale [Thu, 16 Oct 2008 03:12:25 +0000 (23:12 -0400)] 
ahh

15 years ago(no commit message)
neale [Thu, 16 Oct 2008 02:30:36 +0000 (22:30 -0400)] 

15 years ago(no commit message)
neale [Thu, 16 Oct 2008 02:29:40 +0000 (22:29 -0400)] 

15 years ago(no commit message)
neale [Thu, 16 Oct 2008 02:29:29 +0000 (22:29 -0400)] 

15 years ago(no commit message)
neale [Thu, 16 Oct 2008 02:28:42 +0000 (22:28 -0400)] 

15 years agoresponse
Joey Hess [Wed, 15 Oct 2008 23:36:35 +0000 (19:36 -0400)] 
response

15 years agoresponse
Joey Hess [Wed, 15 Oct 2008 23:32:39 +0000 (19:32 -0400)] 
response

15 years agoresponse
Joey Hess [Wed, 15 Oct 2008 23:23:53 +0000 (19:23 -0400)] 
response

15 years agoresponse
Joey Hess [Wed, 15 Oct 2008 23:16:27 +0000 (19:16 -0400)] 
response

15 years agoresponse
Joey Hess [Wed, 15 Oct 2008 23:12:59 +0000 (19:12 -0400)] 
response

15 years ago(no commit message)
neale [Wed, 15 Oct 2008 21:58:14 +0000 (17:58 -0400)] 

15 years agoNew post.
PaulePanter [Wed, 15 Oct 2008 20:27:53 +0000 (16:27 -0400)] 
New post.

15 years agoinline: Use the feed's description in the rss and atom links. Closes: #502113
Joey Hess [Wed, 15 Oct 2008 18:45:28 +0000 (14:45 -0400)] 
inline: Use the feed's description in the rss and atom links. Closes: #502113

15 years agofix prototype
Joey Hess [Tue, 14 Oct 2008 19:47:19 +0000 (15:47 -0400)] 
fix prototype

15 years agoresponse
Joey Hess [Tue, 14 Oct 2008 19:03:38 +0000 (15:03 -0400)] 
response

15 years agoresponse
Joey Hess [Tue, 14 Oct 2008 19:02:12 +0000 (15:02 -0400)] 
response

15 years agoinline: Allow MTIME to be used in inlinepage.tmpl.
Joey Hess [Tue, 14 Oct 2008 19:00:46 +0000 (15:00 -0400)] 
inline: Allow MTIME to be used in inlinepage.tmpl.

15 years agoOnly a simple test
jsilence [Tue, 14 Oct 2008 08:04:33 +0000 (04:04 -0400)] 
Only a simple test

15 years agoPass HTTPS variable through the wrapper so that CGI->https can be used by plugins...
Joey Hess [Mon, 13 Oct 2008 16:32:16 +0000 (12:32 -0400)] 
Pass HTTPS variable through the wrapper so that CGI->https can be used by plugins. Closes: #502047

15 years agoSuggested patch.
http://per.bothner.myopenid.com/ [Sun, 12 Oct 2008 20:31:24 +0000 (16:31 -0400)] 
Suggested patch.

15 years ago(no commit message)
http://per.bothner.myopenid.com/ [Sun, 12 Oct 2008 20:16:06 +0000 (16:16 -0400)] 

15 years agoupdate on state of the darcs plugin
pesco [Sat, 11 Oct 2008 15:53:25 +0000 (11:53 -0400)] 
update on state of the darcs plugin

15 years ago(no commit message)
http://yag.myopenid.com/ [Sat, 11 Oct 2008 14:43:01 +0000 (10:43 -0400)] 

15 years agofix entry
PaulePanter [Sat, 11 Oct 2008 14:29:52 +0000 (10:29 -0400)] 
fix entry

15 years agodocument google plugin
Joey Hess [Fri, 10 Oct 2008 21:13:33 +0000 (17:13 -0400)] 
document google plugin

15 years agooptimise url parsing and add guard against failure to parse
Joey Hess [Fri, 10 Oct 2008 21:09:33 +0000 (17:09 -0400)] 
optimise url parsing and add guard against failure to parse

15 years agogoogle plugin: Use google.com to search the local site.
Peter Simons [Thu, 9 Oct 2008 22:13:19 +0000 (00:13 +0200)] 
google plugin: Use google.com to search the local site.

Google allows has a nice feature, sitesearch, that allows anyone to
limit search results to a specific site. Obviously, this feature can be
used to provide a search engine for the local ikiwiki site without the
need to install any additional software. Just enable the 'google' plugin
and make sure that --url uses the proper hostname. Thanks to Joey for
helping to get the Perl implementation right.

15 years agoukuug talk
http://alcopop.org/me/openid/ [Fri, 10 Oct 2008 12:57:36 +0000 (08:57 -0400)] 
ukuug talk

15 years agoupdate homepage
http://alcopop.org/me/openid/ [Fri, 10 Oct 2008 12:55:41 +0000 (08:55 -0400)] 
update homepage

15 years ago+myself
http://alcopop.org/me/openid/ [Fri, 10 Oct 2008 12:54:29 +0000 (08:54 -0400)] 
+myself

15 years ago(no commit message)
bremner [Fri, 10 Oct 2008 05:45:45 +0000 (01:45 -0400)] 

15 years ago(no commit message)
http://yag.myopenid.com/ [Thu, 9 Oct 2008 23:33:25 +0000 (19:33 -0400)] 

15 years agoproblem fixed
Joey Hess [Thu, 9 Oct 2008 23:15:39 +0000 (19:15 -0400)] 
problem fixed

15 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 9 Oct 2008 23:14:55 +0000 (19:14 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

15 years agoorphans: Fix unquoted page name in regexp.
Joey Hess [Thu, 9 Oct 2008 23:09:16 +0000 (19:09 -0400)] 
orphans: Fix unquoted page name in regexp.

15 years ago(no commit message)
http://yag.myopenid.com/ [Thu, 9 Oct 2008 23:05:12 +0000 (19:05 -0400)] 

15 years ago(no commit message)
http://yag.myopenid.com/ [Thu, 9 Oct 2008 22:50:04 +0000 (18:50 -0400)] 

15 years ago(no commit message)
https://yag.myopenid.com// [Thu, 9 Oct 2008 21:52:21 +0000 (17:52 -0400)] 

15 years ago(no commit message)
https://yag.myopenid.com// [Thu, 9 Oct 2008 21:51:51 +0000 (17:51 -0400)] 

15 years ago(no commit message)
https://yag.myopenid.com// [Thu, 9 Oct 2008 21:51:16 +0000 (17:51 -0400)] 

15 years ago(no commit message)
https://yag.myopenid.com// [Thu, 9 Oct 2008 21:43:27 +0000 (17:43 -0400)] 

15 years ago(no commit message)
https://yag.myopenid.com// [Thu, 9 Oct 2008 21:37:24 +0000 (17:37 -0400)]