Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xautoload
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
xautoload
Graph
7.x-2.x-hotfix
Select Git revision
Branches
9
6.x-1.x
7.x-1.x
7.x-2.x
7.x-2.x-hotfix
7.x-3.x
default
7.x-3.x-apc-lazyness
7.x-4.x
7.x-5.x
master
Tags
20
7.x-5.9
7.x-5.8
7.x-5.7
7.x-5.6
7.x-5.5
7.x-5.4
7.x-5.2
7.x-5.1
7.x-5.0
7.x-5.0-beta3
7.x-5.0-beta2
7.x-5.0-beta1
7.x-4.5
7.x-4.4
7.x-4.3
7.x-4.2
7.x-4.1
7.x-4.0
7.x-3.6
7.x-4.0-alpha4
29 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
10
Mar
10
Apr
15
Mar
22
Apr
5
Mar
12
Sep
7
6
15
Jul
14
15
Dec
20
Nov
30
Oct
28
Jun
13
12
11
8
21
May
20
1
30
Apr
4
29
Mar
20
16
28
Feb
23
10
5
28
Dec
26
24
23
2
1
30
Nov
28
Sep
24
27
Jul
16
May
23
Apr
22
20
29
Mar
17
25
Feb
21
13
12
11
9
18
Jan
4
Dec
14
Nov
13
6
5
2
29
Oct
28
27
31
Aug
24
Jun
13
11
26
Mar
9
10
Feb
30
Jan
Fix return doc.
7.x-5.9 7.x-5.x
7.x-5.9 7.x-5.x
Add phpcs.xml.
Issue #2850989: Add help text.
Issue #3346040 by Adil_Siddiqui: PHP 8.2 deprecation warnings re creation of dynamic property
Issue #3025082 by Dimiter, amit.drupal, mdolnik, dmitrii: Remove deprecated use of each() for PHP 7.2 compatibility
7.x-5.8
7.x-5.8
Issue #3113691 by jacob.embree: PHP 7.4 compatibility
Issue #2693315 by dalin: "Call to undefined function apcu_fetch() in ApcuQueuedCachedClassLoader" if Self-updating APCu classmap is chosen but unavialable
7.x-5.7
7.x-5.7
Issue #2681577 by dmitry.kazberovich: Fatal "Serialization of Closure is not allowed"
7.x-5.6
7.x-5.6
Move faster self-updating classmap cache types to the top.
7.x-5.5
7.x-5.5
Comment on performance of is_file().
UI: Add explanations about self-updating classmaps.
Introduce new cache type 'apcu_q'.
Rename 'Smart database cache' to 'Self-updating database classmap'.
Replace 'xautoload_libraries_info' string literal with a constant.
Delete variable 'xautoload_cache_prefix' on uninstall.
Introduce constants for variable_get() keys.
Delete variable 'xautoload_cache_types' on uninstall.
Use __DIR__ instead of dirname(__FILE__), because xautoload now depends on PHP 5.3 min.
Comment in DrupalCoreRegistryPlugin why guessFile() instead of claimFile().
7.x-5.4
7.x-5.4
Option to replace core autoloader.
Delete variable xautoload_cache_lazy on uninstall.
Prepend _xautoload_autoload_temp
Docblock
Docblock
Code style: New line after last method.
Improve descriptions on xautoload performance settings.
Add two @see comments.
Issue #2473901 by tom.gillett: Compatibility with Libraries API 'vendor path'
Issue #2415733 by plopesc, donquixote: XAutoload fails to load classes on update.php page
Issue #2393205 by xtfer, donquixote, thijsvdanker: Base table or view not found: 1146 Table 'system' doesn't exist when used in Profile
7.x-5.2
7.x-5.2
Add @see comments in XAutoloadUnitTestCase, that illustrate where expected autoload callbacks are registered in core.
Issue #2479507 by nlisgo: Test fails since PSR-4 test classes are allowed in core
Use fully qualified class names in @see docblock in ServiceContainerInterface.
Issue #2365781 by joelpittet: Remove debug statement. This also removes an instance of DEBUG_BACKTRACE_IGNORE_ARGS which requires PHP 5.3.6.
Issue #2368153 by thehong: Hide test 4 & test 5 modules from module list
7.x-5.1
7.x-5.1
Issue #2371681 by willzyx: LocalDirectoryAdapter->addMultiplePsr0 adds multiple PSR-4 namespaces instead of multiple PSR-0 prefixes
Issue #2355259: Add empty constructor in LibrariesInfoAlter, to avoid the librariesInfoAlter() method to be used as a constructor fallback.
Issue #2365781: DEBUG_BACKTRACE_IGNORE_ARGS is not available in PHP < 5.3.6.
Issue #2365929: Include xautoload.module from xautoload.install.
Fixup for 8766247: Strict type checking also in base class ComposerJson::writeToAdapter().
7.x-5.0 7.x-5.0…
7.x-5.0 7.x-5.0-beta3
Loading