webchick
|
3cf100dfcd
|
Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config().
|
2013-08-14 09:54:28 -07:00 |
Jennifer Hodgdon
|
15f64cd23c
|
Issue #2000140 by sarahdavies: Remove stray text in callbacks topic docblock
|
2013-06-06 09:06:15 -07:00 |
Nathaniel Catchpole
|
579aa78880
|
Issue #1947720 by damiankloip: Use Drupal::state() to replace state().
|
2013-06-05 15:58:21 +01:00 |
webchick
|
30d3671c03
|
Issue #1957154 by joates, ayelet_Cr, xjm | Berdir: Replace calls to drupal_container()->get('module_handler()') service with Drupal::moduleHandler().
|
2013-06-04 20:58:17 -05:00 |
Alex Pott
|
09db04dddd
|
Issue #2004784 by chx, effulgentsia: Move module enable/disable/uninstall implementations into ModuleHandler.
|
2013-05-27 12:39:38 -07:00 |
Alex Pott
|
7a5383765c
|
Issue #1975354 by dawehner: Fixed hook_hook_info() might be invoked even the namespace hasn't been registered yet.
|
2013-05-14 22:41:08 +01:00 |
Jennifer Hodgdon
|
77b4b22a69
|
Issue #1980072 by David_Rothstein: Fix incorrect statement in module_uninstall() docs
|
2013-05-13 11:14:05 -07:00 |
Nathaniel Catchpole
|
ca665f7be3
|
Issue #1827448 by RobLoach, sun, jbrown, tstoeckler: Use __DIR__ instead of DRUPAL_ROOT where possible/sensible.
|
2013-05-09 10:25:10 +01:00 |
Jennifer Hodgdon
|
6af56202aa
|
Issue #1980072 by TravisCarden: Improve docs for module_uninstall()
|
2013-05-03 08:58:40 -07:00 |
catch
|
87462db60e
|
Issue #1167144 by chx, catch, claudiu.cristea: Make cache backends responsible for their own storage.
|
2013-04-22 12:25:08 +01:00 |
Jennifer Hodgdon
|
877047cb7a
|
Issue #1250500 by joachim, jhodgdon: Add defgroup for callback functions
|
2013-04-04 15:49:28 -07:00 |
Alex Pott
|
7aca9955dc
|
Issue #1937600 by Berdir, rootatwc | webchick: Determine what services to register in the new Drupal class.
|
2013-04-03 09:44:04 +01:00 |
Dries
|
6bf13bd87b
|
Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML.
|
2013-03-06 17:51:39 -05:00 |
webchick
|
17e71a4456
|
Issue #1929656 by dawehner: Fixed ModuleHandler::setModuleList() should call resetImplementations() in order to avoid edge cases.
|
2013-03-03 18:43:45 -05:00 |
webchick
|
0975b1fbf6
|
Issue #1894910 by sun: Move module_invoke() into ModuleHandler.
|
2013-01-24 10:46:22 -08:00 |
catch
|
10ab47224d
|
Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class.
|
2013-01-21 19:21:34 +00:00 |
catch
|
2cf9e49ebc
|
Revert "Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. Broke core tests after commit."
This reverts commit c80c3e18f1 .
|
2013-01-21 13:53:28 +00:00 |
catch
|
c80c3e18f1
|
Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class.
|
2013-01-21 11:02:01 +00:00 |
webchick
|
cf7cc519f7
|
Issue #1356170 by ohnobinki, tim.plunkett: Remove all uses of array_merge_recursive(), or document why they are being used instead of NestedArray::mergeDeep().
|
2013-01-09 15:58:39 -08:00 |
Dries
|
70b7301520
|
Issue #1846582 by klausi, katbailey: restrict data retrieving routes to media type.
|
2012-12-14 11:33:32 -05:00 |
catch
|
5221886921
|
Issue #1849700 by katbailey, effulgentsia: Fixed DrupalKernel's container.modules param should contain module filenames, not full namespace paths.
|
2012-12-03 17:20:24 +00:00 |
catch
|
a8f9ad3c19
|
Issue #1806988 by sun: Factor out duplicate code from system_list().
|
2012-11-22 11:04:32 +00:00 |
catch
|
6f32687e54
|
Issue #1831350 by chx, sun: Break the circular dependency between bootstrap container and kernel.
|
2012-11-13 23:23:23 +00:00 |
webchick
|
7b88ea7ccf
|
Issue #1808200 by sun: Fixed Unit test performance significantly decreased since system list config conversion.
|
2012-11-06 00:51:18 -08:00 |
webchick
|
265fe4e751
|
Issue #1697256 by heyrocker, alexpott, sun, xjm, webchick: Create a UI for importing new configuration.
|
2012-11-03 21:48:01 -07:00 |
catch
|
eb74241cf1
|
Issue #1830170 by fubhy: Fixed module_list() doesn't register namespaces with the classloader when given a fixed module list.
|
2012-11-03 19:42:32 +00:00 |
catch
|
4d15b638da
|
Issue #1774388 by sun, chx: Unit Tests Remastered™.
|
2012-10-31 22:57:03 +00:00 |
webchick
|
95ce944803
|
Issue #1708692 by xjm, effulgentsia, tim.plunkett, fubhy, Berdir, chx: Fixed Bundle services aren't available in the request that enables the module.
|
2012-10-27 12:20:50 -07:00 |
Jennifer Hodgdon
|
1fc2ac33ca
|
Issue #1803194 by alextataurov: Add return docs for module_hook_info() function
|
2012-10-11 07:52:40 -07:00 |
catch
|
9fbe74405a
|
Issue #1608842 by chx, alexpott, sun, effulgentsia, beejeebus, tim.plunkett et al: Replace list of bootstrap modules, enabled modules, enabled themes, and default theme with config.
|
2012-10-09 21:40:35 +01:00 |
Jennifer Hodgdon
|
8aa4fdbae0
|
Issue #1799116 by jwilson3: Standardize on installation profile term vs. install profile
|
2012-10-05 09:11:15 -07:00 |
catch
|
43942f8ad0
|
Issue #1040790 by yched, swentel, geerlingguy, beejeebus, Berdir: Fixed _field_info_collate_fields() memory usage.
|
2012-09-28 23:11:59 +01:00 |
catch
|
1f86ba60da
|
Issue #1785974 by tim.plunkett, alexpott, sun: Move ConfigEntity into a Core component.
|
2012-09-26 17:44:46 +01:00 |
catch
|
1377aaef98
|
Issue #1215104 by sun, lucascaro, effulgentsia: Use the non-interactive installer in WebTestBase::setUp().
|
2012-09-24 22:08:10 +01:00 |
catch
|
96ccc7288b
|
Issue #1760786 by sun: Follow up for moving entity system 'back' into a Drupal\Core component.
|
2012-09-17 11:12:17 +01:00 |
catch
|
f556c0b023
|
Issue #1760786 by sun: Move entity system 'back' into a Drupal\Core component.
|
2012-09-12 10:18:04 +01:00 |
webchick
|
995e6f27d7
|
Issue #1708722 by David_Rothstein, kim.pepper: Fixed Call to undefined function drupal_find_base_themes() in /includes/module.inc on line 184.
|
2012-09-05 22:27:12 -07:00 |
catch
|
4b5fad5475
|
Issue #1702080 by sun, chx: Added Introduce canonical FileStorage + (regular) cache.
|
2012-09-04 14:51:51 +01:00 |
Jennifer Hodgdon
|
3b1a495ed9
|
Issue #1317626 by Albert Volkman, xjm: API docs cleanup for includes files I-M
|
2012-08-31 08:56:36 -07:00 |
catch
|
b65fd7feb6
|
Issue #1541674 by Berdir, Tor Arne Thune, sun, plach, dixon_, tim.plunkett: Remove the registry.
|
2012-08-31 11:03:05 +01:00 |
Dries
|
c7dc1e854e
|
- Patch #1712352 by sun: configuration system does not support themes.
|
2012-08-07 15:19:48 -04:00 |
catch
|
20ba61fd54
|
Issue #1061924 by catch, tim.plunkett, sun, Stefan Freudenberg, bfroehle: Fixed system_list() memory usage.
|
2012-08-01 18:40:47 +01:00 |
webchick
|
776c4bc5d3
|
Issue #1587642 by TravisCarden: Rename drupal_uninstall_modules() to module_uninstall().
|
2012-07-07 11:50:30 -07:00 |
Dries
|
4c81313cad
|
- Patch #1503224 by catch, sun, bojanz: cleanup module_list().
|
2012-07-04 14:49:18 -04:00 |
webchick
|
28df3aa644
|
Issue #1605324 by sun, Jose Reyero, alexpott, chx, Rob Loach | beejeebus: Configuration system cleanup and rearchitecture.
|
2012-06-29 10:35:06 -07:00 |
webchick
|
450135017d
|
Revert "- Patch #1605324 by sun, Jose Reyero, alexpott, chx, Rob Loach, beejeebus: configuration system cleanup and rearchitecture."
This reverts commit 8df23c8a87 . Original commit
was missing some files. Trying again.
|
2012-06-29 10:34:05 -07:00 |
Dries
|
8df23c8a87
|
- Patch #1605324 by sun, Jose Reyero, alexpott, chx, Rob Loach, beejeebus: configuration system cleanup and rearchitecture.
|
2012-06-29 12:29:51 -04:00 |
Dries
|
b3f9bc773e
|
- Patch #1617208 by effulgentsia, neclimdul: after kernel patch, module_hook_info() returns an empty array when called by load callback, access callback, or hook_init().
|
2012-06-14 16:20:09 -04:00 |
catch
|
5b0715d78b
|
Issue #1563620 by sun, Berdir: Fixed All unit tests blow up with a fatal error.
|
2012-05-31 20:55:32 +09:00 |
Dries
|
f72f814f7b
|
- Patch #1404198 by sun, beejeebus, fago, chx: Separate database cache clearing from static cache clearing and data structure rebuilding.
|
2012-05-03 11:09:39 -04:00 |