]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
14 years agoupdate
Joey Hess [Sat, 15 Aug 2009 22:28:51 +0000 (18:28 -0400)] 
update

14 years agoanother problem
Joey Hess [Sat, 15 Aug 2009 21:29:05 +0000 (17:29 -0400)] 
another problem

14 years agolink to l10n.ikiwiki.info website
Joey Hess [Sat, 15 Aug 2009 21:07:25 +0000 (17:07 -0400)] 
link to l10n.ikiwiki.info website

14 years agofurther otherlanguages list styling
Joey Hess [Sat, 15 Aug 2009 21:00:16 +0000 (17:00 -0400)] 
further otherlanguages list styling

14 years agoupdate for consistency
Joey Hess [Sat, 15 Aug 2009 20:42:29 +0000 (16:42 -0400)] 
update for consistency

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 15 Aug 2009 20:34:20 +0000 (16:34 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoAdd basic styling of po plugin's languages list.
Joey Hess [Sat, 15 Aug 2009 20:33:54 +0000 (16:33 -0400)] 
Add basic styling of po plugin's languages list.

14 years agoanother problem
Joey Hess [Sat, 15 Aug 2009 20:15:36 +0000 (16:15 -0400)] 
another problem

14 years agoresolve conflict
Joey Hess [Sat, 15 Aug 2009 19:49:07 +0000 (15:49 -0400)] 
resolve conflict

14 years agonoticed a problem
Joey Hess [Sat, 15 Aug 2009 19:20:46 +0000 (15:20 -0400)] 
noticed a problem

14 years agoreorg and cleanup
Joey Hess [Sat, 15 Aug 2009 18:26:07 +0000 (14:26 -0400)] 
reorg and cleanup

14 years agoAllow building ikiwiki on systems w/o po4a -- building of the translated underlays...
Joey Hess [Sat, 15 Aug 2009 18:10:39 +0000 (14:10 -0400)] 
Allow building ikiwiki on systems w/o po4a -- building of the translated underlays will be skipped in this case.

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 15 Aug 2009 17:59:34 +0000 (13:59 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agoreview of ready branch
Joey Hess [Sat, 15 Aug 2009 17:59:04 +0000 (13:59 -0400)] 
review of ready branch

14 years agoindentation
Joey Hess [Sat, 15 Aug 2009 17:58:04 +0000 (13:58 -0400)] 
indentation

14 years agometa: depend on absolute page name, not relative
Simon McVittie [Thu, 18 Jun 2009 14:32:55 +0000 (15:32 +0100)] 
meta: depend on absolute page name, not relative

Previously, [[!meta redir="foo"]] on bar, where bar/foo exists, would
depend on "foo" (which matches nothing, probably) rather than "bar/foo".
(cherry picked from commit f27ec09b72f886415e63fe394e18d9c3cb3913bf)

14 years agoimg: depend on absolute page name, not relative
Simon McVittie [Thu, 18 Jun 2009 14:34:48 +0000 (15:34 +0100)] 
img: depend on absolute page name, not relative

Previously, [[!img bar.jpg]] on foo, where foo/bar.jpg exists, would
get a dependency equivalent to "glob(bar.jpg)" (which might not match
anything), rather than the correct "glob(foo/bar.jpg)".
(cherry picked from commit 85b2ec49ecd12dd23e5c432933457a72744ce7cb)

14 years ago(no commit message)
http://www.cse.unsw.edu.au/~willu/ [Sat, 15 Aug 2009 02:21:04 +0000 (22:21 -0400)] 

14 years agonew dependency added
http://www.cse.unsw.edu.au/~willu/ [Sat, 15 Aug 2009 01:43:47 +0000 (21:43 -0400)] 
new dependency added

14 years agoRelated comments on openid redirection.
http://www.cse.unsw.edu.au/~willu/ [Fri, 14 Aug 2009 23:10:57 +0000 (19:10 -0400)] 
Related comments on openid redirection.

14 years agoforwarded upstream with analysis
Joey Hess [Fri, 14 Aug 2009 19:09:01 +0000 (15:09 -0400)] 
forwarded upstream with analysis

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 14 Aug 2009 17:06:19 +0000 (13:06 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years ago(no commit message)
lludwig [Fri, 14 Aug 2009 13:49:49 +0000 (09:49 -0400)] 

14 years agopoll vote (Accept only password logins)
62.147.182.222 [Fri, 14 Aug 2009 11:42:28 +0000 (07:42 -0400)] 
poll vote (Accept only password logins)

14 years agooptimise brokenlinks by gathering the data when calculating backlinks
Joey Hess [Fri, 14 Aug 2009 05:11:53 +0000 (01:11 -0400)] 
optimise brokenlinks by gathering the data when calculating backlinks

During backlink calulation, all links are examined and broken links can
be detected for free, so store a list of broken links and have brokenlinks
use it.

Exposing the %brokenlinks structure is a bit ugly, but the speedup seems
worth it: Around 1 second for wikis the size of the doc wiki that use
brokenlinks.

14 years agoorphans: Reuse backlinks info
Joey Hess [Fri, 14 Aug 2009 04:51:52 +0000 (00:51 -0400)] 
orphans: Reuse backlinks info

This plugin was building essentially the same data that is built to handle
backlinks, so reuse that as an optimisation.

14 years agopo: use discussionpage config setting
Joey Hess [Fri, 14 Aug 2009 01:41:48 +0000 (21:41 -0400)] 
po: use discussionpage config setting

This was tricky. $links{$page/discussion} must be checked; with it in
lowercase.

14 years agoAdd discussionpage configuration setting
Joey Hess [Fri, 14 Aug 2009 01:41:33 +0000 (21:41 -0400)] 
Add discussionpage configuration setting

By adding this setting, we get both more configurability, and a minor
optimisation too, since gettext does not need to be called continually
to get the Discussion value.

14 years agoremoved
dave [Fri, 14 Aug 2009 01:09:24 +0000 (21:09 -0400)] 
removed

14 years agochange PROFILE to use Devel::NYTProf
Joey Hess [Fri, 14 Aug 2009 01:05:07 +0000 (21:05 -0400)] 
change PROFILE to use Devel::NYTProf

14 years agooptimise gettext calls
Joey Hess [Fri, 14 Aug 2009 01:04:19 +0000 (21:04 -0400)] 
optimise gettext calls

14 years agodisable pagecount here, sorta of excessive since the bug has been done
Joey Hess [Thu, 13 Aug 2009 23:05:27 +0000 (19:05 -0400)] 
disable pagecount here, sorta of excessive since the bug has been done

14 years agofix name
Joey Hess [Thu, 13 Aug 2009 22:12:28 +0000 (18:12 -0400)] 
fix name

14 years agoreview: question
Joey Hess [Thu, 13 Aug 2009 21:55:01 +0000 (17:55 -0400)] 
review: question

14 years agoresponse
Joey Hess [Thu, 13 Aug 2009 21:48:36 +0000 (17:48 -0400)] 
response

14 years agoadd me new repo, yarrr
http://schmonz.livejournal.com/ [Thu, 13 Aug 2009 21:14:32 +0000 (17:14 -0400)] 
add me new repo, yarrr

14 years ago(no commit message)
lludwig [Thu, 13 Aug 2009 18:14:50 +0000 (14:14 -0400)] 

14 years agopoll vote (Accept only OpenID for logins)
91.105.86.99 [Thu, 13 Aug 2009 18:05:59 +0000 (14:05 -0400)] 
poll vote (Accept only OpenID for logins)

14 years agoadd comment about automenu plugin
lnussel [Thu, 13 Aug 2009 15:45:38 +0000 (11:45 -0400)] 
add comment about automenu plugin

14 years agoyes please
lnussel [Thu, 13 Aug 2009 15:07:59 +0000 (11:07 -0400)] 
yes please

14 years ago(no commit message)
dave [Thu, 13 Aug 2009 03:48:45 +0000 (23:48 -0400)] 

14 years agoversion po4a build-dep to 0.34
Joey Hess [Wed, 12 Aug 2009 20:15:59 +0000 (16:15 -0400)] 
version po4a build-dep to 0.34

0.35 is much better, but 0.34 is the minimum version that will work

14 years agomore idiomatic use of foreach
Joey Hess [Wed, 12 Aug 2009 16:49:40 +0000 (12:49 -0400)] 
more idiomatic use of foreach

14 years agofix some more foreaches that clal functions to not use $_
Joey Hess [Wed, 12 Aug 2009 16:49:16 +0000 (12:49 -0400)] 
fix some more foreaches that clal functions to not use $_

14 years agouse a more idiomatic foreach my
Joey Hess [Wed, 12 Aug 2009 16:43:57 +0000 (12:43 -0400)] 
use a more idiomatic foreach my

14 years agoinline: Avoid use of my $_ as it fails with older perls. Closes: #541215
Joey Hess [Wed, 12 Aug 2009 16:33:02 +0000 (12:33 -0400)] 
inline: Avoid use of my $_ as it fails with older perls. Closes: #541215

14 years agopo: Detect if nowrapi18n can't be passed to po4a, and warn about the old version...
Joey Hess [Wed, 12 Aug 2009 16:26:07 +0000 (12:26 -0400)] 
po: Detect if nowrapi18n can't be passed to po4a, and warn about the old version, but continue. Closes: #541205

14 years agoadd news item for ikiwiki 3.141592
Joey Hess [Tue, 11 Aug 2009 20:27:32 +0000 (16:27 -0400)] 
add news item for ikiwiki 3.141592

14 years agoreleasing version 3.141592
Joey Hess [Tue, 11 Aug 2009 20:24:28 +0000 (16:24 -0400)] 
releasing version 3.141592

14 years agoadd news item for ikiwiki 3.15
Joey Hess [Tue, 11 Aug 2009 19:20:26 +0000 (15:20 -0400)] 
add news item for ikiwiki 3.15

14 years agoreleasing version 3.15
Joey Hess [Tue, 11 Aug 2009 19:19:19 +0000 (15:19 -0400)] 
releasing version 3.15

14 years agotypo
Joey Hess [Mon, 10 Aug 2009 20:34:14 +0000 (16:34 -0400)] 
typo

14 years agoidea
Joey Hess [Mon, 10 Aug 2009 20:31:51 +0000 (16:31 -0400)] 
idea

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 10 Aug 2009 20:05:50 +0000 (16:05 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agopo: Fix copy of po file from underlay when editing
Joey Hess [Mon, 10 Aug 2009 19:59:32 +0000 (15:59 -0400)] 
po: Fix copy of po file from underlay when editing

When first editing a page that was in the underlay, avoid losing
the translation by copying the po file over from the underlay.

14 years agoturn powered by ikiwiki link into link to the local documentation
Joey Hess [Mon, 10 Aug 2009 19:24:07 +0000 (15:24 -0400)] 
turn powered by ikiwiki link into link to the local documentation

14 years agothe post-commit wrapper wrapper also avoids cvs deadlock
http://schmonz.livejournal.com/ [Mon, 10 Aug 2009 02:09:42 +0000 (22:09 -0400)] 
the post-commit wrapper wrapper also avoids cvs deadlock

14 years agoadd install and usage directions, to-do list
http://schmonz.livejournal.com/ [Mon, 10 Aug 2009 02:06:02 +0000 (22:06 -0400)] 
add install and usage directions, to-do list

14 years agoadd MIT SIPB to list of organisations using ikiwiki
http://christine-spang.myopenid.com/ [Sun, 9 Aug 2009 12:01:12 +0000 (08:01 -0400)] 
add MIT SIPB to list of organisations using ikiwiki

14 years agoadd user page for Christine Spang
http://christine-spang.myopenid.com/ [Sun, 9 Aug 2009 11:57:06 +0000 (07:57 -0400)] 
add user page for Christine Spang

14 years agoadd my response
http://certifi.ca/lunix [Sun, 9 Aug 2009 05:34:11 +0000 (01:34 -0400)] 
add my response

14 years agoreponse about highlight plugin
http://certifi.ca/lunix [Sun, 9 Aug 2009 01:11:03 +0000 (21:11 -0400)] 
reponse about highlight plugin

14 years agopoint out where to get highlight perl bindings
Joey Hess [Sun, 9 Aug 2009 00:27:50 +0000 (20:27 -0400)] 
point out where to get highlight perl bindings

14 years agocentos question
http://certifi.ca/lunix [Sat, 8 Aug 2009 23:19:32 +0000 (19:19 -0400)] 
centos question

14 years agook, thanks. I'll probably do the same.
bremner [Sat, 8 Aug 2009 21:19:07 +0000 (17:19 -0400)] 
ok, thanks. I'll probably do the same.

14 years agoresponse
Joey Hess [Sat, 8 Aug 2009 21:01:10 +0000 (17:01 -0400)] 
response

14 years agoquestion (for joeyh?) about IkiWiki::refresh()
bremner [Sat, 8 Aug 2009 20:48:00 +0000 (16:48 -0400)] 
question (for joeyh?) about IkiWiki::refresh()

14 years ago(no commit message)
http://christine-spang.myopenid.com/ [Sat, 8 Aug 2009 20:04:58 +0000 (16:04 -0400)] 

14 years agotypo
http://joey.kitenet.net/ [Sat, 8 Aug 2009 19:39:37 +0000 (15:39 -0400)] 
typo

14 years ago(no commit message)
http://eric.shared.dre.am/ [Sat, 8 Aug 2009 18:39:11 +0000 (14:39 -0400)] 

14 years agofinish merging getsource
Joey Hess [Sat, 8 Aug 2009 16:32:39 +0000 (12:32 -0400)] 
finish merging getsource

14 years agoverify page name is sane
Joey Hess [Sat, 8 Aug 2009 16:27:48 +0000 (12:27 -0400)] 
verify page name is sane

paranoia; I was thinking about XSS attacks specificaly

14 years agofix misleading comment
Joey Hess [Sat, 8 Aug 2009 16:23:50 +0000 (12:23 -0400)] 
fix misleading comment

14 years agoMerge commit 'smcv/ready/getsource'
Joey Hess [Sat, 8 Aug 2009 16:22:10 +0000 (12:22 -0400)] 
Merge commit 'smcv/ready/getsource'

Conflicts:
debian/changelog

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 8 Aug 2009 16:17:31 +0000 (12:17 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

14 years agomove larger projects using ikiwiki to top of list
Joey Hess [Sat, 8 Aug 2009 16:15:44 +0000 (12:15 -0400)] 
move larger projects using ikiwiki to top of list

14 years agoDragonfly BSD has been using ikiwiki for their website since last December
Joey Hess [Sat, 8 Aug 2009 16:10:57 +0000 (12:10 -0400)] 
Dragonfly BSD has been using ikiwiki for their website since last December

14 years agoSolved.
buo [Fri, 7 Aug 2009 19:26:07 +0000 (15:26 -0400)] 
Solved.

14 years ago(no commit message)
buo [Fri, 7 Aug 2009 18:52:30 +0000 (14:52 -0400)] 

14 years ago(no commit message)
buo [Fri, 7 Aug 2009 12:56:07 +0000 (08:56 -0400)] 

14 years ago(no commit message)
http://bob-bernstein.myopenid.com/ [Fri, 7 Aug 2009 05:09:03 +0000 (01:09 -0400)] 

14 years ago(no commit message)
http://bob-bernstein.myopenid.com/ [Fri, 7 Aug 2009 02:20:15 +0000 (22:20 -0400)] 

14 years ago(no commit message)
http://tlavoie.pip.verisignlabs.com/ [Thu, 6 Aug 2009 21:47:43 +0000 (17:47 -0400)] 

14 years ago(no commit message)
http://tlavoie.pip.verisignlabs.com/ [Thu, 6 Aug 2009 21:45:34 +0000 (17:45 -0400)] 

14 years ago(no commit message)
http://tlavoie.pip.verisignlabs.com/ [Thu, 6 Aug 2009 21:36:37 +0000 (17:36 -0400)] 

14 years ago(no commit message)
Jogo [Thu, 6 Aug 2009 20:09:08 +0000 (16:09 -0400)] 

14 years ago(no commit message)
Jogo [Thu, 6 Aug 2009 19:51:24 +0000 (15:51 -0400)] 

14 years ago(no commit message)
buo [Thu, 6 Aug 2009 17:40:26 +0000 (13:40 -0400)] 

14 years ago(no commit message)
Jogo [Thu, 6 Aug 2009 17:07:22 +0000 (13:07 -0400)] 

14 years ago(no commit message)
Jogo [Thu, 6 Aug 2009 13:42:56 +0000 (09:42 -0400)] 

14 years ago(no commit message)
Jogo [Thu, 6 Aug 2009 12:43:45 +0000 (08:43 -0400)] 

14 years ago(no commit message)
http://adam.shand.net/ [Wed, 5 Aug 2009 10:06:18 +0000 (06:06 -0400)] 

14 years ago(no commit message)
http://adam.shand.net/ [Wed, 5 Aug 2009 10:02:00 +0000 (06:02 -0400)] 

14 years agoclose
Joey Hess [Tue, 4 Aug 2009 20:52:12 +0000 (16:52 -0400)] 
close

14 years ago(no commit message)
j-ali [Tue, 4 Aug 2009 20:45:30 +0000 (16:45 -0400)] 

14 years agoresponse
Joey Hess [Tue, 4 Aug 2009 20:38:22 +0000 (16:38 -0400)] 
response

14 years ago(no commit message)
j-ali [Tue, 4 Aug 2009 20:34:52 +0000 (16:34 -0400)] 

14 years agoresponse
Joey Hess [Tue, 4 Aug 2009 20:27:28 +0000 (16:27 -0400)] 
response

14 years ago(no commit message)
j-ali [Tue, 4 Aug 2009 20:18:49 +0000 (16:18 -0400)] 

14 years agoikiwiki is so sexy it doesn't have to say that it is
Joey Hess [Tue, 4 Aug 2009 17:53:50 +0000 (13:53 -0400)] 
ikiwiki is so sexy it doesn't have to say that it is