Joey Hess
ff6433179e
web commit by http://willthompson.co.uk/ : file a bug about nested inlines failing
2008-05-31 13:51:50 -04:00
Joey Hess
eb288969b5
fix link
2008-05-30 18:31:14 -04:00
Joey Hess
ad5d49f25a
fix links
2008-05-30 18:30:28 -04:00
Joey Hess
22879eba60
fix link
2008-05-30 18:29:40 -04:00
Joey Hess
d5a2fc9334
fix link
2008-05-30 18:29:04 -04:00
Joey Hess
f543303bf0
web commit by http://liw.fi/ : uuml html entity in feeds confuses ikiwiki when aggregating
2008-05-29 02:51:40 -04:00
Joey Hess
8d5c6725e2
web commit by http://kaizer.se/wiki/contact/ : fix <pre> formatting
2008-05-23 07:36:37 -04:00
Joey Hess
88096ea9ab
web commit by http://kaizer.se/wiki/contact/ : bugs on including html (as raw as possible)
2008-05-23 07:34:41 -04:00
Joey Hess
52c570fe1b
web commit by buo: More info
2008-05-14 09:42:30 -04:00
Joey Hess
fb3d5b4800
Fixes for behavior changes in perl 5.10's CGI
...
Something has changed in CGI.pm in perl 5.10. It used to not care
if STDIN was opened using :utf8, but now it'll mis-encode utf-8 values
when used that way by ikiwiki. Now I have to binmode(STDIN) before
instantiating the CGI object.
In 57bba4dac1
, I changed from decoding
CGI::Formbuilder fields to utf-8, to decoding cgi parameters before setting
up the form object. As of perl 5.10, that approach no longer has any effect
(reason unknown). To get correctly encoded values in FormBuilder forms,
they must once again be decoded after the form is set up.
As noted in 57bba4da
, this can cause one set of problems for
formbuilder_setup hooks if decode_form_utf8 is called before the hooks, and
a different set if it's called after. To avoid both sets of problems, call
it both before and after. (Only remaining problem is the sheer ugliness and
inefficiency of that..)
I think that these changes will also work with older perl versions, but I
haven't checked.
Also, in the case of the poll plugin, the cgi parameter needs to be
explcitly decoded before it is used to handle utf-8 values. (This may have
always been broken, not sure if it's related to perl 5.10 or not.)
2008-05-12 20:44:22 -04:00
Joey Hess
adb5d92ed7
not just a poll plugin problem
2008-05-12 17:09:40 -04:00
Joey Hess
bafb2d7b81
web commit by http://liw.fi/
2008-05-12 16:26:38 -04:00
Joey Hess
21cd34106d
response
2008-05-12 14:10:17 -04:00
Joey Hess
e34011afcc
web commit by buo: Response
2008-05-09 16:46:40 -04:00
Joey Hess
0168cc3c8b
response
2008-05-08 15:53:48 -04:00
Joey Hess
879f3a9403
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-05-08 15:51:41 -04:00
Joey Hess
b8d81b7b7f
amazon s3 index file improvements
...
Turns out duplicate index files do not need to be stored when usedirs is in
use, just when it's not. Ikiwiki is quite consistent about using page/ when
usedirs is in use. (The only exception is the search plugin, which needs
fixing.)
This also includes significant code cleanup, removal of a incorrect special
case for empty files, and addition of a workaround for a bug in the amazon
perl module.
2008-05-08 15:51:09 -04:00
Joey Hess
2bf34f1733
web commit by buo: re: question
2008-05-08 14:45:57 -04:00
Joey Hess
ca33ec2b9c
question
2008-05-08 14:12:44 -04:00
Joey Hess
6bba9b0e4d
web commit by http://madduck.net/ : closing
2008-05-08 10:59:38 -04:00
Joey Hess
a3e1783596
web commit by buo: Removing previous installation fixes compile failure.
2008-05-08 10:29:48 -04:00
Joey Hess
3eb3ff6208
cannot reproduce
2008-05-07 17:10:43 -04:00
Joey Hess
2b5d12f658
web commit by buo: bug: 2.45 fails to compile
2008-05-07 14:47:30 -04:00
Joey Hess
880d098dab
template change documentation
2008-05-06 14:33:03 -04:00
Joey Hess
cf2652c139
web commit by JeremyReed: why if?
2008-04-28 17:54:32 -04:00
Joey Hess
72cedc59e9
fix formatting
2008-04-28 15:47:11 -04:00
Joey Hess
6412cbfe52
idea
2008-04-28 15:43:06 -04:00
Joey Hess
dbb5d11196
Deal with different paths to perl when removing -T flag.
2008-04-28 15:37:17 -04:00
Joey Hess
f3eda82c08
web commit by JeremyReed: reply about perl version in filename too.
2008-04-28 14:15:38 -04:00
Joey Hess
0d80b13738
web commit by JeremyReed: reply
2008-04-28 14:11:52 -04:00
Joey Hess
453bdeaf55
response
2008-04-28 13:46:50 -04:00
Joey Hess
9f02ee8634
Add PREFIX/bin to the hardcoded PATH within ikiwiki.
2008-04-28 13:44:37 -04:00
Joey Hess
aa4f9fe232
response
2008-04-28 13:38:53 -04:00
Joey Hess
74d98c69b1
web commit by JeremyReed: found problem
2008-04-28 12:47:29 -04:00
Joey Hess
bc9a448c58
web commit by JeremyReed: more info. sid is defined in prefs just not edit
2008-04-28 12:32:54 -04:00
Joey Hess
3b16d472c0
web commit by JeremyReed: sid not in form.
2008-04-28 12:09:47 -04:00
Joey Hess
e56dd17bcf
web commit by JeremyReed: Can't exec "ikiwiki-transition"
2008-04-28 11:44:01 -04:00
Joey Hess
4e0f75a75f
web commit by JeremyReed: hard-coded perl path
2008-04-28 11:07:05 -04:00
Joey Hess
a64bc76fbe
response
2008-04-27 14:31:35 -04:00
Joey Hess
17c276dea5
web commit by JeremyReed: about taint and -T build failure
2008-04-26 20:54:08 -04:00
Joey Hess
143c8770d1
web commit by http://sabr.myopenid.com/
2008-04-17 08:40:07 -04:00
Joey Hess
c8097457a7
web commit by http://sabr.myopenid.com/
2008-04-13 12:52:22 -04:00
Joey Hess
40c03af378
web commit by http://sabr.myopenid.com/
2008-04-13 12:08:44 -04:00
Joey Hess
f4797af297
web commit by http://sabr.myopenid.com/
2008-04-12 22:53:53 -04:00
Joey Hess
50e06351ca
web commit by http://sabr.myopenid.com/
2008-04-12 22:46:00 -04:00
Joey Hess
78e740f643
web commit by http://sabr.myopenid.com/
2008-04-12 22:23:55 -04:00
Joey Hess
3b7b057e01
patch, thoughts
2008-04-12 17:19:32 -04:00
Joey Hess
57035d610e
web commit by http://sabr.myopenid.com/
2008-04-12 13:21:11 -04:00
Joey Hess
26c96e1f10
web commit by http://sabr.myopenid.com/
2008-04-10 20:18:20 -04:00
Joey Hess
2718fc2b25
response
2008-04-10 19:54:38 -04:00
Joey Hess
92e39d7391
cannot reproduce
2008-04-10 19:32:43 -04:00
Joey Hess
2beb279806
Give the full path to the hyperestraier helpfile in estseek.conf.
2008-04-10 17:50:43 -04:00
Joey Hess
e4395a567b
Fix broken rcs_update for bzr. (Scott Bronson)
2008-04-10 17:41:43 -04:00
Joey Hess
e1d456a86f
Fix missing import of escapeHTML in userlink. (Scott Bronson)
2008-04-10 17:39:51 -04:00
Joey Hess
ab0e0e807a
perl dumping core is not an ikiwiki bug, sorry
2008-04-10 17:09:58 -04:00
Joey Hess
50d653ad11
web commit by http://sabr.myopenid.com/
2008-04-09 21:33:30 -04:00
Joey Hess
109abb1f2b
web commit by http://sabr.myopenid.com/
2008-04-09 02:43:19 -04:00
Joey Hess
1080635372
web commit by http://sabr.myopenid.com/
2008-04-09 02:42:29 -04:00
Joey Hess
9e6b7ba79a
web commit by http://sabr.myopenid.com/
2008-04-08 14:37:31 -04:00
Joey Hess
8ea8f21c20
web commit by http://sabr.myopenid.com/
2008-04-08 14:33:13 -04:00
Joey Hess
16338ed771
web commit by http://sabr.myopenid.com/
2008-04-08 13:18:35 -04:00
Joey Hess
7c7dba8a71
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-04-08 12:52:48 -04:00
Joey Hess
3d8e767c36
web commit by http://xayk.net/
...
(cherry picked from commit 146b3d9ac2754112e7c6c63f7c2e783ac2bf4dbe)
2008-04-08 12:51:46 -04:00
Joey Hess
c381ec666b
web commit by http://sabr.myopenid.com/
...
(cherry picked from commit 8e4a0640c591df95810fe94ab62521030134823b)
2008-04-08 12:50:55 -04:00
Joey Hess
af3367eb4e
web commit by cjb: Trivial syntax bug.
2008-04-08 09:49:37 -04:00
Joey Hess
48bf7dc458
web commit by buo: locales and mercurial
2008-03-25 16:11:34 -04:00
Joey Hess
44824dba1b
smiley: Detect smileys inside pre and tags, and do not expand.
2008-03-21 02:43:20 -04:00
Joey Hess
628467125c
Close meta tag for redir properly.
2008-03-21 00:24:06 -04:00
Joey Hess
f1fb8eac6a
web commit by http://brian.may.myopenid.com/ : change.tmpl and BASEURL
2008-03-20 22:51:09 -04:00
Joey Hess
8e2f7ec70f
web commit by http://jblevins.org/ : Bug report update
2008-03-20 16:26:51 -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
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
a2463a812b
response
2008-03-17 14:07:38 -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
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
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
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
Joey Hess
c42ff91eeb
web commit by http://jblevins.org/ : New bug report
2008-03-16 12:27:58 -04:00
Joey Hess
b9a29c3040
web commit by http://madduck.net/ : add patch
2008-03-16 07:00:57 -04:00
Joey Hess
ba480baa9e
* external: Add getargv and setargv methods to allow access to ikiwiki's
...
@ARGV.
2008-03-15 14:19:49 -04:00
Joey Hess
5a7a89ffc5
* htmltidy: Pass --markup yes, in case tidy's config file disabled it.
2008-03-15 13:58:08 -04:00
Joey Hess
e7ce86db11
* external: Fix support of XML::RPC::fault.
2008-03-15 13:49:22 -04:00
Joey Hess
b8c55c4db2
bug I found in the rst plugin
2008-03-15 13:45:10 -04:00
Joey Hess
245126ea49
web commit by http://madduck.net/
2008-03-15 10:15:00 -04:00
Joey Hess
ddab0dbfcc
web commit by http://madduck.net/
2008-03-14 05:33:48 -04:00
Joey Hess
8e05c93b4c
web commit by http://madduck.net/
2008-03-14 05:20:32 -04:00
Joey Hess
7695a48fcd
web commit by http://madduck.net/
2008-03-14 05:14:28 -04:00
Joey Hess
5a8719f4b0
web commit by XTaran: Correction: write-back -> markup
2008-03-12 22:06:55 -04:00
Joey Hess
490f4be7f0
web commit by XTaran: I'll check what exactly caused the breakage...
2008-03-12 21:44:27 -04:00
Joey Hess
862ca19eb1
truncate recentchangesdiffs after 200 lines
...
This works around a perl crasher bug, and also avoids bloating pages
with enormous diffs.
rcs_recentchanges modified to return a list in an array context.
2008-03-12 15:45:10 -04:00
Joey Hess
20f1365ce1
response
2008-03-12 14:33:38 -04:00
Joey Hess
8b9498ba73
response
2008-03-12 14:31:43 -04:00
Joey Hess
43056e68d5
move from bugs to todo
2008-03-12 13:17:43 -04:00
Joey Hess
5447cf4089
response
2008-03-12 13:06:27 -04:00
martin f. krafft
8a43597a00
Handle SimpleXMLRPCDispatcher arg count change in Py2.5
...
SimpleXMLRPCDispatcher.__init__ takes 3 arguments instead of 1 since
python 2.5, so we check for that with a hack, for I found no better way,
other than catching a TypeError exception.
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-12 10:46:36 -04:00
Joey Hess
972570b236
web commit by http://tove.myopenid.com/
2008-03-12 08:59:51 -04:00
Joey Hess
eee0a5c7be
web commit by http://madduck.net/
2008-03-12 08:30:06 -04:00
Joey Hess
09e69a642b
web commit by http://hendry.iki.fi/ : openid acl
2008-03-11 09:09:15 -04:00
Joey Hess
dd52e95836
web commit by http://alcopop.org/me/openid/
2008-03-11 06:20:20 -04:00
Joey Hess
cd0fa5a776
web commit by http://madduck.net/
2008-03-10 16:34:54 -04:00
Joey Hess
79a0699b92
web commit by buo: Problem solved.
2008-03-10 12:58:23 -04:00
Joey Hess
0d0cac1602
web commit by XTaran: Bug report: htmltidy has no possibilty to use an alternative config file which may other usages
2008-03-10 09:43:25 -04:00
Joey Hess
ced0e9f986
already fixed in git
2008-03-09 20:10:13 -04:00
Joey Hess
e2924778de
web commit by HenrikBrixAndersen: Add reference to patch
2008-03-09 09:32:32 -04:00
Joey Hess
02f93a69f0
web commit by http://subvert.org.uk/~bma/
2008-03-08 21:01:45 -05:00
Joey Hess
a235781b3d
request for more info
2008-03-08 13:24:29 -05:00
Joey Hess
9da8ae1cec
web commit by http://madduck.net/
2008-03-07 12:40:12 -05:00
Joey Hess
569545968a
web commit by http://madduck.net/
2008-03-07 12:37:46 -05:00
Joey Hess
90e3639281
response
2008-03-05 17:13:24 -05:00
Joey Hess
90fa2fa227
web commit by buo: escape inline directive
2008-03-05 11:36:02 -05:00
Joey Hess
5508ceaaa0
web commit by buo: blog posts not added to mercurial repo
2008-03-05 11:34:49 -05:00
Joey Hess
e7886a46c5
mark done, patch is applied
2008-02-29 22:48:50 -05:00
Joey Hess
4707f556a7
web commit by http://madduck.myopenid.com/ : remove comment about relative links always using ../, which is not true
2008-02-29 13:47:48 -05:00
Joey Hess
0336d6708d
web commit by http://madduck.myopenid.com/ : close bug
2008-02-29 13:33:17 -05:00
Joey Hess
6a60c225fe
web commit by http://madduck.myopenid.com/ : add patch/git commit
2008-02-29 13:32:19 -05:00
Joey Hess
8ebf6acd80
web commit by http://madduck.myopenid.com/ : add analysis based on rfc3986 and suggest a new regexp
2008-02-29 13:21:24 -05:00
Joey Hess
361ce5d3a9
web commit by http://madduck.myopenid.com/ : trace this bug to htmlscrubber and $safe_url_regexp
2008-02-29 13:04:31 -05:00
Joey Hess
9323038904
web commit by http://madduck.myopenid.com/ : merge bug with colon-in-links bug
2008-02-29 13:03:16 -05:00
Joey Hess
bfb8e4a6f8
web commit by http://madduck.myopenid.com/ : confirm this bug
2008-02-29 11:41:56 -05:00
Joey Hess
2cc891e518
web commit by Mathias
2008-02-26 05:18:55 -05:00
Joey Hess
2d90e4ede4
web commit by http://brian.may.myopenid.com/ : work around not solution
2008-02-25 18:16:59 -05:00
Joey Hess
5adc9830a0
web commit by http://madduck.myopenid.com/
2008-02-25 10:45:16 -05:00
Joey Hess
8b19dea41d
web commit by http://madduck.myopenid.com/
2008-02-25 10:06:50 -05:00
Joey Hess
60dc22c16d
version needed
2008-02-24 17:39:27 -05:00
Joey Hess
b045e3124a
closing with explanation
2008-02-24 17:31:18 -05:00
Joey Hess
4eabb3cb7a
* inline: When forcing urls absolute for rss feeds, skip mailto and other
...
such urls.
2008-02-24 17:07:56 -05:00
Joey Hess
8e2aae2b35
close this one
2008-02-24 17:02:29 -05:00
Joey Hess
265098501e
user configuration error
2008-02-24 17:01:37 -05:00
Joey Hess
21b55c9640
responses
2008-02-24 16:57:52 -05:00
Joey Hess
40a0b3e748
close
2008-02-24 16:50:58 -05:00
Joey Hess
d14bde197e
* Disable taint checking for all builds as people keep complaining about it,
...
and since all versions of perl seem to be hopelessly broken.
2008-02-24 15:42:43 -05:00
Joey Hess
8108178745
web commit by rdennis
2008-02-24 07:36:32 -05:00
Joey Hess
ad1639f455
web commit by JeremyReed: put on one line
2008-02-23 20:59:43 -05:00
Joey Hess
4d368bc747
web commit by JeremyReed: noticed bug running ikiwiki right after upgrading to 2.32.3
2008-02-23 20:58:30 -05:00
Joey Hess
e610460d9c
web commit by http://harningt.eharning.us/
2008-02-22 17:52:35 -05:00
Joey Hess
3af19a2428
web commit by http://madduck.myopenid.com/
2008-02-21 09:33:55 -05:00
Joey Hess
2add78ab82
web commit by http://madduck.myopenid.com/
2008-02-21 09:32:06 -05:00
Joey Hess
73b891a434
web commit by Justin: explain workaround using server rewriting.
2008-02-20 12:30:33 -05:00
Joey Hess
cf02ab0eaf
web commit by Mathias
2008-02-19 16:45:49 -05:00
Joey Hess
40a8236af4
web commit by http://madduck.myopenid.com/
2008-02-18 12:07:40 -05:00
Joey Hess
09db9e3287
web commit by lnussel
2008-02-18 03:41:48 -05:00
Joey Hess
8cb0bdcc12
web commit by Justin
2008-02-16 18:34:00 -05:00
Joey Hess
4d22a29e84
web commit by https://brian.may.myopenid.com/ : fix underscores
2008-02-16 04:23:29 -05:00
Joey Hess
4a158ce1b6
web commit by https://brian.may.myopenid.com/ : link to semi-related bug report
2008-02-16 04:22:13 -05:00
Joey Hess
9a4ba5c590
web commit by https://brian.may.myopenid.com/ : not checking ssl certificates
2008-02-16 04:19:30 -05:00
Joey Hess
15222d8725
web commit by https://brian.may.myopenid.com/ : simplify response
2008-02-16 03:37:29 -05:00
Joey Hess
a4697df3e7
web commit by https://brian.may.myopenid.com/
2008-02-15 04:10:08 -05:00
Joey Hess
8f7d7c1a00
er, what absolute links?
2008-02-14 15:46:24 -05:00
Joey Hess
841617c9ff
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-02-14 15:42:50 -05:00
Joey Hess
553136ec1f
* Preview limits the page dropdown to what's selected previously
...
(as preserving the full list across preview would be tricky). Userdirs
were still being offered as an option there, remove them.
* Fix a bug where user A created a page concurrently with user B, and
when B previewed it would redirect B to A's new page, losing B's work.
Instead, don't redirect and let conflict handling resolve it.
2008-02-14 15:42:14 -05:00
Joey Hess
85145afbd9
web commit by https://brian.may.myopenid.com/ : relative links
2008-02-14 15:40:22 -05:00
Joey Hess
8be2b60aac
* The search plugin needs to override <base> to point to the directory
...
containing ikiwiki.cgi, but this should not change the urls to the style
sheets etc. Add a new forcebareurl parameter to misctemplate to allow
it to do that.
2008-02-14 15:20:49 -05:00
Joey Hess
9192a88375
web commit by https://brian.may.myopenid.com/ : openid https certificates checked?
2008-02-14 05:05:36 -05:00
Joey Hess
a3c3786954
web commit by https://brian.may.myopenid.com/ : http proxy
2008-02-14 04:45:28 -05:00
Joey Hess
9c87cc0d13
web commit by rdennis
2008-02-14 04:41:52 -05:00
Joey Hess
31a52efc91
web commit by rdennis
2008-02-14 04:19:36 -05:00
Joey Hess
4aab5f0a73
* Generate XML RPC messages with the encoding set to utf-8 instead
...
of XML::RPC's default of us-ascii. Allows interoperation with
python's xmlrpc library, which threw invalid encoding exceptions and
caused the rst plugin to hang.
2008-02-11 00:11:49 -05:00
Joey Hess
4c0cc8e3a7
web commit by http://id.loopysoft.com/matt/
2008-02-10 21:30:27 -05:00
Joey Hess
825847af95
reply
2008-02-08 13:52:31 -05:00
Joey Hess
35547272c6
web commit by lnussel
2008-02-08 09:03:51 -05:00
Joey Hess
749c1e36d9
* monotone changes by Brian May:
...
- On commits, replace "mtn sync" bidirectional with "mtn push" single
direction. No need to pull changes when doing a commit. mtn sync
is still called in rcs_update.
- Support for viewing differences via patches using viewmtn.
2008-02-03 18:14:39 -05:00
Joey Hess
855f28e105
removing old patch that was also sent by mail
2008-02-03 17:48:30 -05:00
Joey Hess
d8d2b31692
fix broken link
2008-02-03 15:05:31 -05:00
Joey Hess
965efbb441
web commit by http://perolofsson.myopenid.com/
2008-02-02 06:59:00 -05:00
Joey Hess
d7fdd04b5a
* Removed support for sending commit notification mails. Along with it went
...
the svnrepo and notify settings, though both will be ignored if left in
setup files.
2008-01-29 00:36:58 -05:00
Joey Hess
ad6d22f237
followup
2008-01-28 18:17:31 -05:00
Joey Hess
f7b86d8177
pushing two commits in at once leads to a related problem
2008-01-28 17:55:58 -05:00
Joey Hess
1bdd9ec761
web commit by http://subvert.org.uk/~bma/ : More information.
2008-01-12 17:55:51 -05:00
Joey Hess
d028c29772
docs/changelog
2008-01-09 20:05:56 -05:00
Joey Hess
9f34404bb3
web commit by AlexandreDupas
2008-01-09 08:56:06 -05:00
Joey Hess
65909e3543
web commit by AlexandreDupas: possible answer
2008-01-09 08:53:06 -05:00
Joey Hess
2b2ff53c2f
web commit by http://madduck.myopenid.com/
2008-01-09 06:03:39 -05:00
Joey Hess
1cfb23cba2
web commit by http://subvert.org.uk/~bma/
2008-01-08 13:00:01 -05:00
Joey Hess
4c1a4402f9
* htmlscrubber: Further work around #365971 by adding tags for 'br/', 'hr/'
...
and 'p/'.
2008-01-07 18:32:50 -05:00
Joey Hess
e35eb5a418
* Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects.
2008-01-07 18:12:12 -05:00
Joey Hess
27261da09b
web commit by adb
2008-01-06 18:25:43 -05:00
Joey Hess
da41fcb1cd
web commit by http://madduck.myopenid.com/ : note about this still being a bug in ways
2008-01-06 09:03:28 -05:00
Joey Hess
fd65bf7545
web commit by tschwinge: How to do this.
2008-01-06 08:55:23 -05:00
Joey Hess
3e11f9ad94
web commit by http://madduck.myopenid.com/
2008-01-06 07:32:56 -05:00
Joey Hess
9589b7a83c
response, improve NOTAINT docs
2008-01-05 02:07:29 -05:00
Joey Hess
b81eabe8a6
response
2008-01-05 02:00:49 -05:00
Joey Hess
e0901334c9
response
2008-01-05 01:47:57 -05:00
Joey Hess
a61cf7a0d4
misc fixes so I can read this
2008-01-05 01:41:57 -05:00
Joey Hess
f9fa96ded7
web commit by adb
2008-01-05 01:01:11 -05:00
Joey Hess
f22558faed
web commit by http://weakish.int.eu.org/ : some more thought
2008-01-04 12:20:41 -05:00
Joey Hess
c9ea796b39
web commit by http://weakish.int.eu.org/ : minor
2008-01-04 04:38:18 -05:00
Joey Hess
ce3b55de42
web commit by http://weakish.int.eu.org/ : minor
2008-01-04 04:34:58 -05:00
Joey Hess
78e3f5a657
web commit by http://weakish.int.eu.org/
2008-01-04 04:33:26 -05:00
Joey Hess
c4373aa487
web commit by http://weakish.int.eu.org/
2008-01-04 04:26:50 -05:00
Joey Hess
8a021b3bdb
fixed
2008-01-01 20:12:22 -05:00
Joey Hess
0c26e5027d
web commit by tschwinge: Another UTF-8 problem.
2008-01-01 18:44:53 -05:00
Joey Hess
3e784ea8a1
* map: Fix handling of common prefix to handle the case where it's
...
in a subdirectory. Patch by Larry Clapp.
2007-12-28 17:22:17 -05:00
Joey Hess
01fb89bcd4
web commit by http://morgant.myopenid.com/
2007-12-22 10:25:15 -05:00
Joey Hess
3718bda224
web commit by http://theclapp.myopenid.com/ : fixed signature
2007-12-21 00:34:50 -05:00
Joey Hess
a54a9f2e25
web commit by http://theclapp.myopenid.com/ : create bug
2007-12-21 00:24:01 -05:00
Joey Hess
a14f396433
web commit by http://ptecza.myopenid.com/ : * Response
2007-12-18 03:29:24 -05:00
Joey Hess
67dcf175cb
* Work around perl taint checking bug #411786 , where perl sometimes randomly
...
sets the taint flag on untainted variables, by disabling taint checking
in the deb. This sucks.
2007-12-17 19:25:44 -05:00
Joey Hess
be85c0ca6d
response2
2007-12-17 18:57:36 -05:00
Joey Hess
d22caf2648
response
2007-12-17 18:51:41 -05:00
Joey Hess
bf0589f116
web commit by http://ptecza.myopenid.com/ : * Response
2007-12-17 15:38:41 -05:00
Joey Hess
c10f1a3f4c
response
2007-12-17 13:44:59 -05:00
Joey Hess
0266946af0
remove dup bug report
...
This was filed as a dup because ikiwiki refused to render it dut to a bug I just fixed.
2007-12-17 13:38:00 -05:00
Joey Hess
3b536e0067
web commit by http://ptecza.myopenid.com/ : * Update
2007-12-17 10:42:06 -05:00
Joey Hess
3d43cb1053
web commit by http://ptecza.myopenid.com/ : * Addendum
2007-12-17 05:46:29 -05:00
Joey Hess
7993cf1de1
web commit by http://ptecza.myopenid.com/ : * Bug report again
2007-12-17 05:39:09 -05:00
Joey Hess
1585b31883
web commit by http://ptecza.myopenid.com/ : * Bug report
2007-12-17 05:19:16 -05:00
Joey Hess
9459cc55ab
* meta: Drop support for "meta link", since supporting this for internal
...
* map: Don't inline images.
2007-12-16 16:00:13 -05:00
Joey Hess
306d67c786
web commit by http://engla.myopenid.com/ : plugins/map displays images inline
2007-12-15 20:04:06 -05:00
Joey Hess
5b2ab63f78
* Allow editing a page and deleting all content, while still disallowing
...
creating a new page that's entirely empty.
2007-12-12 19:11:29 -05:00
Joey Hess
dc23d4989c
web commit by tschwinge
2007-12-12 18:31:31 -05:00
Joey Hess
6df7e8748d
web commit by tschwinge: Can't deplete page?
2007-12-12 18:30:25 -05:00
Joey Hess
108d04fc21
new bug I saw
2007-12-12 17:20:26 -05:00
Joey Hess
aa2e20cb12
response
2007-12-12 17:14:10 -05:00
Joey Hess
10a2895b3b
* shortcut: Expand %S to the raw input text, not url-encoded.
2007-12-12 16:50:29 -05:00
Joey Hess
b10c46a1f3
followup to other question
2007-12-12 16:25:40 -05:00
Joey Hess
ae471ccf04
close
2007-12-09 12:37:05 -05:00
Joey Hess
fa90bdf4bf
fix up some links
2007-12-08 20:04:18 -05:00
Joey Hess
7960031135
MAJOR basewiki reorg
...
Including redir pages for the moved basewiki pages. These will be removed in
a future release.
2007-12-08 15:59:08 -05:00
Joey Hess
aebd98f62e
web commit by tschwinge: ``clear: both'' for `.page*'?
2007-12-04 11:56:17 -05:00
Joey Hess
e15e3202eb
releasing version 2.14
2007-11-26 15:30:44 -05:00
Joey Hess
8eac179287
web commit by http://svend.myopenid.com/ : Submit bug.
2007-11-26 14:08:03 -05:00
Joey Hess
9dd5285025
remove some links to nonexistent pages that we don't want to add
2007-11-17 16:37:25 -05:00
Joey Hess
48e3050f18
guess I can call this done again
2007-11-17 16:35:45 -05:00
Joey Hess
e79eac82b0
broken link :-)
2007-11-17 16:31:03 -05:00
Joey Hess
80d16f80bf
* Allow trailing slashes after page names in wikilinks.
2007-11-17 16:26:34 -05:00
Joey Hess
6d7202a014
gitweb limitiations..
2007-11-17 14:54:01 -05:00
Joey Hess
e9ffdc9c4f
* Fix mercurial historyurl in example setup file.
2007-11-17 14:43:49 -05:00
Joey Hess
d29c485a8c
web commit by http://svend.myopenid.com/ : Added note about backslash.
2007-11-15 14:58:41 -05:00
Joey Hess
bdb065ca12
web commit by http://svend.myopenid.com/ : Trying a different escape.
2007-11-15 14:56:50 -05:00
Joey Hess
a9f4b805f0
web commit by http://svend.myopenid.com/ : The code showed up correctly in the preview, but the rendered page contained a link.
2007-11-15 14:54:10 -05:00
Joey Hess
d514b77729
web commit by http://svend.myopenid.com/ : Added bug.
2007-11-15 14:50:56 -05:00
Joey Hess
79b4094908
web commit by tschwinge: gitweb deficiency w.r.t. log messages.
2007-11-14 06:18:47 -05:00
Joey Hess
3dc8e446db
web commit by tschwinge: gitweb deficiency w.r.t. newly created pages.
2007-11-14 06:16:17 -05:00
Joey Hess
335942c0ea
silly markdown
2007-11-13 15:43:54 -05:00
Joey Hess
c8bf872775
not an ikiwiki bug, really
2007-11-12 14:02:32 -05:00
Joey Hess
2f2470d835
web commit by tschwinge: Problem with umlauts and friends.
2007-11-10 18:59:01 -05:00
Josh Triplett
899d836683
Add xmlns attribute on html element in templates; pages can now validate.
2007-11-08 12:59:02 -08:00
Josh Triplett
2bb218865e
Add bug for xmlns
2007-11-08 12:46:43 -08:00
Joey Hess
6150245454
web commit by PatrickWinnertz
2007-11-06 17:31:48 -05:00
Joey Hess
d55bc1e8b6
tested this patch and found problems
2007-11-06 15:33:54 -05:00
Joey Hess
3903d2ebd2
web commit by ThomasBleher
2007-11-05 06:33:46 -05:00
Joey Hess
961fd87b39
formatting
2007-10-31 17:21:13 -04:00
Joey Hess
c5d9c0d6b6
* Avoid a race in the git rcs_commit function, by not assuming HEAD will
...
stay the same for the duration of the function.
2007-10-31 17:17:03 -04:00
Joey Hess
683c1ebb4c
* Fix some issues with toggles in preview mode.
2007-10-29 17:16:10 -04:00
Joey Hess
70384ae553
analise one not-our-bugissue, move the other to a bug report page
2007-10-29 16:27:05 -04:00
Joey Hess
1e1e1f5046
* ikiwiki-mass-rebuild: Patch from HenrikBrixAndersen to fix order
...
* ikiwiki-mass-rebuild: Don't clear PATH from the environment.
2007-10-25 23:12:23 -04:00
Joey Hess
11968615df
web commit by HenrikBrixAndersen: Answer question from Joey
2007-10-25 17:19:34 -04:00
Joey Hess
799a3968a2
question
2007-10-25 07:55:45 -04:00
Joey Hess
b668227481
web commit by HenrikBrixAndersen: ikiwiki-mass-rebuild fails to drop privileges and execute ikiwiki
2007-10-25 07:44:18 -04:00
Joey Hess
9f1cd89bc2
* Add handling of feeds for nested inlines, as well as support for a
...
single page containing two different feeds.
* Also fixed some places in inline that failed to use destpage correctly.
2007-10-25 05:43:43 -04:00
Joey Hess
844e3a549a
may have just found my motivation to fix this..
2007-10-25 03:47:33 -04:00
Joey Hess
4a9d15c281
closing this bug
2007-10-25 00:39:22 -04:00
Joey Hess
a9e28ffa47
tagging this as done since it's for an unsupported perl version
2007-10-25 00:33:10 -04:00
joey
2c8c166cec
resp
2007-10-24 20:34:21 +00:00
joey
c3a835fd58
resp
2007-10-24 20:31:11 +00:00
joey
00e304e325
web commit by http://solair.livejournal.com/
2007-10-23 21:18:37 +00:00
joey
b319151d3b
web commit by sward: Real expected output
2007-10-23 12:49:53 +00:00
joey
b686cd2a24
web commit by sward
2007-10-23 11:53:55 +00:00
joey
519d477e22
complete analysis
2007-10-16 17:40:36 +00:00
joey
57d9b5601b
failed to reproduce
2007-10-13 18:11:56 +00:00
joey
707ea6c4e8
web commit by http://madduck.myopenid.com/
2007-10-13 17:26:24 +00:00
joey
4f0620e703
clean up bad wiki links, add news item
2007-09-29 18:47:53 +00:00
joey
ed4b6afc9b
* camelcase: Tighten regexp to avoid false positives. WikiWords are only
...
linkified now if they are preceeded by whitespace.
2007-09-28 20:50:20 +00:00
joey
7c65bc0b54
comment
2007-09-28 20:10:21 +00:00
joey
fb0eab1e32
close
2007-09-28 20:07:46 +00:00
joey
d46688672c
web commit by http://a1fie.livejournal.com/
2007-09-28 09:54:24 +00:00
joey
9c7466206e
web commit by madmax
2007-09-28 09:44:17 +00:00
joey
b736a32cc2
response
2007-09-27 19:09:34 +00:00
joey
14609ab92d
web commit by madmax
2007-09-27 18:55:11 +00:00
joey
cd11092156
web commit by madmax
2007-09-27 18:54:36 +00:00
joey
e02154633d
web commit by madmax
2007-09-27 18:53:24 +00:00
joey
3092645a52
markdown bug filed
2007-09-27 17:47:42 +00:00
joey
194efe68c9
web commit by madmax
2007-09-26 22:47:23 +00:00
joey
f9f38ae31c
* Save index after previewing page edit, since even previewing can create
...
files in some situations, and this is appropriate in some cases, such as
the teximg plugin's error log file.
Such files will be automatically cleaned up at an appopriate later time.
2007-09-22 18:31:52 +00:00
joey
811b8726db
bug
2007-09-22 18:30:34 +00:00
joey
6be34dda9b
analysis
2007-09-22 18:13:36 +00:00
joey
aa0600bda3
think this is fixed too..
2007-09-21 17:57:14 +00:00
joey
9d75d3005b
* map: Render empty nodes on the way to subpages whose parent pages
...
are not included in the map.
* map: Fix valid html issue.
2007-09-21 17:54:58 +00:00
joey
5f15f6c883
web commit by http://madduck.myopenid.com/ : add HTML snippet and slam suspision of this being display-only.
2007-09-21 17:10:24 +00:00
joey
bbfbad2da7
rm
2007-09-21 16:58:42 +00:00
joey
77e7f76372
web commit by http://madduck.myopenid.com/
2007-09-21 16:50:36 +00:00
joey
bbec2c9af7
web commit by http://madduck.myopenid.com/
2007-09-21 16:50:03 +00:00
joey
f5839df1ae
web commit by http://madduck.myopenid.com/
2007-09-21 16:47:59 +00:00
joey
7a5638b800
web commit by http://madduck.myopenid.com/
2007-09-21 16:37:19 +00:00
joey
42d15a8b05
web commit by http://madduck.myopenid.com/ : remove links, add snapshot since I moved on
2007-09-21 16:34:31 +00:00
joey
fb00915e79
web commit by http://madduck.myopenid.com/
2007-09-21 10:33:49 +00:00
joey
5c52995bf7
web commit by http://madduck.myopenid.com/ : add page on me
2007-09-21 10:16:15 +00:00
joey
d3ec2b8c12
web commit by http://madduck.myopenid.com/ : removing fixed flag, add confirmation and point at a minor remaining issue
2007-09-21 10:15:05 +00:00
joey
0935e380c5
* tag: Add taglink preprocessor directive, supporting visible tag links.
...
* map: Fully specify paths to links to avoid issues when the bestlink
didn't point to the correct page.
2007-09-20 19:23:43 +00:00
joey
5c56633e81
web commit by http://madduck.myopenid.com/
2007-09-20 19:05:07 +00:00
joey
7f087e18ae
web commit by http://madduck.myopenid.com/ : retitle
2007-09-20 18:58:22 +00:00
joey
7f2d04338e
web commit by http://madduck.myopenid.com/ : correction: seems related to page name
2007-09-20 18:52:54 +00:00
joey
453724f7dd
web commit by http://madduck.myopenid.com/
2007-09-20 18:49:07 +00:00
joey
a1bb69510a
web commit by Bj
2007-09-20 17:07:51 +00:00
joey
ef43bff1ca
* Correct generation of RFC 3339 format times for atom/rss feeds. Always use
...
gmtime for these since a time zone is not specified.
2007-09-02 19:29:40 +00:00
joey
df81177d39
web commit by http://subvert.org.uk/~bma/ : timezone bug.
2007-09-02 03:08:40 +00:00
joey
6f3aebd4f6
fix issue bma noticed (why does it use "r2"?)
2007-08-30 23:45:56 +00:00
joey
a1ef7086f3
web commit by http://subvert.org.uk/~bma/ : Escape what IkiWiki thinks are links.
2007-08-30 17:27:43 +00:00
joey
1091ab8c3e
web commit by http://subvert.org.uk/~bma/
2007-08-30 17:24:30 +00:00
joey
f1a52fa06c
web commit by madmax
2007-08-30 09:58:52 +00:00
joey
5d6d191e88
reference bug
2007-08-29 16:50:49 +00:00
joey
5edac33326
markdown bug
2007-08-29 16:49:49 +00:00
joey
f5e7fbd9a0
web commit by madmax
2007-08-29 15:40:16 +00:00
joey
c87cbb8ed5
web commit by madmax
2007-08-29 15:39:38 +00:00
joey
d3df65fd72
web commit by madmax
2007-08-29 15:39:15 +00:00
joey
d225141935
web commit by madmax
2007-08-29 15:38:36 +00:00
joey
5aae689b86
web commit by madmax
2007-08-29 15:20:24 +00:00
joey
2f531d503a
web commit by madmax
2007-08-29 14:27:55 +00:00
joey
3b33d6946a
web commit by madmax
2007-08-29 14:24:00 +00:00
joey
ec0127bf09
web commit by madmax
2007-08-29 14:22:19 +00:00
joey
a024a3f9a6
web commit by madmax
2007-08-29 14:17:16 +00:00
joey
e110dd63cb
web commit by madmax
2007-08-29 14:09:26 +00:00
joey
99261148fe
fix
2007-08-28 23:11:40 +00:00
joey
ad78b73fb0
fix
2007-08-28 23:09:41 +00:00
joey
447ad58ebb
fix
2007-08-28 23:08:30 +00:00
joey
cef0ebe691
fix
2007-08-28 23:08:01 +00:00
joey
4142c02f73
* Tables containing links with a link text were misparsed, because the "|"
...
in the wikilink looked like a table field separator. Avoid this ambiguity
by linkifying the data before parsing it as a table.
* Turn on allow_loose_quotes in the table plugin's Text::CSV object,
so that links from wikilinks don't confuse the parser.
2007-08-28 23:06:24 +00:00
joey
fe316c4434
web commit by madmax: bugreport clarification
2007-08-28 17:14:20 +00:00
joey
e87fcf2971
web commit by madmax
2007-08-28 17:06:25 +00:00
joey
9c5f4761d8
* Support for looking in multiple directories for underlay files.
...
* Plugins can add new directories to the search path with the add_underlay
function.
* Split out smiley underlay files into a separate underlay, so if the plugin
isn't used, the wiki isn't bloated with all those files.
2007-08-28 01:59:01 +00:00
joey
abc5919087
* Fix bug when blogging by cgi, introduced in last version.
2007-08-26 17:32:15 +00:00
joey
ccefee3538
web commit by http://jeremie.koenig.myopenid.com/ : precision
2007-08-26 14:58:36 +00:00
joey
cd26827aea
web commit by http://jeremie.koenig.myopenid.com/
2007-08-26 14:57:22 +00:00
joey
053a867d1e
web commit by http://willu.myopenid.com/ : Add patch to improve monotone support
2007-08-25 04:34:39 +00:00
joey
a18d99c3fa
apply monotone patch
2007-08-24 01:20:25 +00:00
joey
10ebaac390
web commit by http://willu.myopenid.com/ : Add patch to fix a security FIXME
2007-08-24 00:56:09 +00:00
joey
963ecdaf9e
close
2007-08-22 01:06:35 +00:00
joey
c2c943bc25
monotone updates
2007-08-21 16:55:13 +00:00
joey
f0f28c3896
web commit by http://willu.myopenid.com/ : Respond with details of monotone plugin (and small bug fix)
2007-08-21 08:33:28 +00:00
joey
2a5d5e23e4
response
2007-08-21 07:16:02 +00:00
joey
a20756b86b
web commit by ali: Fix a typo
2007-08-21 06:23:07 +00:00
joey
dadaad8052
web commit by ali: Give in and use html which I can remember!
2007-08-21 06:21:20 +00:00
joey
c3cf6bf8d9
web commit by ali: Don't wrap my error message!
2007-08-21 06:20:19 +00:00
joey
b1fecf16da
web commit by ali: Reporting bug with prune and taint mode
2007-08-21 06:19:13 +00:00
joey
4d5501dc87
meh
2007-08-21 04:35:59 +00:00
joey
74baaeba00
reorg all the pages about rcs backends. Fix all links
2007-08-21 04:25:03 +00:00
joey
764d91b6be
update wiki
2007-08-21 03:58:30 +00:00
joey
56b29914bd
add a pointer to a bug that was filed elsewhere
2007-08-20 18:27:04 +00:00
joey
e30ba9ce7f
web commit by http://willu.myopenid.com/ : Update for new version of patch
2007-08-18 03:16:28 +00:00
joey
2d4b27330e
web commit by http://jeremie.koenig.myopenid.com/
2007-08-14 21:02:07 +00:00
joey
be3c8133f1
these web servers sound broken
2007-08-14 20:10:52 +00:00
joey
89dc1d82e3
web commit by http://jeremie.koenig.myopenid.com/
2007-08-14 18:50:05 +00:00
joey
6adfb96d74
web commit by http://jeremie.koenig.myopenid.com/
2007-08-14 18:18:36 +00:00
joey
70f052d88e
resp
2007-08-14 18:06:18 +00:00
joey
e66e8d1406
web commit by http://jeremie.koenig.myopenid.com/
2007-08-14 17:53:30 +00:00
joey
d9b4287c9a
web commit by http://jeremie.koenig.myopenid.com/
2007-08-14 17:34:27 +00:00
joey
0b784b5593
web commit by http://jeremie.koenig.myopenid.com/
2007-08-14 17:31:53 +00:00
joey
4de271a90f
response
2007-08-12 07:21:07 +00:00
joey
7d1c517379
web commit by http://willu.myopenid.com/ : respond to comments on the patch
2007-08-12 07:05:31 +00:00
joey
7922a663c0
* Support pagespec "functions" with no parameters, like included() in the
...
conditional plugin.
2007-08-11 23:31:57 +00:00
joey
160326b469
* Apply a patch from NicolasLimare adding modification date tags to rss and
...
atom feeds, and also changing the publication time for a feed to the
newest modiciation time (was newest creation time).
* The patch also adds dcterms:creator to rss items that have a known author.
2007-08-11 23:15:08 +00:00
joey
b3392663e1
web commit by NicolasLimare: rssfeed date patch correction
2007-08-11 22:45:57 +00:00
joey
6bcfbbf81a
remove dup
2007-08-11 22:40:41 +00:00
joey
c4678c071c
oops
2007-08-11 22:38:13 +00:00
joey
98f08ddaab
tested
2007-08-11 22:36:44 +00:00
joey
aa84526509
comments and review
2007-08-11 22:12:48 +00:00
joey
b714b92ed6
web commit by http://willu.myopenid.com/ : Update information on patch
2007-08-11 07:18:42 +00:00
joey
855c0c53b7
web commit by http://willu.myopenid.com/ : Update description of monotone plugin
2007-08-07 14:25:36 +00:00
joey
fb679bfbab
web commit by NicolasLimare: updated patch
2007-08-07 06:01:26 +00:00
joey
149fbcdad0
web commit by NicolasLimare: atom and rss references, and patch
2007-08-07 04:20:31 +00:00
joey
ea73741833
web commit by http://willu.myopenid.com/ : Notes on updated diff
2007-08-06 13:23:48 +00:00
joey
3a1e6dcb24
updates
2007-08-04 06:27:47 +00:00
joey
dff710ed4a
monotone kewl
2007-08-03 17:31:14 +00:00
joey
14061f58db
web commit by http://willu.myopenid.com/ : Add a note about monotone requirements.
2007-08-03 06:16:39 +00:00
joey
187702557d
web commit by http://willu.myopenid.com/ : Add a report linking to initial Monotone support.
2007-08-03 06:06:21 +00:00
joey
54e25f034c
* Allow raw html in the rst plugin.
2007-07-29 22:39:40 +00:00
joey
f371f2f2d8
* Fix problems with previewing in the graphviz plugin. Thanks,
...
HenrikBrixAndersen.
2007-07-29 22:34:42 +00:00
joey
8a3657ae46
web commit by http://ethan.betacantrips.com/ : improve rst support
2007-07-29 04:16:47 +00:00
joey
c0f8808232
* Various minor bug fixes for silly mistakes in the code, thanks to the
...
various reviewers.
2007-07-28 21:01:56 +00:00
joey
80d4d1d26d
no, it's fixed after all..
2007-07-28 20:59:49 +00:00
joey
f9ad571014
indeed not fixed, but patch needs improvement
2007-07-28 20:58:01 +00:00
joey
40cde964d0
web commit by http://ethan.betacantrips.com/ : another weird thing
2007-07-28 20:56:09 +00:00
joey
3bbf5eb28a
fix
2007-07-28 20:54:58 +00:00
joey
7fa31b00b7
fix typo
2007-07-28 20:53:51 +00:00
joey
752db9eb2b
web commit by http://ethan.betacantrips.com/ : another weird thing
2007-07-28 20:36:01 +00:00
joey
71cd4921c1
web commit by HenrikBrixAndersen: This patch is still needed
2007-07-27 09:45:27 +00:00
joey
8f991679d2
web commit by http://ethan.betacantrips.com/ : saw this and didn't understand
2007-07-27 07:12:46 +00:00
joey
26bfed13ac
web commit by http://ethan.betacantrips.com/ : regexes are fun
2007-07-27 04:42:59 +00:00
joey
e62664cddb
fix typo
2007-07-27 00:49:00 +00:00
joey
b4fa92f9e7
web commit by NicolasLimare: no dot in htmlext option
2007-07-27 00:38:57 +00:00
joey
2ff6e24557
closing
2007-07-26 20:08:26 +00:00
joey
0a1b4c193a
test
2007-07-26 19:57:21 +00:00
joey
72c95e8434
* Fix re-rendering of pages when a linked to page goes away. This was broken
...
in version 1.50 with the addition of %destsources. Thanks, Ethan
Glasser-Camp.
2007-07-26 19:41:04 +00:00
joey
3ea6d8a319
web commit by http://ethan.betacantrips.com/ : fix
2007-07-26 03:12:57 +00:00
joey
9583d6978a
web commit by http://ethan.betacantrips.com/
2007-07-26 03:00:00 +00:00
joey
c96d672810
massive patchqueue reorg
...
patches can now be anywhere and tagged patch to show up on the patch list.
Moved all the patchqueue stuff to todo items; some of it was merged into
existing todo items.
2007-07-25 03:36:53 +00:00
joey
7558a6d8aa
more triage
2007-07-25 03:08:10 +00:00
joey
2210c65083
more triage
2007-07-25 02:34:48 +00:00
joey
de9104d4e2
triage
2007-07-25 02:27:23 +00:00
joey
a7b8e35bf9
* Fix graphviz plugin to not try to read images as utf-8; they might
...
sometimes contain invalid utf-8 byte sequences. Thanks,
HenrikBrixAndersen.
2007-07-25 02:15:52 +00:00
joey
a4b3300fde
done
2007-07-25 02:05:32 +00:00
joey
99bc53b83e
Close this one, I think I've explained fairly convincingly why the old
...
behavior was a bug, and the current behavior good sense.
2007-07-25 01:57:55 +00:00
joey
3e29836593
move some bugs to todo items
...
add a wishlist tag, that can be used to separate some todos off onto a
wishlist page
2007-07-25 01:55:45 +00:00
joey
711f86e627
response
2007-07-25 00:45:48 +00:00
joey
2f3a4f6899
response
2007-07-25 00:39:26 +00:00
joey
c35330f87b
web commit by NicolasLimare
2007-07-24 20:59:47 +00:00
joey
84c2aed7e7
web commit by NicolasLimare
2007-07-24 19:52:41 +00:00
joey
1044bdafa9
web commit by NicolasLimare
2007-07-24 18:41:44 +00:00
joey
927f14271c
web commit by NicolasLimare
2007-07-24 18:32:23 +00:00
joey
5ca59b3a8d
web commit by NicolasLimare
2007-07-24 18:22:06 +00:00
joey
e67fe2f5cb
web commit by NicolasLimare
2007-07-24 18:20:33 +00:00
joey
0e4fe066d8
analysis
2007-07-20 17:53:58 +00:00
joey
2f583a6e05
web commit by http://solair.livejournal.com/
2007-07-20 04:41:29 +00:00
joey
c517b76c85
web commit by http://solair.livejournal.com/
2007-07-20 04:39:21 +00:00
joey
68ae662e6f
followup
2007-07-11 01:01:13 +00:00
joey
b4ee8390a7
web commit by http://blakej.myopenid.com/
2007-07-11 00:55:30 +00:00
joey
55d1c26f53
response
2007-07-09 01:19:00 +00:00
joey
e0da57358c
get confused. So it's best for ikiwiki to follow the compatability
...
* Support building on systems that lack asprintf.
* mercurial getctime is currently broken, apparently by some change in
mercurial version 0.9.4. Turn the failing test case into a TODO test case.
2007-07-09 00:39:55 +00:00
joey
5a809bdd98
response
2007-07-08 17:25:50 +00:00
joey
b910d991f0
respond to one item and make another into a bug report
2007-07-08 17:20:25 +00:00
joey
c4ccb9efe6
fix to be a proper bug report
2007-07-08 00:03:44 +00:00
joey
5fe490c7d7
massive naming and userlink patch from Paweł Tęcza
2007-07-07 23:48:00 +00:00
joey
dcb7fd85f2
web commit by http://dmarti.myopenid.com/
2007-07-06 01:56:53 +00:00
joey
80e3887e07
web commit by http://xtermin.us/ : But also affects CamelCased style text in freelinks.
2007-07-04 02:04:36 +00:00
joey
176c3c0ba1
web commit by http://victormoral.myopenid.com/ : fixing the debian bug reference
2007-06-27 09:01:30 +00:00
joey
afcf0dc79e
* Patch fixing various additional problems with test suite. Closes : #425891
...
once more.
2007-06-26 22:11:59 +00:00
joey
bde5f35b7b
web commit by ThomasViehmann: More info and full patch in Debian BTS
2007-06-26 12:47:26 +00:00
joey
d454720258
web commit by HenrikBrixAndersen: Add patch for improving usability of the search template
2007-06-15 13:06:38 +00:00
joey
30fa9aeca1
web commit by https://kheinz.regged.de/
2007-06-14 20:42:11 +00:00
joey
e70f66e18b
web commit by https://kheinz.regged.de/
2007-06-14 20:04:49 +00:00
joey
d79ddb057c
web commit by harleypig
2007-06-10 18:32:16 +00:00
joey
6b6d824c5b
web commit by HenrikBrixAndersen: The first proposed patch was broken, this one works
2007-06-08 10:06:21 +00:00
joey
f871c084f6
web commit by HenrikBrixAndersen: Add patch for graphviz.pm
2007-06-07 14:03:00 +00:00
joey
9bae375584
web commit by HenrikBrixAndersen: Remove duplicate header
2007-06-07 13:57:24 +00:00
joey
d01efdf07c
web commit by HenrikBrixAndersen: Add patch for toc.pm
2007-06-07 11:37:53 +00:00
joey
b61fede326
web commit by TaylorKillian
2007-06-04 03:56:09 +00:00
joey
348a82b7a4
known bug
2007-06-01 21:37:30 +00:00
joey
4b650a855c
web commit by TaylorKillian
2007-06-01 20:46:06 +00:00
joey
544d48328b
response
2007-06-01 18:31:29 +00:00
joey
7c64bcf6ad
err..?
2007-06-01 17:47:24 +00:00
joey
90b09f08cd
web commit by cworth
2007-06-01 13:59:35 +00:00
joey
a7d5259a88
web commit by cworth: Es
2007-06-01 13:45:08 +00:00
joey
4a43b45f79
web commit by cworth
2007-06-01 13:42:35 +00:00
joey
3bb9d23c52
web commit by KarlMW: unclear --numbacklinks usage
2007-06-01 09:13:26 +00:00
joey
ba1765fbdf
* More consistent encoding of titles in rss and atom feeds. Don't use
...
ESCAPE=HTML for titles in the templates for these feeds, and instead
escape the title going in to the template. Previously, the title was
sometimes double-escaped in a feed (if set via meta title), and sometimes
not (if set from the page filename).
* In the meta plugin, when a title is set, encode the html entities in it
numerically. This works better in the current landscape of a rss spec that
doesn't specify encoding, and variously broken feed consumers, according
to <http://www.rssboard.org/rss-profile#data-types-characterdata >.
2007-05-28 19:43:28 +00:00
joey
330bbd03df
* Apply a patch from Carl Worth allowing a class attribute to be passed
...
through the img plugin. Also allow the id attribute to be passed through.
2007-05-28 19:07:38 +00:00
joey
51d7da8c87
analysis
2007-05-28 18:58:27 +00:00
joshtriplett
5d1c384259
Merge bug reports.
2007-05-24 17:20:48 +00:00
joey
3c70e58d15
web commit by cworth
2007-05-24 17:01:58 +00:00
joey
f14dbd76fe
web commit by http://bmalee.eu/~bma/
2007-05-23 21:25:52 +00:00
joey
19137c382e
web commit by cworth: Attempting to protect patch content with indentation...
2007-05-23 13:42:07 +00:00
joey
ffe8c29c3c
web commit by cworth
2007-05-23 13:36:37 +00:00
joey
c8b9fdcd26
this bug still exists
2007-05-23 02:44:43 +00:00
joey
cf35ee04cd
* Add a destpage parameter to the filter hook.
...
* Fix links to smilies generated by the smiley plugin for inlined pages. The
old links were often wrong, but often still worked by accident.
2007-05-17 19:55:11 +00:00
joey
739325834b
* Fix some bugs in password handling:
...
- If the password is empty in preferences, don't clear the existing
password.
- Actually check the confirm password field, even if it's left empty.
2007-05-17 08:06:05 +00:00
joey
08d0bd7338
* Patch from hb to fix the pagestats plugin, which was broken by a past
...
change to the backlinks() function.
2007-05-12 17:56:56 +00:00
joey
1fa80e15a1
web commit by hb
2007-05-12 14:49:49 +00:00
joey
7fc3a41cfd
web commit by hb: typo
2007-05-12 14:25:17 +00:00
joey
ffae58a978
web commit by hb
2007-05-12 14:23:31 +00:00
joey
190202dd4e
* Make all templates have a footer div to ease themeing. Required template
...
and style sheet updates, and unless you're using customised versions,
you'll want to rebuild wikis on upgrade to this version to avoid
inconsistencies.
* Allow WIKINAME to to used in footers, as an example of something to put
there.
2007-05-11 20:09:58 +00:00
joey
02fd4b9f33
web commit by http://ptecza.myopenid.com/ : * Thanks
2007-05-11 09:55:05 +00:00
joey
1833f48a86
web commit by http://ptecza.myopenid.com/ : * Thanks
2007-05-11 09:48:35 +00:00
joey
0e8cbac4e5
web commit by Fred: Updated patch
2007-05-10 20:35:00 +00:00
joey
3eb541e36a
response
2007-05-10 18:59:32 +00:00
joey
f23ebaad2e
* Apply patch from Pawel to avoid using -L in Makefile as it's not available
...
in older finds.
2007-05-10 18:59:02 +00:00
joey
b15f37e9e9
response
2007-05-10 18:54:37 +00:00
joey
3a1c0c0460
web commit by http://ptecza.myopenid.com/ : * Next bug report
2007-05-10 14:02:20 +00:00
joey
cb92588ef2
web commit by http://ptecza.myopenid.com/ : * FTBFS report
2007-05-10 13:41:45 +00:00
joey
41e8aa899a
web commit by http://ptecza.myopenid.com/ : * Bug report
2007-05-10 08:45:14 +00:00
joey
4d7ca9fff8
web commit by Fred
2007-05-09 20:58:48 +00:00
joey
5edc3fca68
response
2007-05-08 17:52:56 +00:00
joey
9ea045e427
web commit by Fred: Reformat the entry so that the patch is readable. Sorry.
2007-05-08 17:43:29 +00:00
joey
a07f7ee4fb
web commit by Fred
2007-05-08 17:40:28 +00:00
joey
3986cd4ce1
web commit by http://adam.shand.net/
2007-05-03 08:47:46 +00:00
joey
739cb45f23
fixed by new markdown version
2007-05-01 22:16:04 +00:00
joey
b5663def1d
web commit by JoshTriplett: Wiki formatting between `\[[toc ]]` and an inline fails to render.
2007-05-01 21:57:18 +00:00
joey
9026ae05c2
* Fix a bug that prevented clearing email or subscriptions.
2007-04-30 21:32:24 +00:00
joshtriplett
fafaa119cf
Revert passwordauth fieldset and doc to avoid 2.0 regressions; need to re-evaluate after 2.0.
2007-04-30 04:08:06 +00:00
joshtriplett
03d982bd46
Followup on bug.
2007-04-30 02:38:15 +00:00
joey
dde68ed9b9
* Use a fieldset to set off the openid entry from the rest of the login
...
form.
2007-04-29 22:16:15 +00:00
joshtriplett
e97b63c95a
* Avoid using GNU extensions to cp during "make install", which did
...
not work on FreeBSD. Thanks to Henrik Brix Andersen for the patch.
2007-04-29 21:53:26 +00:00
joshtriplett
8583fe7a95
Add trailing newline.
2007-04-29 21:47:30 +00:00
joey
0a1a0c57de
web commit by JoshTriplett: Fix typo.
2007-04-29 21:33:16 +00:00
joey
722d893c83
web commit by JoshTriplett: Fix typo.
2007-04-29 21:32:53 +00:00
joey
09e852d35e
web commit by JoshTriplett: No, apparently FreeBSD `install` does not support `-D`.
2007-04-29 21:15:59 +00:00
joey
0a7621eff0
response
2007-04-29 19:35:33 +00:00
joey
3a352db173
web commit by hb
2007-04-29 16:30:45 +00:00
joey
d26f08f1ad
web commit by HenrikBrixAndersen: Add patch for using install(1) instead of cp(1) for installing files
2007-04-29 10:57:52 +00:00
joey
5c36a5cfc6
* Apply patch from hb that uses the full path to a file when adding a file
...
using the mercurial backend. Not 100% sure why it failed w/o the full
path, but this still passes the test suite, and indeed, is how the test
suite calls hg add.
2007-04-29 03:25:09 +00:00
joey
86eb0ccb51
web commit by JoshTriplett: The Debian package does have a version on its Suggests of liblocale-gettext-perl.
2007-04-28 18:59:36 +00:00
joey
84794b6a8d
web commit by http://adam.shand.net/ : debian package needs updating with require for new enough version of liblocale-gettext-perl
2007-04-28 11:41:41 +00:00
joey
1d51328d06
web commit by http://adam.shand.net/
2007-04-28 11:40:43 +00:00
joey
1d674c612d
done
2007-04-27 21:52:44 +00:00
joey
1d776d1fec
web commit by http://adam.shand.net/
2007-04-27 21:37:03 +00:00
joey
d3a902e796
web commit by JoshTriplett: Correct.
2007-04-27 20:57:17 +00:00
joey
67a4d88b7b
question
2007-04-27 17:03:11 +00:00
joey
9454f33c7a
web commit by JoshTriplett
2007-04-27 10:56:52 +00:00
joey
bb8fb1cb59
web commit by JoshTriplett
2007-04-27 10:54:12 +00:00
joey
61950b3cf8
web commit by http://adam.shand.net/
2007-04-27 05:39:20 +00:00
joey
225b5ae548
web commit by http://adam.shand.net/
2007-04-27 05:37:54 +00:00
joey
0127fe6026
interesting one
2007-04-27 05:32:31 +00:00
joey
6e9f2a1113
response, web server misconfiguration
2007-04-27 05:23:03 +00:00
joey
4dd175bd11
web commit by http://adam.shand.net/ : sorry link changed.
2007-04-27 05:09:45 +00:00
joey
5b52652826
web commit by http://adam.shand.net/
2007-04-27 05:07:13 +00:00
joey
fd29e8643a
response
2007-04-27 05:01:41 +00:00
joey
4538fc8789
web commit by http://adam.shand.net/
2007-04-27 04:55:35 +00:00
joey
01f41560e3
* Fix sending of commit mails when new pages are added via the web.
2007-04-26 23:29:19 +00:00
joey
80b0165ff8
* Avoid .svn directories when installing from svn checkout.
2007-04-26 22:58:01 +00:00
joey
1e99e75e9a
unreproducible
2007-04-26 22:49:52 +00:00
joey
2a16e28910
web commit by http://adam.shand.net/
2007-04-25 22:10:58 +00:00
joey
71d2d93027
* Fix aggregator to not warn when a feed contains no body content at all.
...
* Work around bug #420636 by, if XML::Parser crashes, running the feed
content though Encode::decode_utf8.
2007-04-23 18:36:44 +00:00
joey
6c6413c9f5
web commit by http://john.choffee.co.uk/ : Added another bad feed to the aggregator.
2007-04-23 13:06:56 +00:00
joey
e09adb12a7
web commit by JoshTriplett: wikilink, not wikilinks.
2007-04-22 03:52:26 +00:00
joey
d5b51ce01b
web commit by JoshTriplett
2007-04-22 03:51:42 +00:00
joey
c5975243a5
* Support setting svnpath to "" for wikis that are rooted at the top of
...
their svn repositories, with no trunk directory.
2007-04-16 19:07:52 +00:00
joey
66f76e038f
web commit by HenrikBrixAndersen: Document problem with RecentPages and empty svnpath
2007-04-16 13:28:45 +00:00
joey
7f0f9bf5cf
bug
2007-04-15 21:56:59 +00:00
joey
8ef47cbca6
web commit by http://adam.shand.net/
2007-04-15 04:03:18 +00:00
joey
868ce06b36
turn tips page into a feed
2007-04-14 20:18:11 +00:00
joey
ad523baa24
bug I noticed
2007-04-13 19:37:37 +00:00
joey
b3d5b234f9
web commit by tuomov: detail
2007-04-13 15:25:31 +00:00
joey
da2fb30814
web commit by tuomov
2007-04-13 14:55:57 +00:00
joey
7146e21110
web commit by tuomov: More patch
2007-04-12 14:28:46 +00:00
joey
aa38aff4d6
web commit by tuomov: patch..
2007-04-12 14:24:23 +00:00
joey
1f8f1851e8
web commit by tuomov
2007-04-12 14:19:04 +00:00
joey
af388addc6
web commit by JoshTriplett: Response: please, no. Client-side wrapping of selections possibly OK.
2007-04-09 06:42:10 +00:00
joey
ec8144e9d2
response
2007-04-08 19:19:11 +00:00
joey
c53c60541e
web commit by hb
2007-04-08 10:35:19 +00:00
joey
bc2f94a311
web commit by JoshTriplett: Same thing observed via lintian
2007-04-08 04:30:16 +00:00
joey
9e28f4b33f
web commit by http://ethan.betacantrips.com/ : minor bug
2007-04-08 04:13:11 +00:00
joey
072d097be1
magic 0
2007-04-07 16:55:16 +00:00
joey
8abe3af165
web commit by JoshTriplett
2007-04-07 09:36:27 +00:00
joey
ba3547fb84
web commit by JoshTriplett: Similar to [[wiki_links_still_processed_inside_code_blocks]]
2007-04-06 20:21:20 +00:00
joey
f3ae869262
web commit by http://ptecza.myopenid.com/ : * Bug report
2007-04-06 09:57:16 +00:00
joey
bcf08cf905
web commit by JoshTriplett: See "using the web interface with a real text editor" on the [[tips]] page. --[[JoshTriplett]]
2007-04-06 08:56:06 +00:00
joey
d25e91e127
* Fix tags to page names that contain special characters.
2007-04-04 21:08:01 +00:00
joey
b8be74be61
web commit by http://willthompson.co.uk/ : I suck at wikilinks.
2007-04-04 20:17:42 +00:00
joey
ad9f21f0e8
web commit by http://willthompson.co.uk/ : hrm, my link is not escaped.
2007-04-04 20:12:38 +00:00
joey
695ddeb840
web commit by http://willthompson.co.uk/
2007-04-04 20:11:07 +00:00
joey
aee4621bae
* Fix a bug in the img plugin that caused thumbnailed files to not be
...
* Make the OpenID library a reccommendation of the Debian package, rather
than just a suggests, since OpenID is enabled by default.
2007-04-04 00:40:57 +00:00
joey
66c63328bc
response
2007-04-04 00:40:10 +00:00
joey
ee2b08c0bf
web commit by http://adam.shand.net/
2007-04-03 03:32:25 +00:00
joey
f18b1f9037
web commit by http://adam.shand.net/
2007-04-03 03:27:24 +00:00
joshtriplett
da938cbaab
Move todo item to todo/
2007-04-02 22:19:30 +00:00
joey
ef58a112a5
web commit by JoshTriplett
2007-04-02 21:59:15 +00:00
joey
02b9f69ba5
* Finally apply the index.html patch, with thanks to everyone who worked
...
on and supported creating it (especially Tumov). This adds a "usedirs"
option that makes ikiwiki use foo/index.html instead of foo.html as
output page names. It is not yet enabled by default.
2007-04-01 19:59:42 +00:00
joey
c8b80a96d6
web commit by hb: test
2007-04-01 16:31:43 +00:00
joey
874c52c277
web commit by hb: trying to put this done (it is !)
2007-04-01 16:28:57 +00:00
joey
a0727f4915
web commit by hb
2007-03-24 17:52:47 +00:00
joey
98bc61cb7b
web commit by hb
2007-03-24 17:52:06 +00:00
joey
c936ba1719
* Fix mercurial backend to deal with empty commit messages.
2007-03-24 15:14:53 +00:00
joey
bbb0b3e72f
* Finally fixed the longstanding inline removal bug.
...
* Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to
actually store pages' mtimes.
* Add "mtime" sort parameter to inline plugin.
2007-03-24 15:10:58 +00:00
joey
dc0bf7982f
web commit by MarkusSchaber: removed obsolete suggestion
2007-03-24 15:09:33 +00:00
joey
dbb4622c1b
web commit by MarkusSchaber
2007-03-24 14:59:10 +00:00
joey
210fe3664b
web commit by hb: Adding patch for the no message case for mercurial
2007-03-24 12:21:34 +00:00
joey
cb0c642aed
* Applied a patch from Michał to make the mercurial backend pass --quiet to
...
hg.
2007-03-18 22:20:44 +00:00
joey
62aecc19f0
web commit by http://meep.pl/ : bug report
2007-03-18 21:59:04 +00:00
joey
eeaaac10e5
web commit by http://joey.kitenet.net/ : more detail
2007-03-17 23:26:46 +00:00
joey
188f1931c2
* Fix some broken logic in cgi creation of a subpage when a toplevel page
...
with the same name already exists, and generally simplify the edit code.
2007-03-17 23:20:27 +00:00
joey
c1bf0eaf5d
respinse
2007-03-17 22:07:46 +00:00
joey
bf2c7f2298
response
2007-03-17 22:05:15 +00:00
joey
57606c7992
web commit by MichaelStevens: added new bug report
2007-03-17 21:00:34 +00:00
joey
f1b09207bf
web commit by http://id.inelegant.org/ : Bug report.
2007-03-17 00:09:37 +00:00
joey
5bc575c365
close
2007-03-16 21:47:31 +00:00
joey
ab5811fa5d
web commit by http://id.inelegant.org/ : Admission of stupidity. ;-)
2007-03-16 21:10:31 +00:00
joey
4be6ccbc02
response
2007-03-16 19:20:36 +00:00
joey
f6a15f38c2
web commit by http://id.inelegant.org/
2007-03-16 13:52:35 +00:00
joey
fe88512059
web commit by HenrikBrixAndersen: Say thanks :)
2007-03-04 22:56:23 +00:00
joey
d3b14e6d63
web commit by HenrikBrixAndersen: Add comment
2007-03-04 22:55:12 +00:00
joey
346b123d1f
web commit by http://ptecza.myopenid.com/ : * Fixed bug
2007-03-02 14:27:04 +00:00
joey
ba0d82e7ea
* Patch from HenrikBrixAndersen to fix a broken use of foreach in the
...
search plugin.
2007-02-23 19:36:31 +00:00
joey
5916447f98
fixed
2007-02-23 19:23:42 +00:00
joey
73f8f35056
web commit by HenrikBrixAndersen: Document issue with wrong permissions on PNG files
2007-02-23 12:46:29 +00:00
joey
0e8bed4e06
web commit by HenrikBrixAndersen: Indent
2007-02-23 12:40:31 +00:00
joey
5aaa61d842
web commit by HenrikBrixAndersen: Document issue and propose patch for inclusion
2007-02-23 12:37:00 +00:00
joey
160568ca2a
calling this done.. hopefully
2007-02-21 09:07:40 +00:00
joey
1a7ebe2006
cgi needs to always render the wiki even if there's a conflict
2007-02-21 07:51:06 +00:00
joey
9d48f4c702
more thoughts, including a revival of my earlier proposal and attempt to prove it safe
2007-02-21 07:47:04 +00:00
joey
9586107d13
WC lock idea and patch with stub functions
2007-02-21 03:54:18 +00:00
joey
d72c5c558b
close
2007-02-21 03:06:00 +00:00
joey
1c7cdc5760
locking bug
2007-02-21 01:13:30 +00:00
joey
a42a478a9e
web commit by http://ethan.betacantrips.com/ : file this done or what?
2007-02-21 00:30:40 +00:00
joey
164f235996
done
2007-02-20 10:54:29 +00:00
joey
fb629162a2
web commit by http://ptecza.myopenid.com/ : * CVS sucks!
2007-02-20 10:52:57 +00:00
joey
8b3a840a74
* Detect old versions of xgettext and avoid using them.
2007-02-20 04:10:31 +00:00
joey
d065842775
web commit by http://id.inelegant.org/
2007-02-20 03:58:16 +00:00
joey
d442f1b2fc
* Don't error out if estcmd fails, just print a warning message. estcmd is
...
to fragile to let it kill ikiwiki.
2007-02-20 03:17:09 +00:00
joey
2ce6c23f94
response
2007-02-20 03:05:04 +00:00
joey
fa0a7fce46
oof
2007-02-20 03:03:51 +00:00
joey
231cf56a66
web commit by http://id.inelegant.org/
2007-02-20 01:56:22 +00:00
joey
9eacac4643
web commit by http://id.inelegant.org/
2007-02-20 00:49:56 +00:00
joey
8b3b007439
web commit by http://id.inelegant.org/
2007-02-20 00:48:49 +00:00
joey
74d6e32374
web commit by http://id.inelegant.org/
2007-02-20 00:47:44 +00:00
joey
7884f69eaf
* Add a openidlogin-bg.gif to wikiicons and have the stylesheet use it for the
...
OpenID login form rather than linking to a remote logo, to avoid various
issues. Since there is not yet a license for the actual OpenID logo, this
file is currently a blank image. Users who want to can copy
http://openid.net/login-bg.gif into their wiki.
2007-02-19 23:42:46 +00:00
joey
aa5c6c94fd
web commit by JoshTriplett
2007-02-19 22:52:54 +00:00
joey
bed393066a
followup
2007-02-19 20:08:27 +00:00
joey
69c6c91b5b
web commit by JoshTriplett: Looks fixed. Out of curiosity, what caused the problem?
2007-02-19 19:46:12 +00:00