Commit Graph

5790 Commits (9f3788e2a2126083ca3f91aa0fe8c35c9db1b81e)

Author SHA1 Message Date
Joey Hess 9f3788e2a2 optimisation, only load openid module when signing in
This makes the CGI about .2 seconds faster when editing pages etc.
2008-03-19 21:12:18 -04:00
Joey Hess d85c9660c5 fix setstate
Same fix as in d7f1292c31
2008-03-19 15:49:37 -04:00
Joey Hess 6eb3cf7e76 make setargv take an array
for consistentcy with getargv, which returns one
2008-03-19 15:49:00 -04:00
Joey Hess d7f1292c31 fix setvar
It was incorrectly setting the value to the number of items in @_, ie,
always 1.
2008-03-19 15:18:38 -04:00
Joey Hess d8c4ea783b Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info 2008-03-19 15:15:30 -04:00
Joey Hess f003e97d10 getargv needs to return a list reference
xml rpc only allows functions to return a single value, no lists. So getargv
needs to return a list reference, which means that the caller will see an xml
rpc array.
2008-03-19 15:12:59 -04:00
Joey Hess 4f6728a685 web commit by http://jblevins.org/: Patch for unclosed refresh meta tag. 2008-03-19 15:00:15 -04:00
Joey Hess 8813a6d065 web commit by http://engla.myopenid.com/: oops, point my URL to my ikiwiki portion (frontpage is not ikiwiki). Also, tweak the website title 2008-03-19 10:13:08 -04:00
Joey Hess 45b6baff66 web commit by http://engla.myopenid.com/: changed my url since my university is pretty.. dumb 2008-03-19 10:11:41 -04:00
Joey Hess 556ec23914 German translation update. Closes: #471540 2008-03-18 16:36:19 -04:00
Joey Hess 56adaee5d3 Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info 2008-03-18 12:58:47 -04:00
martin f. krafft 36580186a0 Prevent plugins/.gitignore from being installed
I added a .gitignore file to plugins/ to ignore *.pyc files, and that
file is now being installed +x to /usr/lib/ikiwiki/plugins. This commit
prevents that by excluding all dot-files under plugins/ from the
install.

Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-18 12:58:09 -04:00
Joey Hess 99f9e54ca7 web commit by http://madduck.net/: more details 2008-03-18 10:25:45 -04:00
Joey Hess bc96a06b99 web commit by http://madduck.net/: add note about marking current pages 2008-03-18 07:17:56 -04:00
Joey Hess 6c77cb1242 web commit by http://madduck.net/ 2008-03-18 07:16:32 -04:00
Joey Hess 2e29699c42 web commit by http://madduck.net/: tagging wishlist 2008-03-18 07:15:55 -04:00
Joey Hess 2317ce58b0 web commit by http://madduck.net/ 2008-03-18 07:14:57 -04:00
Joey Hess 16c7dfa733 web commit by http://madduck.net/ 2008-03-18 07:06:39 -04:00
Joey Hess af213e83f6 web commit by http://madduck.net/ 2008-03-18 05:47:14 -04:00
Joey Hess 1284941f73 web commit by http://madduck.net/: closing 2008-03-18 05:41:00 -04:00
Joey Hess a98f624fc3 response 2008-03-17 22:33:21 -04:00
Joey Hess 52e16d4ec9 * Record new pages in %pagesources temporarily when previewing so that
things that need to know the page source or type can query it from there.
  Fixes previewing of tables when creating a new page.
2008-03-17 21:28:31 -04:00
Joey Hess bd6459b852 web commit by http://madduck.net/ 2008-03-17 18:09:33 -04:00
Joey Hess 4690a450eb update 2008-03-17 17:17:53 -04:00
martin f. krafft 32721de809 first implementation of a python demo
(cherry picked from commit bbdf127917a13b81cef50995098f479ef4fe1cf9)
2008-03-17 17:17:19 -04:00
martin f. krafft 7ab204be73 force data written to stdout to be a string
(cherry picked from commit 65c24d4aeca6188f4423ad1809f2415285843155)
2008-03-17 17:17:01 -04:00
martin f. krafft aaea01b924 Print traceback for unhandled exceptions
(cherry picked from commit 10574a324e03cd0533e77f46ead6e4c6a6e5568f)
2008-03-17 17:16:46 -04:00
Joey Hess a2463a812b response 2008-03-17 14:07:38 -04:00
Joey Hess d626a1609b Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info 2008-03-17 14:05:21 -04:00
Joey Hess 8a29361c32 * Detect invalid pagespecs and do not merge them in add_depends,
as that can result in a broken merged pagespec that matches nothing.
2008-03-17 14:04:59 -04:00
Joey Hess 848dc81ba3 web commit by http://madduck.net/ 2008-03-17 13:27:43 -04:00
Joey Hess 6ce7454cc3 analysis, markdown bug 2008-03-17 13:21:41 -04:00
Joey Hess 52d9f8e9f3 * Correct bug in encoding of %pagestate keys, fixes edittemplate. 2008-03-17 13:08:16 -04:00
Joey Hess 57a41b663d web commit by http://madduck.net/ 2008-03-17 12:31:59 -04:00
Joey Hess 98ec84660a web commit by http://madduck.net/ 2008-03-17 12:31:02 -04:00
Joey Hess 62130bd7a3 web commit by http://madduck.net/ 2008-03-17 12:22:38 -04:00
Joey Hess f42169a1be web commit by http://madduck.net/ 2008-03-17 12:15:25 -04:00
Joey Hess 940bc51fec web commit by http://madduck.net/ 2008-03-17 12:13:36 -04:00
Joey Hess 361421a906 web commit by http://madduck.net/ 2008-03-17 12:09:04 -04:00
Joey Hess 5258f9d0e5 web commit by http://madduck.net/ 2008-03-17 12:03:06 -04:00
Joey Hess 7ad702ed88 web commit by http://madduck.net/ 2008-03-17 11:25:18 -04:00
Joey Hess 4533f52162 web commit by http://madduck.net/: fix links 2008-03-17 11:04:56 -04:00
Joey Hess 41090a5b03 web commit by http://madduck.net/ 2008-03-17 11:03:04 -04:00
Joey Hess 14d2b0b65c web commit by http://madduck.net/: use new directive syntax 2008-03-17 10:50:50 -04:00
Joey Hess 5d06203147 web commit by http://madduck.net/ 2008-03-17 10:28:06 -04:00
Joey Hess cd58e6cb45 web commit by http://madduck.net/: fix title 2008-03-17 07:03:20 -04:00
Joey Hess fdb7be6e4c web commit by http://madduck.net/ 2008-03-17 06:53:25 -04:00
Joey Hess a2c23d61bc web commit by http://madduck.net/ 2008-03-17 03:51:55 -04:00
Joey Hess 1a84bbcb9a web commit by http://jblevins.org/: A note about a related bug 2008-03-16 20:48:29 -04:00
Joey Hess 1dae7f0e41 web commit by http://jblevins.org/: Update: unclosed redirection meta tags 2008-03-16 20:38:00 -04:00