Commit Graph

750 Commits (18480688421be8934d4ea1130a0332980141444d)

Author SHA1 Message Date
webchick 0eda196d46 Issue #2340251 by iMiksu, alexpott, tim.plunkett, dawehner, Wim Leers: Remove most remaining url() calls. 2014-09-27 00:03:46 -07:00
Nathaniel Catchpole 03aa67036e Issue #2343607 by alexpott, dawehner: Cleanup UrlGenerator. 2014-09-24 15:38:10 +01:00
webchick b79faf63ba Issue #2215369 by fietserwin, svanou: Fixed PHP 5.5 imagerotate() fails when incorrect color indices are passed in. 2014-09-22 20:37:14 -07:00
Nathaniel Catchpole 2f9c1bc304 Issue #1860594 by penyaskito, damiankloip, xjm, alexpott, sun: Ensure that randomString() always returns a character that needs to be escaped for HTML. 2014-09-22 12:34:59 +01:00
webchick 1476c56c62 Issue #2312093 by alexpott, yched, andypost, swentel | xjm: Rename FieldInstanceConfig to FieldConfig. 2014-09-19 19:45:52 -07:00
Alex Pott 4d82422e67 Issue #2325571 by asif_khan, omers | dawehner: Replace _theme() calls by calls to \Drupal::theme()->render(). 2014-09-18 17:03:36 +01:00
Alex Pott 52a101bc1d Issue #2328411 by dawehner, geerlingguy, herom: Convert all permissions to yml files and permission callbacks. 2014-09-18 08:41:29 +01:00
Alex Pott 57926bf527 Issue #2313757 by Berdir, Wim Leers, dawehner: Remove text_processing option from text fields, expose existing string field types as plain text in UI. 2014-09-17 21:59:08 +01:00
Nathaniel Catchpole 0391038ba5 Issue #2224395 by swentel, dixon_, Berdir, fago: Move entity UI code to field_ui module and remove entity.module. 2014-09-16 10:08:00 +01:00
Alex Pott 51a27d107f Issue #2323759 by Crell, dawehner: Modularize kernel exception handling. 2014-09-15 10:22:01 +01:00
webchick dbed0b48cd Issue #2335659 by tim.plunkett, dawehner, effulgentsia, sun: Remove FormState ArrayAccess usage from core. 2014-09-11 23:41:27 -07:00
Jennifer Hodgdon 1f380d8853 Issue #2334405 by almaudoh, drunken monkey: Clean up documentation links to functions moved to render element classes 2014-09-10 14:56:14 -07:00
Alex Pott ee6ddbe8ac Issue #2332389 by tim.plunkett: Finish adding methods to FormStateInterface. 2014-09-10 09:53:11 +01:00
Alex Pott bd8cb79b78 Issue #2329485 by damiankloip, dawehner: Allow permissions.yml files to declare 'permission_callbacks' for dynamic permissions. 2014-09-09 20:11:27 +01:00
Alex Pott 537cc87642 Issue #2333731 by Berdir: Fixed WebTestBase::drupalCreateNode() should not hardcode default values. 2014-09-09 16:35:25 +01:00
Alex Pott a1f0ff2d7e Issue #375062 followup by David_Rothstein: Fixed [follow-up] imagecolorsforindex() Color index nnn out of range in GDToolkit. 2014-09-09 16:31:48 +01:00
Nathaniel Catchpole 7fc47f3526 Issue #2324789 by tim.plunkett: Remove UnitTestBase. 2014-09-09 11:37:02 +01:00
webchick 50eb47ea9b Issue #1938068 by sun, Berdir: Convert UnitTestBase to PHPUnit. 2014-09-08 09:53:06 -07:00
Dries ca85441da2 Issue #2260121 by sun: PHPUnit Tests namespace of modules is ambiguous with regular runtime namespace (+ Simpletest tests). 2014-09-05 12:40:22 -04:00
Alex Pott 5c3b66c8c9 Issue #2330121 by plach, effulgentsia, fago: Replace ContentEntityDatabaseStorage::getSchema() with a new EntityTypeListenerInterface implemented by SqlContentEntityStorageSchema. 2014-09-05 16:08:01 +01:00
Nathaniel Catchpole 6aeb7e9a32 Issue #2325197 by tstoeckler, sun: Remove drupal_classloader(). 2014-09-03 14:02:51 +01:00
Nathaniel Catchpole c1f444b1b0 Issue #2248767 by effulgentsia, beejeebus, alexpott: Use fast, local cache back-end (APCu, if available) for low-write caches (bootstrap, discovery, and config). 2014-09-02 12:17:53 +01:00
webchick 8c68491896 Issue #2273277 by Wim Leers, effulgentsia, Fabianx: Fixed Figure out a solution for the problematic interaction between the render system and the theme system when using #pre_render. 2014-08-29 16:37:14 -07:00
webchick 68cd18cec3 Issue #2328995 by znerol: Remove unused and defective WebTestBase::drupalGetToken(). 2014-08-28 23:33:53 -07:00
webchick 6227e3aa97 Issue #2295469 by Cottser, dawehner | effulgentsia: Add support for static permission definitions with *.permissions.yml. 2014-08-27 01:05:25 -07:00
webchick 53b72740fa Issue #2323259 by Sutharsan, vijaycs85, Gábor Hojtsy: Fixed Local translation file detection is not semantic version compatible. 2014-08-25 22:33:10 -07:00
webchick b5ade79e01 Issue #2272879 by clemens.tolboom, alexpott: Fixed Can not run a WebTestBase or KernelTest base tests from inside a simpletest. 2014-08-24 13:14:13 -07:00
webchick 1203a0927b Issue #2325575 by sun: Fixed Theme must not be primed in core.extension and KernelTestBase. 2014-08-23 15:07:03 -07:00
webchick 4fb0f9d8fd Issue #2251113 by alexpott, damiankloip, Crell, Wim Leers, dawehner, sun: Use container parameters instead of settings. 2014-08-23 13:19:53 -07:00
webchick de5fe262f2 Issue #2318087 by tim.plunkett: Replace ['input'] with FormState::getUserInput(). 2014-08-23 12:18:55 -07:00
Alex Pott a4125e6a8c Issue #2228093 by dawehner | sun: Modernize theme initialization. 2014-08-21 17:53:03 +01:00
Alex Pott 450cc9891d Issue #2322809 by chx, dawehner, tim.plunkett: Tighten routing security by access checking in matchRequest. 2014-08-21 12:36:06 +01:00
Alex Pott 234382b6db Issue #2248845 by sun: Fixed [run-tests.sh] simpletest_phpunit_xml_filepath() depends on public:// stream wrapper. 2014-08-19 16:21:58 +01:00
Alex Pott 0aaa1c8098 Issue #2298039 followup by lauriii, sqndr: Remove all PNG fallbacks for SVG. 2014-08-18 17:54:05 +01:00
Alex Pott 0463b81a08 Issue #2322889 by sun: Fixed Various setUp() and tearDown() methods are not protected. 2014-08-18 16:50:50 +01:00
Alex Pott b3695e87b3 Issue #1498664 by andypost, plach, penyaskito | dawehner: Refactor user entity properties to multilingual. 2014-08-13 22:21:28 -07:00
Alex Pott 8196034a57 Issue #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState. 2014-08-08 11:25:54 -05:00
Alex Pott 9eac446013 Issue #1676910 by cs_shadow, penyaskito, lokeoke | xjm: Rename randomName() to randomMachineName(). 2014-08-06 09:50:23 +01:00
Alex Pott 627a719a7f Issue #2189661 by tim.plunkett: Replace $form_state['redirect_route'] with setRedirect(). 2014-08-06 09:05:02 +01:00
Alex Pott 537457b512 Issue #2308821 by tim.plunkett: Replace FormErrorInterface with $form_state->setErrorByName() and $form_state->setError(). 2014-08-04 11:19:36 +01:00
Dries fc5e111aca Issue #2225353 by tim.plunkett: Convert to an object and provide methods like setError(). 2014-07-30 20:50:42 -04:00
Alex Pott 70bed3385f Issue #2301317 by pwolanin, dawehner, Wim Leers, effulgentsia, YesCT, xjm, alexpott: MenuLinkNG part4: Conversion. 2014-07-30 13:04:04 +01:00
Alex Pott 44f76c6bcf Revert "Issue #2301317 by pwolanin, effulgentsia, Wim Leers, dawehner, alexpott: MenuLinkNG part4: Conversion."
This reverts commit fd2db9cd35.
2014-07-30 13:02:58 +01:00
Nathaniel Catchpole fd2db9cd35 Issue #2301317 by pwolanin, effulgentsia, Wim Leers, dawehner, alexpott: MenuLinkNG part4: Conversion. 2014-07-30 11:47:01 +01:00
Alex Pott ac76e2c5df Issue #2309687 by eiriksm: Fixed Typo in docs for function Testclass::verbose. 2014-07-28 22:26:58 +01:00
Alex Pott d1ba247378 Issue #2311027 by pwolanin: Fixed WebTestCase using $ instead of % for placeholder text. 2014-07-28 14:31:20 +01:00
Nathaniel Catchpole 7c226d14a8 Issue #2289183 by anavarre, xjm: Fixed Temporarily increase D8 memory limit to reflect current requirements. 2014-07-22 10:24:02 +01:00
Nathaniel Catchpole a57630c83d Issue #2287727 by yched, swentel, alexpott: Rename Field[instance]Config classes and entity types (again). 2014-07-18 19:56:27 +01:00
Alex Pott 87e675f09b Issue #1825952 by Fabianx, joelpittet, bdragon, heddn, chx, xjm, pwolanin, mikey_p, ti2m, bfr, dags, cilefen, scor, mgifford: Turn on twig autoescape by default 2014-07-18 10:05:22 +01:00
Alex Pott b560f348bd Issue #2303605 by cilefen: Rename *.menu_links.yml to *.links.menu.yml files to improve DX. 2014-07-16 23:39:40 +01:00