Alex Pott
|
fc7897f36b
|
Issue #1967112 followup by David_Rothstein, dawehner: HTML 5 validation breaks the cancel button in Views UI dialogs.
|
2013-06-13 23:32:39 +01:00 |
Alex Pott
|
d230ea6813
|
Issue #1889748 by tim.plunkett: Figure out what to do with ConfigMapper.
|
2013-06-13 23:21:28 +01:00 |
Alex Pott
|
5a4dceb2fe
|
Issue #1987812 by oenie, jibran: Convert system_admin_index() to a new style controller.
|
2013-06-13 22:59:24 +01:00 |
Alex Pott
|
07c6057fb3
|
Issue #2015165 by damiankloip: Exposed forms are not rendered in the Views UI preview.
|
2013-06-13 22:57:38 +01:00 |
Alex Pott
|
7b9e229748
|
Issue #1933518 by ACF, pwolanin, mparker17: Convert search's system_config_form() to SystemConfigFormBase.
|
2013-06-13 22:55:33 +01:00 |
Alex Pott
|
3360502890
|
Issue #2009584 by rteijeiro, ry5n: Fixed Allow double underscores to pass through drupal_clean_css_identifier() as per new CSS standards.
|
2013-06-13 22:37:02 +01:00 |
Alex Pott
|
814089c93e
|
Issue #1950634 by Wim Leers: Fatal error when creating a new text format with a text editor while JS is disabled.
|
2013-06-13 22:35:47 +01:00 |
Alex Pott
|
e5774f5b1b
|
Issue #1851086 by tim.plunkett, damiankloip, dawehner, alimac: Replace admin/people with a View.
|
2013-06-13 21:57:33 +01:00 |
Alex Pott
|
4b815b31e9
|
Issue #2012502 by damiankloip: Fixed Tab options form cannot be submitted.
|
2013-06-13 21:50:46 +01:00 |
Alex Pott
|
b0113327fa
|
Issue #2004086 by fabpot: Stopgap fix for making the Request service synthetic.
|
2013-06-13 21:49:26 +01:00 |
Alex Pott
|
c3ac610725
|
Issue #2002390 by x.algorithm, nathangervais, chrisguindon, suhel.rangnekar: Rename Views method build_sort_post() to buildSortPost().
|
2013-06-13 21:38:02 +01:00 |
Alex Pott
|
1745bd21e2
|
Issue #1978870 by damiankloip, andypost, dawehner: Add an EntityStorageControllerBase.
|
2013-06-13 09:41:29 +01:00 |
Alex Pott
|
40746685db
|
Issue #2004700 by brentaar: Correct method name case of getPluginId in FilterTestReplace.
|
2013-06-13 09:34:14 +01:00 |
Alex Pott
|
4d492fedba
|
Issue #2003284 by phenaproxima, heddn: Remove Views method set_header().
|
2013-06-13 09:31:11 +01:00 |
Alex Pott
|
a7f6b939f9
|
Issue #2003548 by nathangervais, GekkoKammen, heddn: Rename Views method op_not() to opNotLike().
|
2013-06-13 09:29:59 +01:00 |
Alex Pott
|
31b5fb7807
|
Issue #2003468 by toddtomlinson, Maxis: Rename Views method default_display_filters() to defaultDisplayFilters().
|
2013-06-13 09:26:50 +01:00 |
Alex Pott
|
eb2b412832
|
Issue #2002426 by rootwork, hugo.lallo, Dan Reinders: Rename Views method click_sortable() to clickSortable().
|
2013-06-13 09:25:45 +01:00 |
Alex Pott
|
9c5e4bc77f
|
Issue #2002272 by elvis2, jibran, heddn: Rename Views method add_orderby() to addOrderby().
|
2013-06-13 09:24:07 +01:00 |
Alex Pott
|
2b51e78747
|
Issue #2002906 by pwieck, jibran, aaronott, chr.fritsch, chrisguindon: Rename Views method get_entity() to getEntity().
|
2013-06-13 09:22:22 +01:00 |
Alex Pott
|
342f132b35
|
Issue #1970360 by Crell, linclark, dawehner, YesCT, matt2000: Entities should define URI templates and standard links.
|
2013-06-13 09:19:53 +01:00 |
Alex Pott
|
4b23474b69
|
Issue #2003506 by baldwinlouie, Dan Reinders: Rename Views method group_form() to groupForm().
|
2013-06-13 09:18:23 +01:00 |
Alex Pott
|
6be4fdb3c8
|
Issue #2003556 by nathangervais, baldwinlouie, Dan Reinders: Rename Views method op_empty() to opEmpty().
|
2013-06-13 09:17:08 +01:00 |
Alex Pott
|
9ce3e06d47
|
Issue #2001320 by zschmid, chrisguindon, pwieck, chertzog: Rename Views method add_groupby() to addGroupBy().
|
2013-06-13 09:14:57 +01:00 |
Alex Pott
|
281e533bcf
|
Issue #2002896 by hoZt, heddn: Rename Views method get_channel_elements() to getChannelElements().
|
2013-06-13 09:13:13 +01:00 |
Alex Pott
|
cd486a6556
|
Issue #2002468 by mikedotexe, Frederico, Dan Reinders: Rename Views method element_classes() to elementClasses().
|
2013-06-13 09:12:00 +01:00 |
Alex Pott
|
57b9f31aca
|
Issue #2018315 by chx: Fixed NodeAdminTest is broken here.
|
2013-06-13 09:02:20 +01:00 |
Alex Pott
|
0a01a892d2
|
Issue #2004408 followup by tim.plunkett: Random failure: Allow modules to alter the result of EntityListController::getOperations.
|
2013-06-13 09:00:19 +01:00 |
Nathaniel Catchpole
|
e952a2115d
|
Revert "Issue #2012916 by andypost: Implement access controller for the menu and menu link entity."
This reverts commit 0f480b9e06 .
|
2013-06-12 17:45:28 +01:00 |
Nathaniel Catchpole
|
57384c7b09
|
Revert "Issue 2102916: follow up by Berdir, HEAD Broken."
This reverts commit 2db9d595dd .
|
2013-06-12 17:45:12 +01:00 |
Nathaniel Catchpole
|
2db9d595dd
|
Issue 2102916: follow up by Berdir, HEAD Broken.
|
2013-06-12 17:44:17 +01:00 |
Alex Pott
|
202fe604b4
|
Issue #1986802 by yched: Rename PluginInspectionInterface::getDefinition() to getPluginDefinition().
|
2013-06-12 17:14:59 +01:00 |
Alex Pott
|
317357373e
|
Issue #2004408 by YesCT, penyaskito: Allow modules to alter the result of EntityListController::getOperations.
|
2013-06-12 17:02:18 +01:00 |
Alex Pott
|
71a4ab13e2
|
Issue #1972514 by Wim Leers, effulgentsia, Gábor Hojtsy, ekl1773: Fixed Impossible to set attributes for all entities.
|
2013-06-12 16:57:44 +01:00 |
Alex Pott
|
f7ded179bf
|
Issue #2002506 by pcambra, JoshuaRogers: Fixed Rearranging fields and sorts causes existing items to be removed.
|
2013-06-12 16:43:42 +01:00 |
Alex Pott
|
e416a5ca72
|
Issue #1953414 by swentel, andypost: Move logic of field_read_fields() and field_read_instances() to the storage controller.
|
2013-06-12 16:38:00 +01:00 |
Alex Pott
|
aba632c880
|
Issue #1960888 by jibran, dawehner, tim.plunkett, damiankloip: Fixed Default archive view uses wrong argument plugin.
|
2013-06-12 16:25:12 +01:00 |
Alex Pott
|
ba80bc317b
|
Issue #2006278 by Wim Leers: Remove leftover 'module' annotation keys and plugin manager processDefinition() to deal with disabled modules during tests.
|
2013-06-12 16:23:04 +01:00 |
Alex Pott
|
c06bf841a6
|
Issue #2002934 by drupee, damiankloip, x.algorithm, kevin.reiss, heddn: Rename Views method validate_argument() to validateArgument().
|
2013-06-12 16:20:00 +01:00 |
Nathaniel Catchpole
|
0f480b9e06
|
Issue #2012916 by andypost: Implement access controller for the menu and menu link entity.
|
2013-06-12 12:16:55 +01:00 |
Alex Pott
|
a5343cbefe
|
Issue #1999450 by aaronott: Use Symfony Request for views module.
|
2013-06-12 10:22:36 +01:00 |
Alex Pott
|
949f67b306
|
Issue #2003412 by ptocheia, lajical: Rename Views method offset_exposed() to isOffsetExposed().
|
2013-06-12 10:20:05 +01:00 |
Alex Pott
|
0bfe623053
|
Issue #2003934 by dawehner, damiankloip: Convert format_date() to a service.
|
2013-06-12 10:18:07 +01:00 |
Alex Pott
|
136112c954
|
Issue #2014617 by kfritsche, YesCT, tstoeckler: Fixed Unsaved menu links have the wrong bundle (always 'tools').
|
2013-06-12 10:14:55 +01:00 |
Alex Pott
|
bf5c0ae2b7
|
Issue #2015721 by dawehner: Fixed Adding a role to a user throws a php error.
|
2013-06-12 00:59:47 +01:00 |
Alex Pott
|
c7a11ccc02
|
Issue #1910700 by derhasi, dawehner: Implement TokenizeAreaPluginBase().
|
2013-06-12 00:44:53 +01:00 |
Alex Pott
|
b69a5af30c
|
Issue #2003282 by theladebug, sillygwailo, heddn: Rename Views method set_items_per_page() to setItemsPerPage().
|
2013-06-11 23:42:35 +01:00 |
Alex Pott
|
eb60f6f949
|
Issue #2003246 by endorn, Dan Reinders, nathangervais: Rename Views method sort_options() to sortOptions().
|
2013-06-11 23:39:54 +01:00 |
Alex Pott
|
85ad766b73
|
Issue #2003438 by trevjs, heddn: Rename Views method operator_form() to operatorForm() .
|
2013-06-11 23:37:45 +01:00 |
Alex Pott
|
ba4d4a880e
|
Issue #2002144 by phenaproxima, connork, rdrh555, zschmid, elvis2, drupalway, heddn: Rename Views method add_field() to addField().
|
2013-06-11 23:35:49 +01:00 |
Alex Pott
|
b48343a2e2
|
Issue #2002910 by diarmy, toddtomlinson, dbcollies, heddn: Rename Views method get_field() to getField().
|
2013-06-11 23:33:23 +01:00 |
Alex Pott
|
579780cab5
|
Issue #2003330 by heddn, ericthelast: Rename Views method render_items() to renderItems().
|
2013-06-11 23:30:19 +01:00 |
Alex Pott
|
7790f2174c
|
Issue #2002872 by heddn: Rename Views method instantiate_view() to instantiateView().
|
2013-06-11 23:28:41 +01:00 |
Alex Pott
|
07e3ccbdea
|
Issue #2004506 by cam8001, plach: Move standard_country_list() to Drupal\Core\Locale\Country.
|
2013-06-11 23:23:08 +01:00 |
Alex Pott
|
07bf168bd6
|
Issue #1998140 by dawehner, ParisLiakos, tim.plunkett: Remove backward compatible ControllerInterface.
|
2013-06-11 23:16:25 +01:00 |
catch
|
34ba7cc55f
|
Issue #1623114 by ParisLiakos, chrisdolby, marvil07: Remove drupal_exit().
|
2013-06-11 22:12:01 +01:00 |
Alex Pott
|
83f9d583ef
|
Issue #1895160 by tim.plunkett: Convert admin/content to a View, keep a non-views fallback with no bulk operations.
|
2013-06-11 17:49:20 +01:00 |
Alex Pott
|
f45ae901c9
|
Issue #2010672 by Cottser, thedavidmeister: Rename 'type' variable of theme_mark() to 'mark_type'.
|
2013-06-11 17:49:20 +01:00 |
Alex Pott
|
25e8e63355
|
Issue #2003436 by Dan Reinders, heddn: Rename Views method page_display_options() to pageDisplayOptions().
|
2013-06-11 17:49:20 +01:00 |
Nathaniel Catchpole
|
0aaea6debd
|
Issue #1999328 by DmitryDrozdik, annikaC, jeroen12345, andypost: Remove comment_save() and comment_delete()/comment_delete_multiple() in favor of $comment->save()/$comment->delete().
|
2013-06-11 17:38:12 +01:00 |
Nathaniel Catchpole
|
60a1055049
|
Issue #2012836 by tim.plunkett: Replace drupal_region_class() with direct calls to drupal_html_class().
|
2013-06-11 15:19:39 +01:00 |
Alex Pott
|
4d85fa44a3
|
Issue #1825332 by Berdir, ParisLiakos, andypost, dawehner, jrglasgow, aspilicious: Introduce an AccountInterface to represent the current user.
|
2013-06-11 15:04:34 +01:00 |
Alex Pott
|
da83b1ab14
|
Issue #2003356 by phenaproxima, jibran, drupalway, Dan Reinders: Rename Views method process_summary_arguments() to processSummaryArguments().
|
2013-06-11 14:47:42 +01:00 |
Alex Pott
|
5bf482fcb2
|
Issue #1995868 by JoshuaRogers, dawehner, xjm: Fixed Fatal when using a role contextual filter.
|
2013-06-11 14:22:15 +01:00 |
Alex Pott
|
51777f2084
|
Issue #2003266 by kenianbei, misselbeck, iStryker, Dan Reinders: Rename Views method show_build_group_button() to showBuildGroupButton().
|
2013-06-11 14:04:48 +01:00 |
Alex Pott
|
a24345a3fb
|
Issue #2002918 followup by tim.plunkett: Rename Views method get_items() to getItems().
|
2013-06-11 14:01:55 +01:00 |
Alex Pott
|
d7ef279157
|
Issue #2002500 by fmizzell, jibran: Rename Views method exposed_form_validate() to exposedFormValidate().
|
2013-06-11 13:52:27 +01:00 |
Alex Pott
|
fc827a81fa
|
Issue #2002408 by fmizzell: Rename Views method cache_get() to cacheGet().
|
2013-06-11 13:43:08 +01:00 |
Alex Pott
|
f8b6ec887f
|
Issue #2003242 by farfanfelipe, Dan Reinders, marlatt: Rename Views method sort_validate() to sortValidate().
|
2013-06-11 12:40:21 +01:00 |
Alex Pott
|
6feb68f120
|
Issue #2002980 by Gang Wang, sillygwailo: Rename Views method summary_query() to summaryQuery().
|
2013-06-11 12:40:21 +01:00 |
Alex Pott
|
74c3997c1c
|
Issue #2003236 by kenianbei, zschmid, Dan Reinders: Rename Views method value_submit() to valueSubmit().
|
2013-06-11 12:40:21 +01:00 |
Alex Pott
|
5264ddd035
|
Issue #2003460 by Dan Reinders, baldwinlouie: Rename Views method operator_validate() to operatorValidate().
|
2013-06-11 12:40:20 +01:00 |
Nathaniel Catchpole
|
c8c6e46f6a
|
Issue #2014245 by chx: Move drupal_bootstrap_config_storage() to settings.
|
2013-06-11 11:06:53 +01:00 |
Nathaniel Catchpole
|
40f25ec132
|
Issue #1984528 by dawehner, ParisLiakos: Allow for more robust access checking.
|
2013-06-11 10:28:27 +01:00 |
Alex Pott
|
e3011f8858
|
Issue #1843768 by pmelab, evanmwillhite, gregtorok, repsy: Remove template_process_overlay().
|
2013-06-11 10:24:44 +01:00 |
Alex Pott
|
5ecc704c4e
|
Issue #1993100 by damiankloip: Change hook_queue_info() 'worker callback' to be a callable.
|
2013-06-11 10:22:50 +01:00 |
Alex Pott
|
0ac024db37
|
Issue #2014153 by msonnabaum: Small performance fix for theme rebuild.
|
2013-06-11 10:21:09 +01:00 |
Alex Pott
|
d3d704e235
|
Issue #2012662 by yched: Constraints on 'target_id()' / 'tid' properties break autocomplete if applied.
|
2013-06-11 10:09:44 +01:00 |
Alex Pott
|
b3b93ac424
|
Issue #1994192 followup by mjohnq3: Fixed Bartik's menu tabs in RTL.
|
2013-06-11 01:04:27 +01:00 |
Alex Pott
|
b0aa1ae48c
|
Issue #1888954 by dawehner: Attachments with only display cause a php error in the edit UI.
|
2013-06-11 00:57:38 +01:00 |
Alex Pott
|
ae1116df04
|
Issue #1995152 by nick_schuch: Fixed Broken selector.
|
2013-06-11 00:52:23 +01:00 |
Alex Pott
|
f584bd94e5
|
Issue #2003550 by ThijsFeryn, heddn: Rename Views method op_helper() to opHelper().
|
2013-06-11 00:17:47 +01:00 |
Alex Pott
|
ad6858d340
|
Issue #2002938 by vuzzbox, nathangervais: Rename Views method uses_tokens() to usesTokens().
|
2013-06-11 00:15:53 +01:00 |
Alex Pott
|
ac6bbe45ee
|
Issue #2002918 by sillygwailo, kronda, oenie, jibran: Rename Views method get_items() to getItems().
|
2013-06-11 00:13:23 +01:00 |
Alex Pott
|
edb0095ee2
|
Issue #2011006 by tim.plunkett: Fixed Default local tasks provided by Views are broken.
|
2013-06-10 23:28:11 +01:00 |
Alex Pott
|
56f4362ad4
|
Issue #1845034 by RobLoach, sandykadam, nick_schuch, cam8001, Gábor Hojtsy: Convert standard.inc to Drupal\Core\Language.
|
2013-06-10 17:14:58 +01:00 |
Jennifer Hodgdon
|
7485f62b3b
|
Issue #1968986 by jibran, swentel, smiletrl, aspilicious, yched: Better documentation for Field and FieldInstance constructors
|
2013-06-10 08:42:37 -07:00 |
Jennifer Hodgdon
|
63113028c9
|
Issue #1831540 by orb, Berdir, andypost, podarok, Gaelan, znerol, cam8001: Fix up examples in taxonomy.api.php hooks
|
2013-06-10 08:38:20 -07:00 |
Alex Pott
|
9a42b9f938
|
Issue #1910606 by vijaycs85, mavimo, dawehner, sandipmkhairnar: Improve the configurations schemas for Views significantly.
|
2013-06-10 16:02:54 +01:00 |
Alex Pott
|
2581366955
|
Issue #1987766 by tim.plunkett, jibran: Convert node_page_edit() to a new style controller.
|
2013-06-10 15:03:33 +01:00 |
Alex Pott
|
e41c6e1546
|
Issue #2002388 by jeroen12345, toddtomlinson: Rename Views method build_sort() to buildSort().
|
2013-06-10 15:00:37 +01:00 |
Alex Pott
|
9048d3b28d
|
Issue #2003270 by markie, Dan Reinders, jibran: Rename Views method set_where_group() to setWhereGroup().
|
2013-06-10 14:59:16 +01:00 |
Alex Pott
|
52befbe4de
|
Issue #2002920 by sillygwailo, Psikik, jibran, Maxis: Rename Views method get_items_per_page() to getItemsPerPage().
|
2013-06-10 14:58:10 +01:00 |
Alex Pott
|
cad23a5e3e
|
Issue #2002446 by fmizzell, jibran: Rename Views method default_default() to defaultDefault().
|
2013-06-10 14:56:51 +01:00 |
Alex Pott
|
5cd1a5fb92
|
Issue #2002504 by endorn, heddn: Rename Views method gather_headers() to gatherHeaders().
|
2013-06-10 14:55:55 +01:00 |
Alex Pott
|
4c40f8212d
|
Issue #2002474 by heddn, brennanmh: Rename Views method element_label_type() to elementLabelType().
|
2013-06-10 14:54:59 +01:00 |
Alex Pott
|
081a59c764
|
Issue #2012170 by ParisLiakos: Move ViewsUITest to the correct place.
|
2013-06-10 14:13:55 +01:00 |
Alex Pott
|
c65c6440a5
|
Issue #2011998 by David_Rothstein: String-parsing in hook_custom_theme() should be replaced with theme callbacks (for now).
|
2013-06-10 14:03:14 +01:00 |
Alex Pott
|
bf2c404e68
|
Issue #2004224 by Berdir, andypost: Convert tests using TestEntity to EntityTest (except Field API tests).
|
2013-06-10 13:37:27 +01:00 |
Alex Pott
|
23357e25e5
|
Issue #1987408 by chrisjlee, jstoller, gnuget, Cottser: Overlay.module - Convert theme_ functions to Twig.
|
2013-06-10 13:21:46 +01:00 |
Alex Pott
|
d7d085b4a1
|
Issue #2011376 by YesCT: Fix verb tense in update function summaries.
|
2013-06-10 13:15:33 +01:00 |
Alex Pott
|
8355142ba2
|
Issue #1987668 by damiankloip, jibran, h3rj4n, mparker17: Convert config_test() module to routes.
|
2013-06-10 13:14:35 +01:00 |
Alex Pott
|
a74a17a5f7
|
Issue #1994146 by larowlan, kim.pepper: Fixed WSOD after deleting a custom block content entity.
|
2013-06-10 12:56:30 +01:00 |
Alex Pott
|
7b0039e977
|
Issue #2002190 by dawehner, jhedstrom: Convert core/modules/search/lib/Drupal/search/Tests/SearchExpressionTest.php to phpunit.
|
2013-06-10 12:49:24 +01:00 |
Nathaniel Catchpole
|
37445fd7d0
|
Issue #1813762 by ParisLiakos, Jose Reyero, YesCT, japicoder, attiks: Introduce unified interfaces, use dependency injection for interface translation.
|
2013-06-10 12:46:03 +01:00 |
Alex Pott
|
cf622fd684
|
Issue #2010284 by Miroling: Toolbar tray transparency.
|
2013-06-10 12:24:39 +01:00 |
Alex Pott
|
71e34155e3
|
Issue #1183042 followup by mgifford, larowlan: Regression: Add WAI-ARIA roles to Core blocks.
|
2013-06-10 12:24:39 +01:00 |
Alex Pott
|
80fdd08599
|
Issue #2008976 by InternetDevels: Replace theme() with drupal_render() in ckeditor module.
|
2013-06-10 12:24:38 +01:00 |
Alex Pott
|
972bed0f2a
|
Issue #2009684 by aaronott: Replace theme() with drupal_render() in tour module.
|
2013-06-10 12:24:38 +01:00 |
Nathaniel Catchpole
|
6b09826997
|
Issue #2009660 by jeroen12345, InternetDevels: Replace theme() with drupal_render() in node module.
|
2013-06-10 11:37:11 +01:00 |
Alex Pott
|
872c343d63
|
Issue #2000558 by pwolanin, nod_, dawehner: Regrression: Progress bar creates doesn't stop on errors.
|
2013-06-10 10:25:55 +01:00 |
catch
|
970879581a
|
Issue #2012526 by mcjim: Remove drupal_add_css() from book.module — use #attached.
|
2013-06-09 22:31:08 +01:00 |
Alex Pott
|
c1b39526c7
|
Issue #1891202 by damiankloip, klausi, dawehner: REST Export Views format should be configurable.
|
2013-06-09 21:58:22 +01:00 |
catch
|
babb2b717b
|
Issue #1825090 by thedavidmeister, Cottser: Remove theme_html_tag() from the theme system.
|
2013-06-09 21:54:08 +01:00 |
catch
|
a4484238ce
|
Issue #2007052 by thedavidmeister: Replace theme() with drupal_render() in views.module.
|
2013-06-09 21:45:55 +01:00 |
Alex Pott
|
bc7e09a4a9
|
Issue #2006952 by thedavidmeister: Replace theme() with drupal_render() in seven.theme.
|
2013-06-09 19:08:59 +01:00 |
Alex Pott
|
1e0200d193
|
Issue #1898052 by jenlampton, taslett, Cottser, Pierre Paul Lefebvre, c4rl, joelpittet: Convert color module to Twig.
|
2013-06-09 19:06:29 +01:00 |
Alex Pott
|
d84dd29c7c
|
Issue #1987688 by cbiggins, jibran: Convert design_test_category_page() to a new style controller.
|
2013-06-09 18:58:34 +01:00 |
Alex Pott
|
b96a2640b9
|
Issue #2003596 by ebeyrent, DmitryDrozdik: Replace drupal_container() with Drupal::service() in the contact module.
|
2013-06-09 18:56:28 +01:00 |
Alex Pott
|
24f36dde28
|
Issue #2003630 by ebeyrent, alexander.ilivanov: Replace drupal_container() with Drupal::service() in the entity_reference() module.
|
2013-06-09 18:55:11 +01:00 |
Alex Pott
|
d92b4e9699
|
Issue #2009652 by InternetDevels: Replace theme() with drupal_render() in language module.
|
2013-06-09 18:53:24 +01:00 |
Alex Pott
|
0294c555d7
|
Issue #2009686 by aaronott: Replace theme() with drupal_render() in tracker module.
|
2013-06-09 18:03:07 +01:00 |
Alex Pott
|
3c420a6cd4
|
Issue #2009668 by Floydm, danylevskyi: Replace theme() with drupal_render() in shortcut module.
|
2013-06-09 17:54:28 +01:00 |
Alex Pott
|
94e5ba411b
|
Issue #2009002 by Floydm: Replace theme() with drupal_render() in edit module.
|
2013-06-09 17:52:52 +01:00 |
Alex Pott
|
4370959d5e
|
Issue #1891690 by andypost: Use EntityListController for vocabularies.
|
2013-06-09 15:29:54 +01:00 |
Alex Pott
|
4d2a10e036
|
Issue #2002618 by leanderl: Definition of to Contains \Drupal in field_ui().
|
2013-06-09 15:16:56 +01:00 |
Alex Pott
|
92a674e54d
|
Issue #1890536 by chx, jibran: Update core pregs to use ?<name> for subpatterns instead of ?P<>.
|
2013-06-09 15:15:21 +01:00 |
Alex Pott
|
bda47427a7
|
Issue #1798654 by swentel, amateescu: Clean faulty HTML in help description of field widgets.
|
2013-06-09 15:11:58 +01:00 |
Alex Pott
|
e0db7ebac1
|
Issue #1999344 by aaronott: Use Symfony Request for edit module.
|
2013-06-09 15:10:06 +01:00 |
Alex Pott
|
96c82a2913
|
Issue #1921748 by damiankloip: Fixed Views UI gives no indication that you are editing a disabled view.
|
2013-06-09 15:07:44 +01:00 |
Alex Pott
|
bd1f226e8d
|
Issue #1881606 by dawehner, jibran: Use a derivative to integrate all entities as row plugins.
|
2013-06-09 13:35:39 +01:00 |
Alex Pott
|
7b76e91845
|
Issue #1868930 by nathangervais: Ensure proper capitalization is used throughout the UI.
|
2013-06-09 12:49:50 +01:00 |
Alex Pott
|
a4295b6fc8
|
Issue #2002722 by neochief: Improve maintainability by removing unused local variables - core/includes/install.inc.
|
2013-06-09 12:45:46 +01:00 |
Alex Pott
|
4f3fbf6204
|
Issue #1000688 by ArtistConk, franz: Fixed Bartik's node add form needs some help.
|
2013-06-09 11:50:05 +01:00 |
Alex Pott
|
71eba4f109
|
Issue #1993330 by damiankloip: Move views_handler_field_custom_pre_render_move_text() function to a class method on Drupal\views\Plugin\views\field\Custom.
|
2013-06-09 11:38:47 +01:00 |
Alex Pott
|
cd4c61e425
|
Issue #1898038 by jenlampton, joelpittet, duellj, Cottser, Shawn DeArmond, widukind, ezeedub, c4rl: Custom_block().module - Convert theme_ functions to Twig.
|
2013-06-09 11:37:29 +01:00 |
Alex Pott
|
7f99ae9e99
|
Issue #1982138 by tim.plunkett, amateescu, swentel, yched: Clean out field_ui().admin.inc.
|
2013-06-09 11:15:09 +01:00 |
Nathaniel Catchpole
|
c3938baa9d
|
Issue #1974372 by kim.pepper, ParisLiakos: Convert aggregator_page_sources() to a Controller.
|
2013-06-08 21:15:51 +01:00 |
Nathaniel Catchpole
|
ffaabb7cfa
|
Issue #1998576 by beejeebus, alexpott, swentel: Make the config import process use full config trees again.
|
2013-06-08 21:10:53 +01:00 |
Alex Pott
|
d790fb7ada
|
Issue #805858 by Pancho, Steven Jones, simg: Fixed Affected rows inconsistent across database engines.
|
2013-06-08 18:39:36 +01:00 |
Alex Pott
|
1936dbc53d
|
Issue #1938898 followup by brantwynn, tim.plunkett, Cottser: Fixed Convert block theme tables to table #type.
|
2013-06-08 18:24:06 +01:00 |
Alex Pott
|
e44d062a63
|
Issue #2002460 by sillygwailo, kronda: Rename Views method default_not_found() to defaultNotFound().
|
2013-06-08 00:16:07 +01:00 |
Alex Pott
|
821dc67d3f
|
Issue #2002442 by baldwinlouie, sillygwailo, jibran: Rename Views method default_actions() to defaultActions().
|
2013-06-08 00:14:18 +01:00 |
Alex Pott
|
167810ff96
|
Issue #2002340 by elvis2, jibran: Rename Views method add_where() to addWhere().
|
2013-06-08 00:12:42 +01:00 |
Alex Pott
|
18e03273de
|
Issue #2002274 by elvis2: Rename Views method add_relationship() to addRelationship().
|
2013-06-08 00:10:08 +01:00 |
Alex Pott
|
cf23ee6e1d
|
Issue #2003292 by ricky.middaugh, elvis2, jibran: Rename Views method set_current_page() to setCurrentPage().
|
2013-06-08 00:08:19 +01:00 |
Alex Pott
|
99c2b590c6
|
Issue #2003276 by markie, jibran: Rename Views method set_offset() to setOffset().
|
2013-06-08 00:06:06 +01:00 |
Alex Pott
|
ba51ddf21b
|
Issue #1987066 followup by swentel: [Hotfix] Change notice: Rename files to match CSS file naming convention.
|
2013-06-07 23:43:39 +01:00 |
Alex Pott
|
2432c02138
|
Issue #1987066 by Kevin Morse, JohnAlbin, rteijeiro, echoz, ry5n: Rename files to match CSS file naming convention.
|
2013-06-07 11:48:55 +01:00 |
Alex Pott
|
da63eafbb7
|
Issue #1973312 by RobLoach, ParisLiakos, damiankloip, dawehner: Move drupal_map_assoc() to a MapArray Utility Component.
|
2013-06-06 20:31:00 +01:00 |
Jennifer Hodgdon
|
1eb4d7002e
|
Issue #2012898 by mcjim: Trivial Patch of the Month candidate: Fix indefinite article in book.module documentation
|
2013-06-06 12:15:04 -07:00 |
Alex Pott
|
b0cf1be964
|
Issue #1846172 by tim.plunkett, damiankloip: Replace the actions API.
|
2013-06-06 20:10:20 +01:00 |
Jennifer Hodgdon
|
f164dcc5fb
|
Issue #839634 by aaronott, jhodgdon, drunken monkey, rocket_nova, Berdir: Make documentation for table sorting match what the code does
|
2013-06-06 09:38:15 -07:00 |
Jennifer Hodgdon
|
40b9180d0f
|
Issue #1999074 by sarahdavies, phl3tch: Fix up formatting near end of Form Builder topic docs
|
2013-06-06 09:21:59 -07:00 |
Jennifer Hodgdon
|
e135e3e256
|
Issue #2001180 by frob: Change reference to variable get/set to Config class in drupal_parse_info_file docs
|
2013-06-06 09:18:06 -07:00 |
Jennifer Hodgdon
|
334b3d7f76
|
Issue #1811520 by JacobSanford, lirantal: Add section tags to theme, hook_menu, and t documentation.
|
2013-06-06 09:14:35 -07:00 |
Jennifer Hodgdon
|
15f64cd23c
|
Issue #2000140 by sarahdavies: Remove stray text in callbacks topic docblock
|
2013-06-06 09:06:15 -07:00 |
Alex Pott
|
54c2e3d506
|
Issue #2002152 by fago, amateescu: Implement entity validation based on symfony validator.
|
2013-06-06 13:38:39 +01:00 |
Alex Pott
|
5b5d5351a8
|
Issue #1998182 by dawehner: Fixed Glossary view is broken.
|
2013-06-06 12:49:03 +01:00 |
Alex Pott
|
dcfda14d06
|
Issue #1684788 followup by nod_: JSHint ajax.js.
|
2013-06-06 12:44:44 +01:00 |
Alex Pott
|
8d79d9ab90
|
Issue #2006598 by nick_schuch: Fixed Tour toggle not floating right.
|
2013-06-06 12:09:37 +01:00 |
Alex Pott
|
e26a156ab0
|
Issue #1801268 by falcon03, mgifford, Risse, heddn, larowlan: Change link field 'title' field to 'link text'.
|
2013-06-06 11:39:13 +01:00 |
Alex Pott
|
88e6a760b7
|
Issue #1818570 by Berdir, effulgentsia, das-peter, andypost: Convert users to the new Entity Field API.
|
2013-06-06 11:20:38 +01:00 |
Nathaniel Catchpole
|
6d93172b96
|
Issue #1969662 by swentel, amateescu, chx | yched: Provide new _update_8000_*() CRUD helpers for Field and Instance definitions.
|
2013-06-06 10:06:46 +01:00 |
Alex Pott
|
6941c5b78b
|
Issue #1984766 by sdboyer, Niklas Fiekas, msonnabaum: Fixed Start relying on Request/Response objects for cache handling.
|
2013-06-06 09:21:58 +01:00 |
Alex Pott
|
b21943922d
|
Issue #1888424 by katbailey, steveoliver, twistor, beejeebus, effulgentsia: Change notice: Make Drupal's URL generation logic available to HttpKernel, and minimize code repetition/divergence.
|
2013-06-06 09:14:16 +01:00 |
Alex Pott
|
9d73599020
|
Issue #2001310 by chx, effulgentsia, Berdir, YesCT: Disallow firing hooks during update.
|
2013-06-06 09:08:39 +01:00 |
Alex Pott
|
6801679a0f
|
Revert "Issue #1960888 by tim.plunkett, dawehner, jibran, damiankloip: Fixed Default archive view uses wrong argument plugin."
This reverts commit fd7e482b11 .
|
2013-06-06 00:33:59 +01:00 |
Dries
|
fd7e482b11
|
Issue #1960888 by tim.plunkett, dawehner, jibran, damiankloip: Fixed Default archive view uses wrong argument plugin.
|
2013-06-05 17:27:30 -04:00 |
Alex Pott
|
b1fcd53b66
|
Issue #2003252 by ThomasVI, jibran: Rename Views method show_value_form() to showValueForm().
|
2013-06-05 22:03:36 +01:00 |
Alex Pott
|
92030a2f4e
|
Issue #2002488 by baldwinlouie, jibran: Rename Views method exception_title() to exceptionTitle().
|
2013-06-05 22:00:08 +01:00 |
Alex Pott
|
f1ba409443
|
Issue #2002894 by crowdcg, jibran: Rename Views method get_argument() to getArgument().
|
2013-06-05 21:58:42 +01:00 |
Dries
|
1bf078e743
|
Issue #1944910 by tim.plunkett, barraponto, jibran: Convert ban.module's page callbacks to Controllers.
|
2013-06-05 15:00:21 -04:00 |
Alex Pott
|
ec9dc2c390
|
Issue #1935908 by ParisLiakos, msonnabaum: Convert Graph tests to phpunit.
|
2013-06-05 18:51:44 +01:00 |
Dries
|
bdf7b002b2
|
Issue #1920888 by alexh58, YesCT, pmelab: Fixed Follow-up: Add some JS to make the dependent groups always checked (and readonly) when the master group is checked translatable.
|
2013-06-05 13:43:43 -04:00 |
Dries
|
e2c4d34c31
|
Issue #1994192 by tsi, mjohnq3: Bartik's menu tabs in RTL.
|
2013-06-05 13:37:07 -04:00 |
Dries
|
9600c1e521
|
Issue #1988328 by nod_, jessebeach: Contextual link JavaScript error when viewing a page such as /admin/* that doesn't contain any contextual links.
|
2013-06-05 13:10:45 -04:00 |
Dries
|
b9de1f2d0d
|
Issue #1984628 by Wim Leers: documentation missing for hook_edit_editor_alter().
|
2013-06-05 13:04:32 -04:00 |
Dries
|
30251ca252
|
Issue #1980744 by Wim Leers: Turn edit/metadata into a JsonResponse again, to allow contrib to implement client-side caching of metadata.
|
2013-06-05 12:58:11 -04:00 |
Alex Pott
|
8625dfc7c7
|
Issue #2002412 by marlatt, davmorr: Rename Views method cache_set_expire() to cacheSetExpire().
|
2013-06-05 17:02:38 +01:00 |
Alex Pott
|
dca8035dc0
|
Issue #1791970 followup by marvil07, dww: Optionally detect tar.* as extension instead of * on views file extension field handler.
|
2013-06-05 16:23:33 +01:00 |
Nathaniel Catchpole
|
579aa78880
|
Issue #1947720 by damiankloip: Use Drupal::state() to replace state().
|
2013-06-05 15:58:21 +01:00 |
Alex Pott
|
520f1c516d
|
Issue #1987824 by nick_schuch, vijaycs85, ParisLiakos: Convert system_php() to a new style controller.
|
2013-06-05 14:39:57 +01:00 |
Nathaniel Catchpole
|
5ccb432956
|
Issue #1969136 by swentel: Move field_reserved_columns() to a static method.
|
2013-06-05 12:40:59 +01:00 |
Nathaniel Catchpole
|
f67a09b263
|
Issue #1278456 by dawehner, damiankloip: Append [hidden] to administrative title of excluded fields.
|
2013-06-05 12:36:22 +01:00 |
Nathaniel Catchpole
|
50919a7934
|
Issue #2003342 by jhedstrom: Convert system module's database unit tests to phpunit.
|
2013-06-05 12:33:21 +01:00 |
Alex Pott
|
7166d89041
|
Issue #1983164 by dawehner, larowlan: Entity Forms in ajax requests don't find the route.
|
2013-06-05 11:24:59 +01:00 |
Alex Pott
|
99861e89d4
|
Issue #1856556 by Berdir, andypost, das-peter: Convert user contact form into a contact category/bundle.
|
2013-06-05 10:18:02 +01:00 |
Alex Pott
|
ff0f94d955
|
Issue #1992428 followup by andypost: Convert Roles management to a Controller.
|
2013-06-05 09:36:42 +01:00 |
Alex Pott
|
176984124a
|
Issue #2010322 by Damien Tournoud, dcrocks, amateescu: SQLite follow up to #1953800 'Make the database connection serializable'.
|
2013-06-05 09:32:06 +01:00 |
Alex Pott
|
42daa83c5e
|
Issue #1911728 by ParisLiakos, Xano, dawehner, jibran, David_Rothstein: Remove hook_init().
|
2013-06-05 08:47:39 +01:00 |
Alex Pott
|
17c06e0c70
|
Issue #2002482 by chrisjlee, brennanmh, shixish: Rename Views method ensure_path() to ensurePath().
|
2013-06-05 08:41:39 +01:00 |
Alex Pott
|
c4e1535220
|
Issue #2002486 by crowdcg, shixish: Rename Views method even_empty() to evenEmpty().
|
2013-06-05 08:40:33 +01:00 |
Alex Pott
|
7731380b6b
|
Issue #2002930 by marlatt, markie: Rename Views method value_validate() to valueValidate().
|
2013-06-05 08:37:31 +01:00 |
Alex Pott
|
d72064fae6
|
Issue #2003458 by Dan Reinders: Rename Views method operator_values() to operatorValues().
|
2013-06-05 08:36:31 +01:00 |
Alex Pott
|
c481e2fdbe
|
Issue #2002496 by baldwinlouie: Rename Views method exposed_form_alter() to exposedFormAlter().
|
2013-06-05 08:35:33 +01:00 |
Alex Pott
|
35a7926001
|
Issue #2003522 by jeroen12345, trevjs, nathangervais: Rename Views method op_simple() to opSimple().
|
2013-06-05 08:34:35 +01:00 |
Alex Pott
|
c5d336e3b3
|
Issue #2003538 by jeroen12345, toddtomlinson, nathangervais: Rename Views method op_not_starts() to opNotStartsWith().
|
2013-06-05 08:33:20 +01:00 |
Alex Pott
|
c7ebc944d8
|
Issue #2002454 by baldwinlouie: Rename Views method default_display_sorts_user() to defaultDisplaySortsUser().
|
2013-06-05 08:32:16 +01:00 |
Alex Pott
|
8de2be71c4
|
Issue #2002878 by theladebug, toddtomlinson, jeroen12345: Rename Views method is_exception() to isException().
|
2013-06-05 08:30:11 +01:00 |
Alex Pott
|
3e83ff9777
|
Issue #2002448 by theladebug, brandon_beeler: Rename Views method default_display_filters_user() to defaultDisplayFiltersUser().
|
2013-06-05 08:29:08 +01:00 |
Alex Pott
|
7b3a9a93ce
|
Issue #2003306 by markie: Rename Views method set_breadcrumb() to setBreadcrumb().
|
2013-06-05 08:28:08 +01:00 |
Alex Pott
|
802b6c0c51
|
Issue #2002950 by a_L_p, tvlooy, nathangervais: Rename Views method use_count_query() to useCountQuery().
|
2013-06-05 08:23:12 +01:00 |
Alex Pott
|
f6ea9cd2a2
|
Issue #2003238 by nathangervais: Rename Views summary_argument() to summaryArgument().
|
2013-06-05 08:22:07 +01:00 |
Alex Pott
|
c6698cf577
|
Issue #2003470 by sillygwailo: Rename Views method op_word() to opContainsWord().
|
2013-06-05 08:20:47 +01:00 |
Alex Pott
|
486b8b8700
|
Issue #2002396 by brennanmh, nathangervais: Rename Views method cache_expire() to cacheExpire().
|
2013-06-05 08:19:52 +01:00 |
Alex Pott
|
ee9bb5167f
|
Issue #2003554 by jeroen12345, NonProfit: Rename Views method op_contains() to opContains().
|
2013-06-05 08:18:21 +01:00 |
Alex Pott
|
fb03231ed7
|
Issue #2002420 by oenie: Rename Views method check_access() to checkAccess().
|
2013-06-05 08:14:11 +01:00 |
Alex Pott
|
65d70e1a5a
|
Issue #2002384 by toddtomlinson, nathangervais: Rename Views method build_group_validate() to buildGroupValidate().
|
2013-06-05 08:09:45 +01:00 |
Alex Pott
|
995e449605
|
Issue #2003510 by jeroen12345, joeystern, nathangervais: Rename Views method op_starts() to opStartsWith().
|
2013-06-05 08:03:32 +01:00 |
Alex Pott
|
7d3110324a
|
Issue #2002416 by sillygwailo, mari3.14, jeroen12345, jibran: Rename Views method can_build_group() to canBuildGroup().
|
2013-06-05 08:00:59 +01:00 |
Alex Pott
|
689127e7f6
|
Issue #2003540 by jeroen12345, toddtomlinson: Rename Views method op_not_ends() to opNotEnds().
|
2013-06-05 07:59:27 +01:00 |
Alex Pott
|
631d0da1f6
|
Issue #2003348 by jeroen12345, phenaproxima, Dan Reinders: Rename Views method render_as_link() to renderAsLink().
|
2013-06-05 07:58:07 +01:00 |
Alex Pott
|
cb1e2dfb65
|
Issue #2002366 by Gang Wang, Dan Reinders: Rename Views method block_display_options() to blockDisplayOptions().
|
2013-06-05 07:57:12 +01:00 |
Alex Pott
|
a17c65c01f
|
Issue #2002410 by nathangervais, davmorr: Rename Views method cache_set() to cacheSet().
|
2013-06-05 07:54:39 +01:00 |
Alex Pott
|
dd4f441894
|
Issue #2003258 followup by markie: Rename Views show_sort_form() to showSortForm().
|
2013-06-05 07:51:53 +01:00 |
Alex Pott
|
b58f44410f
|
Issue #2002924 by markie: Rename Views method get_join_data() to getJoinData().
|
2013-06-05 07:50:41 +01:00 |
Alex Pott
|
9ae13bc8e1
|
Issue #2003310 by Dan Reinders, phenaproxima: Rename Views method sanitize_columns() to sanitizeColumns().
|
2013-06-05 07:48:07 +01:00 |
Alex Pott
|
93dadb928e
|
Issue #2002360 by brandon_beeler, Dan Reinders: Rename Views method alter_subquery_condition() to alterSubqueryCondition().
|
2013-06-05 07:47:13 +01:00 |
Alex Pott
|
5e0590ca06
|
Issue #2003240 by gdf, theladebug: Rename Views method store_group_input() to storeGroupInput().
|
2013-06-05 07:46:11 +01:00 |
Alex Pott
|
3888a2be9d
|
Issue #2002880 by jeroen12345, toddtomlinson: Rename Views method is_value_empty() to isValueEmpty().
|
2013-06-05 07:45:09 +01:00 |
Alex Pott
|
176968cb82
|
Issue #2002466 by druderman, hugo.lallo: Rename Views method document_self_tokens() to documentSelfTokens().
|
2013-06-05 07:43:52 +01:00 |
Alex Pott
|
bf36b09ecb
|
Issue #2003332 by NonProfit, Frederico, jibran: Rename Views method render_grouping_sets() to renderGroupingSets().
|
2013-06-05 07:29:55 +01:00 |
Alex Pott
|
42af4a57e0
|
Issue #2003288 by NonProfit, Dan Reinders: Rename Views method set_distinct() to setDistinct().
|
2013-06-05 07:17:20 +01:00 |
Alex Pott
|
b0d6b2ace5
|
Issue #2002374 by brentaar, toddtomlinson: Rename Views method build_form() to buildForm().
|
2013-06-05 07:15:58 +01:00 |
Alex Pott
|
f13b87ca4b
|
Issue #2002414 by theladebug: Rename Views method cache_start() to cacheStart().
|
2013-06-05 07:14:31 +01:00 |
Alex Pott
|
26c5f09b32
|
Issue #2003320 by gdf, jibran: Rename Views method reset_form() to resetForm().
|
2013-06-05 07:13:32 +01:00 |
Alex Pott
|
51d364e0f1
|
Issue #2002424 by web.dev.cas: Rename Views method click_sort() to clickSort().
|
2013-06-05 07:12:14 +01:00 |
Alex Pott
|
49fb3c5f1c
|
Issue #2003350 by elvis2, druderman, tvlooy, jibran: Rename Views method render_altered() to renderAltered().
|
2013-06-05 07:10:45 +01:00 |
Alex Pott
|
466078c06c
|
Issue #2003354 by kenianbei, Dan Reinders: Rename Views method queue_table() to queueTable().
|
2013-06-05 07:08:40 +01:00 |
Alex Pott
|
8cf5b02ca0
|
Issue #2002942 by Dan Reinders, jastraat: Rename Views method uses_exposed() to usesExposed().
|
2013-06-05 07:07:13 +01:00 |
Alex Pott
|
577949ff96
|
Issue #2002434 by sillygwailo: Rename Views method create_view() to createView().
|
2013-06-05 07:05:16 +01:00 |
Alex Pott
|
93e801555b
|
Issue #1987140 by damiankloip: Add a dedicated @InPlaceEditor plugin annotation.
|
2013-06-05 07:00:32 +01:00 |
webchick
|
d4a11ad308
|
Issue #2003428 by marlatt, marthaflour | baldwinlouie: Rename Views method op_between() to opBetween().
|
2013-06-04 22:04:39 -05:00 |
webchick
|
d08b65ff6c
|
Issue #2002370 by toddtomlinson, jibran | heddn: Rename Views method build_display_options() to buildDisplayOptions().
|
2013-06-04 22:02:51 -05:00 |
webchick
|
9cbc351d1e
|
Issue #2002382 by toddtomlinson, danylevskyi | heddn: Rename Views method build_group_submit() to buildGroupSubmit().
|
2013-06-04 22:01:28 -05:00 |
webchick
|
3a72626107
|
Issue #2003558 by marlatt, NonProfit, nathangervais | heddn: Rename Views method op_ends() to opEndsWith().
|
2013-06-04 21:59:14 -05:00 |
webchick
|
70d3d8d700
|
Issue #2003528 by toddtomlinson, tvlooy, marlatt | heddn: Rename Views method op_shorter() to opShorterThan().
|
2013-06-04 21:49:53 -05:00 |
webchick
|
dc05265a4e
|
Issue #2003496 by NonProfit, marlatt | heddn: Rename Views method get_value() to getValue().
|
2013-06-04 21:48:13 -05:00 |
webchick
|
2f820dd288
|
Issue #2002898 by Joe9, Psikik, kevin.reiss, rootwork | heddn: Rename Views method get_current_page() to getCurrentPage().
|
2013-06-04 21:45:47 -05:00 |
webchick
|
8a86fa0247
|
Issue #2002952 by laszlocore, Dan Reinders, tvlooy, vito_a: Rename Views method update_page_info() to updatePageInfo().
|
2013-06-04 21:43:48 -05:00 |
webchick
|
8646f286a2
|
Issue #2002270 by phenaproxima, zschmid, vito_a | benjifisher: Remove views method add_having().
|
2013-06-04 21:33:04 -05:00 |
webchick
|
6952fa75da
|
Issue #2002968 by zhgenti | heddn: Rename Views method get_offset() to getOffset().
|
2013-06-04 21:30:02 -05:00 |
webchick
|
db7edce355
|
Issue #1398044 by dawehner, iStryker, bradwade: Added Provide default value for in XSS Component.
|
2013-06-04 21:26:41 -05:00 |
webchick
|
5e54a114bb
|
Issue #2002982 by chr.fritsch, Dan Reinders, danylevskyi: Rename Views method summary_name_field() to summaryNameField().
|
2013-06-04 21:23:50 -05:00 |
webchick
|
5021c480bc
|
Issue #2003566 by broeker | heddn: Rename Views method op_longer() to opLongerThan().
|
2013-06-04 21:22:19 -05:00 |
webchick
|
7a81bb66d1
|
Issue #2002428 by hansenm, nathangervais | heddn: Rename Views method compile_fields() to compileFields().
|
2013-06-04 21:21:15 -05:00 |
webchick
|
4a69401036
|
Issue #2002932 by zschmid, jastraat, vito_a | Dan Reinders: Rename Views method value_form() to valueForm().
|
2013-06-04 21:18:44 -05:00 |
webchick
|
cbc907fa79
|
Issue #2002974 by tvlooy, kenianbei, danylevskyi | Dan Reinders: Rename Views method title_query() to titleQuery().
|
2013-06-04 21:16:14 -05:00 |
webchick
|
490b88f285
|
Issue #2003514 by baldwinlouie, Joe9 | heddn: Rename Views method mark_table() to markTable().
|
2013-06-04 21:13:47 -05:00 |
webchick
|
3fdf6a1c13
|
Issue #2002348 by baldwinlouie, heddn, sillygwailo: Rename Views method advanced_render() to advancedRender().
|
2013-06-04 21:10:54 -05:00 |
webchick
|
2be9d02f18
|
Issue #2002462 by NonProfit, danylevskyi | heddn: Rename Views method default_summary() to defaultSummary().
|
2013-06-04 21:08:21 -05:00 |
webchick
|
8d582794c8
|
Issue #2003536 by nathangervais, marlatt, NonProfit | heddn: Change notice: Rename Views method op_regex() to opRegex().
|
2013-06-04 21:04:51 -05:00 |
webchick
|
30d3671c03
|
Issue #1957154 by joates, ayelet_Cr, xjm | Berdir: Replace calls to drupal_container()->get('module_handler()') service with Drupal::moduleHandler().
|
2013-06-04 20:58:17 -05:00 |
webchick
|
61a51b2719
|
Issue #2002378 by toddtomlinson, drhino, zschmid, EllaTheHarpy | heddn: Rename Views method build_group_form() to buildGroupForm().
|
2013-06-04 20:54:51 -05:00 |
webchick
|
79cbe7973c
|
Issue #2001318 by Dan Reinders, chertzog: Rename Views method add_additional_fields() to addAdditionalFields().
|
2013-06-04 20:32:58 -05:00 |
Nathaniel Catchpole
|
1187f77324
|
Issue #1860876: module_implements_write_cache() should not drop caches when requesting with POST method
|
2013-06-04 12:30:52 +01:00 |
Nathaniel Catchpole
|
99f7e5944f
|
Issue #2004908 by sdboyer: Added Allow tests to specify that response headers should be dumped in verbose mode.
|
2013-06-04 10:31:11 +01:00 |
Dries
|
7ee44e459a
|
Issue #556380 by deekayen, ParisLiakos, cweagans: Remove OpenID from core.
|
2013-06-03 21:17:32 -04:00 |
Dries
|
f150c849b2
|
Issue #2008644 by mradcliffe, Pancho: Fixed FilterPluginManager::__construct() calls CacheDecorator with incorrect parameters (expires).
|
2013-06-03 21:13:48 -04:00 |
Dries
|
0756534ae2
|
Issue #1961340 by Wim Leers, mrP: Fixed CSS aggregation breaks file URL rewriting because it abuses it.
|
2013-06-03 21:12:16 -04:00 |
Dries
|
b447f19b01
|
Issue #1932948 by falcon03: Primary tabs could not work in certain situations due to a wrong ARIA role.
|
2013-06-03 21:08:09 -04:00 |
Dries
|
f37d3c80c6
|
Issue #1879774 by damiankloip, dawehner, effulgentsia: catch plugin exceptions for invalid views display plugins.
|
2013-06-03 21:05:48 -04:00 |
Alex Pott
|
31586f70b1
|
Issue #2002362 by Gang Wang, zschmid, jeroen12345: Rename Views method attach_to() to attachTo().
|
2013-06-04 01:22:09 +01:00 |
Alex Pott
|
04490645c4
|
Issue #2002900 by diarmy: Rename Views method get_default_argument() to getDefaultArgument().
|
2013-06-04 00:59:50 +01:00 |
Alex Pott
|
d757edec0c
|
Issue #2003344 by kenianbei, Dan Reinders: Rename Views method render_fields() to renderFields().
|
2013-06-04 00:55:37 +01:00 |
Alex Pott
|
ace3459c4b
|
Issue #2006636 by tim.plunkett: Fixed menu_contextual_links() will always return a link to the MENU_DEFAULT_LOCAL_TASK, never the parent.
|
2013-06-03 20:52:29 +01:00 |
Alex Pott
|
75ee363b92
|
Issue #1863816 followup by tim.plunkett: [Followup] Allow plugins to have services injected.
|
2013-06-03 20:49:21 +01:00 |
Alex Pott
|
2e63868616
|
Issue #625958 followup by slashrsm, chx, andypost, yched: [Follow up] Support Uploading Multiple Files for HTML5 Browsers via #multiple attribute.
|
2013-06-03 20:37:59 +01:00 |
Alex Pott
|
115dd12597
|
Issue #1999816 by nod_: JSHint announce.js.
|
2013-06-03 20:12:39 +01:00 |
Alex Pott
|
05a2984cb1
|
Issue #1684876 by droplet, nod_: JSHint toolbar.
|
2013-06-03 20:12:39 +01:00 |
Nathaniel Catchpole
|
affc74ccdd
|
Issue #1999322 by elvis2, alexander.ilivanov | Berdir: Remove node_save() and node_delete()/node_delete_multiple() in favor of $node->save()/$node->delete().
|
2013-06-03 11:00:40 +01:00 |
catch
|
a078c23800
|
Issue #1987114 by thedavidmeister: Allow l() to accept a renderable array for $text.
|
2013-06-02 17:12:36 +01:00 |
catch
|
81ed3ecb0f
|
Issue #2003564 by manarth: Remove drupal_add_css() from block.module — use #attached.
|
2013-06-02 12:02:10 +01:00 |
catch
|
24d1333cd5
|
Issue #2003524 by manarth: Remove drupal_add_css() from() help.module — use #attached.
|
2013-06-02 12:01:04 +01:00 |
catch
|
8fadfdfb3c
|
Issue #1961938 by chx, alexpott, YesCT, xjm, attheshow, dawehner: Test the interactive installer.
|
2013-06-02 11:54:03 +01:00 |
Dries
|
6049d2517d
|
Issue #2004780 by Ryan Weal, YesCT, tim.plunkett, plach, Gábor Hojtsy: Fixed Unify menu item access checking with mock menu items.
|
2013-05-31 14:19:40 -04:00 |
Alex Pott
|
8e778911dd
|
Revert "Issue #1798654 by swentel: Fixed Clean faulty HTML in help description of field widgets."
This reverts commit 0e59a8d66d .
|
2013-05-31 16:19:27 +01:00 |
Alex Pott
|
e99a83e54d
|
Issue #2003602 by Mixologic: Fixed DialogController.php namespace typo.
|
2013-05-31 11:16:37 +01:00 |
Alex Pott
|
8f85c84b2c
|
Issue #2006258 by TravisCarden: Fixed more file permissions.
|
2013-05-31 11:13:48 +01:00 |
Alex Pott
|
060d9562fa
|
Issue #2002622 by nod_: Wrong declaration for tabbingmanager script in system_library_info().
|
2013-05-31 10:23:35 +01:00 |
Alex Pott
|
895e29fce3
|
Issue #1955292 by tmckeown, droplet, nod_: JSHint edit.
|
2013-05-31 10:14:36 +01:00 |
Alex Pott
|
34eac38da3
|
Issue #1984626 by klausi: Fixed ResourcePluginManager should implement an AlterDecorator and others.
|
2013-05-31 10:11:33 +01:00 |
Alex Pott
|
d46f4d2b14
|
Issue #2003594 by gcassie: Fixed duplicate array key in _form_test_disabled_elements().
|
2013-05-31 10:07:49 +01:00 |
Alex Pott
|
7924d881b7
|
Issue #2003388 by nicholaspaun: Fixed HTML for menu blocks contains invalid attribute 'classes'.
|
2013-05-31 10:06:24 +01:00 |
Alex Pott
|
0e59a8d66d
|
Issue #1798654 by swentel: Fixed Clean faulty HTML in help description of field widgets.
|
2013-05-31 10:04:10 +01:00 |
Alex Pott
|
cbb579b037
|
Issue #1799600 by andypost, damiankloip: Add test of sorting for configuration entities.
|
2013-05-31 09:53:45 +01:00 |
Alex Pott
|
5de39415fd
|
Issue #1822048 followup by tim.plunkett: Consider improving/removing the concept of 'broken' handlers.
|
2013-05-31 06:23:01 +01:00 |
Alex Pott
|
7cffb9f2e4
|
Issue #1822048 by tim.plunkett: Consider improving/removing the concept of 'broken' handlers.
|
2013-05-31 05:11:04 +01:00 |
Alex Pott
|
0979e1f587
|
Issue #2002732 by Froelund, diarmy, drupalmonkey: Improve code maintainability by removing unused local variables - core/includes/update.inc.
|
2013-05-30 07:18:49 +01:00 |
Alex Pott
|
abbd5befd8
|
Issue #2002730 by Froelund, leanderl, drupalmonkey: Improve code maintainability by removing unused local variables - core/includes/theme.inc.
|
2013-05-30 07:16:38 +01:00 |
Alex Pott
|
645524275e
|
Issue #2002706 by kerasai: Improve code maintainability by removing unused local variables - core/includes/authorize.inc.
|
2013-05-30 07:14:11 +01:00 |
Alex Pott
|
cd56978aa7
|
Issue #2003272 by kenianbei, Dan Reinders, theladebug: Rename Views method set_validated_view() to setValidatedView().
|
2013-05-30 00:59:08 +01:00 |
Alex Pott
|
2cde13be13
|
Issue #2002354 by IshaDakota, Dan Reinders, jeroen12345: Rename Views method aggregation_method_simple() to aggregationMethodSimple().
|
2013-05-30 00:58:00 +01:00 |
Alex Pott
|
9853507acd
|
Issue #2002476 by jeroen12345, phenaproxima: Rename Views method element_type() to elementType().
|
2013-05-30 00:56:43 +01:00 |
Alex Pott
|
4da6c73f05
|
Issue #2002914 by crowdcg: Rename Views method get_field_value() to getFieldValue().
|
2013-05-30 00:55:35 +01:00 |
Alex Pott
|
0a563e856c
|
Issue #2003476 by baldwinlouie: Rename Views method get_temporary_view() to getTemporaryView().
|
2013-05-30 00:51:47 +01:00 |
Alex Pott
|
b74991a3c6
|
Issue #2003280 by kenianbei, Dan Reinders: Rename Views method set_limit() to setLimit().
|
2013-05-30 00:50:46 +01:00 |
Alex Pott
|
15d26abb0f
|
Issue #2003346 by JimSmith: Rename Views method render_exposed_form() to renderExposedForm().
|
2013-05-30 00:49:15 +01:00 |
Alex Pott
|
708e3c9ace
|
Issue #2002908 by bdone, lokapujya: Rename Views method get_entity_tables() to getEntityTables().
|
2013-05-30 00:44:07 +01:00 |
Alex Pott
|
18fad64741
|
Issue #2002394 by broeker, jibran: Rename Views method build_sorts() to buildSorts().
|
2013-05-30 00:42:11 +01:00 |