Looks good to me if that builds.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 13 2016
Dec 3 2016
Dec 1 2016
Nov 30 2016
Nov 3 2016
Oct 24 2016
Oct 15 2016
$ docker build -t nasqueron/nginx-php-fpm . […] Successfully built 25d2a92140ec $ docker run --rm -it nasqueron/nginx-php-fpm bash
Adding locales package.
Oct 14 2016
Package locales should be installed before configure it.
Oct 13 2016
In best practices, reconfiguring locales is recommended:
RUN dpkg-reconfigure locales && \
locale-gen C.UTF-8 && \
/usr/sbin/update-locale LANG=C.UTF-8Oct 11 2016
Oct 10 2016
5.6.26 is a security release according the changelog.
Sep 11 2016
Sep 5 2016
Sep 4 2016
Sep 3 2016
[ Set status as Resolved, as the original issue was a correct issue to solve. The fact we can't repro doesn't mean it was invalid at writing time, but the issue was solved, for example by a caching invalidation on Packagist side. ]
Works correctly now.
Can't repro on an empty folder:
Sep 2 2016
Notifications center uses the raw post data, through Symfony Request object's getContent method.
Aug 31 2016
I can repro with laravel/framework v5.3.4.
Aug 20 2016
Aug 19 2016
Submitted by Gaurav Arora at https://github.com/nasqueron/docker-phabricator/pull/4
Aug 18 2016
Rebased against master.
That would be set -e
Aug 17 2016
Aug 16 2016
To fail on error is probably a good idea to avoid to say .initialized when an error occurs
Aug 8 2016
A way to conduct testing