webchick
|
62c93ff8d4
|
Issue #1253820 by yched, zserno, tim.plunkett, xjm, effulgentsia, plach: Fixed It's impossible to submit no value for a field that has a default value.
|
2013-01-16 09:37:23 -08:00 |
Dries
|
248284df26
|
Issue #1889826 by tim.plunkett: DefaultFactory::getPluginClass() is very useful and should be public and static.
|
2013-01-16 11:02:59 -05:00 |
catch
|
d049222620
|
Issue #1876942 by damiankloip, dawehner, tim.plunkett: Use direct methods instead of arrayAccess for display handlers.
|
2013-01-15 16:34:32 +00:00 |
catch
|
db1122d6ab
|
Issue #1778178 by fago, Berdir, effulgentsia, mradcliffe, das-peter: Convert comments to the new Entity Field API.
|
2013-01-14 10:59:47 +00:00 |
webchick
|
579c3ba7e1
|
Issue #1867572 by swentel, dawehner, damiankloip, sun: Fixed Field module generates views data for entities without base table.
|
2013-01-11 00:51:34 -08:00 |
webchick
|
dd8e4f2d44
|
Issue #1845372 by xjm, larowlan, Berdir, chx: Fixed Deleting a field from a non-node entity bundle results in an Entity Field Query Exception.
|
2013-01-10 18:12:12 -08:00 |
Dries
|
97ccf0f5f9
|
Issue #1861838 by tim.plunkett, dawehner: Clean up the various Views field rendering methods.
|
2013-01-09 16:26:39 -05:00 |
Dries
|
a6c11e9d4f
|
Issue #1875122 by dawehner, damiankloip: field formatter settings on views are lost.
|
2013-01-09 16:03:56 -05:00 |
Jennifer Hodgdon
|
ba7b4570ea
|
Issue #1879214 by swentel, Berdir: Fix param docs for hook_field_attach_create_bundle
|
2013-01-08 16:19:14 -08:00 |
webchick
|
97c3ee2be9
|
Issue #1875970 by yched, swentel: Pass EntityDisplay objects to the whole entity_view() callstack.
|
2013-01-08 11:16:16 -08:00 |
catch
|
6e5d1a09ca
|
Issue #1874300 by Berdir, swentel: Remove $entity_type argument from field.module functions that receive a single $entity.
|
2013-01-07 11:22:28 +00:00 |
catch
|
2288314826
|
Issue #1852966 by yched, Stalski, zuuperman, swentel: Rework entity display settings around EntityDisplay config entity.
|
2012-12-28 23:03:17 +00:00 |
catch
|
53de739800
|
Revert "Issue #1852966 by yched, swentel: Rework entity display settings around EntityDisplay config entity."
This reverts commit 8ad67af2e0 .
|
2012-12-28 23:02:37 +00:00 |
catch
|
8ad67af2e0
|
Issue #1852966 by yched, swentel: Rework entity display settings around EntityDisplay config entity.
|
2012-12-28 19:05:41 +00:00 |
catch
|
2bd155b106
|
Issue #1861676 by sun: Remove stylesheets[] and scripts[] .info file property support for modules.
|
2012-12-27 22:26:37 +00:00 |
webchick
|
0f2232c3a0
|
Revert "Issue #1810480 by dawehner, ACF: Provide the plugin_id() to support views metadata integration."
Oops. Broke testbot.
This reverts commit 015d61bc03 .
|
2012-12-26 12:14:40 -08:00 |
webchick
|
015d61bc03
|
Issue #1810480 by dawehner, ACF: Provide the plugin_id() to support views metadata integration.
|
2012-12-26 10:53:54 -08:00 |
webchick
|
01567a6343
|
Issue #1867782 by damiankloip, tim.plunkett: Replace _views_fetch_data() with cache class.
|
2012-12-21 21:15:44 -08:00 |
webchick
|
dc6c7a4be9
|
Issue #1850792 by damiankloip, dawehner, tim.plunkett: Make init() method consistent across all views plugins.
|
2012-12-21 21:11:43 -08:00 |
Dries
|
f55649698c
|
Issue #1705920 by tim.plunkett, sun, underq, javier.alejandr...: Convert all calls to procedural drupal_array_()*() functions to Drupal\Component\Utility\NestedArray.
|
2012-12-17 16:54:13 -05:00 |
Dries
|
ca2f0a8c0d
|
Issue #1864720 by yched: Minor hysteresis in field_info_instances().
|
2012-12-17 16:47:16 -05:00 |
catch
|
452ee7ac9e
|
Issue #1187726 by yched: add a comment to field_test_module_implements_alter().
|
2012-12-17 11:09:01 +00:00 |
catch
|
bc801aab00
|
Issue #1187726 by chx, Berdir, Fabianx, sun: Fixed Add caching for configuration / rework config object loading.
|
2012-12-14 22:30:50 +00:00 |
Dries
|
f03337ade5
|
Issue #1825044 by sun: turn contact form submissions into full-blown Contact Message entities, without storage.
|
2012-12-14 11:16:41 -05:00 |
catch
|
20c3db0133
|
Issue #1862656 by sun: Move field type modules out of Field API module.
|
2012-12-13 12:21:22 +00:00 |
catch
|
ec9f9b5ed5
|
Issue #1799218 by ACF, Albert Volkman, anenkov, penyaskito, znerol, LinL: Convert taxonomy_override_selector() and taxonomy_terms_per_page_admin() variables to use configuration system.
|
2012-12-13 12:18:30 +00:00 |
catch
|
0631d191c7
|
Issue #1855228 by damiankloip: Move Views core module tests to their respective modules.
|
2012-12-11 16:27:41 +00:00 |
catch
|
08df7b0db2
|
Issue #552604 by sun, lambic, swentel, yched, Lukas von Blarer: Adding new fields leads to a confusing 'Field settings' form.
|
2012-12-10 12:39:37 +00:00 |
webchick
|
cd8dd173dd
|
Issue #1824898 by vijaycs85, ACF: Convert drupal_weight_select_max() variable to CMI system.
|
2012-12-01 20:56:04 -08:00 |
catch
|
59d0c1f660
|
Issue #680546 by swentel, jramby, Cottser, jonathan1055: Added a custom 'number of values' for 'multiple / multi-value' field. (e.g. nodereference, imagefield).
|
2012-11-29 10:42:00 +00:00 |
webchick
|
63619f5c64
|
Issue #1241938 by swentel, Niklas Fiekas, yched: Added support for #placeholder to relevant Field API widgets.
|
2012-11-28 23:26:16 -08:00 |
webchick
|
9a9a89d143
|
Issue #1843476 by ACF: Added Change field_test() variables to state system.
|
2012-11-28 22:31:18 -08:00 |
catch
|
b09642317a
|
Issue #1774332 by c960657: Better handling of invalid/expired cache entries.
|
2012-11-28 21:36:29 +00:00 |
catch
|
a49654afd9
|
Issue #882666 by mgifford, andrewmacpherson, sun: Fixed Core form descriptions shouldn't use a label when not associated with a form.
|
2012-11-28 11:57:45 +00:00 |
webchick
|
d26e8a7d57
|
Issue #1168246 by sun, mgifford, Manuel Garcia, mbrett5062, ry5n, Everett Zufelt, nod_, aspilicious, deviantintegral, tim.plunkett: Freedom For Fieldsets! Long Live The DETAILS.
|
2012-11-26 23:07:37 -08:00 |
catch
|
4433a2a2a7
|
Issue #1292470 by sun, tim.plunkett, Berdir, moshe weitzman, pcambra, Niklas Fiekas, andypost et al: Convert user pictures to Image Field.
|
2012-11-26 10:38:45 +00:00 |
catch
|
3ee3f5ad54
|
Issue #1764278 by tstoeckler, tim.plunkett, yched: Fixed Run PluginManagerBase::processDefinition() in a ProcessDecorator.
|
2012-11-26 10:34:46 +00:00 |
catch
|
5b6721a287
|
Issue #1848200 by yched: Fixed Random warnings in tests in field_ui().admin.inc.
|
2012-11-26 10:22:39 +00:00 |
Dries
|
3d2c548b41
|
Issue #1764232 by yched, tim.plunkett: CacheDecorator provides no way to clear cached definitions.
|
2012-11-23 20:58:38 +01:00 |
webchick
|
8fcd5546ba
|
Issue #1831444 by das-peter, Berdir, andypost: Added EntityNG: Support for revisions for entity save and delete operations.
|
2012-11-21 14:07:53 -08:00 |
webchick
|
b20cb1dd19
|
Issue #1837018 by yched: Fixed Possible 'ambiguous column name' error in field_read_fields().
|
2012-11-21 12:07:13 -08:00 |
catch
|
b28e80dd59
|
Issue #1831240 by yched: Register Field API plugin managers in the DIC.
|
2012-11-14 11:23:17 +00:00 |
webchick
|
d249e95a99
|
Issue #1837022 by yched: Fixed Field API comment fixes.
|
2012-11-13 21:14:18 -08:00 |
Jennifer Hodgdon
|
40d7bc4df3
|
Issue #1831408 by kotnik: Fix spelling of entity in docs
|
2012-11-10 06:55:08 -08:00 |
webchick
|
07030912aa
|
Issue #1828408 by Amitaibu: Fixed Re-add addTag() and AddMetaData() to EFQ.
|
2012-11-07 01:16:21 -08:00 |
catch
|
e941b168f3
|
Issue #1831202 by yched: Fixed wrong param for field_read_field().
|
2012-11-06 16:48:09 +00:00 |
catch
|
00613c9009
|
Issue #1770172 by netsensei, webflo, sun, linclark: Convert email module widgets and formatters to Plugin system.
|
2012-11-04 21:56:28 +00:00 |
catch
|
f05404655a
|
Issue #1824180 by fubhy: Fixed Undefined variable () in Field UI module.
|
2012-11-03 20:02:47 +00:00 |
Dries
|
0a9ed3f86b
|
Issue #1798880 by andyceo, LinL, mtunay: Convert teaser_length() to use configuration system.
|
2012-11-02 10:56:58 -07:00 |
webchick
|
238ffe4f74
|
Issue #1828790 by plach, chx, pfrenssen: Fixed Entity count query not working with fields shared among different entity types.
|
2012-11-01 22:33:10 -07:00 |
webchick
|
76a157fe32
|
Issue #1763974 by tim.plunkett, EclipseGC, berdir, xjm, neclimdul, FabianX: Convert entity type info into plugins.
|
2012-10-30 13:37:18 -07:00 |
catch
|
b9c4744e02
|
Issue #1801726 by chx, bojanz, plach: EntityFieldQuery v2.
|
2012-10-30 10:41:42 +00:00 |
webchick
|
c2874bbce6
|
Issue #1817180 by zuuperman, tstoeckler, amateescu: Fixed Tests: hook_widget_info_alter() is not called anymore.
|
2012-10-29 19:00:06 -07:00 |
catch
|
b938b575f0
|
Issue #892344 by LaurentAjdnik, pcambra: Fixed Wrong schema description for {cache_field()}.
|
2012-10-29 22:52:36 +00:00 |
webchick
|
b94bb8d824
|
Issue #1821906 by Wim Leers: Allow more Field API public API functions to act on a single field within an entity.
|
2012-10-27 13:01:08 -07:00 |
webchick
|
cc38404bcd
|
Issue #1792844 by tim.plunkett: Change more public properties to protected in ViewExecutable and ViewStorage.
|
2012-10-26 22:19:41 -07:00 |
webchick
|
35e917e0d1
|
Issue #1812822 by larowlan: Fixed field_test_entity_info() does not set a 'label' on the Test Entity.
|
2012-10-23 19:50:59 -07:00 |
Tim Plunkett
|
20ba6bbd18
|
Issue #1805996 by tim.plunkett: Move Views integration for core to their respective modules.
|
2012-10-22 14:11:54 -04:00 |
webchick
|
efa195acbd
|
Issue #1308564 by amontero, madmatter23, kbasarab, guile2912, Deciphered: Added Basic token support in fields' help texts.
|
2012-10-19 00:33:17 -07:00 |
Jennifer Hodgdon
|
7e5a47ce8e
|
Issue #1797106 by zuuperman, dcam, Lars Toomre, xjm: Remove t() from test assertions in Field module
|
2012-10-18 15:48:14 -07:00 |
webchick
|
28045a2e8a
|
Issue #1739928 by vasi1186, YesCT, webflo, Transition, plach, Gábor Hojtsy: Generalize language configuration on content types to apply to terms and other entities.
|
2012-10-18 01:59:12 -07:00 |
webchick
|
3088640cc2
|
Revert "Issue #1588422 by andypost, disasm, sun, dawehner, vasi1186, alexpott, tim.plunkett, larowlan, Gábor Hojtsy: Convert contact categories to configuration system."
This reverts commit 5cb63c4d13 .
Oops. That was a little more patch than we bargained for. :P
|
2012-10-18 01:54:31 -07:00 |
webchick
|
5cb63c4d13
|
Issue #1588422 by andypost, disasm, sun, dawehner, vasi1186, alexpott, tim.plunkett, larowlan, Gábor Hojtsy: Convert contact categories to configuration system.
|
2012-10-18 01:25:16 -07:00 |
webchick
|
711ed2adec
|
Issue #1814418 by swentel, xjm: Fixed FormatterBase::view() calls field_access() with the wrong order of arguments.
|
2012-10-17 23:55:55 -07:00 |
catch
|
a85e06e048
|
Issue #1665920 by TravisCarden: 'Save and add fields' should be 'Save and manage fields'.
|
2012-10-17 22:28:33 +01:00 |
webchick
|
06132f4bb1
|
Issue #1812056 by chx: Fixed field sql storage test failing on various MySQL engines due to indexing unbound text fields.
|
2012-10-17 09:56:50 -07:00 |
webchick
|
e9ca778b53
|
Issue #1026616 by fgm, Berdir, Dave Reid, fago: Implement an entity render controller.
|
2012-10-13 23:40:03 -07:00 |
webchick
|
b149df70af
|
Issue #1785748 by yched, swentel, Stalski: Field formatters as plugins.
|
2012-10-13 23:04:15 -07:00 |
webchick
|
ca64740b0b
|
Issue #1723892 by Berdir, Pancho, das-peter, fago: Support for revisions for entity save and delete operations.
|
2012-10-13 22:44:26 -07:00 |
webchick
|
22ac2df4d9
|
Issue #1810686 by Rob Loach: Remove the remaining files[] entries .
|
2012-10-11 23:37:47 -07:00 |
webchick
|
89cd70d136
|
Issue #1778942 by yched, tstoeckler, andypost: Fixed Discovery::getDefinition() / getDefinitions() : inconsistent return values for 'no result.
git commit -am Issue
|
2012-10-09 21:21:09 -07:00 |
catch
|
9fbe74405a
|
Issue #1608842 by chx, alexpott, sun, effulgentsia, beejeebus, tim.plunkett et al: Replace list of bootstrap modules, enabled modules, enabled themes, and default theme with config.
|
2012-10-09 21:40:35 +01:00 |
webchick
|
7be7d81200
|
Issue #1760530 follow-up by Eric_A: Move field.tpl.php to a templates directory.
|
2012-10-07 19:13:39 -07:00 |
webchick
|
6e38148336
|
Issue #1798104 by zuuperman: Fixed Default value widget settings broken by WidgetPlugins.
|
2012-10-05 21:45:15 -07:00 |
Dries
|
3b6b271e27
|
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
|
2012-10-05 12:12:22 -04:00 |
Jennifer Hodgdon
|
8aa4fdbae0
|
Issue #1799116 by jwilson3: Standardize on installation profile term vs. install profile
|
2012-10-05 09:11:15 -07:00 |
Dries
|
8a3a18bbb2
|
Issue #1798782 by andreiashu: Convert field_purge_batch_size() to CMI.
|
2012-10-05 12:09:40 -04:00 |
Jennifer Hodgdon
|
1df8d28040
|
Issue #1134088 by Cottser, catch: Fix up documentation for update helper functions
|
2012-10-04 09:12:04 -07:00 |
catch
|
d7fc7b6a0a
|
Issue #1393392 by c960657, fubhy: Convert prefix cache clears to cache tags, then remove support for them.
|
2012-10-03 22:06:11 +01:00 |
catch
|
e8898ed3e5
|
Issue #1534674 by plach, slowflyer: Fixed Comment field language is completely broken.
|
2012-10-02 13:29:17 +01:00 |
catch
|
43942f8ad0
|
Issue #1040790 by yched, swentel, geerlingguy, beejeebus, Berdir: Fixed _field_info_collate_fields() memory usage.
|
2012-09-28 23:11:59 +01:00 |
Dries
|
6824ba0ed7
|
Issue #1696640 by fago, effulgentsia, tim.plunkett, dixon_, plach: Add a uniform Entity Property API.
|
2012-09-28 13:00:24 -04:00 |
Dries
|
88209f1e0e
|
Issue #1797106 by xjm: Remove t() from asserts messages in tests for the field module.
|
2012-09-28 10:20:01 -04:00 |
Jennifer Hodgdon
|
0790cd975b
|
Issue #1326634 by xjm, NROTC_Webmaster, dellintosh, xenophyle: Fix up API docs in field module
|
2012-09-27 08:44:17 -07:00 |
webchick
|
1881251335
|
Issue #1312200 by zuuperman, lemark, chx: Fixed field_create_instance() must fill in the id field but does not.
|
2012-09-26 23:47:21 -04:00 |
webchick
|
35a3762014
|
Issue #945524 by Jelle_S, tim.plunkett, Dave Reid, pfrenssen, xjm, swentel: Added Field formatter settings hooks in core.
|
2012-09-26 23:23:22 -04:00 |
webchick
|
f846c6c190
|
Issue #501434 by sun, Dave Reid: Added Link field type into core.
|
2012-09-26 22:43:06 -04:00 |
webchick
|
c63f99d61e
|
Issue #1785256 by yched, Stalski, zuuperman, sun, tstoeckler, aspilicious, EclipseGc, larowlan: Widgets as Plugins.
|
2012-09-26 15:39:39 -04:00 |
Dries
|
980fdefa09
|
Issue #1790612 by carwin: Do not concatenate variables into translatable strings.
|
2012-09-25 08:47:43 -04:00 |
catch
|
8be3d3e2de
|
Issue #1691952 by plach, Berdir: Make EntityFieldQuery work with multilingual properties.
|
2012-09-20 10:25:58 +01:00 |
catch
|
8337955d48
|
Issue #1175054 by msonnabaum, chx, sun, tim.plunkett, arlinsandbulte, beejeebus: Add a storage (API) for persistent non-configuration state.
|
2012-09-20 10:25:24 +01:00 |
Jennifer Hodgdon
|
eabaa4cb08
|
Issue #1785392 by BWPanda: Fix reference and grammar in hook_field_formatter_info_alter documentation
|
2012-09-17 12:14:11 -07:00 |
webchick
|
2952d3e232
|
Issue #1757504 by Maxtorete, boran, c31ck, Gábor Hojtsy: Fixed Regression: language field is not visible on manage display.
|
2012-09-13 02:15:38 -07:00 |
catch
|
f556c0b023
|
Issue #1760786 by sun: Move entity system 'back' into a Drupal\Core component.
|
2012-09-12 10:18:04 +01:00 |
webchick
|
e203b73b62
|
Issue #218755 by jstoller, Gábor Hojtsy, stevector, mradcliffe, agentrickard, catch, Crell: Added Support revisions in different states.
|
2012-09-06 13:32:19 -07:00 |
Dries
|
7e504e933e
|
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
|
2012-09-04 17:02:42 -04:00 |
catch
|
4f37cf0255
|
Issue #1700382 by Albert Volkman, cam8001: Replace remaining references to drupal_attributes() with new Attributes().
|
2012-09-04 14:32:47 +01:00 |
catch
|
bfc2352bab
|
Issue #1586356 by dww: Fixed Missing 'weight' support from hook_field_widget_info() makes it impossible to sanely order widgets.
|
2012-09-03 11:52:05 +01:00 |
webchick
|
a5d9872265
|
Issue #1668332 by rbayliss, Devin Carlson, sun: Added E-mail field type to core.
|
2012-09-01 20:34:27 -07:00 |
webchick
|
c58b08ae9c
|
Issue #1761040 by sun, tim.plunkett, fago, effulgentsia: Rename Storable, Entity, and Configurable to Entity, ContentEntity, and ConfigEntity.
|
2012-09-01 19:21:35 -07:00 |