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 |
webchick
|
220ae7c781
|
Issue #1893108 follow-up by Berdir, dawehner: Rename EntityUnitBaseTest => EntityUnitTestBase to conform to coding standards.
|
2013-03-04 22:31:54 -05:00 |
webchick
|
c6b2c725e7
|
Issue #1591806 by tim.plunkett, ryanissamson, jenlampton, Risse, psynaptic, Gábor Hojtsy, kmcculloch, pakmanlh, Rob Loach: Change block 'subject' so that it's called (admin_)label like everything else on the theme layer.
|
2013-03-04 21:25:53 -05:00 |
webchick
|
570433156d
|
Issue #1848880 by Wim Leers, effulgentsia: Test order of AJAX commands: add Ajax\FrameworkTest::testOrder(), strengthen testLazyLoad(), fix JS settings not being prepended.
|
2013-03-04 20:16:44 -05:00 |
catch
|
e1fa73eaf4
|
Issue #1903750 by benjy: Convert menu_link() hooks to use Type-Hinting.
|
2013-03-04 15:28:39 +00:00 |
catch
|
f8899fb67b
|
Issue #1829224 by alexpott, pfrenssen, vijaycs85, lirantal: Convert the 'theme_default()' variable to CMI.
|
2013-03-04 14:04:05 +00: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 |
catch
|
780b439297
|
Issue #1836008 by dawehner, Berdir, alexpott, katbailey, effulgentsia, EclipseGc: Fixed Remove drupal_classloader() use in Drupal\Core\AnnotatedClassDiscovery.
|
2013-02-28 11:24:13 +00:00 |
webchick
|
afdf1887ff
|
Issue #1850798 by damiankloip, pfrenssen, chx: Need array_diff_assoc_recursive() for php 5.4.
|
2013-02-27 22:04:43 -05:00 |
webchick
|
17c3d258ed
|
Issue #1853086 by katbailey, msonnabaum, alexpott: Remove cache.page.enabled in favor of an explicit internal cache setting.
|
2013-02-27 22:00:19 -05:00 |
webchick
|
7e1a0ca0bb
|
Issue #1919022 by Berdir: Remove translatable tag.
|
2013-02-27 21:58:46 -05:00 |
webchick
|
9774810982
|
Issue #1880368 by stephen.colson, echoz, babbage: More comprehensive fix for form elements can break out of their bounding divs and whatnot.
|
2013-02-27 21:40:29 -05:00 |
webchick
|
ed5f637828
|
Issue #1922034 by jthorson: Fixed UpgradePathTestBase does not detect 'An unrecoverable error has occurred' install errors.
|
2013-02-27 21:36:28 -05:00 |
webchick
|
d4c21cd945
|
Issue #1893108 by Berdir, dawehner: Convert most entity tests to DrupalUnitTestBase.
|
2013-02-27 21:18:48 -05:00 |
webchick
|
dcad36aa85
|
Issue #1922950 by alexpott: Fixed Failures in MenuRouterTest due to unmet dependency.
|
2013-02-27 20:36:24 -05:00 |
webchick
|
d625eb5481
|
Issue #1926112 by alexpott: Fixed Remove allow_operations() key from system.authorize.yml.
|
2013-02-27 18:20:33 -05:00 |
webchick
|
1813bf3d01
|
Issue #1928082 by vijaycs85, YesCT, alexpott: Fixed Make usage of book.settings:allowed_types() consistent.
|
2013-02-27 18:20:15 -05:00 |
webchick
|
894e16417f
|
Issue #1928202 by dawehner: Update jQuery Form to the current version (3.27).
|
2013-02-27 17:33:28 -05:00 |
webchick
|
e898c4ddcb
|
Issue #1925140 by tim.plunkett: Fixed drupal_form_submit() does not accept FormInterface objects.
|
2013-02-27 17:30:50 -05:00 |
webchick
|
74804f701a
|
Issue #1921996 by damiankloip, tim.plunkett, larowlan: Convert system_config_form() to implement FormInterface as a base class.
|
2013-02-27 17:17:09 -05:00 |
Dries
|
00dfa02242
|
Issue #1784812 by Floydm, beltofte, joates: Standardize capitalization on actions in language date time: 'reset'.
|
2013-02-27 16:52:18 -05:00 |
webchick
|
20ab10429c
|
Issue #1927546 by alexpott, catch, Gábor Hojtsy: Fixed Langcode column added to search_index() and search_dataset() tables but there is no upgrade path.
|
2013-02-27 16:28:20 -05:00 |
Dries
|
6aa308f8ea
|
Issue #1798734 by Berdir, ACF, leschekfm, heyrocker, alexpott: Convert drupal_private_key() to the configuration system.
|
2013-02-27 16:27:35 -05:00 |
catch
|
ca5a3ef054
|
Revert "Issue #1883152 by klausi: Field level access for EntityNG."
This reverts commit 172318fb71 .
|
2013-02-27 11:19:00 +00:00 |
catch
|
172318fb71
|
Issue #1883152 by klausi: Field level access for EntityNG.
|
2013-02-27 09:53:43 +00:00 |
catch
|
0612c664da
|
Issue #1763640 by beejeebus, alexpott, Jose Reyero, c31ck, das-peter, YesCT, heyrocker, Gábor Hojtsy: Introduce config context to make original config and different overrides accessible.
|
2013-02-27 09:49:26 +00:00 |
webchick
|
72558ac865
|
Issue #1925658 by gielfeldt, mitron: Fixed Use of slaves breaks site.
|
2013-02-26 18:05:49 -05:00 |
catch
|
05673e7e12
|
Issue #1599554 by heyrocker: Follow-up, remove @todo.
|
2013-02-24 21:00:55 +00:00 |
catch
|
01d6fee5ec
|
Issue #1804380 by miro_dietiker, vijaycs85, 8thom, swentel: Convert color variables to config/state.
|
2013-02-22 11:18:33 +00:00 |
catch
|
36fcf91cb5
|
Issue #1891516 by sun, Berdir, chx: Remove $install parameter from DrupalUnitTestBase::enableModules(), encourage to create individual schema tables only.
|
2013-02-21 10:22:42 +00:00 |
catch
|
faaddf2f4b
|
Issue #1914366 by vijaycs85, Gábor Hojtsy, alexpott: Move all configuration schema files into a schema subdirectory.
|
2013-02-21 10:20:43 +00:00 |
catch
|
4ab57bed54
|
Issue #1910318 by katbailey: Make path resolution the responsibility of a series of PathProcessor classes, rather than one PathSubscriber class.
|
2013-02-21 10:17:55 +00:00 |
webchick
|
752e98185a
|
Issue #1906506 by Fabianx, steveoliver, Cottser: Added Twig settings implementation: Show theme hook / template suggestions in HTML comments.
|
2013-02-19 00:59:05 -08:00 |
webchick
|
89686bf45c
|
Issue #1743686 by EclipseGc, fago, amateescu, damiankloip: Added Condition Plugin System.
|
2013-02-18 22:43:39 -08:00 |
webchick
|
b0e08e4280
|
Issue #1515312 by heyrocker, beejeebus, alexpott, xjm, realityloop, sun: Added snapshots of last loaded config for tracking whether config has changed.
|
2013-02-18 21:08:21 -08:00 |
webchick
|
2e0ecd55b3
|
Issue #1839064 by Berdir: Implement the new entity field API for the list field type.
|
2013-02-18 16:30:18 -08:00 |
Dries
|
395d3a6bf1
|
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
|
2013-02-18 17:00:21 -05:00 |
catch
|
bd8f0f9b71
|
Issue #1913084 by tim.plunkett: Introduce a Form interface for building, validating, and submitting forms.
|
2013-02-18 17:30:09 +00:00 |
Dries
|
a96697c7d5
|
Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage.
|
2013-02-18 12:03:05 -05:00 |
catch
|
a395309cf2
|
Issue #1913742 by tim.plunkett: Allow custom form state to be passed to entity_get_form().
|
2013-02-18 11:06:26 +00:00 |
Dries
|
f6b4d4a225
|
Issue #501428 by KarenS, swentel, tim.plunkett, webchick, effulgentsia, nod_, scor, Lars Toomre: Added Date and time field type in core.
|
2013-02-16 18:29:53 -05:00 |
catch
|
2171aedc97
|
Issue #1854708 by chx, dawehner, damiankloip: EntityQuery aggregation support.
|
2013-02-15 11:15:37 +00:00 |
catch
|
de6da93901
|
Issue #1914040 by vijaycs85: Fixed Private file system path is '0' after installation.
|
2013-02-14 11:32:40 +00:00 |
catch
|
b3301476a2
|
Issue #1913084 by tim.plunkett: Introduce a Form interface for building, validating, and submitting forms.
|
2013-02-13 17:17:55 +00:00 |
Dries
|
6d5c211392
|
Issue #1874664 by Wim Leers, jessebeach, tkoleary, Gábor Hojtsy, quicksketch, Bojhan: Reconcile 'Edit' toolbar option with local tasks (tabs) and contextual links for editing.
|
2013-02-12 16:46:04 -05:00 |
catch
|
0e514af22e
|
Issue #1911190 by mitron: Test that drupal_get_filename() has NULL return value when the file is not found.
|
2013-02-12 21:34:28 +00:00 |
Dries
|
71364b1a81
|
Issue #1896076 by EclipseGc, fago: Added Contextual Plugins and supporting code.
|
2013-02-12 15:51:59 -05:00 |
webchick
|
00b12b3ea9
|
Issue #1803586 by linclark: Added Give all entities their own URI.
|
2013-02-09 03:41:24 -08:00 |
webchick
|
bf2bbbe931
|
Issue #1848064 by sun, Wim Leers, bleen18, nod_, tstoeckler: Added Allow to filter modules by arbitrary search strings on the Modules page.
|
2013-02-08 16:41:02 -08:00 |
webchick
|
5b6c981231
|
Issue #1068266 by linclark, andyceo, scottrigby, chx, jbrown, ñull, weboide: Fixed drupal_mkdir() does not set permissions to directories it created recursively .
|
2013-02-08 16:25:48 -08:00 |