|
| 1 | +--- |
| 2 | +layout: default |
| 3 | +title: Update September 2014 |
| 4 | +--- |
| 5 | + |
| 6 | +This month has been interesting, a new Jackalope PHPCR implementation has been started. |
| 7 | +[Jackalope FS](https://github.com/dantleech/jackalope-fs) will eventually add |
| 8 | +a new tool to the PHPCR developers kit, also there has been lots of activity on the phpcr-odm in |
| 9 | +preparation for the forthcoming 1.2 release. |
| 10 | + |
| 11 | +## Talks |
| 12 | + |
| 13 | +- [@willemjanz](https://twitter.com/willemjanz) and |
| 14 | + ([@dantleech](https://twitter.com/dantleech)) talked about PHPCR at the great |
| 15 | + [EZ/PHP Summer Camp](http://2014.ezsummercamp.com/Programme) in Croatia. |
| 16 | + |
| 17 | +## Jackalope |
| 18 | + |
| 19 | +- Open [pull request](https://github.com/jackalope/jackalope/pull/245) for moving the implementation |
| 20 | + agnostic node validation code from the [doctrine-dbal](https://github.com/jackalope/jackalope-doctrine-dbal) |
| 21 | + implementation to the base package. |
| 22 | +- Discussion about also moving the node normalization logic to the main Jackalope package. |
| 23 | + |
| 24 | +## Jackalope FS |
| 25 | + |
| 26 | +- Pure filesystem implementation of PHPCR |
| 27 | +- Currently supports Reading and some Writing. |
| 28 | +- Will initially aim to have feature parity with the [doctrine-dbal](https://github.com/jackalope/jackalope-doctrine-dbal) implementation. |
| 29 | +- ETA: About 3 months :) |
| 30 | + |
| 31 | +### Jackalope Jackrabbit |
| 32 | + |
| 33 | +* [Alfusainey](https://github.com/Alfusainey) is working on implementing remoting for access control in Jackrabbit. Once this works, it will be possible to implement ACLs in jackalope-jackrabbit, allowing access control on nodes and subtrees. Check out the [Jackrabbit pull requests](https://github.com/apache/jackrabbit/pulls). |
| 34 | + |
| 35 | +## PHPCR-Shell |
| 36 | + |
| 37 | +- General minor improvements, including asking for confirmation on exit if there are unsaved changes. |
| 38 | +- Open [pull request](https://github.com/phpcr/phpcr-shell/pull/90) for adding |
| 39 | + function mapping to UPDATE queries, with the particular goal of better |
| 40 | + supporting multi-value propoperties. |
| 41 | + |
| 42 | +## PHPCR-ODM |
| 43 | + |
| 44 | +- **Version 1.2** of the [PHPCR-ODM](https://github.com/doctrine/phpcr-odm) is just around the corner and we ask people to test the latest RC version ([1.2.0-rc4](https://packagist.org/packages/doctrine/phpcr-odm#1.2.0-rc4)) and provid feedback until next week when we hope to release it. |
| 45 | +- Fixed some bugs related to [translation](https://github.com/doctrine/phpcr-odm/pull/566) handling. |
0 commit comments