| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Refs #22564.
|
|
|
|
Thanks Piotr Kasprzyk for help with the patch.
|
|
|
|
The last component of the dotted path to the application module is
consistently referenced as the application "label". For instance it's
AppConfig.label. appname could be confused with AppConfig.name, which is
the full dotted path.
|
|
Also renamed app_cache to apps and "app cache" to "app registry".
Deprecated AppCache.app_cache_ready() in favor of Apps.ready().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|