Alex Pott
|
81e675a570
|
Issue #2341313 by dawehner: Convert all t() calls to $this->t() in views.
|
2014-09-24 00:05:54 +01:00 |
Alex Pott
|
ff035fc4fa
|
Issue #2340507 by chx, Wim Leers: Make the new AccessResult API and implementation even better.
|
2014-09-22 22:08:27 +01:00 |
Nathaniel Catchpole
|
c0a7453aef
|
Issue #2339435 by YesCT, alexpott: Default no longer needs to be a property on Language or ConfigurableLanguage.
|
2014-09-22 11:43:19 +01:00 |
Alex Pott
|
22d79dc212
|
Issue #2238149 by Berdir, swentel: Apply formatters and widgets in EntityTestFormCotroller.
|
2014-09-22 09:40:58 +01:00 |
Alex Pott
|
f61ad20b84
|
Issue #2332885 by cs_shadow, Berdir, fago: Rename AllowedValuesInterface to OptionsProviderInterface.
|
2014-09-20 11:17:43 +01:00 |
webchick
|
1476c56c62
|
Issue #2312093 by alexpott, yched, andypost, swentel | xjm: Rename FieldInstanceConfig to FieldConfig.
|
2014-09-19 19:45:52 -07:00 |
Nathaniel Catchpole
|
2a0254f973
|
Issue #2232605 by alexpott, dawehner, martin107, Cottser, sun: Fixed Themes cannot be uninstalled.
|
2014-09-19 10:25:26 +01:00 |
Alex Pott
|
f27fd1f598
|
Issue #2337927 by effulgentsia, plach, fago: Fixed SqlContentEntityStorage::onFieldStorageDefinition(Create|Update|Delete)() is broken for base fields.
|
2014-09-19 07:57:48 +01:00 |
Alex Pott
|
2955942448
|
Issue #1976298 by larowlan: Move taxonomy_get_tree() and associated functions to Taxonomy storage, deprecate procedural wrappers.
|
2014-09-18 14:12:23 +01:00 |
Alex Pott
|
3660df9a12
|
Issue #2312693 by stevepurkiss | andypost: Fixed NodeTermData config schema is broken.
|
2014-09-18 09:57:15 +01:00 |
Alex Pott
|
52a101bc1d
|
Issue #2328411 by dawehner, geerlingguy, herom: Convert all permissions to yml files and permission callbacks.
|
2014-09-18 08:41:29 +01:00 |
Alex Pott
|
57926bf527
|
Issue #2313757 by Berdir, Wim Leers, dawehner: Remove text_processing option from text fields, expose existing string field types as plain text in UI.
|
2014-09-17 21:59:08 +01:00 |
Nathaniel Catchpole
|
0f28b515f8
|
Issue #2287071 by Wim Leers, alexpott, chx: Add cacheability metadata to access checks.
|
2014-09-17 15:39:29 +01:00 |
Nathaniel Catchpole
|
983cdbf0ae
|
Issue #1857256 by dawehner, xjm, tim.plunkett, jibran, ParisLiakos, hussainweb, pcambra, ekes, InternetDevels, rhabbachi, rdrh555, tstoeckler, oadaeh, Gábor Hojtsy, vijaycs85: Fixed Convert the taxonomy listing and feed at /taxonomy/term/%term to Views.
|
2014-09-15 10:17:06 +01:00 |
catch
|
21a11cf58f
|
Issue #2336177 by alexpott, YesCT: Fixed ConfigurableLanguage cannot be created/removed directly, integrate language_save() and language_delete().
|
2014-09-14 15:27:33 +01:00 |
Alex Pott
|
d39c014754
|
Issue #2334383 by jbrown, ashutoshsngh, er.pushpinderrana: Remove usage of form_error().
|
2014-09-12 19:57:00 +01:00 |
webchick
|
dbed0b48cd
|
Issue #2335659 by tim.plunkett, dawehner, effulgentsia, sun: Remove FormState ArrayAccess usage from core.
|
2014-09-11 23:41:27 -07:00 |
Alex Pott
|
577eab2e23
|
Issue #2323899 by gauravkhambhala, Gábor Hojtsy, omers | jhodgdon: Provided default Node views need language filtering.
|
2014-09-11 16:28:45 +01:00 |
Alex Pott
|
c560898ac6
|
Issue #2331019 by slashrsm: Implement ThirdPartySettingsInterface in Vocabulary.
|
2014-09-11 00:44:50 +01:00 |
Alex Pott
|
840cd4c885
|
Issue #2318281 by tim.plunkett, dawehner | kim.pepper: Provide a standard way to check a plugin is an instance of the required interface.
|
2014-09-10 12:58:56 +01:00 |
Alex Pott
|
cdad8d7f4f
|
Issue #2329775 by lauriii | davidhernandez: Move taxonomy term classes from preprocess to templates.
|
2014-09-10 10:56:30 +01:00 |
Alex Pott
|
fe85f9be3c
|
Issue #2320157 by moshe weitzman, Wim Leers, penyaskito, tim.plunkett: Generate placeholder content for Field types.
|
2014-09-09 22:15:21 +01:00 |
Alex Pott
|
320ebd0363
|
Issue #1915056 by Arla, Berdir, amateescu | catch: Use entity reference for taxonomy parents.
|
2014-09-09 16:54:47 +01:00 |
Nathaniel Catchpole
|
f749eac343
|
Revert "Issue #2238149 by Berdir: Apply formatters and widgets in EntityTestFormCotroller."
This reverts commit 3ac426f9cb .
|
2014-09-09 14:21:09 +01:00 |
Nathaniel Catchpole
|
3ac426f9cb
|
Issue #2238149 by Berdir: Apply formatters and widgets in EntityTestFormCotroller.
|
2014-09-09 14:06:02 +01:00 |
Nathaniel Catchpole
|
4c8576c3f0
|
Issue #2022875 by Berdir, alexpott, Xano, swentel, tim.plunkett, vladan.me: Resolve difference between submitForm(), submit(), and save() in EntityFormController.
|
2014-09-09 14:01:03 +01:00 |
Alex Pott
|
2b0be1d8b7
|
Issue #2226493 by Berdir, Wim Leers, m1r1k, mr.baileys, andypost, scor, cbr, joelpittet: Apply formatters and widgets to Node base fields.
|
2014-09-08 22:00:57 +01:00 |
webchick
|
32336d5861
|
Issue #2321505 by LewisNyman: Split Seven's style.css into SMACSS categories.
|
2014-09-08 10:39:43 -07:00 |
webchick
|
a2facd2f1b
|
Issue #2333353 by ashutoshsngh: Remove usage of form_get_errors().
|
2014-09-08 09:01:19 -07:00 |
Nathaniel Catchpole
|
71d247919f
|
Issue #2330091 by plach: Rename ContentEntityDatabaseStorage to SqlContentEntityStorage.
|
2014-09-08 13:12:45 +01:00 |
Dries
|
ca85441da2
|
Issue #2260121 by sun: PHPUnit Tests namespace of modules is ambiguous with regular runtime namespace (+ Simpletest tests).
|
2014-09-05 12:40:22 -04:00 |
Dries
|
05212a9727
|
Issue #2271349 by Berdir, Arla, blueminds, larowlan, Dave Reid: Node and Comment ops links should be display components (which can be disabled).
|
2014-09-05 12:31:15 -04:00 |
webchick
|
5289c3e3ce
|
Issue #2326949 by plach, effulgentsia: Move entity-type-specific schema information from the storage class to a schema handler.
|
2014-09-02 14:58:04 -07:00 |
Nathaniel Catchpole
|
30cad25c71
|
Issue #2031717 by Berdir, swentel, fago: Make entity module not required.
|
2014-09-02 10:36:57 +01:00 |
webchick
|
6f9fc447bb
|
Issue #2037979 by Gábor Hojtsy, Sweetchuck, jhodgdon, dawehner: Fixed 'Current user's language' views filter label is named very misleading.
|
2014-08-29 22:17:55 -07:00 |
webchick
|
dcc880bc10
|
Issue #2326719 by plach, effulgentsia: Move pseudo-private table mapping functions from ContentEntityDatabaseStorage to public API of DefaultTableMapping.
|
2014-08-29 15:38:20 -07:00 |
webchick
|
9c537ec4b2
|
Issue #1966436 by naveenvalecha, cesarmiquel, Berdir, mr.york, jlbellido, segi, vasi1186, Leksat, Gábor Hojtsy, Schnitzel, grisendo, Aron Novak, likin, penyaskito, vijaycs85, kfritsche, fago: Fixed Default *content* entity languages are not set for entities created with the API.
|
2014-08-28 12:58:27 -07:00 |
webchick
|
c7013bdaee
|
Issue #2313931 by Berdir: Merge ['controller'] with ['build_info']['callback_object'] and add a method for it.
|
2014-08-25 22:24:55 -07:00 |
webchick
|
7ad7909500
|
Issue #2314599 by Crell, Cottser, dawehner: Use title/url instead of l() for building breadcrumb.
|
2014-08-23 15:00:26 -07:00 |
webchick
|
6a6e601d4a
|
Issue #2309323 by Berdir, tim.plunkett: Allow #submit and #validate to be specified as methods of the form object.
|
2014-08-23 14:18:18 -07:00 |
webchick
|
de5fe262f2
|
Issue #2318087 by tim.plunkett: Replace ['input'] with FormState::getUserInput().
|
2014-08-23 12:18:55 -07:00 |
webchick
|
d72c0f98ec
|
Issue #1510544 by swentel, Bojhan, Gábor Hojtsy, merlinofchaos, Cottser, Wim Leers, plopesc, aspilicious, sannejanssen, larowlan, tim.plunkett, nod_: Fixed Show previews in front-end theme, able to select different view modes.
|
2014-08-23 12:03:35 -07:00 |
Alex Pott
|
629ebca291
|
Issue #1976158 by Berdir | msonnabaum: Rename entity storage/list/form/render "controllers" to handlers.
|
2014-08-22 12:59:25 +01:00 |
Alex Pott
|
92ff38768a
|
Issue #2291833 by andypost, kgoel | Crell: Standardize taxonomy term entity route names.
|
2014-08-22 01:54:34 +01:00 |
Alex Pott
|
62bb5c4d53
|
Issue #2218065 by jhodgdon, dawehner: Fixed Need to join fields to the entity field data tables, not entity tables, or filtering increases number of results.
|
2014-08-18 17:41:42 +01:00 |
Alex Pott
|
0463b81a08
|
Issue #2322889 by sun: Fixed Various setUp() and tearDown() methods are not protected.
|
2014-08-18 16:50:50 +01:00 |
Alex Pott
|
f1713d5754
|
Issue #2309187 by andypost | Crell: Fixed double-link-entry between Entity and Entity Type classes.
|
2014-08-18 16:30:22 +01:00 |
Alex Pott
|
17fcc16482
|
Issue #2319671 by dawehner, jhodgdon, xjm, alexpott: ViewsDataController: Step1: Move entity views data into controllers.
|
2014-08-14 12:06:59 -07:00 |
Alex Pott
|
fb27c45f6a
|
Issue #2252739 by Gábor Hojtsy, rbayliss: Fixed Taxonomy field handler fatal error in linking to terms, cannot create taxonomy views with defaults.
|
2014-08-13 18:15:35 -07:00 |
Alex Pott
|
b5c736da3d
|
Issue #2204325 by Arla, cbr, Berdir, benjy: Fixed The "rendered entity" formatter breaks for entity types with out a ViewBuilder.
|
2014-08-11 07:50:26 -05:00 |