
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 6 (100.0%) | 67 (100.0%) | 11.1 |
| robert | 2 (33.3%) | 66 (98.5%) | 33.0 |
| k-fish | 4 (66.7%) | 1 (1.5%) | 0.2 |
Removed everything in trunk after move to git.
0 lines of code changed in 2 files:
[~TASK] FLOW3 (Core): Fixed tiny issue in LockHoldingStackPage.html.
1 lines of code changed in 1 file:
[FIX] FLOW3: PHP versions below 5.3 now die with a meaningful error message, fixes #3568
0 lines of code changed in 1 file:
* [TASK] Welcome: Adjusted the first steps text in the welcome screen.
2 lines of code changed in 1 file:
* [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.
64 lines of code changed in 1 file: