Joey Hess [Mon, 18 Nov 2013 20:35:51 +0000 (16:35 -0400)]
typo
Joey Hess [Mon, 18 Nov 2013 15:18:13 +0000 (11:18 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Franek [Mon, 18 Nov 2013 09:11:04 +0000 (05:11 -0400)]
Franek [Mon, 18 Nov 2013 09:10:25 +0000 (05:10 -0400)]
Franek [Mon, 18 Nov 2013 09:07:09 +0000 (05:07 -0400)]
Joey Hess [Sun, 17 Nov 2013 20:39:50 +0000 (16:39 -0400)]
typo
Joey Hess [Sun, 17 Nov 2013 20:37:18 +0000 (16:37 -0400)]
search: Added googlesearch option, which makes it search google rather than using the internal xapain database. (googlesearch plugin is too hard to turn on when xapain databases corrupt themselves, which happens all too frequently).
Joey Hess [Sun, 17 Nov 2013 19:25:38 +0000 (15:25 -0400)]
update with new features to deal with large sites
Joey Hess [Sun, 17 Nov 2013 19:18:36 +0000 (15:18 -0400)]
note cgid
Joey Hess [Sun, 17 Nov 2013 17:07:00 +0000 (13:07 -0400)]
comments: Write pending moderation comments to the transient underlay to avoid conflict with only_committed_changes.
Joey Hess [Sun, 17 Nov 2013 16:51:20 +0000 (12:51 -0400)]
autoindex and tag use transient underlay when not committing, so do not need to disable only_committed_changes
Joey Hess [Sun, 17 Nov 2013 04:04:05 +0000 (00:04 -0400)]
disable only_committed_changes when uncommitted files are created by plugins
Joey Hess [Sun, 17 Nov 2013 00:51:09 +0000 (20:51 -0400)]
minor opt
Joey Hess [Sun, 17 Nov 2013 00:49:57 +0000 (20:49 -0400)]
guard against lastrev being "" just in case
Joey Hess [Sun, 17 Nov 2013 00:48:23 +0000 (20:48 -0400)]
deal with the case where oldrev is the same as newrev
Joey Hess [Sat, 16 Nov 2013 22:56:39 +0000 (18:56 -0400)]
fix eq
Joey Hess [Sat, 16 Nov 2013 21:26:20 +0000 (17:26 -0400)]
Added only_committed_changes config setting, which speeds up wiki refresh by querying git to find the files that were changed, rather than looking at the work tree. Not enabled by default as it can break some setups where not all files get committed to git.
Joey Hess [Sat, 16 Nov 2013 16:48:07 +0000 (12:48 -0400)]
Optmised loadindex by caching the page name in the index.
I have benchmarked the pagename() call this avoids taking up to 2 seconds
for a loadindex in a large wiki. The total loadindex for that wiki was
6.46s, so this is a significant improvment.
Even on a smaller site, this reduces the refresh time from 1.69 to 1.52
seconds.
The only breakage risk here is that pagename() can change the page name
it calculates due to setup changes. But in the case of a setup change, the
whole site is rebuilt. So the cached page name is not used in that
case.
Joey Hess [Sat, 16 Nov 2013 16:43:46 +0000 (12:43 -0400)]
remove test for page state saved for disabled plugin
My change did cause this state to be retained. I hope this is not a
problem.
Afaik, plugins test if they were disabled before by looking at the toplevel
plugin state, not the per-page plugin state. So the only remaining problem
might be
a) A plugin is disabled but its state keeps being saved. Which is not
ideal, perhaps, but the large speedup of my optimisation seems worth it.
b) A plugin might have been enabled, be disabled, and get re-enabled, and
see old state from before. I don't see how this would be different from
the plugin seeing any other old state, though, so hopefully no breakage.
My optmisation looks a little more risky, but I still hope I can keep it.
Joey Hess [Sat, 16 Nov 2013 16:28:01 +0000 (12:28 -0400)]
Fixed unncessary tight loop hash copy in saveindex where a pointer can be used instead. Can speed up refreshes by nearly 50% in some circumstances.
I *think* this is ok, at least it results in close to the same index being
saved as before. The difference is that plugins that have a pagestate of {}
have that recorded this way, while with the tight loop, the key for the
plugin in not copied in that case. I cannot see how this could matter.
Joey Hess [Sat, 16 Nov 2013 16:05:43 +0000 (12:05 -0400)]
major optimisation idea
Joey Hess [Thu, 14 Nov 2013 02:06:02 +0000 (22:06 -0400)]
poll: Fix behavior of poll buttons when inlined.
Joey Hess [Thu, 14 Nov 2013 00:55:42 +0000 (20:55 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Thu, 14 Nov 2013 00:55:01 +0000 (20:55 -0400)]
bug
https://id.koumbit.net/anarcat [Wed, 13 Nov 2013 23:51:03 +0000 (19:51 -0400)]
related ideas
Joey Hess [Mon, 11 Nov 2013 15:51:25 +0000 (11:51 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
ehj [Mon, 11 Nov 2013 08:39:22 +0000 (04:39 -0400)]
mailto test
Joey Hess [Fri, 8 Nov 2013 18:33:05 +0000 (14:33 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
http://smcv.pseudorandom.co.uk/ [Fri, 8 Nov 2013 09:33:04 +0000 (05:33 -0400)]
http://smcv.pseudorandom.co.uk/ [Fri, 8 Nov 2013 09:30:48 +0000 (05:30 -0400)]
escape markup
jimmy [Thu, 7 Nov 2013 10:23:30 +0000 (06:23 -0400)]
hugo [Wed, 6 Nov 2013 16:57:14 +0000 (12:57 -0400)]
hugo [Wed, 6 Nov 2013 16:56:20 +0000 (12:56 -0400)]
proposal about class parameters for toggle
Joey Hess [Wed, 6 Nov 2013 14:51:45 +0000 (10:51 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
spalax [Wed, 6 Nov 2013 14:06:44 +0000 (10:06 -0400)]
How can one highlight recent changes diff?
http://jmtd.livejournal.com/ [Wed, 6 Nov 2013 13:56:48 +0000 (09:56 -0400)]
thanks
waf [Wed, 6 Nov 2013 10:05:43 +0000 (06:05 -0400)]
Added a comment: recipe
https://tincho.startssl.com/ [Tue, 5 Nov 2013 19:36:05 +0000 (15:36 -0400)]
Added a comment
Added a comment
Joey Hess [Mon, 4 Nov 2013 17:01:22 +0000 (13:01 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Mon, 28 Oct 2013 19:49:15 +0000 (15:49 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
spalax [Mon, 28 Oct 2013 11:01:18 +0000 (07:01 -0400)]
Added plugin infobox
Test [Sun, 27 Oct 2013 06:13:17 +0000 (02:13 -0400)]
spalax [Tue, 22 Oct 2013 12:59:47 +0000 (08:59 -0400)]
Added plugin infobox
spalax [Tue, 22 Oct 2013 12:58:44 +0000 (08:58 -0400)]
Added plugin infobox
Joey Hess [Sat, 19 Oct 2013 15:26:18 +0000 (11:26 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
http://smcv.pseudorandom.co.uk/ [Fri, 18 Oct 2013 16:56:15 +0000 (12:56 -0400)]
Added a comment
Added a comment: that works sort of, depending on the extention
http://smcv.pseudorandom.co.uk/ [Tue, 15 Oct 2013 19:48:16 +0000 (15:48 -0400)]
Added a comment
Added a comment: Tutorial + options
Mesar Hameed [Mon, 14 Oct 2013 13:33:24 +0000 (15:33 +0200)]
Added wishlist+possible patch, expose template variables for html language and direction.
Added a comment: Did anybody see this?
Mesar Hameed [Sun, 13 Oct 2013 08:56:39 +0000 (10:56 +0200)]
Add user page for mhameed
https://id.koumbit.net/anarcat [Sat, 12 Oct 2013 11:23:07 +0000 (07:23 -0400)]
nevermind that, it looks good period - i misread git log :)
https://id.koumbit.net/anarcat [Sat, 12 Oct 2013 11:21:50 +0000 (07:21 -0400)]
looks good, but split patches please
https://id.koumbit.net/anarcat [Sat, 12 Oct 2013 11:20:09 +0000 (07:20 -0400)]
patch looks good.
https://id.koumbit.net/anarcat [Sat, 12 Oct 2013 11:03:57 +0000 (07:03 -0400)]
Christopher Baines [Fri, 11 Oct 2013 18:48:26 +0000 (19:48 +0100)]
Add patch
Joey Hess [Tue, 8 Oct 2013 13:51:41 +0000 (09:51 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Sun, 6 Oct 2013 17:38:57 +0000 (13:38 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Chris [Sun, 6 Oct 2013 09:11:56 +0000 (05:11 -0400)]
Add a patch for the osm plugin
Joey Hess [Fri, 4 Oct 2013 16:36:21 +0000 (12:36 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Wed, 2 Oct 2013 17:26:42 +0000 (13:26 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Chris [Wed, 2 Oct 2013 14:35:09 +0000 (10:35 -0400)]
Remove link to github commit, and reference a branch instead
Chris [Wed, 2 Oct 2013 14:32:17 +0000 (10:32 -0400)]
Add my git repository
Chris [Wed, 2 Oct 2013 14:15:29 +0000 (10:15 -0400)]
Basic user page
https://id.koumbit.net/anarcat [Wed, 2 Oct 2013 14:09:08 +0000 (10:09 -0400)]
some answers
http://tincho.org/ [Wed, 2 Oct 2013 05:41:09 +0000 (01:41 -0400)]
Added a comment: Update
http://tincho.org/ [Wed, 2 Oct 2013 04:54:59 +0000 (00:54 -0400)]
http://tincho.org/ [Wed, 2 Oct 2013 04:49:00 +0000 (00:49 -0400)]
http://pipemaze.myopenid.com/ [Tue, 1 Oct 2013 23:22:30 +0000 (19:22 -0400)]
test
Joey Hess [Mon, 30 Sep 2013 14:46:10 +0000 (10:46 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
OSM plugin questions and suggestions
http://smcv.pseudorandom.co.uk/ [Thu, 26 Sep 2013 14:38:48 +0000 (10:38 -0400)]
Added a comment
Added a comment
sorting out my variablenames...
http://smcv.pseudorandom.co.uk/ [Thu, 26 Sep 2013 13:11:56 +0000 (09:11 -0400)]
Added a comment
https://id.koumbit.net/anarcat [Wed, 25 Sep 2013 17:24:41 +0000 (13:24 -0400)]
typo
https://id.koumbit.net/anarcat [Wed, 25 Sep 2013 17:14:04 +0000 (13:14 -0400)]
sign this post
https://id.koumbit.net/anarcat [Wed, 25 Sep 2013 11:50:22 +0000 (07:50 -0400)]
duh - i was blocking cookies.
https://id.koumbit.net/anarcat [Wed, 25 Sep 2013 11:44:13 +0000 (07:44 -0400)]
i can reproduce this nasty bug...
http://smcv.pseudorandom.co.uk/ [Tue, 24 Sep 2013 15:01:09 +0000 (11:01 -0400)]
http://ailin.devio.us/.id/ [Tue, 24 Sep 2013 09:33:07 +0000 (05:33 -0400)]
http://ailin.devio.us/.id/ [Tue, 24 Sep 2013 09:32:11 +0000 (05:32 -0400)]
Joey Hess [Mon, 23 Sep 2013 17:21:56 +0000 (13:21 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Added a comment
ikiwiki git-annex example online
http://smcv.pseudorandom.co.uk/ [Sun, 22 Sep 2013 09:16:23 +0000 (05:16 -0400)]
http://smcv.pseudorandom.co.uk/ [Sun, 22 Sep 2013 09:07:44 +0000 (05:07 -0400)]
Added a comment