Alex Pott
|
16c85cea88
|
Issue #2002916 by sillygwailo: Rename Views method get_formula() to getFormula().
|
2013-05-28 23:15:25 +01:00 |
Alex Pott
|
19addd3560
|
Issue #2002882 by aspilicious: Rename Views method items_per_page_exposed() to itemsPerPageExposed().
|
2013-05-28 23:14:09 +01:00 |
Alex Pott
|
d71dcf4fa0
|
Issue #2002430 by hugo.lallo: Rename Views method condition_namespace() to conditionNamespace().
|
2013-05-28 23:14:08 +01:00 |
Alex Pott
|
98c521d129
|
Issue #2002498 by diarmy, phenaproxima: Rename Views method exposed_form_submit() to exposedFormSubmit().
|
2013-05-28 23:14:08 +01:00 |
Alex Pott
|
b53df3c9e8
|
Issue #2001330 by juan.brein, KCarlile, zschmid, chertzog: Rename Views method add_having_expression() to addHavingExpression().
|
2013-05-28 23:14:08 +01:00 |
Alex Pott
|
262895e9da
|
Issue #1998330 by clemens.tolboom, dawehner: Fixed Minipager is broken on page size == 1 due to ceil(PHP_MAX_INT / 1).
|
2013-05-28 23:06:06 +01:00 |
Alex Pott
|
421bee5b4a
|
Issue #2003312 by ggroves: Rename Views method row_style_options() to rowStyleOptions().
|
2013-05-28 22:53:17 +01:00 |
Alex Pott
|
dc44c6040c
|
Issue #2003264 by phenaproxima, shoptalk: Rename Views show_build_group_form() to showBuildGroupForm().
|
2013-05-28 22:51:09 +01:00 |
Alex Pott
|
23b59123d1
|
Issue #1998466 by dawehner, ParisLiakos: Convert filter_xss_admin() and similar function to an Xss component.
|
2013-05-28 22:48:53 +01:00 |
Alex Pott
|
5a95824b28
|
Issue #2002250 by dwieeb: Rename Views method get_title() to getTitle().
|
2013-05-28 22:04:03 +01:00 |
Alex Pott
|
ddfec678b2
|
Issue #2003378 by dwieeb: Rename Views method get_sort_name() to getSortName().
|
2013-05-28 22:02:20 +01:00 |
Alex Pott
|
30ad3a65a3
|
Issue #2003338 by dwieeb: Rename Views method get_row_class() to getRowClass().
|
2013-05-28 21:59:28 +01:00 |
Alex Pott
|
db385738a2
|
Issue #2003044 by dwieeb: Rename Views method get_plugin() to getPlugin().
|
2013-05-28 21:57:48 +01:00 |
Alex Pott
|
55f5d78e3d
|
Issue #2002970 by bdone: Rename Views method get_pager_id() to getPagerId().
|
2013-05-28 21:47:22 +01:00 |
Alex Pott
|
acd9be1b06
|
Issue #2003258 by markie: Rename Views show_sort_form() to showSortForm().
|
2013-05-28 21:35:40 +01:00 |
Alex Pott
|
265a77b3c5
|
Issue #2002866 by mcpuddin: Rename Views method has_default_argument() to hasDefaultArgument().
|
2013-05-28 21:32:02 +01:00 |
Alex Pott
|
39069958e6
|
Issue #2002464 by endorn: Rename Views method default_summary_form() to defaultSummaryForm().
|
2013-05-28 21:30:30 +01:00 |
Alex Pott
|
6c19f24173
|
Issue #2003244 by hoZt: Rename Views method sort_submit()(() to sortSubmit().
|
2013-05-28 21:25:31 +01:00 |
Alex Pott
|
08e824610c
|
Issue #1984378 by aroq, JacobSanford: argument is name of form field used to upload file, not 'filepath or URI of the uploaded file'.
|
2013-05-27 20:50:00 -05:00 |
Alex Pott
|
aeffeda1da
|
Issue #2002886 by bojanz: Rename Views method load_entities() to loadEntities().
|
2013-05-27 20:44:23 -05:00 |
Alex Pott
|
411dc59a17
|
Issue #2002232 by kim.pepper: Cleanup PluginManagerBase.
|
2013-05-27 20:42:27 -05:00 |
Alex Pott
|
e61478745b
|
Issue #1963420 by jibran: Improve DX when writing style plugins by adding a groupingTheme variable .
|
2013-05-27 20:39:58 -05:00 |
Alex Pott
|
ebfdf7fd30
|
Issue #1974044 by EllaTheHarpy, IshaDakota, fjd, Schnitzel: Fixed 'Account administration pages' detection method confusing.
|
2013-05-27 20:35:07 -05:00 |
Alex Pott
|
e4c5f1049f
|
Issue #2001672 by TravisCarden: Rename Views method wizard_submit() to wizardSubmit().
|
2013-05-27 20:31:16 -05:00 |
Alex Pott
|
3af1e98ec3
|
Issue #2001218 by jhedstrom: Convert core/modules/views/lib/Drupal/views/Tests/PluginTypeListTest.php to phpunit.
|
2013-05-27 20:26:32 -05:00 |
Alex Pott
|
00fdcd39cc
|
Issue #1908756 by tim.plunkett: Separate Action Links (MENU_LOCAL_ACTION) from hook_menu().
|
2013-05-27 20:20:55 -05:00 |
Alex Pott
|
bb45304ae1
|
Issue #2005590 by alexpott: Fixed Head broken - use of LANGUAGE_NOT_SPECIFIED constant.
|
2013-05-27 20:17:35 -05:00 |
Alex Pott
|
040ff573a2
|
Issue #1998166 by dawehner: Use the controller resolver to inject parameters into HtmlFormController.
|
2013-05-27 19:57:28 -05:00 |
Alex Pott
|
8e7ead4c05
|
Issue #1985570 by plopesc: Convert layout_test_page() to a Controller.
|
2013-05-27 18:11:03 -05:00 |
Alex Pott
|
521e1e5946
|
Issue #1957158 by abghosh82, JacobSanford: Replace typed_data() with Drupal::typedData().
|
2013-05-27 18:00:35 -05:00 |
Alex Pott
|
b0f09bb623
|
Issue #1985528 by h3rj4n, dawehner, tim.plunkett: Convert filter_tips_long() to Controller.
|
2013-05-27 17:57:52 -05:00 |
Alex Pott
|
228a2aa35b
|
Issue #1931860 by dawehner, damiankloip: Remove plugin_name() property from ViewExecutable.
|
2013-05-27 15:48:36 -07:00 |
Alex Pott
|
ff1eea3386
|
Issue #1792032 by balsama, bjorpe | lxs: Fixed File validation error message not removed after subsequent upload of valid file.
|
2013-05-27 15:41:52 -07:00 |
Alex Pott
|
5dff3def33
|
Issue #1968596 by dawehner, damiankloip | xjm: Fixed New displays are not ordered correctly.
|
2013-05-27 15:39:19 -07:00 |
Alex Pott
|
76f7b94445
|
Issue #1980338 by vineet.osscube, nick_schuch: Fixed Fatal error: Class 'plugin.manager.block' not found in /core/modules/system/system.module on line 1162.
|
2013-05-27 12:48:53 -07:00 |
Alex Pott
|
f6b5925da7
|
Issue #1912504 by damiankloip, dawehner: Move _field_view_formatter_options() to Field.php.
|
2013-05-27 12:46:26 -07:00 |
Alex Pott
|
8244728c92
|
Issue #2000232 by annikaC: Fixed Block schema has two uuid keys.
|
2013-05-27 12:41:40 -07:00 |
Alex Pott
|
09db04dddd
|
Issue #2004784 by chx, effulgentsia: Move module enable/disable/uninstall implementations into ModuleHandler.
|
2013-05-27 12:39:38 -07:00 |
Alex Pott
|
4a1a7f09ba
|
Issue #1057656 by mondrake, chx: Fixed Image styles don't flush for images stored non-default schemes.
|
2013-05-27 11:22:53 -07:00 |
Alex Pott
|
a2f15f28eb
|
Issue #1998250 by patrickd, dww, chx: Move batch to pluggable storage.
|
2013-05-27 11:12:50 -07:00 |
Alex Pott
|
950758f108
|
Issue #1999880 by droplet: Simple tweak of locale.admin.js.
|
2013-05-27 11:08:15 -07:00 |
Alex Pott
|
e8c6f84c24
|
Issue #1791970 by marvil07, drumm: Added Optionally detect tar.* as extension instead of * on views file extension field handler.
|
2013-05-27 11:06:31 -07:00 |
Alex Pott
|
86bc222b00
|
Issue #2004802 by Ryan Weal: Fixed Basic HTML and plain HTML should ship as English configuration.
|
2013-05-26 20:42:13 -07:00 |
Alex Pott
|
5165b47b10
|
Issue #1966298 by das-peter, andypost, Gábor Hojtsy, amateescu, YesCT: Introduce menu link bundles per menus.
|
2013-05-26 20:38:53 -07:00 |
Alex Pott
|
5a31f62c0e
|
Issue #1979030 by marcingy, dawehner: Convert help_page() to a Controller.
|
2013-05-26 16:57:22 -07:00 |
Alex Pott
|
ce7ff5cd54
|
Issue #1634442 by chia, Berdir, amateescu, fago: Fixed DatabaseStorageController can't catch exceptions.
|
2013-05-26 16:45:42 -07:00 |
Alex Pott
|
d556b32546
|
Issue #1968020 by damiankloip, dawehner: Convert ReorderDisplays to use table rendering and remove theme function.
|
2013-05-26 16:38:30 -07:00 |
Alex Pott
|
b4eaea2765
|
Issue #1468210 followup by David_Rothstein: Fixed Remove special ->uid == 1 check in file_validate_size().
|
2013-05-26 16:29:18 -07:00 |
Alex Pott
|
d00049dc74
|
Issue #1968430 by oresh: Added Clean up css and markup for Tour module .
|
2013-05-26 15:06:39 -07:00 |
Alex Pott
|
291689a59b
|
Issue #2003942 by tim.plunkett: Convert system_configure_date_formats_form() to a controller.
|
2013-05-26 15:04:38 -07:00 |