Commit Graph

266 Commits (28f6c023c47e49697ca09c9a4888277c520f408f)

Author SHA1 Message Date
Alex Pott 40bc8bced4 Issue #2028499 by tsphethean, damiankloip, dawehner: Drupal_sort_weight() should be converted to a class. 2013-08-06 00:24:38 +02:00
Alex Pott 8c384bc415 Issue #2022897 by dawehner, sdboyer, tim.plunkett: Shift responsibility for creating unique config id/machine name off of (views) block plugins and onto BlockFormController. 2013-08-03 23:28:28 +02:00
Alex Pott 1deffa8312 Issue #2040265 by larowlan: Add a _entity_view() routing default for viewing an entity. 2013-08-02 12:51:08 +02:00
Alex Pott b0c8255cba Issue #2050535 follow-up by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\NestedArray. 2013-08-02 01:07:58 +02:00
Nathaniel Catchpole 6daeb3c7f2 Issue #2042745 by jhedstrom: Convert system module's RouteTest to phpunit. 2013-08-01 14:36:08 +01:00
Alex Pott 03e535ca7c Issue #2050289 by damiankloip, msonnabaum: Add class to make yaml discovery reusable. 2013-07-29 18:59:01 +02:00
Alex Pott 7ec526e957 Issue #2050535 by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\NestedArray. 2013-07-28 11:40:59 +02:00
Alex Pott 926a067758 Issue #2043781 by pwolanin: Fixed Drupal::request()->attributes->get('account') may conflict with an account object loaded from the path. 2013-07-27 23:11:14 +02:00
Nathaniel Catchpole 67b5d792a7 Issue #2035863 by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\Settings. 2013-07-27 18:27:45 +01:00
Nathaniel Catchpole 58afd192b8 Issue #2031487 by fubhy, dawehner, pwolanin: When replacing the upcasted values in the request attributes array, retain the original raw value too. 2013-07-27 15:35:36 +01:00
Dries f5cc9308c9 Issue #1943846 by fubhy, effulgentsia, tim.plunkett: Improve ParamConverterManager and developer experience for ParamConverters. 2013-07-24 16:23:42 -04:00
Alex Pott 8e23b465a6 Issue #2045275 by Berdir: Convert user properties to methods. 2013-07-24 21:40:03 +02:00
Alex Pott 486f5d0376 Issue #2031353 by pwolanin, dawehner, katbailey: Fixed URLgenerator broken for Drupal installed in a subdirectory - doesn't have a way to get a Drupal path. 2013-07-20 18:42:28 +01:00
Alex Pott bd51e51a90 Issue #2028511 by damiankloip, dawehner: Allow plugin derivative classes to use services from the container. 2013-07-19 10:08:06 +01:00
Dries edcd8df4bd Issue #1966334 by Alan Evans, fubhy, dawehner, ParisLiakos: Convert user_access() to User::hasPermission(). 2013-07-18 14:31:35 -04:00
Nathaniel Catchpole 7dd31494f3 Issue #1979094 by Berdir, dawehner, msonnabaum, tim.plunkett, effulgentsia: Fixed Separate create access operation entity access controllers to avoid costly EntityNG instantiation. 2013-07-16 10:33:18 +01:00
Nathaniel Catchpole 22a6d8ccec Issue #2012382 by damiankloip: Improve efficiency of access checker matching on routes. 2013-07-15 10:22:26 +01:00
Alex Pott 8b4fa68c75 Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class. 2013-07-14 16:17:23 -04:00
Dries d5b6771752 Issue #2004334 by pwolanin, dawehner, fubhy: Separate Tabs (MENU_LOCAL_TASK) from hook_menu(). 2013-07-11 13:39:42 -04:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Nathaniel Catchpole 8ceb6e1719 Issue #1971158 by Berdir, beejeebus, alexpott, amateescu: Add loadMultiple() and listAll() caching to (cached) config storage. 2013-07-05 14:45:20 +01:00
Alex Pott 1cac317046 Issue #2003698 by jhedstrom, ParisLiakos: Convert system module's Datetime unit tests to phpunit. 2013-07-05 00:49:14 +01:00
Nathaniel Catchpole 2c11efed11 Issue #352951 by Wim Leers, mfer, mcjim, larowlan, RobLoach, sdboyer, Owen Barton, JohnAlbin: Make JS & CSS Preprocessing Pluggable. 2013-07-04 09:38:19 +01:00
Alex Pott 3d521d93b0 Revert "Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class."
This reverts commit 5aced021d9.
2013-07-03 13:06:04 +01:00
Alex Pott 5aced021d9 Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class. 2013-07-02 13:48:47 +01:00
Alex Pott 91c32e3da9 Issue #2010024 by damiankloip, dawehner, ParisLiakos: Move url related functions to a new Url component. 2013-06-30 00:09:39 +01:00
Nathaniel Catchpole f1e9349a15 Issue #2020209 by alexpott, YesCT, Gábor Hojtsy: Fixed Random failures due to non uniqueness of randomString() and randomName(). 2013-06-29 17:37:13 +01:00
Alex Pott aa9c2ccc85 Issue #1890878 by corvus_ch, ygerasimov, berenddeboer, Crell, fubhy the cat, effulgentsia: Add modular authentication system, including Http Basic; deprecate global . 2013-06-29 17:26:55 +01:00
Alex Pott 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Alex Pott 0af43e4e71 Issue #2028585 by ParisLiakos, dawehner, tim.plunkett: Replace entity_page_create_access() by an access controller. 2013-06-29 07:52:24 +01:00
catch 264d1d9767 Issue #2016299 by dawehner, jhedstrom: Convert system module's JsonUnitTest to phpunit. 2013-06-27 22:04:31 +01:00
Nathaniel Catchpole 21812ed3a1 Issue #1858616 by Berdir: Extract generic CacheCollector implementation and interface from CacheArray. 2013-06-21 10:22:46 +01:00
Alex Pott 69f2cef030 Issue #2003736 by dawehner, jhedstrom: Convert system module's Batch unit tests to phpunit. 2013-06-19 01:32:50 +02:00
Alex Pott 2bb2976ab6 Issue #1996868 by jhedstrom: Start converting image.inc to an Image component. 2013-06-17 22:08:50 +02:00
Alex Pott fb7ad824c7 Issue #1903346 by Berdir, tim.plunkett, EclipseGc: Establish a new DefaultPluginManager to encapsulate best practices. 2013-06-17 18:17:56 +02:00
Alex Pott 5bf89a4573 Issue #2008356 by dawehner, tim.plunkett: Provide a _entity_list() route default to replace Controller\EntityListController and mimic _entity_form(). 2013-06-17 00:06:21 +02:00
Alex Pott 573068f94c Issue #2003568 by dawehner, jhedstrom: Convert tags,attributes, diff and url validation unit tests to phpunit. 2013-06-15 00:11:48 +02:00
Alex Pott 81f4bc82a1 Issue #2006568 by ParisLiakos, dawehner: Convert filter_xss() tests to unit tests. 2013-06-15 00:03:29 +02:00
Alex Pott 5bf482fcb2 Issue #1995868 by JoshuaRogers, dawehner, xjm: Fixed Fatal when using a role contextual filter. 2013-06-11 14:22:15 +01:00
Nathaniel Catchpole 40f25ec132 Issue #1984528 by dawehner, ParisLiakos: Allow for more robust access checking. 2013-06-11 10:28:27 +01:00
Alex Pott da63eafbb7 Issue #1973312 by RobLoach, ParisLiakos, damiankloip, dawehner: Move drupal_map_assoc() to a MapArray Utility Component. 2013-06-06 20:31:00 +01:00
Alex Pott 88e6a760b7 Issue #1818570 by Berdir, effulgentsia, das-peter, andypost: Convert users to the new Entity Field API. 2013-06-06 11:20:38 +01:00
Alex Pott b21943922d Issue #1888424 by katbailey, steveoliver, twistor, beejeebus, effulgentsia: Change notice: Make Drupal's URL generation logic available to HttpKernel, and minimize code repetition/divergence. 2013-06-06 09:14:16 +01:00
Alex Pott ec9dc2c390 Issue #1935908 by ParisLiakos, msonnabaum: Convert Graph tests to phpunit. 2013-06-05 18:51:44 +01:00
Nathaniel Catchpole 50919a7934 Issue #2003342 by jhedstrom: Convert system module's database unit tests to phpunit. 2013-06-05 12:33:21 +01:00
Alex Pott 7166d89041 Issue #1983164 by dawehner, larowlan: Entity Forms in ajax requests don't find the route. 2013-06-05 11:24:59 +01:00
Alex Pott f2d710c607 Issue #1620010 by dawehner, ParisLiakos, plach, jibran: Move LANGUAGE constants to the Language class. 2013-05-25 13:12:45 -07:00
Alex Pott 7846ad6fb9 Issue #1938184 by Xano, ParisLiakos, franskuipers, clemens.tolboom: Convert Drupal\Core\Utility\Color\ColorTest to PHPUnit. 2013-05-25 12:42:40 -07:00
Alex Pott 686c269bae Issue #1938670 by ParisLiakos, Xano, RobLoach, pp, alexpott: Convert unicode.inc to \Drupal\Component\Utility\Unicode. 2013-05-08 00:29:47 +01:00
webchick f83208f282 Issue #1956896 by dawehner, alexpott, msonnabaum, klausi: Added role based access checker. 2013-05-03 10:17:54 -07:00
webchick 6de362318d Issue #1929288 by ParisLiakos, Dave Reid: Move cryptographic functions to Crypt component. 2013-05-01 21:46:53 -07:00
webchick 594c849d8d Issue #1938960 by tim.plunkett, dawehner: Fixed _menu_translate() doesn't care about new routes. 2013-05-01 21:09:48 -07:00
webchick 2d329312a4 Issue #1960032 follow-up by alexpott, arlinsandbulte, Heine: Fixed Random failure in TimerUnitTest in Windows, too. ;) 2013-04-25 12:07:15 -07:00
Alex Pott af11d7b2eb Issue #1974266 by ParisLiakos: Register test module classes to PHPunit. 2013-04-24 10:51:29 +01:00
webchick 7b1215640d Issue #1947432 by tim.plunkett, mtift, andypost, larowlan: Add a generic EntityAccessCheck to replace entity_page_access(). 2013-04-23 11:55:24 -07:00
webchick 6543a5bae6 Issue #1847768 by rootatwc, tim.plunkett, effulgentsia, Crell, Damien Tournoud: Remove ip_address(). 2013-04-10 17:17:57 -07:00
Alex Pott d9fd65f900 Issue #1938972 by msonnabaum, RobLoach, tsphethean, dawehner, rootatwc: Start moving string functions into a utility class. 2013-04-10 22:31:15 +01:00
webchick e03d403286 Issue #1957302 by katbailey: Added Convert PathProcessorTest to PHPUnit. 2013-04-10 09:24:35 -07:00
webchick 9e2b337e75 Issue #1960032 by tim.plunkett, alexpott, Berdir: Fixed Random failure in TimerUnitTest. 2013-04-04 17:24:34 -07:00
catch f8bc3677e4 Issue #1948734 by msonnabaum: Fixed Include Drupal class in PHPUnit bootstrap. 2013-04-04 21:53:37 +01:00
Alex Pott 291dbd545b Issue #1935970 by msonnabaum, dawehner, RobLoach: Convert timer_* to a utility class and convert tests to phpunit. 2013-04-02 22:37:55 +01:00
Dries 6122e84e9e Issue #1948702 by chx: module_hook() is broken for disabled modules and included hooks. 2013-03-22 13:03:24 -04:00
webchick 0d3968eee2 Issue #1935922 by msonnabaum: Convert PhpStorage tests to phpunit. 2013-03-17 00:08:45 -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 e24968df4d - Patch #1614214 by Rob Loach: remove the core/tests directory. 2012-06-02 15:49:27 -04:00
catch 037faa8fbf Issue #1400748 by Crell, jbrown, plach: Proposal for unified namespace organization. 2012-02-01 12:23:30 +09:00