summaryrefslogtreecommitdiff
path: root/core/config
diff options
context:
space:
mode:
authorJozef Selesi <jozefs@users.sourceforge.net>2008-11-18 15:48:08 +0000
committerJozef Selesi <jozefs@users.sourceforge.net>2008-11-18 15:48:08 +0000
commitb63ea2cdbf995d4648bc3c4a5f4eb51ed8da3a8d (patch)
tree63515fed283da26948282acb635dd3186f203204 /core/config
parentd4fc15f76c383be2ac77679ad2fcaa11bba93c05 (diff)
- All comments of an item can now be seen /comments?item_id=
- Return proper Content-Type header for GET /comments requests - Got rid of the query processing for index() in REST_Controller() - Small misc fixes
Diffstat (limited to 'core/config')
-rw-r--r--core/config/routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/config/routes.php b/core/config/routes.php
index 567e999e..ea177eda 100644
--- a/core/config/routes.php
+++ b/core/config/routes.php
@@ -24,7 +24,6 @@
$config['^rest'] = null;
$config['^rest/.*'] = null;
$config['^(\w+)/(\d+)$'] = '$1/dispatch/$2';
-// @todo The following will need to support query strings.
$config['^(\w+)$'] = '$1/index';
$config['^form/(\w+)/(\w+)/(.*)$'] = '$2/form/$3/$1';