Statistics
| Revision:

Repository (Subversion)

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

Name Size Revision Age Author Comment
  branches 459 249 days k-fish Subversion reorganisation, part 1: * Added tru...
  tags 459 249 days k-fish Subversion reorganisation, part 1: * Added tru...
  trunk 1244 23 days k-fish PHPCR: fixed Packages.xml

Latest revisions

# Date Author Comment
1244 2008-09-18 11:22 k-fish

PHPCR: fixed Packages.xml

1218 2008-09-15 13:38 k-fish

Fixed one invalid UTF-8 char, making Kurfuerst Kurfürst along the way... (I mean, we have UTF-8 sources, right?)

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
1190 2008-09-08 11:33 k-fish PHPCR:
  • rather cosmetic fix to two parameter annotations - but we prefer integer over int :)
1152 2008-08-22 19:22 k-fish PHPCR:
  • added third optional parameter to Node.addNode(), relates to #1291
TYPO3CR:
  • Node.addNode() now accepts a third optional parameter allowing to suggest an identifier for the new node, fixes #1291
  • Node.addNode() now uses the requested nodetype for relative paths pointing away from the current node
1150 2008-08-22 18:28 k-fish PHPCR, TYPO3CR:
  • Moved method to translate PHP type names into JCR type integers from the persistence backend to the PropertyType class.
  • Slightly more useful exception message in case persistence encounters objects it cannot handle.
1094 2008-08-06 21:45 k-fish FLOW3:
  • fixed a forgotten wrong method call in Persistence_Manager
  • added interfaces for Query an QueryFactory to persistence subpackage
  • Repository now holds a QueryFactory by default
PHPCR:
  • adjusted createQuery() signature to spec requirements
TYPO3CR:
  • some internal optimization/cleanup
  • added getNode() to Property
  • added basic querying capabilities
  • added a (very rudimentary!) implementation of an admin interface - call TYPO3CR/Admin/Default

This is still rather rough around the edges and needs more tests - still it must be shared!

1060 2008-07-28 14:33 k-fish PHPCR:
  • added an additional type hint
TYPO3CR:
  • moved QOM tests to their own folder
  • defined component scope for a few classes
  • implemented Workspace->getQueryManager()
  • implemented QueryObjectModelFactory->createQuery()
  • implemented QueryObjectModel
  • implemented Query->setLimit() and Query->setOffset()
  • implemented PreparedQuery->bindValue()
  • restricted visibility of ValueFactory::createValueAndGuessType()
1058 2008-07-26 12:04 k-fish

PHPCR: ported two more interfaces from the QOM

TYPO3CR: added a first batch of QOM implementations

1056 2008-07-24 15:48 k-fish

PHPCR: Ported a first batch of Query Object Model interfaces.

View revisions