Statistics
| Revision:

Repository (Subversion)

You can find the Subversion repository at https://svn.typo3.org/FLOW3/Packages/Smarty/

Name Size Revision Age Author Comment
  branches 498 235 days robert I mistakenly committed the new Smarty package t...
  tags 498 235 days robert I mistakenly committed the new Smarty package t...
  trunk 1310 8 days k-fish Smarty: * added documentation to the smarty plu...

Latest revisions

# Date Author Comment
1310 2008-10-02 13:26 k-fish Smarty:
  • added documentation to the smarty plugins
1307 2008-10-02 09:32 bwaidelich
  • Smarty: first working version of Smarty template engine.
  • Smarty: added plugins for link/URI generation. They are making use of the View Helpers (see r1305).
1290 2008-09-26 21:12 k-fish FLOW3:
  • fixed one error in persistence manager test that only showed on Phoenix - whatever
  • some changes to Utility::Environment (have been playing with the superglobals replacement)
Smarty:
  • short-circuited the constructor of the original Smarty class, as it accesses $_SERVER.

When activating the superglobals replacement, all tests run green, except for the memcached backend tests - I have no clue why, yet...

1265 2008-09-19 21:03 k-fish

Smarty: updated svn:externals to point to 2.6.20 (was 2.6.19).

1210 2008-09-12 17:07 k-fish

!!! Major change, will break existing code.

Part 3 - Packages

FLOW3, most other packages:
  • added namespaces to the code of FLOW3 and all packages in the current TYPO3v5 distribution.
PHPUnit:
  • some changes to make PHPUnit (more) namespace-compatible.
Some notes:
  • Documentation updates will follow
  • you might need to change your class names when adapting namespaces to avoid using "Class", "Empty", "Default", ...
  • expect FLOW3CGL and/or PHPCodeSniffer to be broken (I'll have a look)
  • some parts might still be broken, especially in edge-cases where the global namespace needs to explicitly used
1047 2008-07-22 11:46 robert

!!! Important global change !!!

Extracted the getComponent() method from the Component Manager into its own class, the Component Factory. From now on, use the factory if you only need the getComponent() functionality and use the manager if you need the more advanced functions.

1009 2008-07-15 17:07 k-fish FLOW3:
  • Package configuration and settings now need to specify their package and are returned only for the package key given to getConfiguration().
Smarty, TestPackage:
  • Adjusted configuration files accordingly.
862 2008-05-22 15:24 k-fish Further work to make FLOW3 run green in CGL checks:
  • Renamed some abstract classes to conform to rules
  • Adjusted code using those classes
831 2008-05-10 17:43 k-fish

Pending commit, fixes #477.

817 2008-05-09 11:01 root

Moving packages up

View revisions