[PHPCR-9] add logging capabilities Created: 01/Jul/11 Updated: 30/Jul/11 |
|
| Status: | Open |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Lukas Kahwe | Assignee: | Jordi Boggiano |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
see also http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/logging.html |
[PHPCR-7] add support for "eventual migrations" Created: 01/Jul/11 Updated: 08/Oct/12 |
|
| Status: | Open |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Lukas Kahwe | Assignee: | Jordi Boggiano |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
https://doctrine-mongodb-odm.readthedocs.org/en/latest/reference/migrating-schemas.html |
[PHPCR-30] add support for result caching Created: 22/Oct/11 Updated: 19/Jul/12 |
|
| Status: | Open |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Lukas Kahwe | Assignee: | Jordi Boggiano |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
[PHPCR-38] make it possible to inject a custom UUID service Created: 14/Dec/11 Updated: 19/Jul/12 |
|
| Status: | Open |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Lukas Kahwe | Assignee: | Jordi Boggiano |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
right now we have hardcoded \PHPCR\Util\UUIDHelper::generateUUID(), but that is a very simplistic implementation and the spec is much broader .. |
[PHPCR-36] Provide migrations tool Created: 17/Nov/11 Updated: 08/Oct/12 |
|
| Status: | Open |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | David Buchmann | Assignee: | Jordi Boggiano |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
when i have existing content and later change the document class to have referenceable=true, this is not updated even on persisting the document again. uwe: I think there are several other things that fail when you have existing content in the repository - maybe the solution to think about is something like migrations ... that would prevent the performance penalty on ordinary code and still give you the change to change the structure of your documents. things that come to mind
|