Skip to content

Commit f95eb78

Browse files
committed
Merge pull request #12 from phpcr/update_june_2014
Added update for June 2014
2 parents b80f76c + f986c14 commit f95eb78

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

_posts/2014-07-01-Update-June-2014.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: default
3+
title: Update June 2014
4+
---
5+
6+
Welcome to the first monthly news item. From now on we will try, on the first of each
7+
month, to publish a post which details all the new developments, big and small, which
8+
have taken place within the PHPCR ecosystem.
9+
10+
## News
11+
12+
### Documentation
13+
14+
[David Buchmann](https://github.com/dbu) wrote a great and extensive tutorial on PHPCR some years ago,
15+
but it has been hiding in the [phpcr-docs](https://github.com/phpcr/phpcr-docs) repository.
16+
17+
We have now adapted this tutorial to the restructured text format and made it into
18+
a **book** instead of a **tutorial**. It is hosted it on
19+
[Readthedocs.org](https://phpcr.readthedocs.org).
20+
21+
This will become the offical location of all future PHPCR documentation.
22+
23+
There has also been a [proposal](https://github.com/phpcr/phpcr-docs/pull/8) for hosting a restructured text version of the JCR spec
24+
on the documenatation site
25+
26+
### Marmelab PHPCR Browser supports Doctrine DBAL
27+
28+
The [Marmelab PHPCR browser](https://github.com/marmelab/phpcr-browser) now officially supports Doctrine-DBAL
29+
30+
## Jackalope
31+
32+
- [Discussion](https://github.com/jackalope/jackalope-jackrabbit/issues/88) about concurrent writes in Jackalope-Jackrabbit
33+
- [Discussion](https://github.com/jackalope/jackalope-jackrabbit/pull/72) about throwing exceptions with invalid parameters: The PHPCR spec specifies to return null on invalid connection parameters - but this makes it hard to debug - should we violate the PHPCR spec or make an amendment?
34+
35+
## Development Summary
36+
37+
### PHPCR Utils
38+
39+
- [Fixed bug](https://github.com/phpcr/phpcr-utils/pull/115) with escaping fulltext search literal when converting from QOM to SQL2.
40+
41+
### PHPCR Shell
42+
43+
- [Alpha 3](https://github.com/phpcr/phpcr-shell/releases) was released on the 9th of June.
44+
- [New option](https://github.com/phpcr/phpcr-shell/pull/32) added to show defined but unpopulated nodes and properties.
45+
- [PR](ttps://github.com/phpcr/phpcr-shell/pull/56) for showing node contents in XML with syntax highlighting: - PR to support embedding the shell in Symfony applications - we are thinking about replacing all the PHPCR.
46+
Util commands in the DoctrinePHPCRBundle with the PHPCR Shell.
47+
48+
### PHPCR API
49+
50+
- Fixed a bug with escaping full text search literals when converting QOM to SQL2

0 commit comments

Comments
 (0)