Commit Graph

1250 Commits (ac235ef89d1a97e6da0d5cab684d5fd0e4979ead)

Author SHA1 Message Date
Nathaniel Catchpole ac235ef89d Issue #2043757 by dawehner, Alan D.: Remove drupal_(string) methods out of diffengine. 2013-10-17 12:20:07 +01:00
Alex Pott d3d34a5eee Issue #1914070 by Sutharsan, pp, YesCT: Improve version fallback for install language. 2013-10-17 00:00:50 +01:00
Alex Pott 1c67615a0f Revert "Issue #1914070 by Sutharsan, pp, YesCT: Improve version fallback for install language."
This reverts commit 7b08fd6398.
2013-10-16 23:59:52 +01:00
Alex Pott 7b08fd6398 Issue #1914070 by Sutharsan, pp, YesCT: Improve version fallback for install language. 2013-10-16 23:37:38 +01:00
Nathaniel Catchpole 8e0865020e Issue #2112237 by vijaycs85, neclimdul, damiankloip: Fixed Regression: Remove EntityFormControllerNG from book module. 2013-10-16 20:04:31 +01:00
Alex Pott b201c0546c Issue #2111209 by Xano: Fixed Rename FormInterface::getFormID() to FormInterface::getFormId(). 2013-10-16 13:37:27 +01:00
Alex Pott a6d19bf7a7 Issue #2063403 by claudiu.cristea: Fixed Fatal when editing a nonexistent image effect. 2013-10-16 13:27:42 +01:00
Alex Pott 5085cb35c7 Issue #2095125 by Xano: Use access constants in every access control context. 2013-10-16 13:10:57 +01:00
Nathaniel Catchpole 5ba91c7155 Issue #2105555 by Bladedu: Plugins cache prefix names not consistent between plugin managers. 2013-10-16 12:22:58 +01:00
Nathaniel Catchpole 7e532bf25d Issue #2030173 by jhedstrom: Convert system module's ValidNumberStepUnitTest to phpunit. 2013-10-16 12:04:31 +01:00
Jennifer Hodgdon 19aeaa740b Issue #2105803 by StephaneQ: Fix up docs for Subscriber classes 2013-10-15 10:09:32 -07:00
Jennifer Hodgdon f2cdb7bb16 Issue #2110311 by cosmicdreams, Berdir: Fix return type in QueueDatabaseFactory class method docs 2013-10-15 09:52:46 -07:00
Jennifer Hodgdon fa841b8092 Issue #2105065 by tim.plunkett, dawehner: Standards cleanup for null and other types in API docs 2013-10-15 09:48:37 -07:00
Alex Pott 4a3ee315a2 Issue #2085867 by damiankloip: Add a default parameter to keyvalue get() method. 2013-10-15 13:27:28 +01:00
Nathaniel Catchpole 536319a8d0 Issue #1757452 by amateescu, Xano, chx: Support config entities in entity reference fields. 2013-10-15 10:06:01 +01:00
webchick bcc4a59c0a Issue #2100407 by smiletrl, Berdir: Fixed Wrong doc of returned value for TypedData::getParent(). 2013-10-14 22:20:19 -07:00
webchick d76d9e2791 Issue #2105833 by herom: Fixed documentation fix in ContentEntityBase. 2013-10-14 21:59:16 -07:00
Alex Pott 0f8b4e794e Issue #2023563 by Berdir, smiletrl, fago: Convert entity field types to the field_type plugin. 2013-10-14 16:53:22 +01:00
Nathaniel Catchpole 5b026c3854 Issue #2004626 by plach, kfritsche, vijaycs85, Pancho, penyaskito: Make non-configurable field translation settings available in the content language settings. 2013-10-14 16:40:28 +01:00
Alex Pott ddaeead03e Issue #2065481 by EclipseGc, twistor: Fixed Make the interaction of the Annotation, Reflection & Plugin Discovery make sense. 2013-10-14 01:08:04 +01:00
Nathaniel Catchpole 82c9aff7be Issue #2101709 by tstoeckler: Remove the bundle_prefix concept from the entity system. 2013-10-13 13:19:30 +01:00
Nathaniel Catchpole b996ff0c91 Issue #2074407 by dawehner, pwolanin: Write tests for hook-based plugin discovery. 2013-10-13 13:13:06 +01:00
Nathaniel Catchpole 5459354982 Issue #2095399 by Berdir: Merge DatabaseStorageController and DatabaseStorageControllerNG. 2013-10-13 12:34:58 +01:00
Nathaniel Catchpole 015bb4300b Issue #2107309 by amateescu: Fixed Case (in)sensitivity for config entity query. 2013-10-11 14:22:31 +01:00
Nathaniel Catchpole d50a62fc3d Issue #1975490 by ParisLiakos: Convert locale_custom_strings_* to settings. 2013-10-11 14:13:17 +01:00
webchick 66239988f7 Revert "Issue #2105123 by pwolanin: Add a currentUser() method to \Drupal\Core\Plugin\PluginBase."
Needs more discussion.

This reverts commit feaee01eaf.
2013-10-10 11:39:06 -07:00
webchick ea72375a15 Issue #2107199 by Wim Leers: Allow Close(Modal)DialogCommand to remove the dialog from the DOM, document how client-side dialogs can do that too. 2013-10-10 08:32:35 -07:00
webchick 0f8d219176 Issue #2108077 by claudiu.cristea: ImageToolkit annotation object left under system module. 2013-10-09 08:29:42 -07:00
Nathaniel Catchpole 396d402306 Issue #2105557 by Berdir, dawehner: Add an admin_permission to EntityType annotations to provide simple default access handling. 2013-10-09 11:39:16 +01:00
webchick ccd257a9e7 Issue #2063401 by dawehner, damiankloip, tim.plunkett: Replace the default _access_checks()(access mode) with ALL instead of ANY. 2013-10-08 23:26:38 -07:00
webchick 9a598b7c15 Issue #2089327 by thedavidmeister, Cyberschorsch: Remove / deprecate calls to drupal_strip_dangerous_protocols() use \Drupal\Component\Utility\Url::stripDangerousProtocols(). 2013-10-08 21:42:16 -07:00
webchick c2d9dfcacf Issue #2100651 by dawehner, neclimdul: Fixed local task plugin id check for derivatives. 2013-10-08 21:41:26 -07:00
webchick e9843f499e Issue #2080391 by johnmcc, Bladedu, chertzog, jeroen12345: Remove Unused local variables from multiple core files. 2013-10-08 21:40:04 -07:00
webchick b8c9f78058 Issue #2088241 by Xano: ConfigEntityInterface::setOriginalID() should return . 2013-10-08 21:30:26 -07:00
webchick b0408d9daf Issue #2102499 by swentel, ianmthomasuk: Convert DiffEngine to settings. 2013-10-08 21:28:26 -07:00
webchick feaee01eaf Issue #2105123 by pwolanin: Add a currentUser() method to \Drupal\Core\Plugin\PluginBase. 2013-10-08 21:00:38 -07:00
webchick 9a09f69b7d Issue #2048827 by claudiu.cristea, tim.plunkett: Move Image toolkit API from system.module to Drupal\Core. 2013-10-08 16:26:42 -07:00
Nathaniel Catchpole 652c334234 Issue #2106709 by tim.plunkett: Remove legacy router backwards compatibility layer. 2013-10-08 18:04:42 +01:00
Nathaniel Catchpole dc436055f7 Issue #2067809 by Berdir, damiankloip: Fixed YamlDiscovery uses basename of directory instead of module name. 2013-10-08 16:49:43 +01:00
Nathaniel Catchpole abea2891b8 Issue #2057401 by plach, socketwench, kfritsche, Damien Tournoud: Fixed Make the node entity database schema sensible. 2013-10-08 13:14:08 +01:00
webchick 04f662ff72 Issue #2027115 by dawehner, tim.plunkett: Allow views to override existing routing items. 2013-10-07 12:13:29 -07:00
Nathaniel Catchpole b9ed957de3 Issue #2099095 by jibran, tim.plunkett: Create BreadcrumbBuilderBase and remove the boilerplate code from BreadcrumbBuilders. 2013-10-07 13:30:01 +01:00
webchick 4020361ecb Issue #1972990 by pwolanin, Dean Reilly, dawehner, Jberges, dokumori, AjitS, tim.plunkett: Convert tracker_page() to a Controller. 2013-10-06 21:33:22 -07:00
Nathaniel Catchpole 2171380742 Issue #2103145 by tim.plunkett, damiankloip, neclimdul: Fixed ParameterConverter mangles raw values. 2013-10-04 19:58:31 +01:00
webchick 8a5c9202ee Revert "Issue #2057401 by plach, socketwench, kfritsche: Fixed Make the node entity database schema sensible."
HEAD broken; rolling back temporarily.

This reverts commit c72f39adba.
2013-10-04 10:35:28 -07:00
Jennifer Hodgdon 5c516a5e2a Issue #2104329 by pameeela, larowlan: Fix see link in Xss class 2013-10-04 08:07:15 -07:00
Nathaniel Catchpole c72f39adba Issue #2057401 by plach, socketwench, kfritsche: Fixed Make the node entity database schema sensible. 2013-10-04 15:12:22 +01:00
Jennifer Hodgdon f4c5be06a4 Issue #1969256 by zhuber, ronan.orb: Replace stdClass with object in param docs, as per standards 2013-10-04 06:24:54 -07:00
Nathaniel Catchpole 8b3e463bc6 Issue #1653026 by damiankloip, alexpott, sun, tim.plunkett, dawehner, mtift: Fixed All configuration values are stored as strings. 2013-10-04 12:01:09 +01:00
Alex Pott bcc5763239 Issue #1953408 by swentel, aspilicious, andypost, yched: Remove ArrayAccess BC layer from field config entities. 2013-10-04 08:55:32 +01:00