Directory Meta/

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

[root]/Meta

Lines of Code

Meta/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 87 (100.0%) 3.0
robert 15 (51.7%) 79 (90.8%) 5.2
k-fish 14 (48.3%) 8 (9.2%) 0.5

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 4 files:

  • Meta: License-JSBN.txt (del), License.txt (del), Package.xml (del), Revision.php (del)
k-fish 2010-08-20 11:32 Rev.: 5029

[~TASK] *: Raised version numbers of packages contained in the FLOW3 distribution.

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
robert 2010-07-09 08:20 Rev.: 4810

Raised version numbers of packages contained in the FLOW3 distribution.

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
k-fish 2010-07-03 20:52 Rev.: 4715

[~TASK] DocumentationBrowser: Bumped version number in Package.xml to next release version.
[~TASK] FLOW3: Bumped version number in Package.xml to next release version, resolves #8025.
[~TASK] Fluid: Bumped version number in Package.xml to next release version.
[~TASK] Kickstart: Bumped version number in Package.xml to next release version.
[~TASK] Party: Bumped version number in Package.xml to next release version.
[~TASK] Testing: Bumped version number in Package.xml to next release version.
[~TASK] Welcome: Bumped version number in Package.xml to next release version.

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
k-fish 2010-03-04 11:06 Rev.: 3903

[+FEATURE] FLOW3 (Core): The flow3 hell script now uses the PHP binary specified in the PHP environment variable, resolves #6681.
[~TASK] FLOW3: Some SVN property maintenance.

0 lines of code changed in 1 file:

  • Meta: License-JSBN.txt (changed)
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.

0 lines of code changed in 1 file:

  • Meta: Package.xml (-2)
k-fish 2010-01-19 16:05 Rev.: 3690

Set next version number of package FLOW3 to version 1.0.0-alpha8

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
robert 2009-11-20 10:51 Rev.: 3483

[~TASK] FLOW3 (Security): Renamed the JSBN directory from "jsbn" to "JSBN"
[~TASK] FLOW3 (Security): Moved the JSBN License from the Resources to the Meta folder.

0 lines of code changed in 1 file:

  • Meta: License-JSBN.txt (new)
k-fish 2009-11-02 17:29 Rev.: 3402

Set next version number of package FLOW3 to version 1.0.0-alpha7

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
k-fish 2009-10-01 10:58 Rev.: 3259

Set next version number of package FLOW3 to version 1.0.0-alpha6

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
k-fish 2009-09-21 21:41 Rev.: 3202

[+BUGFIX] FLOW3: fixed description in Package.xml, fixes #4606.

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
k-fish 2009-09-07 17:24 Rev.: 3148

Set next version number of package FLOW3 to 1.0.0-alpha5

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
robert 2009-08-18 14:53 Rev.: 3058

Set next version number of package FLOW3 to version 1.0.0-alpha4

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
robert 2009-07-01 10:21 Rev.: 2696

Set next version number of package FLOW3 to 1.0.0-alpha3

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
robert 2009-06-23 10:58 Rev.: 2637

* [TASK] FLOW3 (Monitor): Renamed F3\FLOW3\Monitor\ChangeDetectionStrategy\ModificationTime to F3\FLOW3\Monitor\ChangeDetectionStrategy\ModificationTimeStrategy
* [TASK] FLOW3 (Core): Move the F3\FLOW3\FLOW3 class into its own sub package "Core". The class is now called "Bootstrap".
* [+FEAT] FLOW3 (Core): Implemented a basic locking mechanism which locks the whole site while code caches are cleared. It's basically working but currently not customizable. Try it out by changing some code somewhere and then run two requests (in dev context) almost simultaneously. The Lock Manager is invoked on file changes through the Signal Slot mechanism. Resolves #3581
* [TASK] FLOW3: Simplified the index.php bootstrap a little and adjusted paths for the new Core sub package.
* [FIX] FLOW3 (SignalSlot): Added a check within the Signal Slot dispatcher which now throws a meaningful exception if a given slot class does not exist. Resolves #3730
* [TASK] FLOW3: Updated FLOW3's Package.xml file.
* [TASK] FLOW3: Commented out the SetEnv declaration in the .htaccess file. FLOW3 runs in Production context by default anyway and if the environment is set in the .htaccess file by default, any environment set in a virtual host wouldn't have any effect.

3 lines of code changed in 1 file:

  • Meta: Package.xml (+3 -4)
robert 2009-06-02 15:43 Rev.: 2559

Increased version number to next release version.

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
robert 2009-06-02 15:20 Rev.: 2541

FLOW3: Fixed version number

2 lines of code changed in 1 file:

  • Meta: Package.xml (+2 -2)
k-fish 2009-05-26 17:01 Rev.: 2394

Moved licenses to the Meta folder of the packages ExtJS, FLOW3, Fluid, PHP6, PHPCR, PHPUnit, Testing, TYPO3CR, YAML; resolves #3466

0 lines of code changed in 1 file:

  • Meta: License.txt (new)
robert 2009-05-26 16:21 Rev.: 2393

Adjusted version numbers for packages FLOW3, Fluid, PHP6, PHPCR, Testing, TYPO3CR and YAML. We now use "-dev" versions as long as the package lives in SVN. During packaging the version number is replaced by the actual release version number.

3 lines of code changed in 1 file:

  • Meta: Package.xml (+3 -3)
k-fish 2009-05-19 16:34 Rev.: 2259

Fluid:
* Fluid\TemplateView and it's interface now have a hasTemplate() method, resolves #3385

FLOW3:
* Fluid is now the default templating engine, resolves #3382

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1)
robert 2009-02-13 10:56 Rev.: 1917

* FLOW3: Raised required minimum PHP version to 5.3.0beta1. Resolves #2630

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
robert 2008-11-07 16:02 Rev.: 1448

COMMIT PART 1

* FLOW3: Implemented a YAML configuration source, resolves #1852
* Globally refactored code and converted configuration files to use the new YAML configuration format

Note: FLOW3 is now getting even slower because the whole YAML parsing results are not cached yet.
You can still use .php based configuration but it is recommended to switch over to YAML ASAP.

Documentation and speed improvements follow

32 lines of code changed in 1 file:

  • Meta: Package.xml (+32 -30)
robert 2008-10-30 10:53 Rev.: 1406

* FLOW3: Updated the PHP version constraint in the package meta information
* TYPO3: Implemented a new TS processor: toInteger()

1 lines of code changed in 1 file:

  • Meta: Package.xml (+1 -1)
robert 2008-08-04 13:40 Rev.: 1070

* FLOW3: (MVC) Renamed the Default Controller. Addresses #474
* FLOW3: (MVC) Implemented the dispatch loop: The request object now contains a flag which tells if the dispatcher needs to dispatch the request again because it contains new information about the responsible controller.
* FLOW3: (MVC) The Request object now works differently in terms of specifying the controller: Instead of passing the controller component name, it is now specified by setting the package key and controller name. Addresses #474
* FLOW3: (MVC) Implemented support for forwarding requests (see Request Handling Controller). Resolves #88 and resolves #215.
* FLOW3: (MVC) Removed the locking feature from the Request object - otherwise forwarding would not be possible.
* FLOW3: (MVC) Refactored mmost of the controller-related tests and fixtures.
* FLOW3: Adapted the standard routes
* FLOW3 + TYPO3: Updated the Package Meta information

33 lines of code changed in 2 files:

  • Meta: Package.xml (+33 -18)
robert 2008-06-26 14:39 Rev.: 971

FLOW3: Added the Revision file.

0 lines of code changed in 1 file:

  • Meta: Revision.php (new)
Generated by StatSVN 0.5.0