Adding locales package.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 15 2016
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
Rebased against master.
Aug 7 2016
- adding quote to command arguments
I wonder if the shell variables should not be quoted for example
Aug 6 2016
Test plan is what has been used to check.
Jul 28 2016
Upgrade procedure tested for this instance, works fine.
grep -q offers a 1 exit code if NOT found, 0 if found.