-
Hi,
On the Debian Wheezy distribution, since the last update of PHP5 to the version 5.4.35-0+deb7u2, the Serializer component seems to have an issue on the DateTime format.
The problem occurs periodi…
-
In the following build mysql (63.4) is failing but it is passing on travis and locally:
shippable: https://app.shippable.com/builds/543d8663cc6c971400a4ec15
travis: https://travis-ci.org/ezsystems/ezp…
-
https://travis-ci.org/FriendsOfSymfony/FOSRestBundle/jobs/37943927
https://travis-ci.org/doctrine/DoctrinePHPCRBundle/jobs/37943272
the last one is interesting because I had a build pass with HHVM 3.…
-
Before 45a5863508896df780cbe3f99136735e74032f9e it was possible to do:
``` yaml
# Signal Slot API wrapper
ezpublish.signalslot.event_converter_slot:
tags:
- { name: ezpubl…
-
This is part of #26
We should provide a HttpCache that supports purging a cache entry (remove **all variants** of a cache entry) and refreshing an entry (re-fetch from backend and update cache)
The …
-
The existing [`_analyzer` mapping feature](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-analyzer-field.html) currently works only with top-level documents.
It should …
-
Can I have this:
```
No more app_dev.php or app.php
```
Just
```
index.php
```
So what about environments?
```
config/app.yml
```
What would be in it?
```
app
environments: ['local'=>'l…
-
Currently, you either use `assets:install` to get a hard copy or `assets:install --symlink` to get a symbolic link. In reality, we _always_ want a symbolic link, unless we're on a system that doesn't …
-
Hi.
I am trying to setup phpunit in ezpublish 4.7 project.
I have installed php unit:
```
/usr/local/bin » which phpunit
/usr/local/bin/phpunit
```
but when I am running test:
```
php tests/runtest…
-
- [x] Ensure resources loaded via `ezscript_require` / `ezcss_require` in legacy view templates are correctly loaded in new Twig layout
- [x] Ensure persistent variables are correctly used as well whe…