Directory Configuration/

Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
10
Lines of Code:
0

[root]/Configuration
        Folder removed from repo Development (0 files, 0 lines)

Lines of Code

Configuration/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 218 (100.0%) 3176 (100.0%) 14.5
robert 98 (45.0%) 1589 (50.0%) 16.2
k-fish 65 (29.8%) 744 (23.4%) 11.4
andi 26 (11.9%) 653 (20.6%) 25.1
kgusak 19 (8.7%) 131 (4.1%) 6.8
bwaidelich 6 (2.8%) 47 (1.5%) 7.8
networkteam_hlubek 4 (1.8%) 12 (0.4%) 3.0

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 10 files:

  • Configuration: Caches.yaml (del), FLOW3.php (del), FLOW3.yaml (del), Objects.yaml (del), Policy.yaml (del), Routes.php (del), Routes.yaml (del), SecurityPolicy.php (del), Settings.yaml (del), SignalsSlots.yaml (del)
k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 3 files:

  • Configuration: Objects.yaml (-1), Policy.yaml (-1), Settings.yaml (-1)
k-fish 2010-07-19 07:16 Rev.: 4870

[~TASK] FLOW3: Added hint on is_link() bug we work around...

1 lines of code changed in 1 file:

  • Configuration: Objects.yaml (+1 -1)
bwaidelich 2010-07-15 13:48 Rev.: 4863

[~TASK] FLOW3 (Error): Slightly tweaked Debugger: set title attribute of the "proxy" span to the Proxy class name. Fixed a typo
[~TASK] FLOW3 (Configuration): Renamed "Locale" to "I18n" in a comment in Objects.yaml
[+TASK] FLOW3 (Testing): If no settings.xml could be found, Selenium tests are skipped with a notice instead of triggering an error

1 lines of code changed in 1 file:

  • Configuration: Objects.yaml (+1 -1)
kgusak 2010-07-13 19:38 Rev.: 4855

[+BUGFIX] FLOW3 (I18n): Changed name Locale to I18n in configuration. Relates to #8772.

18 lines of code changed in 2 files:

  • Configuration: Caches.yaml (+6 -6), Objects.yaml (+12 -12)
kgusak 2010-07-10 12:06 Rev.: 4827

[+FEATURE] FLOW3 (Locale): Added support for XLIFF file format. Relates to #7723.
[+FEATURE] FLOW3 (Locale): Added TranslationProvider interface and concrete implementation using XLIFF. Relates to #7723.
[~TASK] FLOW3 (Locale): Changed class hierarchy for XML Models. Relates to #7722, #7723.
[~TASK] FLOW3 (Locale): Miscellaneous code cleaning.

20 lines of code changed in 2 files:

  • Configuration: Caches.yaml (+3 -2), Objects.yaml (+17 -8)
andi 2010-06-24 14:32 Rev.: 4627

[~TASK] FLOW3 (Security): Changed the example comments in FLOW3's Policy.yaml to reflect the new policy syntax structure. Resolves #8485.

15 lines of code changed in 1 file:

  • Configuration: Policy.yaml (+15 -4)
k-fish 2010-06-23 16:03 Rev.: 4616

[+FEATURE] FLOW3 (Security): Implemented request to "Create encryption hash if none was defined", resolves #7516, resolves #7517.

0 lines of code changed in 1 file:

  • Configuration: Settings.yaml (-5)
andi 2010-06-23 13:31 Rev.: 4613

* [+TASK] FLOW3 (Object): Added session scope related methods to the object manager and interface.
* [+FEATURE] FLOW3 (AOP): Added a matches operator as a new possibility for runtime evaluations.
* [+FEATURE] FLOW3 (AOP): Global objects available in runtime evaluations can now be configured in the settings. Resolves #6598.
* [+FEATURE] FLOW3 (Security): Implemented query rewriting according to the security policy. Relates to #5659, Resolves #6604.

9 lines of code changed in 2 files:

  • Configuration: Policy.yaml (+3 -1), Settings.yaml (+6)
kgusak 2010-06-21 19:04 Rev.: 4606

[~TASK] FLOW3 (Locale): Fixed CGL naming violation in Locale subsystem. Resolves #8207.

12 lines of code changed in 2 files:

  • Configuration: Caches.yaml (+4 -4), Objects.yaml (+8 -8)
kgusak 2010-06-15 12:12 Rev.: 4512

[+FEATURE] FLOW3 (Locale): Added date / time formatting as defind in CLDR (now included in commit). Relates to #7722.

10 lines of code changed in 2 files:

  • Configuration: Caches.yaml (+1), Objects.yaml (+9)
k-fish 2010-06-15 09:49 Rev.: 4509

[+BUGFIX] FLOW3: Removed object and cache configuration for missing DatesReader class, resolving exception #1184926175.
[~TASK] TYPO3 (Routing): Whitespace fixes, no functional changes.

0 lines of code changed in 2 files:

  • Configuration: Caches.yaml (-1), Objects.yaml (-9)
kgusak 2010-06-13 18:14 Rev.: 4504

[+FEATURE] FLOW3 (Locale): Added date / time formatting as defind in CLDR. Relates to #7722.
[+FEATURE] FLOW3 (Locale): Added support for aliases in CLDR parser. Relates to #7722.
[~TASK] FLOW3 (Locale): Changed internal representation of CLDR data (it is simpler and more robust now). Relates #7722.
[~TASK] FLOW3 (Locale): Reimplemented CLDRModel classes (new methods for accessing data). Relates to #7722.

10 lines of code changed in 2 files:

  • Configuration: Caches.yaml (+1), Objects.yaml (+9)
kgusak 2010-06-06 15:29 Rev.: 4445

[+FEATURE] FLOW3 (Locale): Added number formatting as defined in CLDR. Relates to #7722.
[+TASK] FLOW3 (Locale): Added support for iterating over results from HierarchicalCLDRModel. Relates to #7722.

10 lines of code changed in 2 files:

  • Configuration: Caches.yaml (+1), Objects.yaml (+9)
kgusak 2010-06-02 17:53 Rev.: 4399

[+FEATURE] FLOW3 (Locale): Added support for plurals rules from CLDR. Relates to #7722.
[~TASK] FLOW3 (Locale): Slightly changed CLDRRepository methods in order to automatically build absolute filenames from relative ones for CLDR files and directories. Relates to #7722.

10 lines of code changed in 2 files:

  • Configuration: Caches.yaml (+1), Objects.yaml (+9)
kgusak 2010-05-30 13:37 Rev.: 4344

[+FEATURE] FLOW3 (Locale): Added fundamental classes for CLDR data reader. They will be used to build concrete readers. Relates to #7722.
[~TASK] FLOW3 (Locale): Moved the method responsible for generating available locales' list from Detector to Service class. Relates #7720.
[~TASK] FLOW3 (Locale): Minor code cleaning.

13 lines of code changed in 2 files:

  • Configuration: Caches.yaml (+2 -1), Objects.yaml (+11 -2)
kgusak 2010-05-22 11:49 Rev.: 4328

[+FEATURE] FLOW3 (Locale): Collection of available locales is cached from now. Relates to #7720.

15 lines of code changed in 2 files:

  • Configuration: Caches.yaml (+1), Objects.yaml (+14)
k-fish 2010-05-19 00:40 Rev.: 4323

[~TASK] FLOW3 (Locale): Removed the option to manually configure available locales, keep it simple...

0 lines of code changed in 1 file:

  • Configuration: Settings.yaml (-12)
kgusak 2010-05-15 12:36 Rev.: 4310

[+FEATURE] FLOW3 (Locale): Support for list of available locales to set manually in configuration, as an alternative for automatic filesystem scanning. Relates to #7720.

13 lines of code changed in 1 file:

  • Configuration: Settings.yaml (+13 -1)
robert 2010-04-28 14:34 Rev.: 4231

[~TASK] FLOW3 (Core): The Bootstrap will now accept only "Production" or "Development" as valid contexts because this is how we currently use FLOW3. As soon as we really now how we want to support additional contexts, we can make it more flexible again. As a side effect, FLOW3 won't complain about missing context directories in the global Configuration dir.
[~TASK] FLOW3 (Security): Set a default encryption key for the time being until automatic generation is implemented. Relates to #7516

1 lines of code changed in 1 file:

  • Configuration: Settings.yaml (+1 -1)
robert 2010-04-28 14:05 Rev.: 4230

[+FEATURE] FLOW3 (Configuration): The ConfigurationManager now supports context directories in the FLOW3 package's Configuration directory. This allows us to deliver the FLOW3 distribution (and other distributions) with a virtually empty global Configuration directory. Resolves #7479
[~TASK] FLOW3 Base Distribution: Removed the global context configurations.

1 lines of code changed in 1 file:

  • Configuration: Settings.yaml (+1 -1)
k-fish 2010-03-23 14:51 Rev.: 4002

[+BUGFIX] FLOW3 (Configuration): getConfiguration() now returns settings for all packages if asked to do so, fixes #6967.
[+BUGFIX] FLOW3 (Object): Interfaces with no known implementation but a factory can be used now, fixes #6968, relates to #6928.
[~TASK] FLOW3 (Utility): In environment we no longer prohibit access to to $_SERVER, this makes use of third party code easier.

0 lines of code changed in 1 file:

  • Configuration: Objects.yaml (-1)
k-fish 2010-03-18 16:31 Rev.: 3992

[~TASK] FLOW3 (AOP): The persistence subpackage is no longer blacklisted in AOP.
[~TASK] FLOW3 (Persistence): The signal emitters in AbstractBackend are no longer "handmade".
[+BUGFIX] FLOW3 (Resource): Fixed removal of files tied to persisted resources on object removal, fixes #6909.
[+TASK] FLOW3 (Resource): When a persistent resource is removed, a published version is removed as well.

1 lines of code changed in 1 file:

  • Configuration: SignalsSlots.yaml (+1 -1)
k-fish 2010-03-11 21:07 Rev.: 3930

[+FEATURE] FLOW3 (Persistence): Reimplemented lazy loading, resolves #6120. See updated manual for details.
[+FEATURE] FLOW3 (Persistence): Lazy loaded SplObjectStorage can now be counted without triggering activation, resolves #3337.
[~API] FLOW3 (Persistence): Moved the BackendInterface into the Backend namespace.
[-API] FLOW3 (Persistence): Removed the DataMapperInterface. Backends should follow the defined data structure.
[~TASK] FLOW3 (Persistence): Optimized clean data handling while dirty checking, reducing memory usage.

5 lines of code changed in 1 file:

  • Configuration: Objects.yaml (+5)
robert 2010-03-11 16:32 Rev.: 3929

[+BUGFIX] FLOW3 (Object): Removed the obsolete SessionRegistry which was causing trouble resulting in a drastically growing session file. Fixes #6761
[+BUGFIX] FLOW3 (Security): Fixed a bug which resulted in a non working Account Repository. Fixes #6787

0 lines of code changed in 1 file:

  • Configuration: Objects.yaml (-5)
robert 2010-02-28 10:00 Rev.: 3882

[+BUGFIX] FLOW3 (Security): Fixed the built-in authentication route.
[~TASK] FLOW3 (MVC): In the view, renamed the "viewData" property to "variables" because we use this term in real life.

7 lines of code changed in 2 files:

  • Configuration: Routes.yaml (+4 -4), Settings.yaml (+3)
andi 2010-02-28 00:21 Rev.: 3881

[+FEATURE] FLOW3 (Security): Implemented runtime evaluations support for policy resources. Resolves #6599, relates to #5659
[~TASK] FLOW3 (Security): Removed the old privileges concept. Now there is only one (implicit) access privilege. Resolves #6600, relates to #5659

18 lines of code changed in 1 file:

  • Configuration: Policy.yaml (+18 -14)
robert 2010-02-23 16:46 Rev.: 3843

[-CONFIGURATION] FLOW3: AOP is now always enabled. The switch for disabling only had a theoretical meaning anyway.
[-CONFIGURATION] FLOW3: Removed the switch for reflection class change detection. This function is now bound to the more general "monitor: detectClassChanges" setting.
[~CONFIGURATION] FLOW3. Renamed the setting for monitoring class changes from "monitor: fileMonitor: enable" to "monitor: detectClassChanges". The changeDetectionStrategy option has been removed and must be configured through the Objects.yaml configuration if neccessary.
[+BUGFIX] FLOW3 (Object): The code caches are now flushed correctly if a class file has changed. Previously it could happen that AOP proxy classes were not found if its target class had been changed.

3 lines of code changed in 3 files:

  • Configuration: Objects.yaml (+1 -3), Settings.yaml (+1 -20), SignalsSlots.yaml (+1 -1)
robert 2010-02-22 16:17 Rev.: 3837

[+FEATURE] FLOW3 (Object): Implemented a static object container which is automatically built. It's essentially a hardcoded version of the autowired and configured object dependencies - just a lot faster. Many tests are still missing, but the version in this commit should be mostly functional. Addresses #3740 and resolves #2123.
[!!!][~API] FLOW3 (Object): Heavily refactored the Object Manager and its tests. The most important change is the removal of the Object Factory whose create() method is now located in the Object Manager. Furthermore, the getObject() method has been renamed to get() and a few minor important API functions within the Object Manager have been modified. This commit also contains a script which allows for semi automatically migrating existing code to the new API (see ./flow3 migrate objectmanagerusage). Resolves #6562
[~TASK] FLOW3 (Configuration): The Configuration Manager and its YAML source now doesn't depend on the YAML package anymore but refers to a YAML parser class within the FLOW3 package. Resolves #6564.

157 lines of code changed in 4 files:

  • Configuration: Caches.yaml (+10 -10), Objects.yaml (+146 -30), Settings.yaml (-3), SignalsSlots.yaml (+1)
andi 2010-02-14 15:07 Rev.: 3826

[~TASK] FLOW3(Security): Replaced all occurrences of ACL by Policy. Resolves #6462

2 lines of code changed in 2 files:

  • Configuration: Objects.yaml (+1 -1), Settings.yaml (+1 -1)
andi 2010-02-14 00:01 Rev.: 3824

[+TASK] FLOW3(Security): Moved the security policy configuration to its own Policy.yaml file. Resolves #5440

43 lines of code changed in 2 files:

  • Configuration: Policy.yaml (new 43), Settings.yaml (-34)
k-fish 2010-01-27 18:32 Rev.: 3769

[~TASK] FLOW3 (Core): When setting up signal/slot wiring do not rely on the YAML parser returning true booleans in the specific case at hand.
[~TASK] FLOW3 (Monitor): Renamed $signalSlotDispatcher to $signalDispatcher like in other classes.
[+FEATURE] FLOW3 (Persistence): added signals when persisting new and updated objects and when removing objects, resolves #6177.
[~TASK] FLOW3 (Resource): Moved some work from the ResourceObjectConverter to the ResourceManager when importing uploaded files.
[+API] FLOW3 (Resource): added deleteResource() to ResourceManager to remove persisted resources.

15 lines of code changed in 2 files:

  • Configuration: Objects.yaml (+9 -1), SignalsSlots.yaml (+6 -2)
robert 2010-01-26 10:54 Rev.: 3758

[+FEATURE] FLOW3 (Cache): Implemented a PHP Cache Frontend which allows for effective caching of PHP code which is included with require_once() instead of runtime parsing with eval(). This significantly improves speed when used in combination with an opcode cache such as APC. Currently only the FileBackend supports PHP code caching. Resolves #6137
[+FEATURE] FLOW3 (AOP): The AOP Framework now uses the new PHP cache frontend for storing AOP proxy classes. Speeds up the initial startup of FLOW3 enormously. Relates to #6137
[~TASK] FLOW3: Removed all dependencies from the PHP6 package because the unicode support we were using didn't really make sense in the respective situations.
[+BUGFIX] FLOW3 (Utility): Fixed a bug in Files::emptyDirectoryRecursively() which wrongly recognized certain files as directories due to incorrect usage of the directory iterator.

9 lines of code changed in 2 files:

  • Configuration: Caches.yaml (+3 -2), Objects.yaml (+6 -4)
robert 2010-01-15 15:38 Rev.: 3643

[~TASK] FLOW3 (Documentation): Updated the Coding Guidelines: removed inconsistent exceptions from the general class naming rules. Also added the rule that names of aspect classes must end with "Aspect". Relates to #5658
[~TASK] Global: Renamed many classes and interfaces in order to be consistent with FLOW3's naming rules. A migration script to update third-party applications will follow soon. Resolves #5658

39 lines of code changed in 2 files:

  • Configuration: Objects.yaml (+36 -36), Settings.yaml (+3 -3)
k-fish 2010-01-13 17:30 Rev.: 3616

[+FEATURE] FLOW3 (Persistence): Wrote a new persistence backend using a database directly instead of TYPO3CR. Details see below. Resolves #6006.
[+API] FLOW3 (Persistence): Added new backend classes that can be used for further backends.
[-API] FLOW3 (Persistence): Removed methods getIdentifierByObject(), getObjectByIdentifier() and isNewObject() from BackendInterface.
[+API] FLOW3 (Persistence): Removed methods getIdentifierByObject(), getObjectByIdentifier() and isNewObject() to ManagerInterface and Manager.
[-API] FLOW3 (Persistence): Removed withUUID() from QueryInterface, use getObjectByIdentifier() on Manager instead.
[+API] FLOW3 (Persistence): Added constants for query operators to QueryInterface.

57 lines of code changed in 1 file:

  • Configuration: Settings.yaml (+57 -51)
robert 2009-12-21 17:21 Rev.: 3548

[+FEATURE][+API] Fluid (ViewHelper): The Resource view helper now supports Resource objects: Like before you can provide a path and package key pointing to a static package resource or you pass it a resource object. Relates to #5822
[~TASK][~API] Fluid (ViewHelper): The ActionViewhelper now produces only absolute URIs. The argument "absolute" is now obsolete.
[~TASK] Fluid (ViewHelper): Defined additional reserved keywords "on", "off", "yes" and "no" in the TemplateVariableContainer.
[~TASK] FLOW3 (Resource): Renamed a few classes in FLOW3/Resource/: "Manager" -> "ResourceManager", "Publisher" -> "ResourcePublisher". Relates to #5658
[~TASK] FLOW3 (Cache): Defined a new "magic" tag for the cache frontends: TAG_PACKAGE can now be used wherever cache entries should be flushed if any package is activated or deactivated. Relates to #5774
[~TASK] FLOW3: Replaced occurrences of "[fF]ileName" with "[fF]ilename".
[~TASK] FLOW3 (Package): isPackageAvailable() and isPackageActive() no longer throw exceptions if the given parameter is not a valid string. However they still return FALSE of course in those cases.
[+FEATURE][+API] FLOW3 (Reflection): Added a new method isMethodTaggedWith() to the Reflection Service.
[+FEATURE][+API] FLOW3 (Resource): Completely reworked the resource management module. It now supports persistent resources, file uploads and provides a more flexible publishing mechanism. Resolves #5822

[+FEATURE] FLOW3 (Resource): Implemented an Object Converter for resources which can handle file uploads.
[~TASK] FLOW3 (Utility): Renamed Files::mimeTypeFromFilename() and Files::mediaTypeFromFilename() to Files::getMimeTypeFromFilename() and Files::getMediaTypeFromFilename() respectively.
[~CONFIGURATION][~API] FLOW3 (Resource): Changed the names of settings for the Resource module. Please refer to the updated Settings.yaml for the new options.
[~TASK] FLOW3 (Documentation): Documented the new Resource module.
[~TASK] ExtJS: Updated the view helpers to match the new Resource framework. Relates to #5822
[~TASK] FLOW3: Implemented additional rewrite rules in the .htaccess file to support the new static resources publish mechanism.

29 lines of code changed in 3 files:

  • Configuration: Caches.yaml (-1), Objects.yaml (+15 -2), Settings.yaml (+14 -19)
robert 2009-12-01 19:41 Rev.: 3534

[BUGFIX] FLOW3: Accidentally committed a modified Objects.yaml configuration which made the TransientSession the default session. Changed this back to PHPSession.

1 lines of code changed in 1 file:

  • Configuration: Objects.yaml (+1 -1)
k-fish 2009-11-30 18:45 Rev.: 3528

[~TASK] FLOW3 (Cache): Implemented a PDO-based cache backend, resolves #5446.
[~TASK] FLOW3 (Cache): Renamed APCBackend to ApcBackend, some other changes and optimizations.
[+TASK] FLOW3 (Utility): Added a small PdoHelper to aid in setting up DB tables.

18 lines of code changed in 1 file:

  • Configuration: Objects.yaml (+18 -2)
k-fish 2009-11-30 16:03 Rev.: 3524

[~TASK] FLOW3 (Reflection): Split the cache in two parts, one using the VariableFrontend (for reflection data) and one using the StringFrontend (for simple status data).
[~TASK] FLOW3 (Core): The cache used to cache revision data is now using the StringFrontend.

5 lines of code changed in 1 file:

  • Configuration: Caches.yaml (+5 -3)
robert 2009-11-30 15:04 Rev.: 3518

[~TASK][!!!] FLOW3 (Configuration): Merged the FLOW3 settings into the generic Settings.yaml file, dropping support for the FLOW3.yaml files. This means that you need to move all your custom settings from your own FLOW3.yaml files to Settings.yaml. Note that in FLOW3.yaml files no "FLOW3:" key on the first level was necessary which now becomes mandatory in the Settings.yaml file. Resolves #5579
[~FEATURE] FLOW3 (Configuration): The configuration cache (usually only used in Production context) is now cleared automatically if the FLOW3 Bootstrap revision changes.
[~TASK] FLOW3 (Documentation): Updated the examples referring to FLOW3.yaml.

247 lines of code changed in 2 files:

  • Configuration: Objects.yaml (+1 -1), Settings.yaml (new 246)

(111 more)

Generated by StatSVN 0.5.0