Alex Pott
814aed203d
Issue #2005716 by tim.plunkett, msonnabaum, dawehner, alexpott, effulgentsia: Promote EntityType to a domain object.
2014-01-01 11:08:57 +01:00
Dries
141cb6f304
Issue #2130811 by alexpott, Gábor Hojtsy, vijaycs85, sun, Wim Leers: Use config schema in saving and validating configuration form to ensure data is consistent and correct.
2013-12-20 11:27:41 -05:00
webchick
3465947578
Issue #2146517 by TR: Remove annotation 'use' statements from all core classes.
2013-12-19 10:28:42 -08:00
webchick
41623883bd
Issue #1971490 by balagan, vijaycs85: Standardize label of langcode field in schema files.
2013-12-03 22:36:01 -08:00
webchick
e0a0b76f82
Issue #1851018 by alexpott, attiks, xjm: Improve breakpoint configuration implementation.
2013-11-19 18:59:45 -08:00
Alex Pott
bf3e9cfaaa
Issue #2112705 by mikey_p: Replace EntityType::$module with provider.
2013-11-02 22:11:53 -07:00
Alex Pott
ab59feb8ea
Issue #2095943 by dotoree, Tim Bozeman: Core modules and themes missing the version attribute in info.yml.
2013-10-22 16:23:24 -07:00
Nathaniel Catchpole
56386c3fa8
Issue #2019907 by ianmthomasuk, Pancho: Fixed referring to the wrong issue in breakpoint.module.
2013-10-13 13:27:21 +01:00
Alex Pott
3cee107ce5
Issue #2100329 by cosmicdreams: Use \Drupal instead of Drupal to make IDEs and static code analyse tools happy.
2013-10-03 12:26:25 +01:00
Alex Pott
63d0273862
Issue #2084401 by Tharna: Fixed Themes can't contain numbers in name.
2013-10-03 06:48:22 +01:00
Dries
65b155d9c2
Issue #1199946 by alexpott, fubhy, bojanz, steinmb, chx, catch: Fixed Disabled modules are broken beyond repair so the 'disable' functionality needs to be removed.
2013-09-19 18:22:53 +02:00
webchick
5bb0d5e667
Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core.
2013-09-15 20:58:10 -07:00
Nathaniel Catchpole
bbb106da75
Issue #2082117 by alexpott, xjm, tim.plunkett, heyrocker, beejeebus, sun: Fixed Install default config only when the owner and provider modules are both enabled.
2013-09-13 10:31:12 +01:00
Nathaniel Catchpole
56b7c4dd18
Revert "Issue #2082117 by alexpott: Fixed Install default config only when the owner and provider modules are both enabled."
...
This reverts commit 4c304cb8e7
.
2013-09-13 10:30:11 +01:00
Nathaniel Catchpole
4c304cb8e7
Issue #2082117 by alexpott: Fixed Install default config only when the owner and provider modules are both enabled.
2013-09-13 09:58:11 +01:00
Alex Pott
7742cc3563
Issue #2057869 by dawehner, jibran: Provide an alias for 'plugin.manager.entity' called 'entity.manager'.
2013-09-01 13:24:15 +01:00
webchick
523fb85533
Issue #1847002 by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity.
2013-08-18 14:16:19 -07:00
webchick
3cf100dfcd
Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config().
2013-08-14 09:54:28 -07:00
webchick
c379479e29
Issue #2003260 by ebeyrent, DmitryDrozdik, kgoel: Replace drupal_container() with Drupal::service() in the breakpoint module.
2013-08-06 23:31:05 -07:00
Dries
58de5374c4
Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers.
2013-06-30 20:09:38 -04: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
8f85c84b2c
Issue #2006258 by TravisCarden: Fixed more file permissions.
2013-05-31 11:13:48 +01:00
Alex Pott
79ea2f38f8
Issue #1292284 by ParisLiakos, RobLoach, karschsp: Require 'type' key in .info.yml files.
2013-05-07 14:51:26 +01:00
webchick
d77275ff1f
Issue #1391694 by tim.plunkett, aspilicious, fago, pounard, plach, Crell, msonnabaum, tstoeckler: Use type-hinting for entity-parameters.
2013-04-26 15:34:02 -07:00
Alex Pott
bc3a902fbc
Issue #1807042 by tim.plunkett, effulgentsia: Rename entity storage/list/form/render controllers to handlers, part 1: organize existing annotation keys.
2013-04-23 08:38:30 +01:00
webchick
b77715c307
Issue #1967294 by tim.plunkett: Add a dedicated @EntityType annotation.
2013-04-13 15:15:20 -07:00
Alex Pott
dd91e31b58
Issue #1942110 by sidharthap | vijaycs85: Fixed Make breakpoint active config save format match the default yml file.
2013-04-10 23:54:55 +01:00
webchick
ef9831fa25
Issue #1912308 by vijaycs85, sandipmkhairnar, mr.york: Create configuration schemas for breakpoint module.
2013-03-17 09:30:09 -07:00
Dries
f2743e8a2a
Issue #1901670 by msonnabaum, kim.pepper, effulgentsia: Start using PHPUnit for unit tests.
2013-03-06 21:48:50 -05:00
Dries
6bf13bd87b
Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML.
2013-03-06 17:51:39 -05:00
catch
13bd2b25ec
Issue #1849752 by effulgentsia, Berdir, jibran, neclimdul: Abstract non-Drupal-specific parts of AnnotatedClassDiscovery into a Drupal\Component base class.
2013-03-06 22:02:58 +00:00
catch
252d05b0ea
Issue #1831774 by damiankloip, tim.plunkett, Gábor Hojtsy, alexpott: Fixed Config import assumes that 'config_prefix' contains one dot only.
2013-02-18 11:51:24 +00: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
e5a167e212
Issue #1851098 by attiks: Fixed Breakpoint groups aren't enabled using the standard profile.
2012-11-27 23:28:03 -08:00
webchick
6bd4fc1a7a
Issue #1850158 by xjm, sun: Fixed Bugged assumption in ModuleTestBase::assertModuleConfig().
2012-11-26 10:24:13 -08:00
webchick
4e1287e693
Issue #1775530 follow-up by attiks: Minor tweaks to picture module.
2012-11-04 14:44:43 -08:00
webchick
76a157fe32
Issue #1763974 by tim.plunkett, EclipseGC, berdir, xjm, neclimdul, FabianX: Convert entity type info into plugins.
2012-10-30 13:37:18 -07:00
Jennifer Hodgdon
a9723d317b
Issue #1818016 by attiks, amitgoyal: Make Breakpoint module pass Coder review
2012-10-26 08:55:08 -07:00
webchick
161a3532d3
Issue #1734642 by attiks, Jelle_S, Gábor Hojtsy: Added Move breakpoint module into core.
2012-10-15 16:24:33 -07:00
webchick
920fd45a83
Revert "Issue #1734642 by attiks: Added Move breakpoint module into core."
...
Dang it. I effed up commit credit. Reverting to I can re-commit again.
Post-push git commit --amend support on d.o would be so lovely.
This reverts commit 722432c353
.
2012-10-15 16:16:45 -07:00
webchick
722432c353
Issue #1734642 by attiks: Added Move breakpoint module into core.
2012-10-15 15:30:16 -07:00