-
Notifications
You must be signed in to change notification settings - Fork 4
Added update for June 2014 #12
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
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
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](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 | ||
|
||
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 | ||
- [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 | ||
|
||
### 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 replacing 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 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we should include Jackalope news too .. (?) but maybe not a complete development drill-down as I have done with PHPCR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree on both