joey
25b35c3c74
* Honor LC_CTIME when formatting a time for display. Thanks, Faidon
...
Liambotis.
2006-07-02 00:32:12 +00:00
www-data
8966b8504c
web commit by AlesandroDottiContra
2006-07-01 11:29:00 +00:00
www-data
913b2fc3dc
web commit by AlesandroDottiContra
2006-07-01 11:28:21 +00:00
joey
14ca7095cb
don't die fatally here
2006-06-27 01:14:46 +00:00
joey
b0e7e2e123
* Support pinging services such as Technorati using XML-RPC to notify them
...
about changes to rss feeds.
2006-06-27 01:13:03 +00:00
joey
c0ce99f77c
typo
2006-06-27 00:31:41 +00:00
joey
f8ffce3e44
improve minor
2006-06-26 21:59:17 +00:00
www-data
74208f45f4
web commit by ColasNahaboo: test of 3rd blockquote level
2006-06-25 08:09:51 +00:00
joey
5fa878cc75
* Fix orphans plugin to not count a link to a nonexistant page as a reason
...
for a page not being an orphan.
2006-06-25 07:21:53 +00:00
joey
c55076d8e8
add
2006-06-23 00:54:05 +00:00
joey
cbfe2af8b5
make the bugs page work like the todo page
2006-06-23 00:51:19 +00:00
www-data
9289f684bb
web commit by joey
2006-06-22 23:36:52 +00:00
joey
3a0aab26fa
update
2006-06-21 05:28:52 +00:00
joey
89bfe1c278
add news item for ikiwiki 1.7
2006-06-19 03:36:59 +00:00
joey
e3dd54af7d
releasing version 1.7
2006-06-19 03:36:37 +00:00
joey
77c7582f72
* Patch from Recai to fix git recentchanges code to work with git 1.4 which
...
changed some output.
* Copyright update.
2006-06-19 03:33:23 +00:00
joey
8fe50707c3
simplify
2006-06-19 03:30:34 +00:00
joey
895a7b7594
* Updated logo from Recai with some kerning and alingment tuning.
2006-06-18 23:40:17 +00:00
joey
f1cd1abd20
add news item for ikiwiki 1.6
2006-06-18 23:27:47 +00:00
joey
ad9f5def1a
releasing version 1.6
2006-06-18 23:27:25 +00:00
www-data
e743ee6974
web commit by joey
2006-06-18 21:26:13 +00:00
joey
b1e905cfb8
update
2006-06-18 21:21:06 +00:00
joey
7e3e3f5bab
update
2006-06-18 21:20:49 +00:00
joey
ae105bfab2
update
2006-06-18 21:20:04 +00:00
joey
55efcad7a1
* New SVG logo from Recai.
2006-06-18 21:19:00 +00:00
www-data
11a2708b77
web commit by ChristofferSawicki
2006-06-17 22:18:50 +00:00
joey
aef156bd53
document utf8
2006-06-17 03:02:28 +00:00
joey
d7921d4022
note on perl warnings
2006-06-17 02:54:53 +00:00
www-data
31d6c9238b
web commit by RecaiOktas: test utf8
2006-06-17 02:16:51 +00:00
joey
4d460d1f82
- Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
...
character in print.
2006-06-17 02:15:00 +00:00
joey
f5eb3df1fa
* More utf-8 fixes from Recai, partly to things I broke above:
...
- The serious problem is that writefile() saves the content in undecoded
format in CGI, hence all (non-ascii) chars are corrupted permanently.
- Comment field in edit page is not decoded and all the non-ascii chars in
this field are corrupted as the result. We should decode it as we do it
for the content.
2006-06-17 01:44:19 +00:00
joey
bd1b505bc9
add a testcase for the weird markdown utf-8 crasher to make sure that
...
ikiwiki continues to work around it
2006-06-16 04:56:25 +00:00
joey
0cd2cfb039
* Put back the encode_utf8 in the input to markdown; it's really not utf-8
...
safe.
2006-06-16 04:42:06 +00:00
joey
202c4d522f
* -CSD does not affect modules, so readfile() was not using the utf-8 input
...
layer, which led to lots of problems; make it force read files as utf-8.
Closes : #373203
* writefile() likewise needs to use the utf8 output layer.
* Remove the -CSD from ikiwiki's hashbang since it's useless to have it
there.
* Revert some of the decode_utf8 changes in CGI.pm that seem unnecessary
given the readfile fix.
* Add utf-8 testcases for readfile and htmlize.
2006-06-15 06:37:33 +00:00
joey
070f255d6c
* YA utf-8 patch from Recai, this time to fix previewing a page so that
...
the text in the input box is re-encoded back to utf-8.
2006-06-15 03:44:27 +00:00
www-data
3405864bc4
web commit by joey
2006-06-12 00:16:08 +00:00
joey
bcd14d0d91
add news item for ikiwiki 1.5
2006-06-12 00:14:49 +00:00
joey
9fa5eebfb9
releasing version 1.5
2006-06-12 00:13:43 +00:00
joey
0db14b8ac1
add perl to build deps
2006-06-12 00:03:40 +00:00
joey
cf42f33400
removing some test pages
2006-06-12 00:00:26 +00:00
joey
402ecbe7ac
fix setup for git; git requires the repo not be empty before it's checked
...
out
2006-06-11 22:56:07 +00:00
www-data
9082bd4c2b
web commit by joey
2006-06-11 19:16:01 +00:00
www-data
e5cd6ceee4
web commit by joey
2006-06-11 19:13:52 +00:00
joey
6640131ea5
add
2006-06-11 19:08:11 +00:00
joey
2ce6d15b8b
* Patch from Recai Oktaş to improve utf-8 support, it should now use proper
...
utf-8 for edit and other fields, and for recentchanges. There may still
be utf-8 issues with the preferences page though.
2006-06-11 18:51:49 +00:00
www-data
2af87dea6c
web commit by AndreLuisLopes: Added AndreLuisLopes personal website entry
2006-06-11 18:10:52 +00:00
joey
b6f0bcb54c
move to more appropriate page
2006-06-10 23:19:08 +00:00
joey
a986679a1c
ikiwiki now in testing
2006-06-10 23:16:35 +00:00
www-data
3a704c14c0
web commit by PaulCollins: link logo
2006-06-10 16:42:12 +00:00
joey
5774373046
* Fix absolute url munging in rss generation to support https, ftp, etc urls
...
not just http urls.
2006-06-08 06:07:45 +00:00