Commit Graph

17 Commits

Author SHA1 Message Date
uriel
a2d3a65c2a Add mising </p>. 2009-03-03 21:37:36 +00:00
uriel
8633c51515 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
180721c6fa Add hr abobe comments login request message. 2009-02-23 08:23:35 +00:00
uriel
bd9b1318f3 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
5fe0d95b05 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
7d3c5446da Store and display comment posted date/time. 2009-02-01 20:02:22 +01:00
uriel
560e3767da add comment about how note is never displayed due to subsequent redirect. 2009-01-30 16:48:49 +01:00
uriel
1a2444b363 New version of comments module, must more reliable and polished. 2009-01-30 16:10:14 +01:00
uriel
3bb3a29070 Be smarter about when to enable comments, and make it configurable. 2009-01-26 06:12:45 +01:00
uriel
a4df183f4e 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
267dd6a33d Fix syntax error, and some cosmetic improvments to html form. 2009-01-25 16:54:03 +01:00
uriel
6b8aa06dbb Make comments form look less hideous 2009-01-24 07:22:43 +01:00
uriel
4302232dd0 Add some comments and replace get_post_args with load_post_args 2009-01-24 07:11:39 +01:00
uriel
0c3e69ad8a Remove unused/debug code and rename comment var enable_comments 2009-01-17 09:42:24 +01:00
uriel
f2e3d8b775 Remove some debug code, and fix a silly bug. 2009-01-11 19:52:48 +01:00
uriel
bf16d2b4c8 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
86ba2b9392 Minor reorg of handler selection, move comment code to bridge app.
Bigger changes still to come.
2009-01-09 03:08:02 +01:00