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 |
webchick
|
cd74c62406
|
Issue #2091691 by tim.plunkett: Convert test non-form page callbacks to routes and controllers.
|
2013-10-03 21:27:56 -07:00 |
webchick
|
4f59f9746f
|
Issue #2049207 by dlu, blakehall, janstoeckler, ramlev, Moderate | Cottser: Replace .tpl.php with .html.twig in documentation.
|
2013-10-03 15:08:29 -07:00 |
Alex Pott
|
28077fa501
|
Issue #2099671 by salvis: Fixed Windows 7 and MTimeProtectedFileStorage has problems.
|
2013-10-03 22:46:38 +01:00 |
Alex Pott
|
3cee107ce5
|
Issue #2100329 by cosmicdreams: Use \Drupal instead of Drupal to make IDEs and static code analyse tools happy.
|
2013-10-03 12:26:25 +01:00 |
Alex Pott
|
ed11cb2b39
|
Issue #2049167 by jbrown: Fixed Don't use function_exists() on functions that are built into PHP 5.3.
|
2013-10-02 23:04:48 +01:00 |
Alex Pott
|
47ff5ffbb8
|
Issue #1901390 by chx, sun: Enable StaticReflectionParser performance optimization to speed up Annotation parsing.
|
2013-10-02 22:53:11 +01:00 |
Alex Pott
|
8b51c0035a
|
Issue #2095681 by RoSk0: Modernize EntityConfirmFormBase to use FormBase methods.
|
2013-10-02 22:26:32 +01:00 |
Alex Pott
|
c9ab0090cd
|
Issue #1919086 by jhodgdon: Extend transliterate() with maxlength.
|
2013-10-02 22:16:21 +01:00 |
Alex Pott
|
682adb00db
|
Issue #2006282 by joelpittet: Refactor Attribute classes - Cleanup, Security, and Readability and minor performance.
|
2013-10-02 18:21:14 +01:00 |
Alex Pott
|
144ab03fbc
|
Issue #2096135 by dawehner, longwave: Fixed PathProcessorAlias ignore 'alias' => TRUE.
|
2013-10-02 18:03:19 +01:00 |
webchick
|
c114c815e3
|
Issue #1824848 by spearhead93, catch, mtift: Remove drupal_js_version_string() variable (instead of converting it).
|
2013-10-02 09:39:28 -07:00 |
Alex Pott
|
3210323955
|
Issue #2095223 by pwolanin, tim.plunkett: Remove t() from LocalTaskDefault now that it's in PluginBase.
|
2013-10-02 11:23:14 +01:00 |
Nathaniel Catchpole
|
22d8e0dcd4
|
Issue #2083785 by Berdir, yched, das-peter: Add support for determining which field properties are cacheable.
|
2013-10-02 11:19:28 +01:00 |
Alex Pott
|
0fc52f1178
|
Issue #2077473 by dawehner, damiankloip, pwolanin: Replace local action plugin discovery with YamlDiscovery and handle routes with parameters.
|
2013-10-01 23:24:51 +01:00 |
Alex Pott
|
f366930462
|
Issue #2091411 by damiankloip, dawehner: Provide an easier mechanism for a route definition wrapped by module_exists().
|
2013-10-01 21:15:12 +01:00 |
Alex Pott
|
714f9e3e1b
|
Issue #2098111 by chx: Fixed Change KeyValueFactory to use Settings instead of $conf.
|
2013-10-01 14:18:34 +01:00 |
Alex Pott
|
085ad45799
|
Revert "Fixing commit message: Change KeyValueFactory to use Settings instead of $conf"
This reverts commit 227f21b322 .
|
2013-10-01 14:17:15 +01:00 |
Alex Pott
|
5b3ff0d5a0
|
Issue #2000384 by yuradoc, Damien Tournoud, alexpott: Fixed php-intl module causes problems with Date and Time fields when editing Basic Page.
|
2013-10-01 13:28:11 +01:00 |
Nathaniel Catchpole
|
c42983a0ee
|
Issue #2095219 by hrmoller: Fixed incorrect params in ModuleHandlerInterface::invokeAll().
|
2013-10-01 13:05:45 +01:00 |
Nathaniel Catchpole
|
5d2c825345
|
Issue #1952062 by vijaycs85, willyk, pfrenssen, vasi1186, CMS Dude, manningpete, penyaskito, kfritsche, Gábor Hojtsy: Remove legacy translation module in favor of content translation.
|
2013-10-01 12:46:54 +01:00 |
Nathaniel Catchpole
|
1aeee1cd39
|
Issue #2004244 by Berdir, plach, tim.plunkett, msonnabaum, das-peter: Move entity revision, content translation, validation and field methods to ContentEntityInterface.
|
2013-10-01 12:42:30 +01:00 |
Alex Pott
|
6976d52af1
|
Issue #2096271 by chx: Make it easier to extend entity query.
|
2013-09-30 15:19:55 +02:00 |
Alex Pott
|
691a576259
|
Issue #1994140 by Berdir, yched, fgm, smiletrl: Unify entity field access and Field API access.
|
2013-09-30 15:14:06 +02:00 |