webchick
|
a7f28c1203
|
Issue #2105661 by dawehner, tim.plunkett, chx: Add support for $form_state()['redirect_route()'].
|
2013-10-30 21:31:39 -07:00 |
webchick
|
9e72283378
|
Issue #2069373 by swentel, yched: Race conditions on import if CUD on ConfigEntity A triggers changes in ConfigEntity B.
|
2013-10-30 21:30:41 -07:00 |
webchick
|
4399709181
|
Issue #2066535 by tim.plunkett, jsst, Berdir: Add EntityManagerInterface and stop typehinting with EntityManager.
|
2013-10-30 16:09:40 -07:00 |
Nathaniel Catchpole
|
9d5aefb739
|
Issue #2048223 by dawehner, ParisLiakos, herom, fubhy, damiankloip, vijaycs85, joelpittet, tim.plunkett: Add $account argument to AccessCheckInterface::access() method and use the current_user() service.
|
2013-10-30 17:31:44 +00:00 |
webchick
|
662bd3934b
|
Issue #2120847 by tim.plunkett: Add test coverage for FormBuilder::sendResponse().
|
2013-10-29 15:09:34 -07:00 |
webchick
|
a145652886
|
Issue #2098089 by penyaskito, Schnitzel, tim.plunkett, YesCT, EllaTheHarpy, Gábor Hojtsy: Fixed Date formats cannot be translated (the core UIs are useless).
|
2013-10-29 14:29:39 -07:00 |
Alex Pott
|
5ab1bfcb9f
|
Issue #2101427 by evilehk: Fixed Browser validation error with chrome on hidden required fields.
|
2013-10-28 16:20:43 -07:00 |
Alex Pott
|
b376379368
|
Issue #2114069 by dawehner, Gábor Hojtsy, ursula: Fixed Routing / tabs / actions lack way to attach context to UI strings.
|
2013-10-28 15:45:33 -07:00 |
catch
|
dfd537fe1a
|
Issue #2095489 by tayzlor, beejeebus: Separate out module install config code from import code.
|
2013-10-28 11:51:33 +00:00 |
Alex Pott
|
840e20aec6
|
Issue #2097691 by plopesc, amateescu: Move FIELD_CARDINALITY_UNLIMITED constant to FieldDefinitionInterface.
|
2013-10-26 09:26:00 -07:00 |
Alex Pott
|
a6efca1da2
|
Issue #2109065 by ianthomas_uk, jhodgdon: Fixed Remove variable_get() and variable_set() calls from API documentation.
|
2013-10-25 21:53:38 -07:00 |
Alex Pott
|
82eb2924cf
|
Issue #2112807 by tim.plunkett: Move the form builder functions in form.inc to a form service.
|
2013-10-25 15:54:34 -07:00 |
Alex Pott
|
4b7bbecbc3
|
Issue #2097903 by Berdir, amateescu: Rename EntityRenderController to EntityViewBuilder.
|
2013-10-25 13:54:18 -07:00 |
webchick
|
08c1599c7f
|
Issue #2057259 by alexpott, cweagans, swentel: Fixed Malformed modulename.info.yml file causes fatal error.
|
2013-10-25 13:19:15 -07:00 |
catch
|
744c96462e
|
Issue #2078879 by pwolanin, dawehner, Xano: Fixed DerivativeDiscoveryDecorator doesn't check/enforce the proposed derivative fetchers implement interface DerivativeInterface.
|
2013-10-25 21:23:40 +02:00 |
Nathaniel Catchpole
|
4347a45177
|
Issue #1988508 by katbailey, aspilicious, dawehner: Stop pretending we support Symfony bundles when we really just have service providers.
|
2013-10-25 11:32:24 +01:00 |
Nathaniel Catchpole
|
516affdf43
|
Issue #2102125 by dawehner, tim.plunkett, neclimdul, pwolanin, YesCT, damiankloip, Tim Bozeman: Big Local Task Conversion.
|
2013-10-24 13:04:38 +01:00 |
Nathaniel Catchpole
|
50979d219f
|
Issue #2107137 by dawehner, damiankloip, tim.plunkett: Fix the DX for declaring custom access checkers.
|
2013-10-21 21:29:17 +01:00 |
Alex Pott
|
3ded2216b0
|
Issue #2115145 by Berdir | effulgentsia: Move field type plugins to Plugin/Field/FieldType.
|
2013-10-19 09:12:13 +01:00 |
Alex Pott
|
c1027b9d1a
|
Issue #2050835 by Berdir | yched: Move Widget, Formatter, and FieldType plugin types to the Core\Field system.
|
2013-10-18 12:57:37 +01:00 |
Nathaniel Catchpole
|
784cebbe5a
|
Issue #2098795 by tim.plunkett, Sean Charles, tstoeckler, dawehner, larowlan, damiankloip: Create Base Class for RouteSubscriber Class.
|
2013-10-18 09:54:56 +01:00 |
webchick
|
d0d5f6be9b
|
Issue #2112759 by effulgentsia: Add ContentEntityInterface::hasField().
|
2013-10-17 23:16:26 -07:00 |
webchick
|
14d3ae9ede
|
Issue #2095125 follow-up by dawehner: Further refine access checking.
|
2013-10-17 22:04:48 -07:00 |
Alex Pott
|
83e1359edc
|
Issue #2107483 by StephaneQ: Make basic_auth() module and http_basic() auth setting consistent.
|
2013-10-17 23:41:58 +01:00 |
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 |
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 |
Alex Pott
|
227f21b322
|
Change KeyValueFactory to use Settings instead of $conf
|
2013-09-29 16:41:09 +02:00 |
Alex Pott
|
9a7ef5d011
|
Issue #2062213 by duozersk: Fixed Remove Unused local variable from /core/lib/Drupal/Core/StreamWrapper/LocalStream.php.
|
2013-09-29 13:20:13 +02:00 |
Nathaniel Catchpole
|
7e163dbb19
|
Issue #1751194 by Cottser, mikl, effulgentsia, benjifisher: Introduce hook_theme_suggestions_HOOK() and hook_theme_suggestions_HOOK_alter().
|
2013-09-29 08:19:59 +01:00 |
Alex Pott
|
156bdc4349
|
Issue #2066219 by claudiu.cristea, fietserwin: Decouple image type from image extension.
|
2013-09-28 18:43:17 +02:00 |
Alex Pott
|
bd5e04943a
|
Issue #2086305 by larowlan: Add a FloatItem data type.
|
2013-09-28 16:49:17 +02:00 |
webchick
|
909533e72e
|
Issue #2051923 follow-up by smiletrl: More rename clean-up.
|
2013-09-28 15:13:31 +01:00 |
Alex Pott
|
510c81a9c5
|
Issue #2051923 by Berdir, dixon_, plach: Rename \Drupal\Core\Entity\Field\Field, related subclasses and interfaces to *FieldItemList.
|
2013-09-28 13:29:14 +02:00 |
webchick
|
5fccca655e
|
Issue #2083615 by Gábor Hojtsy, YesCT, tim.plunkett, Schnitzel: Use links annotation for config entity URI like for content entities.
|
2013-09-28 00:10:24 +02:00 |
webchick
|
753a5485c9
|
Issue #2097259 by vijaycs85, tstoeckler: Add hasConfigSchema() method.
|
2013-09-28 00:09:20 +02:00 |
Alex Pott
|
37949fe378
|
Issue #731724 by larowlan, andypost, dixon_, tsvenson: Convert comment settings into a field to make them work with CMI and non-node entities.
|
2013-09-27 17:34:47 +02:00 |
Alex Pott
|
50ce328c1b
|
Issue #2084659 by Xano, ju1iet: Database driver task code documentation.
|
2013-09-27 14:55:59 +02:00 |
webchick
|
c6702e9dff
|
Issue #2095587 by dixon_: #HardProblems DX conclusion: Remove IdentifiableInterface.
|
2013-09-27 14:47:28 +02:00 |
webchick
|
2f0a4c42e6
|
Issue #1798738 by alexpott, mtift, tayzlor, ianmthomasuk, Albert Volkman, heyrocker, cam8001: Move css_js_query_string() to state system.
|
2013-09-27 14:20:32 +02:00 |
Alex Pott
|
10b43b953b
|
Issue #1953528 by swentel, Hydra: Store 'per-bundle view mode settings' in CMI, get rid of field_bundle_settings() & its variable.
|
2013-09-27 12:06:58 +02:00 |
catch
|
00c06fcfed
|
Issue #2070651 by pwolanin, dawehner, larowlan, tim.plunkett, ParisLiakos: Introduce a path-based breadcrumb builder, remove the one that's based on {menu_links()}.
|
2013-09-26 10:32:39 +02:00 |
Alex Pott
|
375fadff21
|
Issue #2095139 by dawehner, pwolanin, kfritsche, YesCT, tstoeckler: Fixed Checking for the active tab should use raw variables.
|
2013-09-26 01:13:55 +02:00 |
Alex Pott
|
4e1d66702d
|
Issue #2087931 by damiankloip: Inject database connection into DatabaseLockBackend.
|
2013-09-26 00:58:50 +02:00 |
Alex Pott
|
701d4e6034
|
Issue #1908440 by chx, clemens.tolboom, Cottser, effulgentsia, heddn, YesCT: Fixed Relax MTimeProtectedFileStorage permissions for DX, drush integration and world domination.
|
2013-09-25 09:33:07 +02:00 |
Jennifer Hodgdon
|
9bf8718b55
|
Issue #2091901 by longwave, tstoeckler: Fix one-line doc descriptions for UrlGenerator and LinkGeneratorInterface
|
2013-09-24 16:51:35 -07:00 |
Jennifer Hodgdon
|
da833c9ed8
|
Issue #2084653 by longwave, joachim: Add inline comments to config sorting
|
2013-09-24 16:43:49 -07:00 |
webchick
|
7dedb6cad0
|
Issue #1969572 by neclimdul, larowlan, hussainweb, dawehner, damiankloip, ParisLiakos, pwieck, Berdir, socketwench: Make Uuid a service.
|
2013-09-25 00:16:05 +02:00 |
catch
|
013669a29d
|
Issue #2091523 by yched, pfrenssen: Fixed Install in foreign language fails with integrity constraint violation on user_picture_target_id.
|
2013-09-24 12:52:31 +01:00 |
webchick
|
5a7f9301d8
|
Issue #2090353 by dawehner: Don't require to put the use statement into plugin classes.
|
2013-09-23 17:23:40 +02:00 |
webchick
|
a4f9d8e33a
|
Issue #2041885 by BTMash, cweagans, klausi: Move HTTP basic authentication provider to a separate module.
|
2013-09-23 16:44:41 +02:00 |
Alex Pott
|
e40eb19722
|
Issue #2086095 by yched, swentel, Hydra: Fixed Remove remaining references to field_sql_storage().
|
2013-09-23 15:04:08 +02:00 |
Alex Pott
|
47ec9cf0be
|
Issue #2076085 by dawehner, damiankloip, Letharion, pwolanin: Resolve the need for a 'title callback' using the route .
|
2013-09-22 17:01:56 +02:00 |
Alex Pott
|
2891848ce4
|
Issue #2057377 by Xano: Added Implement hook_entity_access() and hook_entity_create_access().
|
2013-09-22 15:09:58 +02:00 |
Nathaniel Catchpole
|
d7fa47b49b
|
Issue #1605290 by amateescu, msonnabaum, Caseledde, damiankloip, beejeebus, catch, Berdir, Wim Leers: Enable entity render caching with cache tag support.
|
2013-09-22 09:31:05 +01:00 |
webchick
|
bb29548d19
|
Issue #1793648 by nod_, kmox83, droplet, rteijeiro: Follow-up: replace all occurence of Drupal.settings with drupalSettings.
|
2013-09-22 01:39:42 +02:00 |
Alex Pott
|
9c15199f33
|
Issue #1823454 by jhodgdon: Verify transliteration data sources and their quality, and potentially eliminate maintenance.
|
2013-09-21 18:08:16 +02:00 |
Nathaniel Catchpole
|
9e5def44b7
|
Issue #1778122 by scor, linclark, effulgentsia: Fixed Enable modules to inject attributes into field formatters, so that RDF attributes get output on the appropriate elements.
|
2013-09-20 10:59:23 +01:00 |
Nathaniel Catchpole
|
8980243b8f
|
Issue #2076283 by dawehner, pwolanin, neclimdul: Allow local task plugins on paths with a dynamic value (like a node).
|
2013-09-20 10:53:46 +01:00 |
Dries
|
65b155d9c2
|
Issue #1199946 by alexpott, fubhy, bojanz, steinmb, chx, catch: Fixed Disabled modules are broken beyond repair so the 'disable' functionality needs to be removed.
|
2013-09-19 18:22:53 +02:00 |
webchick
|
bc79673848
|
Issue #2090973 by tstoeckler: Minor comment typo in EntityNG.
|
2013-09-18 23:14:57 -07:00 |
webchick
|
deebed44b2
|
Issue #2087231 by tim.plunkett, pwolanin: Add a PluginBase in the Core namespace with t() as a helper method.
|
2013-09-18 18:48:18 -07:00 |
webchick
|
ef2e45b0e8
|
Issue #2089635 by tim.plunkett, disasm, larowlan: Convert non-test non-form page callbacks to routes and controllers.
|
2013-09-18 11:30:30 -07:00 |
Alex Pott
|
24e3c5d154
|
Issue #2083615 by Gábor Hojtsy, YesCT: Use links annotation for config entity URI like for content entities.
|
2013-09-18 14:10:04 +01:00 |
webchick
|
177f2f018b
|
Issue #2089361 by thedavidmeister: Fixed TranslationInterface references \Drupal\Core\Utility\String::format() in its docs.
|
2013-09-16 19:51:11 -07:00 |
webchick
|
4b7a30edd0
|
Issue #2089627 by tim.plunkett: Move \Drupal\system\SystemConfigFormBase to \Drupal\Core\Form\ConfigFormBase.
|
2013-09-16 08:43:28 -07:00 |
webchick
|
bdf5f4fcc6
|
Issue #2089851 by Wim Leers: Fixed ContainerInjectionInterface comment is wrong, causing developers to use the wrong 'use' statement.
|
2013-09-16 08:06:31 -07:00 |
Nathaniel Catchpole
|
3a7bfeac10
|
Issue #1983554 by plach, effulgentsia, Berdir: Remove BC-mode from EntityNG .
|
2013-09-16 12:28:20 +01:00 |
Nathaniel Catchpole
|
124e0b86ff
|
Issue #2079013 by yched: Better test coverage for field table names.
|
2013-09-16 12:08:45 +01:00 |
webchick
|
8347b04c34
|
Issue #2051097 follow-up by tim.plunkett: Remove silly spacing errors.
|
2013-09-15 22:06:19 -07:00 |
webchick
|
7cfa38d01a
|
Issue #2051097 by dawehner, Manuel Garcia, tlattimore, neclimdul: Change 'pattern' to 'path' in *.routing.yml files.
|
2013-09-15 21:47:28 -07:00 |
webchick
|
5e9ac4dd2d
|
Issue #2087279 by larowlan, dawehner, disasm, tim.plunkett: Add a config() method to FormBase.
|
2013-09-15 21:43:06 -07:00 |
webchick
|
874690a37b
|
Issue #1614186 by RobLoach, tim.plunkett, msonnabaum, Crell, jhodgdon, Niklas Fiekas: Update coding standards for using 'native' PHP classes like stdClass in namespaced code.
|
2013-09-15 21:02:23 -07:00 |
webchick
|
5bb0d5e667
|
Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core.
|
2013-09-15 20:58:10 -07:00 |
webchick
|
99670f0847
|
Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention.
|
2013-09-15 12:59:49 -07:00 |
Alex Pott
|
a40399f28b
|
Issue #2089195 by dawehner: Fixed ControllerBase::config does not work as expected.
|
2013-09-15 14:40:23 +01:00 |
Alex Pott
|
9be3ce8858
|
Issue #2041333 by tstoeckler, tim.plunkett: Inject the module handler into the entity access controller.
|
2013-09-15 12:53:54 +01:00 |
Alex Pott
|
21eaf37fd4
|
Issue #2078285 followup by tim.plunkett: Fixed Add short-cut methods to the \Drupal class for generating URLs and links from routes.
|
2013-09-13 23:57:33 +01:00 |
Alex Pott
|
c435ef8d2b
|
Issue #2062573 by claudiu.cristea, tim.plunkett, Xano: Change notice: Add method defaultConfiguration() in ConfigurablePluginInterface.
|
2013-09-13 17:27:56 +01:00 |
Nathaniel Catchpole
|
bbb106da75
|
Issue #2082117 by alexpott, xjm, tim.plunkett, heyrocker, beejeebus, sun: Fixed Install default config only when the owner and provider modules are both enabled.
|
2013-09-13 10:31:12 +01:00 |
Nathaniel Catchpole
|
56b7c4dd18
|
Revert "Issue #2082117 by alexpott: Fixed Install default config only when the owner and provider modules are both enabled."
This reverts commit 4c304cb8e7 .
|
2013-09-13 10:30:11 +01:00 |
Nathaniel Catchpole
|
4c304cb8e7
|
Issue #2082117 by alexpott: Fixed Install default config only when the owner and provider modules are both enabled.
|
2013-09-13 09:58:11 +01:00 |
webchick
|
0451a6d700
|
Issue #2083811 by yched, plach: Remove langcode nesting for fields in entity structures.
|
2013-09-12 22:35:51 -07:00 |
webchick
|
ca7ae5992a
|
Issue #1963394 by tim.plunkett, jibran, effulgentsia: Fixed ConfirmFormBase::getCancelPath() should allow for a route.
|
2013-09-12 21:51:47 -07:00 |
webchick
|
f32e302e03
|
Issue #2084057 by dawehner: Fixed Translate _title on routes.
|
2013-09-12 14:35:27 -07:00 |
Jennifer Hodgdon
|
d3075e660a
|
Issue #2057131 by olli: Fix docs for lock wait function
|
2013-09-12 07:57:58 -07:00 |
Jennifer Hodgdon
|
29f60ce5e6
|
Issue #1969970 by Gábor Hojtsy: Add context information to documentation of Translation annotation
|
2013-09-12 07:45:13 -07:00 |
webchick
|
c4dd26c022
|
Issue #2077513 by tim.plunkett, jibran, ParisLiakos, msonnabaum: Refactor ControllerBase to be more consistent with FormBase.
|
2013-09-11 22:24:39 -07:00 |
webchick
|
6f7b196838
|
Issue #2087007 by pwolanin: Fixed The default weight for a local task should be NULL not 0.
|
2013-09-11 16:29:52 -07:00 |
webchick
|
e05902e5da
|
Issue #2084513 by donquixote, EclipseGc: Annotation class loading could be more elegant.
|
2013-09-11 12:36:35 -07:00 |
Alex Pott
|
678df35b2b
|
Issue #2061331 by yched, plopesc: Added helper methods getEntity() in FieldInterface / FieldItemInterface.
|
2013-09-11 00:20:54 +02:00 |
Nathaniel Catchpole
|
41564a7867
|
Issue #1971158 by Berdir, beejeebus, alexpott, amateescu: Follow-up: Add loadMultiple() and listAll() caching to (cached) config storage.
|
2013-09-10 11:11:24 +01:00 |
Nathaniel Catchpole
|
e329d9548e
|
Issue #2078855 by dawehner, pwolanin: Fixed Request::create() is slow, use a helper to duplicate instead.
|
2013-09-10 11:09:05 +01:00 |
webchick
|
804af828ad
|
Issue #2083941 by dawehner: Fixed \Drupal\Core\Theme\Attribute->value() is named wrong and does not work.
|
2013-09-10 01:30:19 -07:00 |
webchick
|
0b56397625
|
Issue #2082509 by Gábor Hojtsy, twistor: Generalize node changed constraint to entity changed constraint.
|
2013-09-10 01:14:06 -07:00 |
Nathaniel Catchpole
|
044a4adf47
|
Issue #2084125 by pwolanin: Fixed Bug in active detection in LinkGenerator - need to extract array from _raw_variables() ParameterBag.
|
2013-09-09 22:28:48 +01:00 |
Nathaniel Catchpole
|
ef87440865
|
Issue #2050919 by neclimdul, pwolanin, damiankloip, dawehner: Replace local task plugin discovery with YamlDiscovery.
|
2013-09-09 21:57:48 +01:00 |
Alex Pott
|
ea8a4bdb35
|
Issue #2030151 by damiankloip, dawehner: Convert entity_get_bundles() to a method on the entity manager.
|
2013-09-08 13:36:50 +02:00 |
Dries
|
d234962047
|
Issue #2068437 by dawehner, pwolanin: Fixed _title does not work on _form.
|
2013-09-06 13:32:52 -04:00 |
Alex Pott
|
1903e50f51
|
Issue #2068287 by Berdir, andypost: Support bundle names provided in the request arguments in EntityCreateAccessCheck.
|
2013-09-06 11:26:13 +02:00 |
Alex Pott
|
36a898ebea
|
Issue #2076681 by damiankloip, dawehner, pwolanin: Add a YAML discovery decorator.
|
2013-09-06 11:07:06 +02:00 |
Alex Pott
|
95c2e17ca1
|
Issue #2073813 by pwolanin, dawehner, tstoeckler, twistor: Add a UrlGenerator helper to FormBase and ControllerBase.
|
2013-09-05 21:40:11 +02:00 |
Nathaniel Catchpole
|
34dec4b76a
|
Issue #2078625 by yched: Field/FieldItem value objects should carry their language.
|
2013-09-05 11:06:39 +01:00 |
Nathaniel Catchpole
|
5b578a550e
|
Issue #2004282 by dawehner, smiletrl, amateescu, tim.plunkett: Injected dependencies and serialization hell .
|
2013-09-05 11:03:28 +01:00 |
Nathaniel Catchpole
|
085a24e07f
|
Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants.
|
2013-09-05 10:48:11 +01:00 |
Nathaniel Catchpole
|
fb38555e50
|
Issue #2079011 by Berdir, alexpott: Move field.module constants related to storage to EntityStorageControllerInterface.
|
2013-09-05 10:41:02 +01:00 |
webchick
|
0893c0e6f3
|
Issue #1987814 by juampy, tim.plunkett, lliss, kushrohra: Convert system_admin_menu_block_page() to a new style controller.
|
2013-09-04 23:36:51 -07:00 |
catch
|
49c215957e
|
Issue #2068797 by tstoeckler: ModuleHandler::parseDependency should be public.
|
2013-09-05 00:15:40 +01:00 |
webchick
|
09fd48a204
|
Issue #2081213 by mrsinguyen: Remove Unused local variable () from /core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php.
|
2013-09-04 15:09:28 -07:00 |
webchick
|
bf7d36d638
|
Issue #2079095 by pwolanin: Shorten the doxygen for method t() in ControllerBase to the standard version.
|
2013-09-04 15:03:56 -07:00 |
webchick
|
813d0d8e0e
|
Issue #2081209 by mrsinguyen: Remove Unused local variable () from /core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php.
|
2013-09-04 12:57:07 -07:00 |
Nathaniel Catchpole
|
970fdb9e47
|
Issue #2032453 by alexpott, tsphethean: Fixed WebTestBase::randomString returning a string containing a $ followed by a number causes assertLink() to fail it's xpath match.
|
2013-09-04 12:09:19 +01:00 |
Alex Pott
|
07525d78cd
|
Issue #2080841 by pwolanin: Fixed l() method on \Drupal needs to be static.
|
2013-09-03 21:30:49 +01:00 |
Alex Pott
|
1baad8a57c
|
Issue #2040209 by WebEvt: Fixed CSS is truncated when aggregation is turned on.
|
2013-09-03 16:27:34 +01:00 |
catch
|
44c83898d5
|
Issue #1972816 by yched | vijaycs85: Fixed Add support for %parent.%parent in config schema dynamic type names.
|
2013-09-03 00:00:59 +01:00 |
webchick
|
0a2ca3cc90
|
Issue #2078991 by pwolanin: Fix @file doxygen for classes under Drupal\Component\Plugin.
|
2013-09-02 13:44:43 -07:00 |
webchick
|
0ed64e60a0
|
Issue #2062213 by duozersk: Fixed Remove Unused local variable from /core/lib/Drupal/Core/StreamWrapper/LocalStream.php.
|
2013-09-02 13:29:24 -07:00 |
webchick
|
9436f98c14
|
Issue #2078967 by pwolanin: Fix formatting to 80 columns for @throws in UrlGeneratorInterface::generateFromRoute().
|
2013-09-02 13:27:29 -07:00 |
webchick
|
675cade25d
|
Issue #2078285 by pwolanin, dawehner: Add short-cut methods to the \Drupal class for generating URLs and links from routes.
|
2013-09-02 13:23:16 -07:00 |
webchick
|
8121d1203a
|
Issue #2038135 by RobLoach, donquixote, Crell, ParisLiakos, catch: Use the Composer autoloader to make everything simpler.
|
2013-09-02 12:53:23 -07:00 |
Nathaniel Catchpole
|
fe0fd73a2f
|
Issue #2002162 by klausi, eugene.ilyin: Convert form validation of users to entity validation.
|
2013-09-01 14:13:28 +01:00 |
Nathaniel Catchpole
|
b00eeb7df8
|
Revert "Issue #2002162 by klausi, eugene.ilyin: Convert form validation of users to entity validation."
This reverts commit 5b41b6f82f .
|
2013-09-01 14:13:28 +01:00 |
Alex Pott
|
7742cc3563
|
Issue #2057869 by dawehner, jibran: Provide an alias for 'plugin.manager.entity' called 'entity.manager'.
|
2013-09-01 13:24:15 +01:00 |
Nathaniel Catchpole
|
5b41b6f82f
|
Issue #2002162 by klausi, eugene.ilyin: Convert form validation of users to entity validation.
|
2013-09-01 12:41:41 +01:00 |
Nathaniel Catchpole
|
ed2b2238a5
|
Issue #2032303 by dawehner, pwolanin: Cache the result of local tasks.
|
2013-09-01 12:03:34 +01:00 |
Nathaniel Catchpole
|
613a370a5b
|
Issue #2057589 by smiletrl, tim.plunkett, alexpott, dawehner: Rename ControllerInterface to ContainerInjectionInterface.
|
2013-09-01 09:04:33 +01:00 |
Nathaniel Catchpole
|
c7994001cc
|
Issue #1497374 by yched, chx, amateescu, plach, Damien Tournoud, fago, swentel: Switch from Field-based storage to Entity-based storage.
|
2013-09-01 07:20:49 +01:00 |
webchick
|
45e492dc05
|
Revert "Issue #2041333 by tstoeckler: Inject the module handler into the entity access controller."
This reverts commit 135f4e6a29 .
Needs more discussion.
|
2013-08-31 00:10:01 -07:00 |
webchick
|
c3c67435cd
|
Issue #2044583 by jlindsey15, Gábor Hojtsy, Wim Leers, Berdir: Add EntityChangedInterface to allow entities with 'changed' field to be properly cached.
|
2013-08-30 23:50:14 -07:00 |
webchick
|
af711e6082
|
Issue #2062399 by kattekrab: Add Percona Server to list of supported MySQL alternative databases.
|
2013-08-30 23:34:34 -07:00 |