Joey Hess
|
341296184d
|
add news item for ikiwiki 2.48
|
2008-05-30 18:22:14 -04:00 |
Joey Hess
|
8d72885b47
|
releasing version 2.48
|
2008-05-30 18:21:27 -04:00 |
Joey Hess
|
1715c0399e
|
updated French translation
|
2008-05-30 18:17:50 -04:00 |
Joey Hess
|
4045ee01e5
|
improved period escape
|
2008-05-30 18:01:16 -04:00 |
Joey Hess
|
878bfe008c
|
improve wording
|
2008-05-30 17:53:10 -04:00 |
Joey Hess
|
b5748518e5
|
escape leading periods
|
2008-05-30 17:50:59 -04:00 |
Joey Hess
|
e943812dc9
|
hashed password support, and empty password security fix
This implements the previously documented hashed password support.
While implementing that, I noticed a security hole, which this commit
also fixes..
|
2008-05-30 17:35:34 -04:00 |
Joey Hess
|
a436a064d2
|
fix test to support rel=
|
2008-05-30 17:12:32 -04:00 |
Joey Hess
|
4a3dc37eaf
|
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
|
2008-05-30 12:51:11 -04:00 |
Joey Hess
|
a8890f510e
|
web commit by http://kaizer.se/: The output of this plugin does not validate as XHTML: [validator.w3.org][w3] --ulrik
|
2008-05-30 07:59:27 -04:00 |
Joey Hess
|
3a23cdde7d
|
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
|
2008-05-29 20:47:57 -04:00 |
Joey Hess
|
9d93029f01
|
teximg: If the log isn't written, avoid ugly error messages.
|
2008-05-29 19:29:40 -04:00 |
Joey Hess
|
b0a7b2f3d7
|
teximg: Fix logurl.
|
2008-05-29 19:28:46 -04:00 |
Joey Hess
|
4152dca09e
|
documentation for use of hashed passwords
Everything but the actual coding to support them.
|
2008-05-29 15:17:19 -04:00 |
Joey Hess
|
62e1c9238a
|
web commit by http://joey.kitenet.net/: testing
|
2008-05-29 12:15:45 -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
|
774a5f86b2
|
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
|
2008-05-28 15:38:36 -04:00 |
Joey Hess
|
d5d56a24bd
|
When calling decode_utf8 on known-problimatic content in aggregate, explicitly pass 0 (FB_DEFAULT) as the second parameter. Apparently perl 5.8 needs this to avoid crashing on malformed utf-8, despite its docs saying it is the default.
|
2008-05-28 15:38:04 -04:00 |
Joey Hess
|
6725413516
|
Add rel=nofollow to edit links. This may prevent some spiders from pounding on the cgi following edit links.
|
2008-05-28 03:09:04 -04:00 |
Joey Hess
|
c928a118d6
|
web commit by http://joey.kitenet.net/: test
|
2008-05-28 02:50:50 -04:00 |
Joey Hess
|
aa7935d0d9
|
web commit by tschwinge: Typo fixes.
|
2008-05-27 18:17:41 -04:00 |
Joey Hess
|
d092e794b3
|
web commit by XTaran: Mercurial repository
|
2008-05-26 08:16:32 -04:00 |
Joey Hess
|
039c18c562
|
web commit by XTaran: Everything necessary fixed with 0.02
|
2008-05-26 08:04:55 -04:00 |
Joey Hess
|
8414ca160c
|
web commit by http://tomhoover.org/: poll vote (Accept only OpenID for logins)
|
2008-05-25 17:32:39 -04:00 |
Joey Hess
|
25c952abf3
|
add news item for ikiwiki 2.47
|
2008-05-25 14:29:01 -04:00 |
Joey Hess
|
6b68c6ff72
|
releasing version 2.47
|
2008-05-25 14:28:33 -04:00 |
Thomas Schwinge
|
1e16ab178d
|
Avoid ``uninitialized value'' warning when there actually is no difference between the two versions.
|
2008-05-25 14:25:34 -04:00 |
Joey Hess
|
71555b5951
|
fix regression test
|
2008-05-25 14:12:49 -04:00 |
Joey Hess
|
35e8baef6e
|
web commit by http://liw.fi/
|
2008-05-25 13:58:33 -04:00 |
Joey Hess
|
98d8f3131a
|
web commit by http://twistedlogix.livejournal.com/
|
2008-05-23 10:12:22 -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
|
e67516c107
|
web commit by matt
|
2008-05-23 05:29:23 -04:00 |
Joey Hess
|
1704b76aaf
|
web commit from 150.101.214.82: poll vote (Accept only OpenID for logins)
|
2008-05-22 17:03:30 -04:00 |
Joey Hess
|
5efaed6de6
|
Avoid unsightly warning message when evaling broken pagespecs.
Also improve error message when a pagespec fails to parse.
|
2008-05-22 13:11:25 -04:00 |
Joey Hess
|
f6f25758a8
|
Perls older than 5.10 need to use the old method of decoding utf-8 in CGI values. Neither method will work for all versions of perl, so check version number at runtime.
|
2008-05-21 15:30:56 -04:00 |
Joey Hess
|
9a8a67f078
|
display an error message if CGI::Session fails to load
|
2008-05-21 15:15:11 -04:00 |
Joey Hess
|
3a753c92a7
|
add a tip about configuring apache to run ikiwiki.cgi
|
2008-05-21 15:13:31 -04:00 |
Joey Hess
|
a305da9c8f
|
adjust example cgiurl
This way it matches the path given for the cgi wrapper, assuming apache
set up to use /var/www.
|
2008-05-21 14:57:03 -04:00 |
Joey Hess
|
13d21938b2
|
web commit by http://harningt.eharning.us/: Added potential workitem regarding Amazon S3 and other items WRT static-like-hosting
|
2008-05-18 23:05:09 -04:00 |
Joey Hess
|
a05a15731d
|
web commit by http://shortbus.org/: proving it can be done.
|
2008-05-18 19:33:31 -04:00 |
Joey Hess
|
736aa99fcf
|
web commit by ww
|
2008-05-18 03:08:01 -04:00 |
Joey Hess
|
9aaf5f99a4
|
response
|
2008-05-16 17:45:22 -04:00 |
Joey Hess
|
fe656f65b7
|
web commit by http://harningt.eharning.us/
|
2008-05-16 17:01:33 -04:00 |
Joey Hess
|
19945b5358
|
typo
|
2008-05-15 18:22:01 -04:00 |
Joey Hess
|
0438de905b
|
ENV can be used in the setup file to override environment variable setting, such as TZ or PATH.
|
2008-05-15 18:20:52 -04:00 |
Joey Hess
|
c7b1eb242f
|
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
|
2008-05-15 18:04:29 -04:00 |
Joey Hess
|
0bf5248427
|
git: Skip over signed-off-by and similar lines in commit messages when generating recentchanges.
|
2008-05-15 18:03:44 -04:00 |
Joey Hess
|
9ddb0407d2
|
web commit by http://codemac.net/
|
2008-05-15 17:50:34 -04:00 |
Joey Hess
|
8a888a8fed
|
inline: Display a message if the 'pages' parameter is missing, before it just expanded to nothing.
|
2008-05-15 17:22:54 -04:00 |