* [Html] You can now only add an HTML block if you have the rights to write HTML...
commit0a71f2e3e306890288a66e148d5afcbfcb688b6c
authorvinnl <imnotb@gmail.com>
Sat, 5 Apr 2008 21:10:53 +0000 (5 23:10 +0200)
committervinnl <imnotb@gmail.com>
Sun, 6 Apr 2008 13:08:59 +0000 (6 15:08 +0200)
tree44e41ded54e2c804f08c8779314501043739466a
parent506b51b7ba7aaf24ddb23beea317c7ec235e56fb
 * [Html] You can now only add an HTML block if you have the rights to write HTML (and even then, HTMLPurifier makes sure it is safe).
 * [Openid] Moved the URL->Cache method to the Page module (will need to be moved again later on).
 * [Page] You can now only add blocks if you have the rights to add blocks.
 * [Page] Fixed a problem with the cache IDs when the URL contained parameters (like after signing in with OpenID).
project/index.php
project/modules/html/Module.php
project/modules/html/controllers/IndexController.php
project/modules/html/views/scripts/index/main.phtml
project/modules/openid/Module.php
project/modules/openid/controllers/AuthenticationController.php
project/modules/page/Module.php
project/modules/page/controllers/IndexController.php