Changeset 20
- Timestamp:
- 10/19/07 18:16:45 (11 months ago)
- Files:
-
- trunk/apps/frontend/config/settings.yml (modified) (1 diff)
- trunk/apps/frontend/modules/forumAdmin (added)
- trunk/apps/frontend/modules/forumAdmin/actions (added)
- trunk/apps/frontend/modules/forumAdmin/actions/actions.class.php (added)
- trunk/apps/frontend/modules/forumAdmin/templates (added)
- trunk/apps/frontend/modules/forumAdmin/templates/_admin_header.php (added)
- trunk/apps/frontend/modules/sfGuardUser (added)
- trunk/apps/frontend/modules/sfGuardUser/config (added)
- trunk/apps/frontend/modules/sfGuardUser/config/view.yml (added)
- trunk/apps/frontend/modules/sfGuardUser/templates (added)
- trunk/apps/frontend/modules/sfGuardUser/templates/_edit_header.php (added)
- trunk/apps/frontend/modules/sfGuardUser/templates/_list_header.php (added)
- trunk/apps/frontend/modules/sfSimpleForumCategoryAdmin (added)
- trunk/apps/frontend/modules/sfSimpleForumCategoryAdmin/config (added)
- trunk/apps/frontend/modules/sfSimpleForumCategoryAdmin/templates (added)
- trunk/apps/frontend/modules/sfSimpleForumCategoryAdmin/templates/_edit_header.php (added)
- trunk/apps/frontend/modules/sfSimpleForumCategoryAdmin/templates/_list_header.php (added)
- trunk/apps/frontend/modules/sfSimpleForumForumAdmin (added)
- trunk/apps/frontend/modules/sfSimpleForumForumAdmin/config (added)
- trunk/apps/frontend/modules/sfSimpleForumForumAdmin/templates (added)
- trunk/apps/frontend/modules/sfSimpleForumForumAdmin/templates/_edit_header.php (added)
- trunk/apps/frontend/modules/sfSimpleForumForumAdmin/templates/_list_header.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/frontend/config/settings.yml
r9 r20 25 25 i18n: on 26 26 escaping_strategy: both 27 enabled_modules: [default, sfGuardAuth, sfSimpleForum, sf Lucene]27 enabled_modules: [default, sfGuardAuth, sfSimpleForum, sfSimpleForumCategoryAdmin, sfSimpleForumForumAdmin, sfGuardUser, sfLucene] 28 28 .actions: 29 29 login_module: sfGuardAuth
