Commit Graph

20163 Commits (af11d7b2eba766017a8b34df67b95a41bcb61f66)

Author SHA1 Message Date
Alex Pott af11d7b2eb Issue #1974266 by ParisLiakos: Register test module classes to PHPunit. 2013-04-24 10:51:29 +01:00
webchick 13dcfc2d66 Issue #1975150 follow-up by David_Rothstein: Fix wrongly named return value in shortcut documentation. 2013-04-23 15:22:39 -07:00
webchick ae08f47b5d Issue #1969032 by cam8001, swentel, amateescu: More sensible way of defining field default values. 2013-04-23 12:10:27 -07:00
webchick 1125fa788f Issue #1976032 by Bojhan: Fixed Consolidate messages about unsaved changes. 2013-04-23 12:05:36 -07:00
webchick f5a1c48881 Issue #1974208 by hass, Cyberschorsch: Fixed Rename 'Cancel' to 'Cancel account' to help translators. 2013-04-23 12:04:11 -07:00
webchick 09bf1e43bc Issue #1975150 by ACF: Remove variable_get() from mymodule_shortcut_admin_default_set() in the shortcut.api.php. 2013-04-23 12:02:19 -07: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 d2655c9df9 Issue #1963022 by dawehner, klausi, msonnabaum: Fixed Problem with PHPUnit test results when using @dataProvider. 2013-04-23 11:50:28 -07:00
Jennifer Hodgdon 98b9af1c25 Issue #1976956 by droplet, dawehner: Fix reference to incorrect hook in docs 2013-04-23 07:48:34 -07:00
Jennifer Hodgdon 495ff01445 Issue #1936166 by markpavlitski: Add documentation to module_invoke functions about passing by value 2013-04-23 07:46:58 -07:00
Jennifer Hodgdon 15d9e6d6e2 Issue #1786740 by shanethehat: Fix docs for field_update_instance 2013-04-23 07:42:44 -07:00
Jennifer Hodgdon 492ce213c9 Issue #1973762 by chx, cosmicdreams, yched: Add example to field_info_field_map return docs 2013-04-23 07:39:00 -07:00
webchick 6daf6f637d Issue #1953404 by vijaycs85, yched, Gábor Hojtsy: Add config schema to field and instance config entities. 2013-04-23 00:54:10 -07:00
webchick 986bfe364d Issue #1964588 by vijaycs85: Fixed Complete Configuration schemas for shortcut module. 2013-04-23 00:52:16 -07:00
Alex Pott bc3a902fbc Issue #1807042 by tim.plunkett, effulgentsia: Rename entity storage/list/form/render controllers to handlers, part 1: organize existing annotation keys. 2013-04-23 08:38:30 +01:00
Alex Pott 91fc0d3ed9 Issue #1905152 by Gábor Hojtsy, Jose Reyero, vijaycs85, YesCT, penyaskito: Integrate config schema with locale, so shipped configuration is translated. 2013-04-23 08:19:41 +01:00
catch ae0984f871 Issue #1942346 by swentel: Convert Field API variables to CMI. 2013-04-22 22:57:38 +01:00
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