Changeset 121
- Timestamp:
- 02/01/10 15:46:20 (3 years ago)
- Location:
- plugins/apostropheBlogPlugin/trunk
- Files:
-
- 147 added
-
. (added)
-
LICENSE (added)
-
README (added)
-
config (added)
-
config/apostropheBlogPluginConfiguration.class.php (added)
-
config/doctrine (added)
-
config/doctrine/schema.yml (added)
-
config/routing.yml (added)
-
lib (added)
-
lib/aBlogToolkit.class.php (added)
-
lib/filter (added)
-
lib/filter/doctrine (added)
-
lib/filter/doctrine/PluginaBlogCategoryFormFilter.class.php (added)
-
lib/filter/doctrine/PluginaBlogCategoryUserFormFilter.class.php (added)
-
lib/filter/doctrine/PluginaBlogEditorFormFilter.class.php (added)
-
lib/filter/doctrine/PluginaBlogItemCategoryFormFilter.class.php (added)
-
lib/filter/doctrine/PluginaBlogItemFormFilter.class.php (added)
-
lib/filter/doctrine/PluginaBlogPostFormFilter.class.php (added)
-
lib/form (added)
-
lib/form/doctrine (added)
-
lib/form/doctrine/PluginaBlogCategoryForm.class.php (added)
-
lib/form/doctrine/PluginaBlogCategoryUserForm.class.php (added)
-
lib/form/doctrine/PluginaBlogEditorForm.class.php (added)
-
lib/form/doctrine/PluginaBlogItemCategoryForm.class.php (added)
-
lib/form/doctrine/PluginaBlogItemForm.class.php (added)
-
lib/form/doctrine/PluginaBlogPostForm.class.php (added)
-
lib/model (added)
-
lib/model/doctrine (added)
-
lib/model/doctrine/PluginaBlogCategory.class.php (added)
-
lib/model/doctrine/PluginaBlogCategoryTable.class.php (added)
-
lib/model/doctrine/PluginaBlogCategoryUser.class.php (added)
-
lib/model/doctrine/PluginaBlogCategoryUserTable.class.php (added)
-
lib/model/doctrine/PluginaBlogEditor.class.php (added)
-
lib/model/doctrine/PluginaBlogEditorTable.class.php (added)
-
lib/model/doctrine/PluginaBlogItem.class.php (added)
-
lib/model/doctrine/PluginaBlogItemCategory.class.php (added)
-
lib/model/doctrine/PluginaBlogItemCategoryTable.class.php (added)
-
lib/model/doctrine/PluginaBlogItemTable.class.php (added)
-
lib/model/doctrine/PluginaBlogPost.class.php (added)
-
lib/model/doctrine/PluginaBlogPostTable.class.php (added)
-
modules (added)
-
modules/aBlog (added)
-
modules/aBlog/actions (added)
-
modules/aBlog/actions/actions.class.php (added)
-
modules/aBlog/lib (added)
-
modules/aBlog/lib/BaseaBlogActions.class.php (added)
-
modules/aBlog/templates (added)
-
modules/aBlog/templates/_post.php (added)
-
modules/aBlog/templates/indexSuccess.php (added)
-
modules/aBlog/templates/showSuccess.php (added)
-
modules/aBlogAdmin (added)
-
modules/aBlogAdmin/actions (added)
-
modules/aBlogAdmin/actions/actions.class.php (added)
-
modules/aBlogAdmin/config (added)
-
modules/aBlogAdmin/config/generator.yml (added)
-
modules/aBlogAdmin/config/security.yml (added)
-
modules/aBlogAdmin/lib (added)
-
modules/aBlogAdmin/lib/BaseaBlogAdminActions.class.php (added)
-
modules/aBlogAdmin/lib/aBlogAdminGeneratorConfiguration.class.php (added)
-
modules/aBlogAdmin/lib/aBlogAdminGeneratorHelper.class.php (added)
-
modules/aBlogAdmin/templates (added)
-
modules/aBlogAdmin/templates/_author.php (added)
-
modules/aBlogAdmin/templates/_categories.php (added)
-
modules/aBlogAdmin/templates/_editors.php (added)
-
modules/aBlogAdmin/templates/_filterList.php (added)
-
modules/aBlogAdmin/templates/_form_header.php (added)
-
modules/aBlogAdmin/templates/_list_header.php (added)
-
modules/aBlogAdmin/templates/_optionsForm.php (added)
-
modules/aBlogAdmin/templates/_tags.php (added)
-
modules/aBlogAdmin/templates/_title.php (added)
-
modules/aBlogAdmin/templates/editSuccess.php (added)
-
modules/aBlogAdmin/templates/newSuccess.php (added)
-
modules/aBlogCategoryAdmin (added)
-
modules/aBlogCategoryAdmin/actions (added)
-
modules/aBlogCategoryAdmin/actions/actions.class.php (added)
-
modules/aBlogCategoryAdmin/config (added)
-
modules/aBlogCategoryAdmin/config/generator.yml (added)
-
modules/aBlogCategoryAdmin/config/security.yml (added)
-
modules/aBlogCategoryAdmin/lib (added)
-
modules/aBlogCategoryAdmin/lib/BaseaBlogCategoryAdminActions.class.php (added)
-
modules/aBlogCategoryAdmin/lib/aBlogCategoryAdminGeneratorConfiguration.class.php (added)
-
modules/aBlogCategoryAdmin/lib/aBlogCategoryAdminGeneratorHelper.class.php (added)
-
modules/aBlogCategoryAdmin/templates (added)
-
modules/aBlogCategoryAdmin/templates/_list_blog_count.php (added)
-
modules/aBlogCategoryAdmin/templates/_list_header.php (added)
-
modules/aBlogCategoryAdmin/templates/_name.php (added)
-
package.xml.tmpl (added)
-
test (added)
-
test/bin (added)
-
test/bin/prove.php (added)
-
test/bootstrap (added)
-
test/bootstrap/functional.php (added)
-
test/bootstrap/unit.php (added)
-
test/fixtures (added)
-
test/fixtures/project (added)
-
test/fixtures/project/apps (added)
-
test/fixtures/project/apps/frontend (added)
-
test/fixtures/project/apps/frontend/config (added)
-
test/fixtures/project/apps/frontend/config/app.yml (added)
-
test/fixtures/project/apps/frontend/config/cache.yml (added)
-
test/fixtures/project/apps/frontend/config/factories.yml (added)
-
test/fixtures/project/apps/frontend/config/filters.yml (added)
-
test/fixtures/project/apps/frontend/config/frontendConfiguration.class.php (added)
-
test/fixtures/project/apps/frontend/config/routing.yml (added)
-
test/fixtures/project/apps/frontend/config/security.yml (added)
-
test/fixtures/project/apps/frontend/config/settings.yml (added)
-
test/fixtures/project/apps/frontend/config/view.yml (added)
-
test/fixtures/project/apps/frontend/i18n (added)
-
test/fixtures/project/apps/frontend/lib (added)
-
test/fixtures/project/apps/frontend/lib/myUser.class.php (added)
-
test/fixtures/project/apps/frontend/modules (added)
-
test/fixtures/project/apps/frontend/templates (added)
-
test/fixtures/project/apps/frontend/templates/layout.php (added)
-
test/fixtures/project/cache (added)
-
test/fixtures/project/config (added)
-
test/fixtures/project/config/ProjectConfiguration.class.php (added)
-
test/fixtures/project/config/properties.ini (added)
-
test/fixtures/project/config/rsync_exclude.txt (added)
-
test/fixtures/project/config/settings.yml (added)
-
test/fixtures/project/data (added)
-
test/fixtures/project/data/fixtures (added)
-
test/fixtures/project/data/fixtures/fixtures.yml (added)
-
test/fixtures/project/lib (added)
-
test/fixtures/project/lib/form (added)
-
test/fixtures/project/lib/form/BaseForm.class.php (added)
-
test/fixtures/project/log (added)
-
test/fixtures/project/plugins (added)
-
test/fixtures/project/symfony (added)
-
test/fixtures/project/test (added)
-
test/fixtures/project/test/bootstrap (added)
-
test/fixtures/project/test/bootstrap/functional.php (added)
-
test/fixtures/project/test/bootstrap/unit.php (added)
-
test/fixtures/project/test/functional (added)
-
test/fixtures/project/test/unit (added)
-
test/fixtures/project/web (added)
-
test/fixtures/project/web/.htaccess (added)
-
test/fixtures/project/web/css (added)
-
test/fixtures/project/web/css/main.css (added)
-
test/fixtures/project/web/images (added)
-
test/fixtures/project/web/js (added)
-
test/fixtures/project/web/robots.txt (added)
-
test/fixtures/project/web/uploads (added)
-
test/fixtures/project/web/uploads/assets (added)
-
test/functional (added)
-
test/functional/aBlogActionsTest.php (added)
-
test/functional/aBlogAdminActionsTest.php (added)
-
test/unit (added)

