Commit graph

13 commits

Author SHA1 Message Date
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