- Oct 28, 2014
-
-
Adam Williamson authored
Composer's autoloader is rather better than the OwnCloud autoloader's handling of non-OC classes. Plus we can rely on upstream Composer to maintain it and not worry about it ourselves. With this change, we drop the bits of OwnCloud's autoloader that handled non-OC classes, and register the classes that were being handled by that code with Composer's autoloader instead. As these dependencies are converted to actually being managed by Composer, the explicit registrations can be dropped as they won't be needed any more. Since OwnCloud's autoloader isn't going to handle non-OC classes any more, we no longer need to test to make sure it does it right. drop unneeded registerPrefix() and registerClass() from autoloader Now we're not handling anything but OC's own classes, these are unnecessary. error out if composer autoloader is not found (thanks bantu) We're never going to be able to work without the autoloader, if it's not there we should just throw our hands up and surrender.
-
- Jun 06, 2014
-
-
Georg Ehrke authored
-
- Jun 04, 2014
-
-
Georg Ehrke authored
-
- May 19, 2014
-
-
Morris Jobke authored
* test case added to avoid adding them later
-
- Oct 22, 2013
-
-
Andreas Fischer authored
-
Andreas Fischer authored
-
Andreas Fischer authored
-
- Oct 01, 2013
-
-
Victor Dubiniuk authored
-
- Sep 30, 2013
-
-
Thomas Müller authored
Conflicts: lib/private/vcategories.php
-
- Sep 18, 2013
-
-
Thomas Müller authored
-
- Aug 18, 2013
-
-
Markus Goetz authored
Using benchmark_single.php (from administration repo) I can measure a speed improvement of 5% to 20% loading the /index.php when logged in. (when using APC and php-fpm).
-
- Jun 10, 2013
-
-
Thomas Müller authored
-
- May 07, 2013
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-