Commit Graph

424 Commits (65b30c0486fadd877f217190065d0df02adec3e3)

Author SHA1 Message Date
Alex Pott 65b30c0486 Issue #2247287 by donquixote: Drop automatic PSR-0 support for modules. 2014-06-01 16:20:56 -05:00
Alex Pott 1ab2651755 Issue #2183231 by tstoeckler, plach, jessebeach, fago, Berdir, xjm, mauzeh: Make ContentEntityDatabaseStorage generate static database schemas for content entities. 2014-06-01 15:53:43 -05:00
Alex Pott 3d5560b6c8 Issue #2252991 by neclimdul: PhpUnit tests for ModuleHandler. 2014-05-31 07:17:25 -05:00
Nathaniel Catchpole d588153abd Issue #2233623 by Berdir: Follow-up to fix Merge AliasManagerCacheDecorator into AliasManager. 2014-05-29 14:21:58 +01:00
Dries 608996ffbd Issue #1989470 by LewisNyman, aboros, philipz, mgifford, rteijeiro, dimaro, Bès, klonos, emma.maria: Dropbutton style update for Seven. 2014-05-28 15:16:50 -04:00
Alex Pott 00339b3d36 Issue #2167167 by Berdir: Remove field_info_*(). 2014-05-27 09:34:19 +01:00
Alex Pott 7ae6f6b427 Issue #2273311 by donquixote, xjm: Fixed FieldDefinitionTestBase::getNamespacePath() breaks with PSR-4. 2014-05-24 15:15:48 +01:00
Nathaniel Catchpole a10d5be25e Issue #2259337 by sun, chx: Do not hide the error messages in TaggedHandlersPass. 2014-05-24 08:53:55 +01:00
Alex Pott eed52b4d82 Issue #2003800 by jhedstrom, filijonka, YesCT, ParisLiakos, steeloctopus, damiankloip, sun, LinL, amateescu: Move drupal_check_memory_limit() and parse_size() functionality to components. 2014-05-23 20:25:52 +01:00
Alex Pott 15cf730dde Issue #2165475 by damiankloip, dawehner, martin107, tim.plunkett, jibran, xjm, Jalandhar: Provide a generic class resolver. 2014-05-23 13:29:20 +01:00
Nathaniel Catchpole e44d15a76d Issue #1289536 by ParisLiakos, RobLoach, Crell, larowlan, fgm, pounard, Pancho, dawehner, scor, tim.plunkett, alexpott, socketwench: Switch Watchdog to a PSR-3 logging framework. 2014-05-22 10:38:46 +01:00
Alex Pott 52a11d6ac3 Revert "Issue #1289536 by RobLoach, Crell, Pancho, pounard, socketwench, fgm, dawehner, scor, tim.plunkett, larowlan, ParisLiakos: Switch Watchdog to a PSR-3 logging framework."
This reverts commit ef250ba2cb.
2014-05-21 14:59:11 +01:00
webchick a2177ab653 Issue #2178795 follow-up by tim.plunkett: Fix conflict with recently committed patch. 2014-05-21 00:42:26 -07:00
webchick 62613774e6 Issue #2178795 by tim.plunkett, jlbellido, YesCT, Berdir, Xano: Allow DiscoveryInterface::getDefinition() to throw an exception for an invalid plugin. 2014-05-20 23:28:08 -07:00
webchick 783bc94834 Issue #2226871 by tim.plunkett: ConfirmFormInterface::getCancelRoute() should always return Drupal\Core\Url. 2014-05-20 14:48:51 -07:00
webchick 4862ed79ca Issue #2039435 by Xano, Berdir | akshay.swnt22: Convert EntityManager to extend DefaultPluginManager. 2014-05-20 14:44:42 -07:00
webchick 6131ff1d8d Issue #2096899 by amateescu, msonnabaum | Berdir: Add ::create() to simplify creating new entities. 2014-05-20 14:27:11 -07:00
webchick 85f243e204 Issue #2267329 by tim.plunkett | joachim: Move EntityWithPluginBagInterface out of Drupal\Core\Config\Entity and make it useful for more than one bag. 2014-05-20 14:04:40 -07:00
Nathaniel Catchpole ef250ba2cb Issue #1289536 by RobLoach, Crell, Pancho, pounard, socketwench, fgm, dawehner, scor, tim.plunkett, larowlan, ParisLiakos: Switch Watchdog to a PSR-3 logging framework. 2014-05-20 17:40:34 +01:00
Nathaniel Catchpole c972b3ee9d Issue #2190313 by pfrenssen, Berdir, amateescu, ianthomas_uk: Add $EntityType::load() and loadMultiple() to simplify loading entities. 2014-05-20 10:29:40 +01:00
Alex Pott a167eca363 Issue #2223423 by Xano, tim.plunkett: Stop extending \Drupal\Core\Entity\Entity in unit tests. 2014-05-20 09:57:20 +01:00
Dries 4e451f6566 Issue #2262861 by alexpott: Add concept of collections to config storages. 2014-05-16 13:20:34 -04:00
Dries 809b361f20 Issue #2222719 by effulgentsia, tim.plunkett, xjm, dawehner: Use parameter matching via reflection for access checks instead of pulling variables from request attributes. 2014-05-16 12:45:50 -04:00
Nathaniel Catchpole abb88f9f78 Issue #2266377 by dawehner, bkosborne, pwolanin: Speed up UrlGenerator a little by setting the 'external' option in the Url object . 2014-05-16 10:53:47 +01:00
Alex Pott da026cf53c Issue #2116363 by Berdir, jessebeach | fago: Unified repository of field definitions (cache + API). 2014-05-15 12:26:18 -05:00
Nathaniel Catchpole 120a1da34c Issue #2257835 by tim.plunkett, sun, Jalandhar: Move form submission logic out of FormBuilder into a new class. 2014-05-14 21:18:01 +01:00
Nathaniel Catchpole 7a8d0cd2b7 Issue #2218117 by dawehner, EclipseGc: Bring back metatag support for the HtmlPage object. 2014-05-13 10:34:54 +01:00
webchick 445abea990 Issue #2259301 by martin107 | alexpott: Move OptGroup tests out of FormBuilderTest. 2014-05-12 22:56:56 -07:00
webchick 363445ae2f Issue #2247595 by neclimdul: Fix phpunit coverage warnings. 2014-05-12 22:25:59 -07:00
webchick d309714c60 Issue #2265913 by pwolanin: LinkGenerator::generateFromUrl() fatal (uncaught exception) with external URL. 2014-05-12 21:38:30 -07:00
Dries 63dfd5030b Issue #2262483 by sun: Some PHPUnit tests do not exist. 2014-05-10 10:02:27 -05:00
Nathaniel Catchpole fd0dcf9410 Issue #2256877 by znerol: Remove the API function to check if a cache bin is empty. 2014-05-09 14:57:55 +01:00
Nathaniel Catchpole 938ac1f5b7 Issue #2224549 by tstoeckler, fago, Xano: Simplify checking whether an entity type is revisionable. 2014-05-09 11:11:41 +01:00
Nathaniel Catchpole 209ef5e8c7 Issue #2216437 by Wim Leers: Entity labels are not in-place editable on 'full entity page' (prime example: node title). 2014-05-08 20:35:06 +01:00
Nathaniel Catchpole 9ce5973992 Issue #2207585 by damiankloip, Xano, dawehner: Find a new OO home for drupal_get_hash_salt(). 2014-05-08 13:48:51 +01:00
Alex Pott 6c410da26e Issue #2124365 by Mile23: Expand phpunit tests for \Drupal\Core\Database\Connection. 2014-05-07 08:33:54 +01:00
webchick ac31f29da3 Issue #2257769 by tstoeckler | sun: Adding an Entity Reference field in the Field UI throws a PHP notice; fails to add field. 2014-05-06 11:25:41 -07:00
Alex Pott f710a6c92e Issue #2209977 by tim.plunkett: Move form validation logic out of FormBuilder into a new class. 2014-05-06 00:07:47 +01:00
Alex Pott 1299c3afcf Issue #2233619 by slashrsm, Jalandhar: Merge lookup functions in AliasManager. 2014-05-05 16:14:38 +01:00
Alex Pott 4146537081 Issue #2258333 by ParisLiakos: Invalid @covers annotation for TokenUnitTest. 2014-05-05 11:40:14 +01:00
webchick d6d80fb871 Issue #2257745 by martin107 | ParisLiakos: Switch t() to ->t() in ExceptionController. 2014-05-03 22:29:57 -07:00
webchick 340a0fa216 Issue #2225605 by znerol: Use request stack in form builder. 2014-05-03 22:26:42 -07:00
Alex Pott b0821d885e Issue #2079797 by ParisLiakos, Xano, amateescu, tim.plunkett: Provide a trait for $this->t() and $this->formatPlural(). 2014-05-02 08:29:56 +01:00
Nathaniel Catchpole 44b38852b8 Issue #2158571 by tstoeckler, dawehner, kgoel, tim.plunkett, catch, effulgentsia: Routes added in RouteSubscribers cannot be altered. 2014-05-01 10:46:02 +01:00
Nathaniel Catchpole 95c69f5b9b Issue #2208617 by tim.plunkett: Add key value entity storage. 2014-04-30 11:08:22 +01:00
Nathaniel Catchpole b73b86b8aa Issue #2245003 by znerol, YesCT, sun, damiankloip: Use a random seed instead of the session_id for CSRF token generation. 2014-04-30 10:47:49 +01:00
Alex Pott e8ae773927 Issue #2236879 by andrei.dincu | tstoeckler: Broken condition in ContentEntityDatabaseStorage. 2014-04-30 10:15:26 +01:00
Nathaniel Catchpole 6592304c5f Issue #2213319 by sun, dawehner: Create a single Container CompilerPass to collect + add handlers to consumer service definitions. 2014-04-26 11:00:03 +01:00
Alex Pott c79ac2f741 Issue #2238077 by Berdir, alexpott, tim.plunkett: Rename EntityFormController to EntityForm. 2014-04-26 00:12:39 +01:00
Alex Pott d196e8fb57 Issue #2207743 by dawehner, Xano: Convert element_info() to a service. 2014-04-25 23:14:29 +01:00