Skip to content

Added news for october 2014 #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 8, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions _posts/2014-11-05-Update-October.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
layout: default
title: Update October 2014
---

### Anouncements

The Jackalope team announces that upcoming version 1.2 will enter feature
freeze on the 19th of November and a beta is planned to be released before the
end of the month with the aim of a stable release before 2015.

Any help would be greatly appreciated and there are issues with the label "1.2 Milestone"
open on the following trepositories:

- [jacaklope/jackalope](https://github.com/jackalope/jackalope/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.2)
- [jackalope/jackalope-doctrine-dbal](https://github.com/jackalope/jackalope-doctrine-dbal/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.2)
- [jackalope/jackalope-jackrabbit](https://github.com/jackalope/jackalope-jackrabbit/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.2)

### Releases

The Symfony CMF had its third stable release this month, taking it to version 1.2, which included a new release of both
the [phpcr-odm](http://doctrine-phpcr-odm.readthedocs.org/en/latest) and the [DoctrinePHPCRBundle](https://github.com/doctrine/DoctrinePHPCRBundle).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the canonical url for the phpcr-odm doc is http://www.doctrine-project.org/projects/phpcr-odm.html - @lsmith77 do you know why the readthedocs url exists and if we can redirect that to doctrine-project?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dunno ..

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lsmith77 so its not in the list of your projects when you are on readthedocs.com?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont have an account on readthedocs.com .. only on readthedocs.org for PHPCR

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry. i meant .org. when you go to https://readthedocs.org/dashboard/ you see what projects you have access to.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like I said ... I only have PHPCR there


- [PHPCR-ODM 1.2](http://www.doctrine-project.org/projects/phpcr-odm.html):
Featuring improvements in handling transactions and collection performance.
- [DoctrinePHPCRBundle 1.2](https://github.com/doctrine/DoctrinePHPCRBundle):
Including native support for the [phpcr
shell](https://github.com/phpcr/phpcr-shell) as detailed in this [blog
post](http://www.dantleech.com/post/2014/10/30/phpcr-shell-and-doctrinephpcrbundle-integration)
- [PHPCRShell alpha
6](https://github.com/phpcr/phpcr-shell/releases/tag/1.0.0-alpha6): Full
support for updating multi-value properties and minor fixes and improvements.

### Developments

- The [Jackalope FS](https://github.com/jackalope/jackalope-fs) is now an
offical part of the Jackalope family and is edging closer to its first goal
of feature parity with doctrine dbal, passing 90% of the
[phpcr-api-tests](https://github.com/phpcr/phpcr-api-tests).
- [@danrot90](https://github.com/danrot) has confirmed that he will be implementing
versioning on the [Jackalope Doctrine-Dbal](https://github.com/jackalope/jackalope-doctrine-dbal)
PHPCR implementation as part of his thesis.
- A refactoring of Propel2 opens up the possiblity of PHPCR support: https://github.com/propelorm/Propel2/pull/795