From 7fb0c013d5f33615d7f8281e833835237ee812c8 Mon Sep 17 00:00:00 2001 From: dantleech Date: Mon, 30 Jun 2014 17:00:26 +0200 Subject: [PATCH 1/2] Added update for June 2014 --- _posts/2014-07-01-Update-June-2014.md | 49 +++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 _posts/2014-07-01-Update-June-2014.md diff --git a/_posts/2014-07-01-Update-June-2014.md b/_posts/2014-07-01-Update-June-2014.md new file mode 100644 index 0000000..91f3c33 --- /dev/null +++ b/_posts/2014-07-01-Update-June-2014.md @@ -0,0 +1,49 @@ +--- +layout: default +title: Update June 2014 +--- + +Welcome to the first monthly news item. From now on we will try, on the first of each +month, to publish a post which details all the new developments, big and small, which +have taken place within the PHPCR ecosystem. + +## News + +### Documentation + +[David Buchmann](https://github.com/dbu) wrote a great and extensive tutorial on PHPCR some years ago, +but it has been hiding in the [phpcr-docs](https://github.com/phpcr/phpcr-docs) repository. + +We have now adapted this tutorial to the restructured text format and made it into +a **book** instead of a **tutorial**. It is hosted it on +[Readthedocs.org](https://phpcr.readthedocs.org). + +This will become the offical location of all future PHPCR documentation. + +There has also been a proposal for hosting a restructured text version of the JCR spec +on the documenatation site + +### Marmelab PHPCR Browser supports Doctrine DBAL + +The [Marmelab PHPCR browser](https://github.com/marmelab/phpcr-browser) now officially supports Doctrine-DBAL + +## Jackalope + +- [Discussion](https://github.com/jackalope/jackalope-jackrabbit/issues/88) about concurrent writes in Jackalope-Jackrabbit. + +## Development Summary + +### PHPCR Utils + +- [Fixed bug](https://github.com/phpcr/phpcr-utils/pull/115) with escaping fulltext search literal when converting from QOM to SQL2. + +### PHPCR Shell + +- [Alpha 3](https://github.com/phpcr/phpcr-shell/releases) was released on the 9th of June. +- [New option](https://github.com/phpcr/phpcr-shell/pull/32) added to show defined but unpopulated nodes and properties. +- [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 repacing all the PHPCR. + Util commands in the DoctrinePHPCRBundle with the PHPCR Shell. + +### PHPCR API + +- Fixed a bug with escaping full text search literals when converting QOM to SQL2 From f986c14477a92eec09d22d2dfff5bf033f046011 Mon Sep 17 00:00:00 2001 From: dantleech Date: Tue, 1 Jul 2014 07:49:55 +0200 Subject: [PATCH 2/2] Added reference to parameter prb. in Jackalope --- _posts/2014-07-01-Update-June-2014.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_posts/2014-07-01-Update-June-2014.md b/_posts/2014-07-01-Update-June-2014.md index 91f3c33..d936ed1 100644 --- a/_posts/2014-07-01-Update-June-2014.md +++ b/_posts/2014-07-01-Update-June-2014.md @@ -20,7 +20,7 @@ a **book** instead of a **tutorial**. It is hosted it on This will become the offical location of all future PHPCR documentation. -There has also been a proposal for hosting a restructured text version of the JCR spec +There has also been a [proposal](https://github.com/phpcr/phpcr-docs/pull/8) for hosting a restructured text version of the JCR spec on the documenatation site ### Marmelab PHPCR Browser supports Doctrine DBAL @@ -29,7 +29,8 @@ The [Marmelab PHPCR browser](https://github.com/marmelab/phpcr-browser) now offi ## Jackalope -- [Discussion](https://github.com/jackalope/jackalope-jackrabbit/issues/88) about concurrent writes in Jackalope-Jackrabbit. +- [Discussion](https://github.com/jackalope/jackalope-jackrabbit/issues/88) about concurrent writes in Jackalope-Jackrabbit +- [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? ## Development Summary @@ -41,7 +42,7 @@ The [Marmelab PHPCR browser](https://github.com/marmelab/phpcr-browser) now offi - [Alpha 3](https://github.com/phpcr/phpcr-shell/releases) was released on the 9th of June. - [New option](https://github.com/phpcr/phpcr-shell/pull/32) added to show defined but unpopulated nodes and properties. -- [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 repacing all the PHPCR. +- [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. Util commands in the DoctrinePHPCRBundle with the PHPCR Shell. ### PHPCR API