joey
43fd7cc0c5
correct dup page name detect in blog posting code
2007-03-08 22:16:03 +00:00
joey
5b796b0bdb
typo
2007-03-08 11:13:16 +00:00
joey
66a65b5ddd
* Correct a deadlock that could occur in post-commit if the aggregate plugin
...
was enabled and tried to lock the already locked wiki.
2007-03-08 11:04:59 +00:00
joey
258c89e841
web commit by JoshTriplett: Add flickr
2007-03-08 08:48:40 +00:00
joey
5da072afb0
web commit by JoshTriplett: Add GNOME bugzilla.
2007-03-08 08:43:36 +00:00
joey
012cc7dd05
web commit by JoshTriplett: Add the Haskell wiki.
2007-03-08 08:31:23 +00:00
joey
bd40543ab0
web commit by JoshTriplett: Add hoogle, the Haskell code search engine.
2007-03-08 08:22:03 +00:00
joey
1465676082
need to use uri_escape_utf8
2007-03-08 06:25:20 +00:00
joey
c1b698e418
* The underscore escaping support exposed a bug in edit links: Such links
...
were titlepage escaped in the urls, and then doubly escaped by the CGI
when editing. To fix this, I removed the titlepage escaping in the edit
urls.
* That means that *every edit link* on the wiki is potentially changed.
Rebuilding wikis on upgrade to this version therefore necessary; enabled
that in postinst.
2007-03-08 06:03:59 +00:00
joey
8430ee09e5
web commit by http://joey.kitenet.net/
2007-03-08 04:42:10 +00:00
joey
99c0f5654f
rm
2007-03-08 04:40:19 +00:00
joey
3cb28ea95c
web commit by http://joey.kitenet.net/
2007-03-08 04:36:59 +00:00
joey
9fa2294d4e
web commit by http://joey.kitenet.net/ : test commit
2007-03-08 04:34:44 +00:00
joey
84b3fe66d4
web commit from 128.151.253.249: poll vote (It's fast enough)
2007-03-08 03:18:43 +00:00
joey
14ed04b2e9
update
2007-03-07 19:57:53 +00:00
joey
6304f6a595
add colspan support
2007-03-07 19:50:34 +00:00
joey
59b07af4cf
cleanup
2007-03-07 19:12:22 +00:00
joey
c79e5f0e5b
missed a few
2007-03-07 19:11:00 +00:00
joey
0d108e74d9
further refinement
2007-03-07 19:07:36 +00:00
joey
cfb2da268b
further refinement
...
fix a regexp injection hole
2007-03-07 18:42:41 +00:00
joey
355494b78b
web commit by JoshTriplett: Fix typo.
2007-03-07 12:39:26 +00:00
joey
b0e643aacc
web commit by JoshTriplett: Fix typo.
2007-03-07 12:36:56 +00:00
joey
4d8b2d84d5
more i18n improvements
2007-03-07 12:04:45 +00:00
joey
5d57a8436f
* Add a table plugin, derived from the one written by Victor Moral.
2007-03-07 11:40:22 +00:00
joey
750553dfd4
fix link
2007-03-07 09:56:32 +00:00
joey
16ab4ba2df
remove debugging
2007-03-07 09:49:38 +00:00
joey
b365d864c5
My fix to support encoded underscores in page titles broke links to pages
...
with underscores in their filenames, since the link code also used
titlepage. Create a new linkpage function and have the link code use that
instead.
2007-03-07 09:48:59 +00:00
joey
b39495f501
add check marks
2007-03-07 09:39:13 +00:00
joey
c69d6f669a
* The slash escaping when adding to a blog from the CGI was not working
...
since it ended up being double-escaped. Instead, just remove slashes.
* Fix some nasty issues with page name escaping during previewing
(introduced in 1.44).
2007-03-07 09:23:13 +00:00
joey
de87149039
web commit by JonasSmedegaard: Correction: is should -> should.
2007-03-07 08:45:30 +00:00
joey
4cbb1095d6
support previewing of sparklines: embed in data uris for preview
2007-03-07 07:41:07 +00:00
joey
7ae2deacdf
improve l10n
2007-03-07 06:27:27 +00:00
joey
4a770de3ac
deal with new preview parameter
2007-03-07 05:53:47 +00:00
joey
e22c33b4d0
improve
2007-03-07 05:50:31 +00:00
joey
433200c5c7
format improvements
2007-03-07 05:49:02 +00:00
joey
7629ca1768
mention git
2007-03-07 05:47:34 +00:00
joey
d72644211e
improve format
2007-03-07 05:36:32 +00:00
joey
1af4def09a
typo sparline => sparkline
2007-03-07 05:35:35 +00:00
joey
d4d535f17c
* Add a sparline plugin.
2007-03-07 05:33:45 +00:00
joey
4533df6aca
web commit by JoshTriplett: Application submitted 03-06-2007.
2007-03-06 23:16:15 +00:00
joey
f98c065ad1
web commit by JoshTriplett: Fill in mentors, administrators, item 13 "What criteria did you use to select these individuals as mentors?", and item 15 "What is your plan for dealing with disappearing mentors?".
2007-03-06 22:47:53 +00:00
joey
1202b4fd7b
* Add preview parameter to preprocesser calls, use this rather than the
...
previous ugly hack used to avoid writing rss feeds in previews.
* Fix the img plugin to avoid overwriting images in previews. Instead it
does all the work to make sure the resizing works, and dummys up a resized
image using width and height attributes.
* Also fixes img preview display, the links were wrong in preview before.
2007-03-06 22:37:05 +00:00
joey
2f9d9c9ef5
move to a more generic contact page
2007-03-06 20:20:26 +00:00
joey
fb59723322
web commit by JoshTriplett: Reformat answers for easy copy-and-pasting into the application form. Change important wiki links to URLs and remove unimportant wiki links. Add answer for 17, "What will you do to ensure that your accepted students stick with the project after GSoC concludes?"
2007-03-06 20:20:09 +00:00
joey
9f05190317
web commit by JoshTriplett: Mention IRC channel, and link to page on why ikiwiki does not have a mailing list.
2007-03-06 20:09:31 +00:00
joey
941751e7d4
web commit by JoshTriplett: Add page on why ikiwiki does not have a mailing list, based on the answer from the Google Summer of Code application.
2007-03-06 20:09:08 +00:00
joey
ab0fa67cc7
application period open..
2007-03-06 19:23:11 +00:00
joey
ed3ce7e778
really add
2007-03-06 19:18:47 +00:00
joey
af807a5c3f
response
2007-03-06 19:18:07 +00:00
joey
b9f7a57f94
* Add titlepage template for inline plugin.
2007-03-06 19:16:46 +00:00