Commit graph

24 commits

Author SHA1 Message Date
Stanley Lieber
a99fa8b44f initial import of changes from 9front bikeshedding; bundle rc-httpd 2016-02-04 15:05:05 -05:00
Uriel
46f33aa593 Remove internal nofollow's that waste pagerank. 2010-04-17 01:05:13 +00:00
Uriel
253ef222fc Fix anon posting, make 'pseudo-captcha' more fun and slightly harder. 2009-10-20 02:28:10 +02:00
Uriel
3617f847fe Anon posting for bridge. 2009-10-20 02:09:55 +02:00
Uriel
7868ca6f27 Add rel="nofollow" for links to user loggin page. 2009-08-10 12:34:19 +02:00
Uriel
f6faca3ea9 Further HTML5-fication, plus fix some case consistency mismatches. 2009-07-28 20:49:53 +02:00
Uriel
9a87f888f6 Fix two typos, thanks echoline! 2009-06-20 11:55:26 +02:00
Uriel
2a34765dbc Add mising </p>. 2009-03-03 21:37:36 +00:00
Uriel
b00107e3b8 Make bridge app more correct: only activated when GET-ing pages which can have comments and don't get confused by other apps POSTs. Simplify code along the way. 2009-02-26 11:42:20 +01:00
Uriel
32dd50dff9 Add hr abobe comments login request message. 2009-02-23 08:23:35 +00:00
Uriel
77f2dcce59 Move comments display to a template. Show a link to login page when required for posting comments. 2009-02-16 03:46:21 +00:00
Uriel
7151777d9b Add conf_enable_app to add items to $enabled_apps, used from conf_enable_xxx functions so one doesn't need to both add stuff to $eanbled_apps and then call conf_enable_xxx, and to avoid enabling the same app twice.
New conf_enable_wiki function to follow the interface of other apps.
2009-02-08 00:22:46 +00:00
Uriel
64311bb30b Store and display comment posted date/time. 2009-02-01 20:02:22 +01:00
Uriel
7069e2af93 add comment about how note is never displayed due to subsequent redirect. 2009-01-30 16:48:49 +01:00
Uriel
f71c7866f4 New version of comments module, must more reliable and polished. 2009-01-30 16:10:14 +01:00
Uriel
f5af1b5fe8 Be smarter about when to enable comments, and make it configurable. 2009-01-26 06:12:45 +01:00
Uriel
219ec79f69 Only allow comments for .md files, this avoids silly things like comments for
loggin form pages, but will need to be improved to become more general.

Simplify some code a bit and cosmetic improvements.
2009-01-26 04:56:05 +01:00
Uriel
a7c9b41901 Fix syntax error, and some cosmetic improvments to html form. 2009-01-25 16:54:03 +01:00
Uriel
4b43af43ff Make comments form look less hideous 2009-01-24 07:22:43 +01:00
Uriel
f87339e98b Add some comments and replace get_post_args with load_post_args 2009-01-24 07:11:39 +01:00
Uriel
ee170cca69 Remove unused/debug code and rename comment var enable_comments 2009-01-17 09:42:24 +01:00
Uriel
76bd359a11 Remove some debug code, and fix a silly bug. 2009-01-11 19:52:48 +01:00
Uriel
e75232761a Handler interface reorg, take oportunity to cleanup default_master.tpl and move comments bits to bridge app. 2009-01-11 04:03:46 +01:00
Uriel
c91a635ac2 Minor reorg of handler selection, move comment code to bridge app.
Bigger changes still to come.
2009-01-09 03:08:02 +01:00