aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* documentation for use of hashed passwordsJoey Hess2008-05-29
| | | | Everything but the actual coding to support them.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-28
|\
| * web commit by http://joey.kitenet.net/: testJoey Hess2008-05-28
| |
| * web commit by tschwinge: Typo fixes.Joey Hess2008-05-27
| |
| * web commit by XTaran: Mercurial repositoryJoey Hess2008-05-26
| |
| * web commit by XTaran: Everything necessary fixed with 0.02Joey Hess2008-05-26
| |
| * web commit by http://tomhoover.org/: poll vote (Accept only OpenID for logins)Joey Hess2008-05-25
| |
* | When calling decode_utf8 on known-problimatic content in aggregate, ↵Joey Hess2008-05-28
| | | | | | | | 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.
* | Add rel=nofollow to edit links. This may prevent some spiders from pounding ↵Joey Hess2008-05-28
|/ | | | on the cgi following edit links.
* add news item for ikiwiki 2.47Joey Hess2008-05-25
|
* releasing version 2.47Joey Hess2008-05-25
|
* Avoid ``uninitialized value'' warning when there actually is no difference ↵Thomas Schwinge2008-05-25
| | | | between the two versions.
* fix regression testJoey Hess2008-05-25
|
* web commit by http://liw.fi/Joey Hess2008-05-25
|
* web commit by http://twistedlogix.livejournal.com/Joey Hess2008-05-23
|
* web commit by http://kaizer.se/wiki/contact/: fix <pre> formattingJoey Hess2008-05-23
|
* web commit by http://kaizer.se/wiki/contact/: bugs on including html (as raw ↵Joey Hess2008-05-23
| | | | as possible)
* web commit by mattJoey Hess2008-05-23
|
* web commit from 150.101.214.82: poll vote (Accept only OpenID for logins)Joey Hess2008-05-22
|
* Avoid unsightly warning message when evaling broken pagespecs.Joey Hess2008-05-22
| | | | Also improve error message when a pagespec fails to parse.
* Perls older than 5.10 need to use the old method of decoding utf-8 in CGI ↵Joey Hess2008-05-21
| | | | values. Neither method will work for all versions of perl, so check version number at runtime.
* display an error message if CGI::Session fails to loadJoey Hess2008-05-21
|
* add a tip about configuring apache to run ikiwiki.cgiJoey Hess2008-05-21
|
* adjust example cgiurlJoey Hess2008-05-21
| | | | | This way it matches the path given for the cgi wrapper, assuming apache set up to use /var/www.
* web commit by http://harningt.eharning.us/: Added potential workitem ↵Joey Hess2008-05-18
| | | | regarding Amazon S3 and other items WRT static-like-hosting
* web commit by http://shortbus.org/: proving it can be done.Joey Hess2008-05-18
|
* web commit by wwJoey Hess2008-05-18
|
* responseJoey Hess2008-05-16
|
* web commit by http://harningt.eharning.us/Joey Hess2008-05-16
|
* typoJoey Hess2008-05-15
|
* ENV can be used in the setup file to override environment variable setting, ↵Joey Hess2008-05-15
| | | | such as TZ or PATH.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-15
|\
| * web commit by http://codemac.net/Joey Hess2008-05-15
| |
* | git: Skip over signed-off-by and similar lines in commit messages when ↵Joey Hess2008-05-15
|/ | | | generating recentchanges.
* inline: Display a message if the 'pages' parameter is missing, before it ↵Joey Hess2008-05-15
| | | | just expanded to nothing.
* add a link to the forumJoey Hess2008-05-15
|
* exclude templates/*, which are listed in templatesJoey Hess2008-05-15
|
* reorderJoey Hess2008-05-15
|
* add a link to the orphaned sitemap pageJoey Hess2008-05-15
|
* add a link to ikiwiki-transitionJoey Hess2008-05-15
|
* add a link to the orphaned banned_ussrs pageJoey Hess2008-05-15
|
* turn multimarkdown back offJoey Hess2008-05-15
|
* orphans: As a special case, the toplevel index page is never considered an ↵Joey Hess2008-05-15
| | | | orphaned page.
* web commit by buo: remove utf-8 rant; my problem was fixed in 2.46.Joey Hess2008-05-14
|
* web commit by buo: More infoJoey Hess2008-05-14
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-14
|\
| * web commit by buo: TypoJoey Hess2008-05-13
| |
| * web commit by http://jh.mcaleely.com/: a testJoey Hess2008-05-13
| |
* | If PERL5LIB is set to the libdir when building ikiwiki, calculate and ↵Joey Hess2008-05-14
|/ | | | hardcode a proper 'use lib' statement anyway. This fixes a gotcha, since PERL5LIB won't work once ikiwiki is running via a wrapper or as a cgi.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-05-13
|\