1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Typo fix More... over 12 years ago
Switch to dual licenses, closes #7 More... over 12 years ago
adjust test to metadata loading updates More... over 12 years ago
improve and complete metadata loading More... over 12 years ago
cleanup type and entity interfaces once more More... over 12 years ago
Adapt to api change More... over 12 years ago
rename TypeInterface's getChildren to getChildDefinitions, so that there are no function name collisions with NodeInterface (which causes fatal errors on php 5.3.3) More... over 12 years ago
Remove node-specific functions from collectionDefinitionInterface, because - they cause fatal errors on php 5.3.3 (debian stable) - they are only really useful in the node context, i.e. when rendering, and for this, you'll need to implement the NodeInterface anyways More... over 12 years ago
Don't couple EntityInterface and NodeInterface, it seems more explicit to reference both in the actual implementation class More... over 12 years ago
adding array driver and some cleanup on xml driver More... over 12 years ago
fix bootstrap for test classes loading More... over 12 years ago
moving properties and collections into a children container More... over 12 years ago
clean naming for collections More... over 12 years ago
adding collection and config support to xml driver and testing it More... over 12 years ago
make interfaces and constructors more consistent More... over 12 years ago
Merge pull request #91 from evo42/master More... over 12 years ago
updated AE example to 0.21.x
evo42
as Rene Kapusta
More... over 12 years ago
Adapt manager to match current resetservice api More... over 12 years ago
Merge pull request #8 from dbu/pass-data More... over 12 years ago
add some doc-comments More... over 12 years ago
move json-encode into the expand method to simplify things More... over 12 years ago
Merge pull request #9 from dbu/api-expressiveness More... over 12 years ago
Merge branch 'api-expressiveness' into metadata-loader More... over 12 years ago
add getter for default tag name, make typeof attribute explicit More... over 12 years ago
cleaning up tests More... over 12 years ago
WIP twig extension More... over 12 years ago
WIP metadata loading More... over 12 years ago
make RestService expect the data in run method rather than constructor, add unit test on rest More... over 12 years ago
Merge pull request #6 from dbu/tweak-type-interfaces More... over 12 years ago
allowing to set a default tag name for all types More... over 12 years ago