Nathaniel Catchpole
|
5d4d6b1c80
|
Issue #1979468 by Wim Leers, nod_, pwolanin, longwave, thedavidmeister, jessebeach, larowlan | catch: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links.
|
2014-01-23 18:04:41 +00:00 |
Nathaniel Catchpole
|
387d585836
|
Issue #2136507 by Wim Leers: Use client-side cache tags & caching to eliminate 1 HTTP requests/page for rendering Contextual Links.
|
2014-01-22 14:27:17 +00:00 |
webchick
|
62cd6a852a
|
Issue #2170205 by Wim Leers: Minor clean-up of EditLoadingTest (discovered by backporting).
|
2014-01-13 22:46:46 -08:00 |
webchick
|
0959ae04a5
|
Issue #2144879 by Wim Leers, yched: Brush up MetadataGeneratorInterface::generate(Field|Entity)(): use FieldItemListInterface + better naming.
|
2014-01-13 22:18:26 -08:00 |
webchick
|
99d3490f9f
|
Issue #2168113 by penyaskito, jessebeach, catch: Add leading underscore and other discouragement to drupal_add_css() and drupal_add_js().
|
2014-01-07 22:44:57 -08:00 |
webchick
|
9e23976022
|
Issue #2167625 by nod_: JSHint errors.
|
2014-01-07 22:31:44 -08:00 |
Nathaniel Catchpole
|
01b27e2598
|
Issue #2158979 by nod_: Drupal.dialog expects a DOM element, not a string or jQuery object.
|
2014-01-07 11:06:41 +00:00 |
webchick
|
3903c26c7b
|
Issue #2167169 by pwolanin, tim.plunkett: Clean up Drupal\edit\EditController: remove ContainerAware and inject form_builder.
|
2014-01-05 09:47:52 -08:00 |
Nathaniel Catchpole
|
76e06cfb02
|
Issue #1800022 by Wim Leers, JohnAlbin, herom: Update Backbone and Underscore.
|
2014-01-02 13:46:53 +00:00 |
webchick
|
d9f2ba2c84
|
Issue #2109035 by tim.plunkett, damiankloip, dawehner, chx: Make access checkers (much) easier to find.
|
2013-12-31 16:06:09 -08:00 |
catch
|
cc7b115ed8
|
Issue #2053461 by larowlan, andypost, tim.plunkett, swentel: Node type settings such as published state, promoted state, create revision and author information cannot be turned off.
|
2013-12-30 18:00:49 +00:00 |
webchick
|
61a62b27ce
|
Issue #2160555 by Wim Leers: Disable Edit on admin pages.
|
2013-12-23 13:08:08 -08:00 |
webchick
|
ae4177b829
|
Issue #2159965 by Wim Leers, jessebeach: Fix two memory leaks + subtle bugs in Edit's JS (discovered by working on the Backbone upgrade in the D7 backport).
|
2013-12-23 12:50:36 -08:00 |
catch
|
c049f3f1d6
|
Issue #2005644 by Wim Leers, damiankloip, beejeebus, amateescu: Use client-side cache tags & caching to eliminate 1 HTTP requests/page for in-place editing metadata, introduce drupalSettings.user.permissionsHash.
|
2013-12-22 21:58:10 +00:00 |
webchick
|
3465947578
|
Issue #2146517 by TR: Remove annotation 'use' statements from all core classes.
|
2013-12-19 10:28:42 -08:00 |
webchick
|
bd01bba52c
|
Issue #2155665 by Wim Leers | yched: Update field_valid_language() calls in edit.module.
|
2013-12-19 10:23:13 -08:00 |
webchick
|
5e4fb4fcd5
|
Issue #2154589 by Wim Leers: Edit breaks when the entity title is promoted to the page title (discovered by backporting).
|
2013-12-19 10:22:19 -08:00 |
Dries
|
ebad0cd942
|
Issue #2075185 by Wim Leers: When an entity is in-place edited (i.e. saved), other instances of that entity on the same page are not updated (no propagation).
|
2013-12-18 14:41:13 -05:00 |
Nathaniel Catchpole
|
a6cdd740f8
|
Issue #1954892 by dawehner, David_Rothstein, tim.plunkett: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system.
|
2013-12-17 11:03:15 +00:00 |
webchick
|
c5ec897acf
|
Issue #2055937 by Wim Leers, jessebeach: Introduce error handling to in-place editing; if an AJAX request to commit changes fails, the user cannot recover.
|
2013-12-13 23:19:04 -08:00 |
Alex Pott
|
dd663c405e
|
Issue #2031725 by fgm, fago, vladan.me, Nebel54, Berdir: Move all entity display interfaces to the core component.
|
2013-12-12 23:34:44 +00:00 |
webchick
|
a5bff94dc6
|
Issue #2149933 by nod_: Improve Edit module JS to use .find(...) instead of .is(':has(...)').
|
2013-12-10 23:03:58 -08:00 |
webchick
|
b8288cf90a
|
Revert "Issue #2149933 by effulgentsia: Improve Edit module JS to use .find(...) instead of .is(':has(...)')."
Wrong commit credit.
This reverts commit af335ce5c7 .
|
2013-12-10 23:03:36 -08:00 |
webchick
|
af335ce5c7
|
Issue #2149933 by effulgentsia: Improve Edit module JS to use .find(...) instead of .is(':has(...)').
|
2013-12-10 23:03:17 -08:00 |
webchick
|
46f4289e8a
|
Issue #2137005 by jessebeach: Don't hide comments during in-place editing of an Article; position the entity toolbar more intelligently.
|
2013-12-10 23:00:36 -08:00 |
Dries
|
258b9a310c
|
Issue #2149599 by Wim Leers: Fix minor bugs and minor coding standards violations in edit.module, discovered by backporting.
|
2013-12-10 17:01:45 -05:00 |
Dries
|
7d36579df3
|
Issue #2133889 by Wim Leers: Clean up Edit: rename EditorDecorationView to FieldDecorationView.
|
2013-12-10 17:00:13 -05:00 |
Dries
|
1069bef402
|
Issue #2141055 by Wim Leers: When multiple instances of the same entity on one page, only the first can be edited.
|
2013-12-10 16:54:38 -05:00 |
Nathaniel Catchpole
|
77dec69a5a
|
Issue #2148797 by Gábor Hojtsy, yched, effulgentsia: field_language() always NULL for non-configurable fields (=> in-place editing of node title fails).
|
2013-12-10 13:56:39 +00:00 |
Alex Pott
|
560e5afd66
|
Issue #2145007 by tim.plunkett, h3rj4n: Convert form_set_error() in FormBase classes to use FormErrorInterface.
|
2013-12-10 00:45:01 +00:00 |
Alex Pott
|
cdac25ee08
|
Issue #2143263 by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods.
|
2013-12-09 19:19:58 -04:00 |
Nathaniel Catchpole
|
e8c263c4a5
|
Issue #2112239 by amateescu: Convert base field and property definitions.
|
2013-12-06 10:56:29 +00:00 |
webchick
|
8e7a2905ef
|
Issue #2135689 by Wim Leers: Clean up edit.module to match coding standards.
|
2013-12-03 21:18:34 -08:00 |
Jennifer Hodgdon
|
80fbd33d97
|
Issue #2145077 by TR, longwave: Fix about a zillion spelling errors, mostly in comments
|
2013-12-03 07:54:20 -08:00 |
Nathaniel Catchpole
|
dcc8a0c392
|
Issue #2084279 by herom, andypost, David Hernández, dawehner, Xano: Remove plugin.manager.entity service in favor of entity.manager.
|
2013-12-03 12:07:05 +00:00 |
Nathaniel Catchpole
|
15fded0c84
|
Issue #1988612 by effulgentsia, yched, Wim Leers, Berdir, Pancho: Apply formatters and widgets to rendered entity base fields, starting with node.title.
|
2013-12-03 11:53:16 +00:00 |
webchick
|
9bcaedec15
|
Issue #2047229 by fago, smiletrl, Berdir, effulgentsia, amateescu: Make use of classes for entity field and data definitions.
|
2013-11-27 13:55:54 -08:00 |
webchick
|
b413088e68
|
Issue #2120335 by Wim Leers: Edit module only supports view modes, field_view_field() with a array is not supported.
|
2013-11-23 20:02:22 -08:00 |
webchick
|
df1a669b77
|
Issue #2131851 by tim.plunkett: Form errors must be specific to a form and not a global.
|
2013-11-23 12:57:04 -08:00 |
webchick
|
afa2377dca
|
Issue #2134929 by Wim Leers: Clean up Edit: rename EntityView to EntityDecorationView.
|
2013-11-22 19:13:41 -08:00 |
Nathaniel Catchpole
|
172cd2652a
|
Revert "Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system."
This reverts commit fc04601c35 .
|
2013-11-22 13:56:50 +00:00 |
Nathaniel Catchpole
|
fc04601c35
|
Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system.
|
2013-11-19 12:24:14 +00:00 |
webchick
|
0871544264
|
Issue #2133869 by Wim Leers: Clean up Edit's data- attributes.
|
2013-11-13 07:26:44 -08:00 |
webchick
|
b810cf1dbd
|
Issue #2133871 by Wim Leers: Remove dead code from Edit: Drupal.edit.AppView.enableEditor.
|
2013-11-13 07:24:27 -08:00 |
webchick
|
cf59aaf8fb
|
Issue #2133877 by Wim Leers: Clean up Edit's AppView variable names.
|
2013-11-13 07:23:33 -08:00 |
webchick
|
64c97584c4
|
Issue #2133897 by Wim Leers: Clean up Edit: don't pass AJAX URLs from the server to the client through drupalSettings, use Drupal.url() instead.
|
2013-11-13 07:06:05 -08:00 |
webchick
|
8a68d25d9a
|
Issue #2133907 by Wim Leers: Clean up Edit's in-place editors: consistent naming, library naming and file naming.
|
2013-11-13 07:04:04 -08: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 |
Nathaniel Catchpole
|
2280ad5dec
|
Issue #2083387 by Gábor Hojtsy, Wim Leers: Make it possible to use in-place editing on entities rendered by a custom render pipeline (e.g. Views).
|
2013-10-30 11:56:14 +00:00 |