You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2014-10-01-Update-September-2014.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,20 @@ This month has been interesting, a new Jackalope PHPCR implementation has been s
8
8
a new tool to the PHPCR developers kit, also there has been lots of activity on the phpcr-odm in
9
9
preparation for the forthcoming 1.2 release.
10
10
11
-
## Talks
11
+
###Talks
12
12
13
13
-[@willemjanz](https://twitter.com/willemjanz) and
14
14
([@dantleech](https://twitter.com/dantleech)) talked about PHPCR at the great
15
15
[EZ/PHP Summer Camp](http://2014.ezsummercamp.com/Programme) in Croatia.
16
16
17
-
## Jackalope
17
+
###Jackalope
18
18
19
19
- Open [pull request](https://github.com/jackalope/jackalope/pull/245) for moving the implementation
20
20
agnostic node validation code from the [doctrine-dbal](https://github.com/jackalope/jackalope-doctrine-dbal)
21
21
implementation to the base package.
22
22
- Discussion about also moving the node normalization logic to the main Jackalope package.
23
23
24
-
## Jackalope FS
24
+
###Jackalope FS
25
25
26
26
- Pure filesystem implementation of PHPCR
27
27
- Currently supports Reading and some Writing.
@@ -32,14 +32,14 @@ preparation for the forthcoming 1.2 release.
32
32
33
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
34
35
-
## PHPCR-Shell
35
+
###PHPCR-Shell
36
36
37
37
- General minor improvements, including asking for confirmation on exit if there are unsaved changes.
38
38
- Open [pull request](https://github.com/phpcr/phpcr-shell/pull/90) for adding
39
39
function mapping to UPDATE queries, with the particular goal of better
40
40
supporting multi-value propoperties.
41
41
42
-
## PHPCR-ODM
42
+
###PHPCR-ODM
43
43
44
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
45
- Fixed some bugs related to [translation](https://github.com/doctrine/phpcr-odm/pull/566) handling.
0 commit comments