Commit Graph

20346 Commits (6c1c3b9b96c3c31bb761e6d4dc56a15bb3eaa061)

Author SHA1 Message Date
Alex Pott 2d6ed6c862 Issue #1955286 by droplet | nod_: JSHint translation_entity(). 2013-04-22 19:07:20 +01:00
catch 56021b509e Issue #1955678 by swentel: Remove formatter and widgets legacy plugin. 2013-04-22 13:06:28 +01:00
catch d5a4cb4309 Issue #1976068 by chx: Remove schema_fields_sql() from entity plugin definition. 2013-04-22 12:36:54 +01:00
catch ea4dcb41a4 Issue #1973324 by andypost, yched: Mark field_create_*(), field_update_*() and field_delete_*() deprecated in favor of just using the ConfigEntity API. 2013-04-22 12:33:00 +01:00
catch 8b8b8b3479 Issue #1712258 by alexpott, dagmar, Shuairan, disasm, slv_: Simplify image toolkit form logic, removing unneeded checks. 2013-04-22 12:29:53 +01:00
catch 87462db60e Issue #1167144 by chx, catch, claudiu.cristea: Make cache backends responsible for their own storage. 2013-04-22 12:25:08 +01:00
webchick 2508db125b Issue #1973456 by echoz: Fixed .element-invisible on element at right causes horizontal scrollbar on desktop or right gap on phone on webkit browsers. 2013-04-21 13:09:47 -07:00
webchick fa3e949d01 Issue #1975774 by chx: Fixed ConfigFactory::get misses @return. 2013-04-21 12:42:19 -07:00
webchick 874fb88cc0 Issue #1973464 by ericduran, r_morgan: Add 'Edit profile' to the user menu in Toolbar. 2013-04-21 12:40:45 -07:00
webchick 0da1b6e739 Issue #1969406 by rootatwc, Berdir: Fixed PHPUnit Test asserting logging broken. 2013-04-21 12:37:25 -07:00
webchick 2f303cc898 Issue #1416506 by Damien Tournoud, swentel, yched: Fixed Field schema foreign keys support is broken. 2013-04-21 12:34:18 -07:00
webchick 6c6d2335db Issue #1787248 by Stalski, pcambra, webflo, Sweetchuck, jibran, zuuperman: Convert taxonomy module formatters to Plugin system. 2013-04-21 12:32:28 -07:00
webchick c285bbcc43 Issue #1950088 by swentel: Move FieldInfo class to the DIC. 2013-04-21 12:30:52 -07:00
webchick c54ae0f51c Issue #1967106 by larowlan, yched, swentel: FieldInstance::getField() method. 2013-04-21 12:21:47 -07:00
webchick c6edf7dd3f Issue #1975442 by thedavidmeister: Change notice: drupal_render() should always return a string. 2013-04-21 12:17:35 -07:00
webchick f8df0fed87 Issue #1938932 by duellj, andypost, tim.plunkett: Remove taxonomy_overview_terms() and taxonomy_overview_vocabularies() theme functions in favour of table #type. 2013-04-19 21:16:32 -07:00
webchick 62e5dafdf8 Issue #1182374 by lyricnz, brianV: Code style fixes for includes/filetransfer. 2013-04-19 21:15:02 -07:00
webchick 2141c28c6f Issue #1946334 by mtift: Convert confirm_form() in block.admin.inc to the new form interface. 2013-04-19 21:05:48 -07:00
webchick 6f2f1b73f2 Issue #1974422 by ericduran: Update to latest html5shiv library. 2013-04-19 20:49:57 -07:00
webchick 0e95fcf8cd Issue #1966998 by andypost, swentel: Add a constant OR use TRUE/FALSE for active storage vs. inactive storage and other properties. 2013-04-19 20:47:11 -07:00
webchick af7bd45648 Issue #1974396 by effulgentsia: Narrow the API of _text_sanitize() and make it public. 2013-04-19 20:45:44 -07:00
webchick 7981d5d07b Issue #1959306 by jessebeach: Drupal.announce does not handle multiple messages at the same time; Improve the utility so that simultaneously calls are read. 2013-04-19 20:43:48 -07:00
webchick ea38078c81 Issue #1877376 by damiankloip, dawehner, Bojhan: Change notice: Improve Views UI text for the contextual links display setting. 2013-04-19 20:41:20 -07:00
webchick 2abc98f7a7 Issue #1974380 by rootatwc: Fixed Wrong inheritdocs in \Drupal\views\Plugin\views\style\Table and \Drupal\Core\Plugin\Factory\ContainerFactory. 2013-04-19 20:39:38 -07:00
webchick 8b90bf1ea8 Issue #1974628 by amateescu: Fixed Don't call t() on the field and widget label in FieldOverview::buildForm(). 2013-04-19 20:38:28 -07:00
webchick 3999722cb6 Issue #1974346 by ericduran: Fixed Details summaries should have ‘cursor: pointer’. 2013-04-19 20:35:58 -07:00
webchick 8fd2b4779e Issue #625958 by slashrsm, quicksketch, eojthebrave, droplet, danlinn, czigor: Support Uploading Multiple Files for HTML5 Browsers via #multiple attribute. 2013-04-19 20:34:14 -07:00
webchick 8733925ff7 Issue #1867090 by joelpittet, Fabianx: Fixed Nested Twig 'for' loops behaving strange. 2013-04-19 20:32:23 -07:00
Dries 4777a2dc6e Issue #1974632 by amateescu: Wrong message displayed by field_ui_inactive_message(). 2013-04-19 13:42:06 -04:00
webchick 0deed2a562 Issue #1955926 by quicksketch: Fixed CKEditor admin interface not touch-compatible (Add jQuery Touch Punch to core). 2013-04-19 10:20:53 -07:00
Dries 17ad22fd27 Issue #1913086 by jessebeach, Wim Leers, mgifford, nod_: Generalize the overlay tabbing management into a utility library. 2013-04-19 13:20:06 -04:00
Alex Pott e16a4241c5 Issue #1963392 by Xano: Update Entity Reference's exclusion of config entities. 2013-04-19 09:29:22 +01:00
Alex Pott 1ad0adedc5 Issue #1796316 by netsensei, swentel, jibran, zuuperman, amateescu: Convert Link/URL widgets / formatters to plugin system. 2013-04-19 09:16:41 +01:00
Alex Pott 1ebed3a04c Issue #1946416 by kim.pepper: Convert all of confirm_form() in image.admin.inc to the new form interface. 2013-04-19 09:13:09 +01:00
Alex Pott 17f4d14287 Issue #1862758 by Berdir, dawehner: [Followup] Implement entity access API for terms and vocabularies. 2013-04-19 09:08:12 +01:00
Alex Pott 82cf432a1e Issue #1971046 by ACF | Berdir: Fixed DateTimeFieldTest is DatetimeFieldTest.php (incorrect case). 2013-04-19 09:03:48 +01:00
Alex Pott d532f23989 Issue #1967036 by effulgentsia: Fixed WebTestBase::drupalGetAJAX() and WebTestBase::drupalPostAJAX() don't set the Accept header needed for content negotiation. 2013-04-19 08:35:03 +01:00
Alex Pott 02611753f5 Issue #1957748 by larowlan, Berdir, amateescu | yoroy: Fixed hook_field_prepare_view() is passed empty field values for EntityNG Entities. 2013-04-18 12:08:22 +01:00
Alex Pott bb1817e515 Issue #1969846 by rootatwc: Convert session_write_interval() to settings. 2013-04-18 09:30:42 +01:00
Alex Pott d2e5e7b77a Issue #1972982 by nod_, jessebeach: Fixed Vertical tabs are broken. 2013-04-18 09:21:48 +01:00
Alex Pott a15bf9ee2b Issue #1970006 by andypost: Make FileFieldTestBase::createFileField to return Field entity. 2013-04-18 09:08:12 +01:00
Alex Pott 49861cccfd Issue #1838010 by dawehner | Bojhan: Remove redundant admin labeling on AreaPluginBase. 2013-04-18 08:58:36 +01:00
Alex Pott 924be51ace Issue #1954968 by Wim Leers | YesCT: Fixed Required CKEditor fields always fail HTML5 validation. 2013-04-18 08:32:12 +01:00
Alex Pott 24f546207f Issue #1964648 by vijaycs85: Create configuration schemas for editor module. 2013-04-18 08:29:41 +01:00
Alex Pott c014519ca1 Issue #1969540 by Xano: Convert token.inc to a service. 2013-04-18 08:24:35 +01:00
Alex Pott d5df67d46f Issue #1969612 by Xano, Bojhan: Simplify 'Use Ajax'. 2013-04-18 08:11:49 +01:00
Alex Pott 0cc0335638 Issue #1970206 by andypost, swentel: Move fields and instances to standard profile config. 2013-04-18 08:08:18 +01:00
Alex Pott 6fa5b693be Issue #1751234 by yched, amateescu, swentel, kotnik, webflo, pcambra | tstoeckler: Convert option widgets to Plugin system. 2013-04-18 08:02:19 +01:00
Alex Pott 9c74b54707 Issue #1863816 by dawehner, yched, rootatwc: Allow plugins to have services injected. 2013-04-18 07:54:34 +01:00
Alex Pott 3e88fc4eee Issue #1972242 by amateescu, chx: Fixed User compact view mode is not configured in minimal. 2013-04-17 07:28:34 +01:00