Morris Jobke
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
...
* test case added to avoid adding them later
11 years ago
Andreas Fischer
c85cc13d1a
Allow null as cache parameter (if no cache was found) and for cache removal.
12 years ago
Andreas Fischer
dde832b76c
Only write-back on cache miss.
12 years ago
Andreas Fischer
eb6637682e
Inject memoryCache into Autoloader. Remove recursion-prevention hack.
12 years ago
Victor Dubiniuk
5bb4330ea4
Fix autoloader regression
12 years ago
Thomas Müller
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
...
Conflicts:
lib/private/vcategories.php
12 years ago
Thomas Müller
5ae4d67540
in case the cache cannot be initialized within the autoloader we just shoul not use it
12 years ago
Markus Goetz
aba64a0b81
Class Auto Loader: Cache paths in APC
...
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).
12 years ago
Thomas Mueller
988b539dd7
Let's just use '/' as we do almost everywhere - this change fixes two failing unit tests
12 years ago
Robin Appelman
71fc4a2cf4
Autoloader: fix loading app clases located in lib/
12 years ago
Robin Appelman
2a01d39940
Autoloader: load the 3rdparty libraries using prefixes
12 years ago
Robin Appelman
6d903cf7ae
Autoloader: add support for custom namespace paths
12 years ago
Robin Appelman
72ed74f28a
Autoloader: split getting the class paths and loading the class
12 years ago
Robin Appelman
cac86bb4db
Allow disabling the global classpath in an autoloader
12 years ago
Robin Appelman
d1fcb7eb52
Allow the autoloader to try mutliple possible paths for each path
12 years ago
Robin Appelman
19cfe74bf5
Add per-autoloader classPath
12 years ago
Robin Appelman
0b5f6b9c13
Move autoloader to it's own class
12 years ago