Commit Graph

9174 Commits (158c6c3ac8a8975741587b55a298f10e632e993e)

Author SHA1 Message Date
Joey Hess 158c6c3ac8 detect sslcookie set and no https
This is likely a misconfiguration and can cause login to fail as the
browser refuses the send the session cookie back over http.

Not entirely happy with putting the check where I did, since users have to
try to log in, and fail, to see the misconfiguration explained. But I could
not find a better place to put the check.
2009-02-26 01:59:05 -05:00
Joey Hess 2e0dec2ffc response 2009-02-25 17:15:25 -05:00
Joey Hess d110235130 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-02-25 16:56:40 -05:00
Joey Hess 63439fa10b bzr: Add missing stub rcs_diff. 2009-02-25 16:56:02 -05:00
http://liw.fi/ 8638b8ed31 2009-02-25 07:19:39 -05:00
Joey Hess 8682daad58 Setup automator: Prompt for password twice. Closes: #516973 2009-02-24 16:35:33 -05:00
http://ypoocs.livejournal.com/ f4848d3c87 2009-02-23 15:36:44 -05:00
Joey Hess bf5dfa8a68 Updated German translation (Kai Wasserbäch). Closes: #516770 2009-02-23 13:44:32 -05:00
intrigeri 786a9e20ef link to other todo item, personal opinions 2009-02-23 07:02:34 -05:00
http://smcv.pseudorandom.co.uk/ 3534dc39ed Some more thoughts on this... 2009-02-20 11:05:05 -05:00
http://smcv.pseudorandom.co.uk/ 1e9629b8f6 Link my version 2009-02-20 10:25:47 -05:00
http://taozhyn.myopenid.com/ 08615b9a5e Fix wikilink to correct todo page 2009-02-20 05:05:57 -05:00
http://taozhyn.myopenid.com/ ae8266f8bc Moved to patch to todo/auto-create 2009-02-20 05:00:42 -05:00
http://taozhyn.myopenid.com/ 65c6bc687e Adding patch, moved from plugins/tag/discussion 2009-02-20 04:58:52 -05:00
http://people.ee.ethz.ch/~andrmuel/openid/ 1b7845927c added cosin 2009-02-20 02:44:01 -05:00
Joey Hess ca7a4ae840 comments 2009-02-19 18:58:46 -05:00
Joey Hess f813b10fef rename tag() to tagged(); add docs 2009-02-19 18:54:25 -05:00
Joey Hess e611d4cdc1 add tag() pagespec
patch from jon
2009-02-19 18:49:30 -05:00
Joey Hess 66dc253437 Add noextension parameter to htmlize hooks to support, eg, Makefile. 2009-02-19 18:38:45 -05:00
Joey Hess 9ecb0036a3 add keepextension tests 2009-02-19 18:31:57 -05:00
Joey Hess c1907ded87 fix pagename, pagetype tests
Put tests in right file.

Set internal variable to hash, the functions expect that.
2009-02-19 18:28:43 -05:00
Joey Hess 8c8b18935b fix pagetype test
File had wrong name, and made wrong assumption about what pagetype does for
bare files.
2009-02-19 18:23:40 -05:00
Joey Hess 621e8d876b response 2009-02-19 17:50:43 -05:00
http://www.cse.unsw.edu.au/~willu/ c1b0516000 Yes, the patch is complete. 2009-02-19 06:45:40 -05:00
http://josephturian.blogspot.com/ 02d6483840 2009-02-18 18:24:21 -05:00
Joey Hess ccec866a78 formatting 2009-02-17 22:51:03 -05:00
Joey Hess d522dfadd1 is this patch complete? 2009-02-17 22:37:20 -05:00
Joey Hess 13f64fccec response 2009-02-17 22:26:33 -05:00
Joey Hess d244a0bc8e move to forum, as this is a question 2009-02-17 22:19:33 -05:00
Joey Hess 3ce8a2f8b9 revert addition of several blank lines 2009-02-17 22:17:59 -05:00
Joey Hess 1473fb0b4f add hendy's git repo 2009-02-17 22:16:51 -05:00
Joey Hess 4762da8831 hint 2009-02-17 22:16:34 -05:00
Joey Hess 3df883ba94 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-02-17 19:37:49 -05:00
Joey Hess 5f96944dd5 typo 2009-02-17 19:37:36 -05:00
Joey Hess 52f2235e60 goto: Fix redirect to comments. 2009-02-17 19:36:58 -05:00
http://arpitjain11.myopenid.com/ edad904f4c 2009-02-17 18:53:56 -05:00
http://arpitjain11.myopenid.com/ 2d220da53c 2009-02-17 18:47:47 -05:00
NicolasLimare 008f1c19ac easy access to the userdb for apache auth? 2009-02-17 16:04:31 -05:00
Joey Hess 9acc4d578d template: Load templates in scan mode
This is potentially expensive, but is necessary so that meta and tag
directives, and other links on templates affect the page using the template
reliably.
2009-02-17 13:30:07 -05:00
Joey Hess 84b48681c6 re-add actual comments 2009-02-17 13:29:37 -05:00
Joey Hess a4497591f9 Revert "comments" (stupid commit)
This reverts commit bb8b8787ef.
2009-02-17 13:29:08 -05:00
Joey Hess bb8b8787ef comments 2009-02-17 13:25:06 -05:00
Joey Hess 7aeead03d0 link to other bug 2009-02-17 13:13:01 -05:00
Joey Hess 532bf02e06 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-02-17 13:10:35 -05:00
Joey Hess 0b2e755253 this bug also affects using tags in templates 2009-02-17 13:08:57 -05:00
Jon Dowland 64000366bd patch to add tag() pagespec 2009-02-17 15:44:48 +00:00
Jon Dowland 22a46962b5 escaped comma in page title 2009-02-17 14:06:53 +00:00
Jon Dowland 544a62493c add issues with tags and backlinks 2009-02-17 14:05:25 +00:00
http://jjheng.myopenid.com/ eb01c46a15 ask indexpages question 2009-02-17 01:55:10 -05:00
Joey Hess 25b1f60aeb need to pass PREFIX=/usr to avoid
was lost in rules file rewrite

I used debhelper 7.2 features too, shoot me :-)
2009-02-16 21:54:30 -05:00