Author: klemens_u
Date: 2008-10-19 19:42:44 +0200 (Sun, 19 Oct 2008)
New Revision: 12254
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/.project
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/app.yml
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/cache.yml
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/factories.yml
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/filters.yml
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/frontendConfiguration.class.php
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/routing.yml
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/security.yml
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/settings.yml
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/view.yml
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/i18n/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/lib/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/lib/myUser.class.php
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/modules/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/templates/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/templates/layout.php
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/cache/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/ProjectConfiguration.class.php
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/databases.yml
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/propel.ini
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/properties.ini
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/rsync_exclude.txt
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/schema.yml
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/data/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/doc/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/lib/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/log/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/plugins/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/symfony
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/bootstrap/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/bootstrap/functional.php
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/bootstrap/unit.php
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/functional/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/functional/frontend/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/unit/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/.htaccess
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/css/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/css/main.css
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/frontend_dev.php
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/images/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/index.php
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/js/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/robots.txt
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/uploads/
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/uploads/assets/
Modified:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/vendor/symfony/
Log:
added symfony's lib & data directorys as svn:external
initialized empty symfony project
generated "frontend" app
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/.project
===================================================================
--- plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/.project
(rev 0)
+++ plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/.project
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>sfDoctrineActAsTaggablePlugin</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+
<name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+
<name>org.eclipse.php.core.ValidationManagerWrapper</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.php.core.PHPNature</nature>
+ </natures>
+</projectDescription>
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/app.yml
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/app.yml
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/app.yml
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,2 @@
+# default values
+#all:
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/cache.yml
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/cache.yml
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/cache.yml
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,4 @@
+default:
+ enabled: off
+ with_layout: false
+ lifetime: 86400
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/factories.yml
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/factories.yml
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/factories.yml
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,115 @@
+prod:
+ logger:
+ class: sfNoLogger
+ param:
+ level: err
+ loggers: ~
+
+cli:
+ controller:
+ class: sfConsoleController
+ request:
+ class: sfConsoleRequest
+ response:
+ class: sfConsoleResponse
+
+test:
+ storage:
+ class: sfSessionTestStorage
+ param:
+ session_path: %SF_TEST_CACHE_DIR%/sessions
+
+#all:
+# controller:
+# class: sfFrontWebController
+#
+# request:
+# class: sfWebRequest
+# param:
+# formats:
+# txt: text/plain
+# js: [application/javascript, application/x-javascript,
text/javascript]
+# css: text/css
+# json: [application/json, application/x-json]
+# xml: [text/xml, application/xml, application/x-xml]
+# rdf: application/rdf+xml
+# atom: application/atom+xml
+#
+# response:
+# class: sfWebResponse
+# param:
+# logging: %SF_LOGGING_ENABLED%
+# charset: %SF_CHARSET%
+#
+# user:
+# class: myUser
+# param:
+# timeout: 1800
+# logging: %SF_LOGGING_ENABLED%
+# use_flash: true
+# default_culture: %SF_DEFAULT_CULTURE%
+#
+# storage:
+# class: sfSessionStorage
+# param:
+# session_name: symfony
+#
+# view_cache:
+# class: sfFileCache
+# param:
+# automatic_cleaning_factor: 0
+# cache_dir: %SF_TEMPLATE_CACHE_DIR%
+# lifetime: 86400
+# prefix: %SF_APP_DIR%
+#
+# i18n:
+# class: sfI18N
+# param:
+# source: XLIFF
+# debug: off
+# untranslated_prefix: "[T]"
+# untranslated_suffix: "[/T]"
+# cache:
+# class: sfFileCache
+# param:
+# automatic_cleaning_factor: 0
+# cache_dir: %SF_I18N_CACHE_DIR%
+# lifetime: 86400
+# prefix: %SF_APP_DIR%
+#
+# routing:
+# class: sfPatternRouting
+# param:
+# load_configuration: true
+# suffix: .
+# default_module: default
+# default_action: index
+# variable_prefixes: [':']
+# segment_separators: ['/', '.']
+# variable_regex: '[\w\d_]+'
+# debug: %SF_DEBUG%
+# logging: %SF_LOGGING_ENABLED%
+# cache:
+# class: sfFileCache
+# param:
+# automatic_cleaning_factor: 0
+# cache_dir: %SF_CONFIG_CACHE_DIR%/routing
+# lifetime: 31556926
+# prefix: %SF_APP_DIR%
+#
+# logger:
+# class: sfAggregateLogger
+# param:
+# level: debug
+# loggers:
+# sf_web_debug:
+# class: sfWebDebugLogger
+# param:
+# level: debug
+# condition: %SF_WEB_DEBUG%
+# xdebug_logging: true
+# sf_file_debug:
+# class: sfFileLogger
+# param:
+# level: debug
+# file: %SF_LOG_DIR%/%SF_APP%_%SF_ENVIRONMENT%.log
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/filters.yml
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/filters.yml
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/filters.yml
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,8 @@
+rendering: ~
+security: ~
+
+# insert your own filters here
+
+cache: ~
+common: ~
+execution: ~
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/frontendConfiguration.class.php
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/frontendConfiguration.class.php
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/frontendConfiguration.class.php
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,8 @@
+<?php
+
+class frontendConfiguration extends sfApplicationConfiguration
+{
+ public function configure()
+ {
+ }
+}
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/routing.yml
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/routing.yml
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/routing.yml
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,15 @@
+# default rules
+homepage:
+ url: /
+ param: { module: default, action: index }
+
+default_symfony:
+ url: /symfony/:action/*
+ param: { module: default }
+
+default_index:
+ url: /:module
+ param: { action: index }
+
+default:
+ url: /:module/:action/*
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/security.yml
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/security.yml
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/security.yml
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,2 @@
+default:
+ is_secure: off
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/settings.yml
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/settings.yml
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/settings.yml
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,104 @@
+prod:
+ .settings:
+ no_script_name: on
+ logging_enabled: off
+
+dev:
+ .settings:
+ error_reporting: <?php echo (E_ALL | E_STRICT)."\n" ?>
+ web_debug: on
+ cache: off
+ no_script_name: off
+ etag: off
+
+test:
+ .settings:
+ error_reporting: <?php echo ((E_ALL | E_STRICT) ^ E_NOTICE)."\n" ?>
+ cache: off
+ web_debug: off
+ no_script_name: off
+ etag: off
+
+all:
+ .settings:
+ # Form security secret (CSRF protection)
+ csrf_secret: false # Unique secret to enable CSRF protection or
false to disable
+
+ # Output escaping settings
+ escaping_strategy: false # Determines how variables are
made available to templates. Accepted values: on, off.
+ escaping_method: ESC_SPECIALCHARS # Function or helper used for
escaping. Accepted values: ESC_RAW, ESC_ENTITIES, ESC_JS, ESC_JS_NO_ENTITIES,
and ESC_SPECIALCHARS.
+
+#all:
+# .actions:
+# error_404_module: default # To be called when a 404 error is
raised
+# error_404_action: error404 # Or when the requested URL doesn't
match any route
+#
+# login_module: default # To be called when a non-authenticated
user
+# login_action: login # Tries to access a secure page
+#
+# secure_module: default # To be called when a user doesn't have
+# secure_action: secure # The credentials required for an action
+#
+# module_disabled_module: default # To be called when a user requests
+# module_disabled_action: disabled # A module disabled in the module.yml
+#
+# .settings:
+# # Optional features. Deactivating unused features boots performance a bit.
+# use_database: on # Enable database manager. Set to off
if you don't use a database.
+# i18n: off # Enable interface translation. Set to
off if your application should not be translated.
+# check_symfony_version: off # Enable check of symfony version for
every request. Set to on to have symfony clear the cache automatically when the
framework is upgraded. Set to off if you always clear the cache after an
upgrade.
+# compressed: off # Enable PHP response compression. Set
to on to compress the outgoing HTML via the PHP handler.
+# check_lock: off # Enable the application lock system
triggered by the clear-cache and disable tasks. Set to on to have all requests
to disabled applications redirected to the
$sf_symfony_lib_dir/exception/data/unavailable.php page.
+#
+# # Routing settings
+# relative_url_root: # Default URL prefix. Use this when
your symfony project is installed in a sub directory of the apache document
root.
+# no_script_name: off # Enable the front controller name in
generated URLs
+#
+# # Validation settings, used for error generation by the Validation helper
+# validation_error_prefix: ' ↓ '
+# validation_error_suffix: ' ↓'
+# validation_error_class: form_error
+# validation_error_id_prefix: error_for_
+#
+# # Cache settings
+# cache: off # Enable the template cache
+# etag: on # Enable etag handling
+#
+# # Logging and debugging settings
+# web_debug: off # Enable the web debug toolbar
+# error_reporting: <?php echo (E_PARSE | E_COMPILE_ERROR | E_ERROR |
E_CORE_ERROR | E_USER_ERROR)."\n" ?> # Determines which events are logged.
+#
+# # Assets paths
+# rich_text_js_dir: js/tiny_mce
+# prototype_web_dir: /sf/prototype
+# admin_web_dir: /sf/sf_admin
+# web_debug_web_dir: /sf/sf_web_debug
+# calendar_web_dir: /sf/calendar
+#
+# # Helpers included in all templates by default
+# standard_helpers: [Partial, Cache, Form]
+#
+# # Activated modules from plugins or from the symfony core
+# enabled_modules: [default]
+#
+# # Charset used for the response
+# charset: utf-8
+#
+# # Miscellaneous
+# strip_comments: on # Remove comments in core framework
classes as defined in the core_compile.yml
+# max_forwards: 5
+# path_info_array: SERVER
+# path_info_key: PATH_INFO
+# url_format: PATH
+#
+# # ORM
+# orm: propel
+#
+# # Logging
+# logging_enabled: on
+#
+# # i18n
+# default_culture: en # Default user culture
+#
+# # enable 1.0 compatibility
+# compat_10: off
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/view.yml
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/view.yml
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/config/view.yml
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,17 @@
+default:
+ http_metas:
+ content-type: text/html
+
+ metas:
+ #title: symfony project
+ #description: symfony project
+ #keywords: symfony, project
+ #language: en
+ robots: index, follow
+
+ stylesheets: [main]
+
+ javascripts: []
+
+ has_layout: on
+ layout: layout
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/lib/myUser.class.php
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/lib/myUser.class.php
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/lib/myUser.class.php
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,5 @@
+<?php
+
+class myUser extends sfBasicSecurityUser
+{
+}
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/templates/layout.php
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/templates/layout.php
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/apps/frontend/templates/layout.php
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,18 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+
+<?php include_http_metas() ?>
+<?php include_metas() ?>
+
+<?php include_title() ?>
+
+<link rel="shortcut icon" href="/favicon.ico" />
+
+</head>
+<body>
+
+<?php echo $sf_content ?>
+
+</body>
+</html>
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/ProjectConfiguration.class.php
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/ProjectConfiguration.class.php
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/ProjectConfiguration.class.php
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,11 @@
+<?php
+
+require_once 'vendor/symfony/lib/autoload/sfCoreAutoload.class.php';
+sfCoreAutoload::register();
+
+class ProjectConfiguration extends sfProjectConfiguration
+{
+ public function setup()
+ {
+ }
+}
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/databases.yml
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/databases.yml
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/databases.yml
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,5 @@
+#all:
+# propel:
+# class: sfPropelDatabase
+# param:
+# dsn: mysql://[EMAIL PROTECTED]/dbname
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/propel.ini
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/propel.ini
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/propel.ini
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,49 @@
+propel.targetPackage = lib.model
+propel.packageObjectModel = true
+propel.project = myproject
+propel.database = mysql
+propel.database.createUrl = mysql://[EMAIL PROTECTED]/
+propel.database.url = mysql://[EMAIL PROTECTED]/myproject
+
+propel.addGenericAccessors = true
+propel.addGenericMutators = true
+propel.addTimeStamp = false
+
+propel.schema.validate = false
+
+; directories
+propel.home = .
+propel.output.dir = /var/www/sfDoctrineActAsTaggablePlugin
+propel.schema.dir = ${propel.output.dir}/config
+propel.conf.dir = ${propel.output.dir}/config
+propel.phpconf.dir = ${propel.output.dir}/config
+propel.sql.dir = ${propel.output.dir}/data/sql
+propel.runtime.conf.file = runtime-conf.xml
+propel.php.dir = ${propel.output.dir}
+propel.default.schema.basename = schema
+propel.datadump.mapper.from = *schema.xml
+propel.datadump.mapper.to = *data.xml
+
+; builder settings
+propel.builder.peer.class =
plugins.sfPropelPlugin.lib.propel.builder.SfPeerBuilder
+propel.builder.object.class =
plugins.sfPropelPlugin.lib.propel.builder.SfObjectBuilder
+propel.builder.objectstub.class =
plugins.sfPropelPlugin.lib.propel.builder.SfExtensionObjectBuilder
+propel.builder.peerstub.class =
plugins.sfPropelPlugin.lib.propel.builder.SfExtensionPeerBuilder
+propel.builder.objectmultiextend.class =
plugins.sfPropelPlugin.lib.propel.builder.SfMultiExtendObjectBuilder
+propel.builder.mapbuilder.class =
plugins.sfPropelPlugin.lib.propel.builder.SfMapBuilderBuilder
+propel.builder.interface.class =
propel.engine.builder.om.php5.PHP5InterfaceBuilder
+propel.builder.node.class =
propel.engine.builder.om.php5.PHP5NodeBuilder
+propel.builder.nodepeer.class =
propel.engine.builder.om.php5.PHP5NodePeerBuilder
+propel.builder.nodestub.class =
propel.engine.builder.om.php5.PHP5ExtensionNodeBuilder
+propel.builder.nodepeerstub.class =
propel.engine.builder.om.php5.PHP5ExtensionNodePeerBuilder
+
+propel.builder.addIncludes = false
+propel.builder.addComments = false
+
+propel.builder.addBehaviors = false
+
+propel.mysql.tableType = InnoDB
+
+propel.defaultTimeStampFormat = Y-m-d H:i:s
+propel.defaultTimeFormat = H:i:s
+propel.defaultDateFormat = Y-m-d
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/properties.ini
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/properties.ini
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/properties.ini
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,2 @@
+[symfony]
+ name=myproject
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/rsync_exclude.txt
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/rsync_exclude.txt
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/rsync_exclude.txt
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,5 @@
+.svn
+/web/uploads/*
+/cache/*
+/log/*
+/web/*_dev.php
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/config/schema.yml
===================================================================
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/symfony
===================================================================
--- plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/symfony
(rev 0)
+++ plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/symfony
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,15 @@
+#!/usr/bin/env php
+<?php
+
+/*
+ * This file is part of the symfony package.
+ * (c) Fabien Potencier <[EMAIL PROTECTED]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+chdir(dirname(__FILE__));
+require_once(dirname(__FILE__).'/config/ProjectConfiguration.class.php');
+$configuration = new ProjectConfiguration();
+include($configuration->getSymfonyLibDir().'/command/cli.php');
Property changes on:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/symfony
___________________________________________________________________
Name: svn:executable
+ *
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/bootstrap/functional.php
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/bootstrap/functional.php
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/bootstrap/functional.php
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,26 @@
+<?php
+
+/*
+ * This file is part of the symfony package.
+ * (c) 2004-2006 Fabien Potencier <[EMAIL PROTECTED]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+// guess current application
+if (!isset($app))
+{
+ $traces = debug_backtrace();
+ $caller = $traces[0];
+
+ $dirPieces = explode(DIRECTORY_SEPARATOR, dirname($caller['file']));
+ $app = array_pop($dirPieces);
+}
+
+require_once dirname(__FILE__).'/../../config/ProjectConfiguration.class.php';
+$configuration = ProjectConfiguration::getApplicationConfiguration($app,
'test', isset($debug) ? $debug : true);
+sfContext::createInstance($configuration);
+
+// remove all cache
+sfToolkit::clearDirectory(sfConfig::get('sf_app_cache_dir'));
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/bootstrap/unit.php
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/bootstrap/unit.php
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/test/bootstrap/unit.php
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,15 @@
+<?php
+
+/*
+ * This file is part of the symfony package.
+ * (c) 2004-2006 Fabien Potencier <[EMAIL PROTECTED]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+$_test_dir = realpath(dirname(__FILE__).'/..');
+
+require_once(dirname(__FILE__).'/../../config/ProjectConfiguration.class.php');
+$configuration = new ProjectConfiguration(realpath($_test_dir.'/..'));
+include($configuration->getSymfonyLibDir().'/vendor/lime/lime.php');
Property changes on:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/vendor/symfony
___________________________________________________________________
Name: svn:externals
+ lib http://svn.symfony-project.com/tags/RELEASE_1_1_4/lib
data http://svn.symfony-project.com/tags/RELEASE_1_1_4/data
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/.htaccess
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/.htaccess
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/.htaccess
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,22 @@
+Options +FollowSymLinks +ExecCGI
+
+<IfModule mod_rewrite.c>
+ RewriteEngine On
+
+ # uncomment the following line, if you are having trouble
+ # getting no_script_name to work
+ #RewriteBase /
+
+ # we skip all files with .something
+ #RewriteCond %{REQUEST_URI} \..+$
+ #RewriteCond %{REQUEST_URI} !\.html$
+ #RewriteRule .* - [L]
+
+ # we check if the .html version is here (caching)
+ RewriteRule ^$ index.html [QSA]
+ RewriteRule ^([^.]+)$ $1.html [QSA]
+ RewriteCond %{REQUEST_FILENAME} !-f
+
+ # no, so we redirect to our front web controller
+ RewriteRule ^(.*)$ index.php [QSA,L]
+</IfModule>
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/css/main.css
===================================================================
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/frontend_dev.php
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/frontend_dev.php
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/frontend_dev.php
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,12 @@
+<?php
+// this check prevents access to debug front conrollers that are deployed by
accident to production servers.
+// feel free to remove this, extend it or make something more sophisticated.
+if (!in_array(@$_SERVER['REMOTE_ADDR'], array('127.0.0.1', '::1')))
+{
+ die('You are not allowed to access this file. Check '.basename(__FILE__).'
for more information.');
+}
+
+require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
+
+$configuration = ProjectConfiguration::getApplicationConfiguration('frontend',
'dev', true);
+sfContext::createInstance($configuration)->dispatch();
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/index.php
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/index.php
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/index.php
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,6 @@
+<?php
+
+require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
+
+$configuration = ProjectConfiguration::getApplicationConfiguration('frontend',
'prod', false);
+sfContext::createInstance($configuration)->dispatch();
Added:
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/robots.txt
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/robots.txt
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/branches/1.1/dev_environment/web/robots.txt
2008-10-19 17:42:44 UTC (rev 12254)
@@ -0,0 +1,2 @@
+#User-agent: *
+#Disallow:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en
-~----------~----~----~----~------~----~------~--~---