From b49ef5ae739a2b9d51b9d9cd8d192f8864641b15 Mon Sep 17 00:00:00 2001 From: dantleech Date: Fri, 1 Aug 2014 17:00:42 +0200 Subject: [PATCH 1/2] Added news for july --- _posts/2014-08-01-Update-July-2014.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _posts/2014-08-01-Update-July-2014.md diff --git a/_posts/2014-08-01-Update-July-2014.md b/_posts/2014-08-01-Update-July-2014.md new file mode 100644 index 0000000..4878272 --- /dev/null +++ b/_posts/2014-08-01-Update-July-2014.md @@ -0,0 +1,23 @@ +--- +layout: default +title: Update July 2014 +--- + +## Releases + +- PHPCR-ODM Version 1.2 was [released](https://github.com/doctrine/phpcr-odm/releases/tag/1.2.0-RC1) +- PHPCR-Shell Alpha4 was [released](https://github.com/phpcr/phpcr-shell/releases/tag/1.0.0-alpha4) + +## News + +- Lukas did some benchmarking on Jackalope, and Jackalope Doctrine DBAL did + rather well. You can see the results + [here](https://github.com/phpcr/phpcr_benchmark) and the discussion + [here](https://groups.google.com/forum/#!searchin/symfony-cmf-devs/benchmark|sort:relevance/symfony-cmf-devs/SH7IUMhlbnM/HV36qSmKSIgJ) +- PHPCR-Shell has implemented (non-standard) support for [UPDATE and DELETE queries]( +- There was a discussion and a PR about making the PHPCR-ODM Bundle [generate node types](https://github.com/doctrine/DoctrinePHPCRBundle/pull/157/files#r15151472) + +## Selected Pull Requests + +- [CND Highlighting for the documentation](https://github.com/phpcr/phpcr-docs/pull/10#issuecomment-49553220) + From b54c911b679650401bee8717d8af920b3c071651 Mon Sep 17 00:00:00 2001 From: dantleech Date: Sat, 2 Aug 2014 10:39:53 +0200 Subject: [PATCH 2/2] Refinements --- _posts/2014-08-01-Update-July-2014.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/_posts/2014-08-01-Update-July-2014.md b/_posts/2014-08-01-Update-July-2014.md index 4878272..7e61057 100644 --- a/_posts/2014-08-01-Update-July-2014.md +++ b/_posts/2014-08-01-Update-July-2014.md @@ -5,7 +5,7 @@ title: Update July 2014 ## Releases -- PHPCR-ODM Version 1.2 was [released](https://github.com/doctrine/phpcr-odm/releases/tag/1.2.0-RC1) +- PHPCR-ODM Version 1.2.0-RC1 was [released](https://github.com/doctrine/phpcr-odm/releases/tag/1.2.0-RC1). - PHPCR-Shell Alpha4 was [released](https://github.com/phpcr/phpcr-shell/releases/tag/1.0.0-alpha4) ## News @@ -14,10 +14,8 @@ title: Update July 2014 rather well. You can see the results [here](https://github.com/phpcr/phpcr_benchmark) and the discussion [here](https://groups.google.com/forum/#!searchin/symfony-cmf-devs/benchmark|sort:relevance/symfony-cmf-devs/SH7IUMhlbnM/HV36qSmKSIgJ) -- PHPCR-Shell has implemented (non-standard) support for [UPDATE and DELETE queries]( +- @danrot and @cystbear talked about resurecting the [Jackalope MongoDB](https://github.com/jackalope/jackalope-mongodb/issues/7) PHPCR implementation. +- PHPCR-Shell has implemented (non-standard) support for [UPDATE](https://github.com/phpcr/phpcr-shell/pull/68) and [DELETE](https://github.com/phpcr/phpcr-shell/pull/69) queries. - There was a discussion and a PR about making the PHPCR-ODM Bundle [generate node types](https://github.com/doctrine/DoctrinePHPCRBundle/pull/157/files#r15151472) - -## Selected Pull Requests - -- [CND Highlighting for the documentation](https://github.com/phpcr/phpcr-docs/pull/10#issuecomment-49553220) +- There was a PR to add syntax highlighting for [CND](https://github.com/phpcr/phpcr-docs/pull/10#issuecomment-49553220) files in the PHPCR documentation.