server/lib
Vincent Petry c6377e9125 Fixed apps loading order
On SQLite the app order can be arbitrary and cause strange bugs.
On MySQL, the app order seems to be always alphabetical.

This fix enforces alphabetical order to make sure that all environments
behave the same and to reduce bugs related to app loading order.

Fixes #6442
2013-12-20 17:16:57 +01:00
..
l10n [tx-robot] updated from transifex 2013-12-17 16:43:17 -05:00
private Fixed apps loading order 2013-12-20 17:16:57 +01:00
public fix return statement 2013-12-19 00:33:29 +01:00
autoloader.php Allow null as cache parameter (if no cache was found) and for cache removal. 2013-10-22 11:17:15 +02:00
base.php dont try to register background jobs if we haven't upgraded yet 2013-12-13 17:15:18 +01:00