Alex Pott
|
eb53ecc555
|
Issue #2187735 by ianthomas_uk, Sutharsan, andypost: Add removal information to docblock of all @deprecated functions.
|
2014-02-20 13:49:37 +00:00 |
Alex Pott
|
f4a1b19aff
|
Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels, ianthomas_uk: Replace all module_invoke() deprecated function calls.
|
2014-02-15 10:06:58 +00:00 |
Alex Pott
|
12953f2eaf
|
Revert "Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels: Replace all module_invoke() deprecated function calls."
This reverts commit 98cdbfec7b .
|
2014-02-13 12:21:40 +00:00 |
Nathaniel Catchpole
|
824d4b9d1c
|
Issue #2126421 by slashrsm: Decouple \Drupal\Core\Path\AliasManager and \Drupal\Core\Path\Path.
|
2014-02-13 11:50:59 +00:00 |
Nathaniel Catchpole
|
42e1b3a0ac
|
Issue #2002336 by LewisNyman, mgifford, sun: Introduce a CSS class to hide borders of fieldset elements.
|
2014-02-13 11:00:41 +00:00 |
Alex Pott
|
98cdbfec7b
|
Issue #2045921 by juanolalla, Xano, Sutharsan, InternetDevels: Replace all module_invoke() deprecated function calls.
|
2014-02-13 10:53:00 +00:00 |
Jennifer Hodgdon
|
faa467537b
|
Issue #2174353 by anemes, bryanlburkholder: Fix up docs for system_retrieve_file
|
2014-02-12 16:19:44 -08:00 |
webchick
|
784f08f519
|
Issue #1490402 by LewisNyman, nod_, mcjim, mdrummond, rteijeiro, jessebeach, Bojhan, ry5n: Redesign tabs and the content header.
|
2014-02-08 12:57:42 -08:00 |
webchick
|
bc6681c456
|
Issue #1939064 by joelpittet, pwieck, farrington, mark.labrecque, Cottser, InternetDevels, mdrummond, drupalninja99, BarisW, jenlampton: Convert theme_links() to Twig.
|
2014-02-06 20:28:14 -08:00 |
Nathaniel Catchpole
|
0524a0b531
|
Issue #2184591 by sun: system_rebuild_module_data() adds stale/obsolete 'files' property.
|
2014-02-05 21:19:44 +00:00 |
Nathaniel Catchpole
|
4b1d3103e9
|
Issue #2171269 by effulgentsia, Wim Leers, InternetDevels, snig: Handle block rendering's #attributes correctly (fixes in-place editing of custom blocks).
|
2014-02-05 13:22:50 +00:00 |
Nathaniel Catchpole
|
2dc655febf
|
Issue #2025779 by Berdir, ianthomas_uk: Remove ModuleInfo as it is no longer necessary.
|
2014-02-03 16:01:31 +00:00 |
Nathaniel Catchpole
|
09ff81ae52
|
Issue #2167039 by likin, dawehner, Wim Leers, tstoeckler, vijaycs85: Regression: page cache tags broken, also: some routes incorrectly use _controller -> No page object in template variables -> Fatal in seven_preprocess_page().
|
2014-01-29 10:47:12 +00:00 |
Alex Pott
|
acd3a59ea8
|
Issue #2047633 by pwolanin, dawehner, kim.pepper, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit.
|
2014-01-29 08:25:00 +00:00 |
Nathaniel Catchpole
|
8bc36db189
|
Issue #2181811 by alexpott: System info can become inconsistent if hook_system_info_alter() makes a module required.
|
2014-01-27 12:41:44 +00:00 |
webchick
|
e9a240b4b9
|
Issue #2151101 by joelpittet, c4rl, IshaDakota, pplantinga, gnuget, longwave, jeanfei, sbudker1: Convert theme_status_report() to Twig
|
2014-01-25 21:11:21 -08:00 |
webchick
|
297972bac7
|
Revert "Issue #2151101 by joelpittet: Convert theme_status_report() to Twig."
Oops. Wrong commit credit.
This reverts commit 6d5899ecf3 .
|
2014-01-25 21:10:51 -08:00 |
webchick
|
6d5899ecf3
|
Issue #2151101 by joelpittet: Convert theme_status_report() to Twig.
|
2014-01-25 21:10:34 -08:00 |
Alex Pott
|
9da7e4cdc7
|
Issue #2169267 by damiankloip: Replace drupal_cron_run() with a Cron service.
|
2014-01-25 19:13:53 +01:00 |
Alex Pott
|
42e2c36937
|
Revert "Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit."
This reverts commit 531fd59314 .
|
2014-01-24 19:01:38 +01:00 |
Alex Pott
|
531fd59314
|
Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit.
|
2014-01-23 23:14:32 +01:00 |
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
|
34a955321f
|
Issue #1636992 by nod_, Wim Leers: Form.js' formUpdated event is unreliable/incomplete.
|
2014-01-23 11:11:07 +00:00 |
webchick
|
2214ca4e27
|
Revert "Issue #2171071 by jessebeach, Wim Leers: Remove drupal_add_library()."
Somehow this broke PHPUnit, so rolling back for now.
This reverts commit 91b465bdc5 .
|
2014-01-15 12:08:12 -08:00 |
webchick
|
91b465bdc5
|
Issue #2171071 by jessebeach, Wim Leers: Remove drupal_add_library().
|
2014-01-13 14:01:32 -08:00 |
Alex Pott
|
bbed679fbf
|
Issue #2144327 by amateescu, effulgentsia, yched, dasjo: Make all field types provide a schema().
|
2014-01-08 15:45:21 +00:00 |
webchick
|
5c80527210
|
Issue #1987854 by splatio, disasm, kim.pepper, vijaycs85, sidharthap, dawehner: Convert system_themes_page() to a new style controller.
|
2014-01-08 00:39:51 -08:00 |
Nathaniel Catchpole
|
e4124f0a27
|
Revert "Issue #1979468 by Wim Leers, pwolanin, nod_, thedavidmeister, larowlan: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links."
This reverts commit 624296e715 .
|
2014-01-06 22:00:22 +00:00 |
webchick
|
c17906e3f9
|
Issue #2167517 by mtift, ianthomas_uk: System_custom_theme calls removed function drupal_container.
|
2014-01-05 20:42:18 -08:00 |
Nathaniel Catchpole
|
4418321c95
|
Revert "Issue #1226044 by pgrond, martin107, roborn, rbayliss: The password_confirm element should not be aware of the user_form_process_password_confirm process."
This reverts commit dc2e4720df .
|
2014-01-05 11:58:18 +00:00 |
Nathaniel Catchpole
|
624296e715
|
Issue #1979468 by Wim Leers, pwolanin, nod_, thedavidmeister, larowlan: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links.
|
2014-01-04 20:05:38 +00:00 |
Nathaniel Catchpole
|
dc2e4720df
|
Issue #1226044 by pgrond, martin107, roborn, rbayliss: The password_confirm element should not be aware of the user_form_process_password_confirm process.
|
2014-01-03 17:52:19 +00:00 |
Nathaniel Catchpole
|
76e06cfb02
|
Issue #1800022 by Wim Leers, JohnAlbin, herom: Update Backbone and Underscore.
|
2014-01-02 13:46:53 +00:00 |
Nathaniel Catchpole
|
4c6440288d
|
Issue #2068471 by dawehner, Crell, tim.plunkett, jibran, fubhy, larowlan: Normalize Controller/View-listener behavior with a Page object.
|
2014-01-01 20:32:52 +00:00 |
Nathaniel Catchpole
|
aa6d6fb729
|
Issue #732022 by vijaycs85, Wim Leers, dawehner, nod_, kscheirer: Drupal_add_tabledrag() still using drupal_add_(js|library)(), should return array for #attached.
|
2013-12-20 12:05:47 +00:00 |
Nathaniel Catchpole
|
5cc0a0ce6d
|
Issue #1874498 by tim.plunkett, dawehner, jibran, benjy: Provide and use API methods for retrieving base plugin and derivative names from block plugin IDs.
|
2013-12-19 17:57:48 +00: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
|
a3d8888369
|
Issue #2008270 by typhonius, mcjim, Wim Leers, vijaycs85, mr.baileys, JohnAlbin: Remove drupal_add_css() from template_preprocess_maintenance_page() — use #attached.
|
2013-12-15 09:57:31 -08:00 |
Nathaniel Catchpole
|
356325442f
|
Issue #2062211 by rych, m1r1k, joelpittet, dstorozhuk: Remove calls to deprecated global $user in system module (first part).
|
2013-12-12 11:03:09 +00:00 |
webchick
|
5e3bf09934
|
Issue #1483554 by franz, SebCorbin: Autocomplete textfield and ajax: tab key fires up ajax before setting autocomplete value.
|
2013-12-10 22:10:05 -08:00 |
Nathaniel Catchpole
|
f296eace0f
|
Issue #2151117 by Cottser, joelpittet: Remove theme_system_powered_by().
|
2013-12-10 14:19:37 +00:00 |
webchick
|
3bb5f796f6
|
Issue #1998638 by damiankloip, dawehner, kim.pepper, cosmicdreams, alexpott, larowlan, Damien Tournoud: Replace almost all remaining superglobals (, , etc.) with Symfony Request object.
|
2013-12-05 10:02:36 -08:00 |
Nathaniel Catchpole
|
67e93b23ac
|
Issue #2109287 by dawehner, Cottser, tim.plunkett, kim.pepper: Replace list_themes() with a service.
|
2013-12-05 10:06:32 +00:00 |
webchick
|
dc7a5b27ef
|
Revert of Issue #1998638, since it broke drush si and other command-line scripts.
|
2013-12-04 21:13:05 -08:00 |
webchick
|
340c023cf6
|
Issue #2149263 by tim.plunkett: Remove confirm_form().
|
2013-12-04 18:16:46 -08:00 |
webchick
|
a38172dc20
|
Issue #1998638 by damiankloip, dawehner, kim.pepper, cosmicdreams, larowlan, Damien Tournoud: Replace all remaining superglobals (, , etc.) with Symfony Request object.
|
2013-12-03 10:57:18 -08:00 |
Nathaniel Catchpole
|
2e928d56c2
|
Issue #2087239 by ellishettinga, lauriii, c4rl: Remove theme_exposed_filters().
|
2013-12-03 12:01:24 +00:00 |
webchick
|
beee5c272a
|
Issue #2003812 by jsbalsera, Xano, mducharme, NonProfit, shixish | dagmita: Reorder element under configuration => Regional and language.
|
2013-11-28 00:55:52 -08:00 |
webchick
|
063b5cd333
|
Issue #2143933 by tim.plunkett, pwolanin, dawehner: Add _title and _title_callback to all routes.
|
2013-11-27 23:44:52 -08:00 |
Dries
|
4a689c5985
|
Issue #2088121 by nod_, RobLoach, joelpittet, Gábor Hojtsy: Remove Overlay.
|
2013-11-26 17:07:54 -05:00 |
webchick
|
02a10b3161
|
Issue #675446 by mgifford, RobLoach, amateescu, nod_, longwave, oxyc, rteijeiro, tomyouds, Jelle_S, mcrittenden, Sutharsan, hansyg, Angry Dan, clemens.tolboom, droplet | Dave Reid: Change notice: Use jQuery UI Autocomplete.
|
2013-11-24 12:30:09 -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 |
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 |
Nathaniel Catchpole
|
1daa6bb3bb
|
Issue #2118703 by Wim Leers, amateescu: Introduce #post_render_cache callback to allow for personalization without breaking the render cache.
|
2013-11-18 14:19:10 +00:00 |
webchick
|
c435b714e6
|
Issue #2127941 by Gábor Hojtsy: Remove two (out of 3) bogus and duplicate date languages UIs.
|
2013-11-11 10:16:09 -08:00 |
Nathaniel Catchpole
|
b469334d39
|
Issue #2100073 by dawehner: Convert local_actions() to the new local action plugins.
|
2013-11-07 10:47:30 +00:00 |
Nathaniel Catchpole
|
fa32679489
|
Issue #2094241 by moshe weitzmann, amateescu, Wim Leers: Cache tag the page cache.
|
2013-11-01 11:15:22 +00:00 |
webchick
|
08c1599c7f
|
Issue #2057259 by alexpott, cweagans, swentel: Fixed Malformed modulename.info.yml file causes fatal error.
|
2013-10-25 13:19:15 -07:00 |
Nathaniel Catchpole
|
516affdf43
|
Issue #2102125 by dawehner, tim.plunkett, neclimdul, pwolanin, YesCT, damiankloip, Tim Bozeman: Big Local Task Conversion.
|
2013-10-24 13:04:38 +01:00 |
Dries
|
8f6cb3480c
|
Issue #2112233 by alexpott, amateescu: Remove unnecessary ternaries in around config()->get().
|
2013-10-21 16:32:59 -04:00 |
Nathaniel Catchpole
|
3efe9ba1fd
|
Issue #1851414 by nod_, quicksketch, frega, dawehner, damiankloip: Convert Views to use the abstracted dialog modal.
|
2013-10-16 20:18:57 +01:00 |
Nathaniel Catchpole
|
04b4a96c8f
|
Issue #2045931 by PerthSam152, LinL, adsw12, joelpittet: Replace all module_exists() deprecated function calls.
|
2013-10-16 13:18:18 +01:00 |
Nathaniel Catchpole
|
759dad87cb
|
Revert "Issue"
This reverts commit cc84f3903c - bad
commit message.
|
2013-10-16 13:18:18 +01:00 |
Nathaniel Catchpole
|
cc84f3903c
|
Issue
|
2013-10-16 12:19:18 +01:00 |
Nathaniel Catchpole
|
76ed876118
|
Issue #2014017 by jlbellido, alvar0hurtad0, undertext, benjy, penyaskito, LinL: Replace drupal_container() with Drupal::service() in the system module.
|
2013-10-16 11:58:49 +01:00 |
Nathaniel Catchpole
|
2977e2ab57
|
Issue #2071115 by jibran, amateescu: Remove #autocomplete_path in favor of #autocomplete_route.
|
2013-10-15 12:54:21 +01:00 |
webchick
|
4f59f9746f
|
Issue #2049207 by dlu, blakehall, janstoeckler, ramlev, Moderate | Cottser: Replace .tpl.php with .html.twig in documentation.
|
2013-10-03 15:08:29 -07:00 |
webchick
|
6250d15fb0
|
Issue #1798732 by sun, Dean Reilly, mbrett5062, chx, westie, alexpott, juanolalla, Mark Carver, catch, jthorson, cam8001, Berdir: Convert install_task(), install_time() and install_current_batch() to use the state system.
|
2013-10-03 08:13:14 -07:00 |
Alex Pott
|
3cee107ce5
|
Issue #2100329 by cosmicdreams: Use \Drupal instead of Drupal to make IDEs and static code analyse tools happy.
|
2013-10-03 12:26:25 +01:00 |
Alex Pott
|
94ca8a1496
|
Issue #2095249 by mcjim: Change description text for admin/config/system/site-information to remove 'number of posts per page'.
|
2013-10-02 11:21:56 +01:00 |
Nathaniel Catchpole
|
7e163dbb19
|
Issue #1751194 by Cottser, mikl, effulgentsia, benjifisher: Introduce hook_theme_suggestions_HOOK() and hook_theme_suggestions_HOOK_alter().
|
2013-09-29 08:19:59 +01:00 |
Alex Pott
|
4b72c96019
|
Issue #1839318 by JohnAlbin, echoz: Added Replace drupal.base.css library with normalize.css for all themes.
|
2013-09-28 16:30:28 +02:00 |
catch
|
56b72541e5
|
Issue #2009674 by pplantinga, Samvel, dmitrii: Replace theme() with drupal_render() in system module.
|
2013-09-25 09:49:11 +02:00 |
Alex Pott
|
523c8b6cb0
|
Issue #2089671 by disasm, tim.plunkett: Convert non-test form callbacks to new form controller.
|
2013-09-21 13:42:43 +02:00 |
Dries
|
65b155d9c2
|
Issue #1199946 by alexpott, fubhy, bojanz, steinmb, chx, catch: Fixed Disabled modules are broken beyond repair so the 'disable' functionality needs to be removed.
|
2013-09-19 18:22:53 +02:00 |
webchick
|
ef2e45b0e8
|
Issue #2089635 by tim.plunkett, disasm, larowlan: Convert non-test non-form page callbacks to routes and controllers.
|
2013-09-18 11:30:30 -07:00 |
Alex Pott
|
e560115e85
|
Issue #2085907 by YesCT, Gábor Hojtsy: Ensure all configuration entities have an Edit/Configure tab by default.
|
2013-09-18 14:16:27 +01:00 |
Alex Pott
|
1f9a488b92
|
Issue #1834002 by Gábor Hojtsy: Fixed Delete operations are all over the place. Remove tabs, provide title in routing.
|
2013-09-17 15:49:45 +01:00 |
webchick
|
5bb0d5e667
|
Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core.
|
2013-09-15 20:58:10 -07:00 |
webchick
|
99670f0847
|
Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention.
|
2013-09-15 12:59:49 -07:00 |
webchick
|
490e8753db
|
Issue #1987816 by pdrake, disasm, ParisLiakos, pguillard, vijaycs85, dawehner: Convert system_batch_page() to a new style controller.
|
2013-09-14 23:52:34 -07:00 |
webchick
|
7bdc1e61fa
|
Issue #2060859 by tim.plunkett, Gábor Hojtsy: Make Block plugin's 'category' a translatable string.
|
2013-09-10 09:38:01 -07:00 |
webchick
|
727797565a
|
Issue #2084197 by tim.plunkett: Fixed Uninstalling menu module removes all custom menus.
|
2013-09-09 23:33:15 -07:00 |
Alex Pott
|
a4870dd1ff
|
Issue #2081257 by olli: Fixed hook_cache_flush() should not be invoked by system_cron().
|
2013-09-09 18:27:39 +02:00 |
Nathaniel Catchpole
|
085a24e07f
|
Issue #2067017 by damiankloip: Remove usage of DRUPAL_CORE_COMPATIBILITY/VERSION constants.
|
2013-09-05 10:48:11 +01:00 |
webchick
|
0893c0e6f3
|
Issue #1987814 by juampy, tim.plunkett, lliss, kushrohra: Convert system_admin_menu_block_page() to a new style controller.
|
2013-09-04 23:36:51 -07:00 |
webchick
|
2babf5fbdb
|
Issue #1987818 by jlbellido, MattDanger, disasm, vijaycs85: Convert system_date_format_language_overview_page() to a new style controller.
|
2013-09-04 23:21:05 -07:00 |
webchick
|
6d0a1c5dc0
|
Issue #2075199 by RobLoach: Update jQuery Once to 1.2.3.
|
2013-09-02 13:28:19 -07:00 |
webchick
|
f1e2d9c055
|
Issue #1987810 by nick_schuch, dawehner, vijaycs85, tim.plunkett: Convert system_admin_config_page() to a new style controller.
|
2013-08-27 23:44:11 -07:00 |
Alex Pott
|
f325f63c56
|
Issue #1987808 by h3rj4n, vijaycs85, Dave.Ingram, tim.plunkett: Convert system_admin_compact_page() to a new style controller.
|
2013-08-16 18:18:07 -05:00 |
Dries
|
d6ba81b6d5
|
Issue #2058321 by tim.plunkett, pameeela: Move the 'place block' UI into the block listing.
|
2013-08-15 10:28:57 -05:00 |
webchick
|
3cf100dfcd
|
Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config().
|
2013-08-14 09:54:28 -07:00 |
webchick
|
859642ea2e
|
Issue #1888734 by catch, katbailey: Get rid of all 'bootstrap' hooks.
|
2013-08-11 23:05:34 -07:00 |
webchick
|
0e5b91ae9d
|
Issue #2012142 by nod_: Update to jQuery 2.0.3.
|
2013-08-11 21:10:37 -07:00 |
webchick
|
757dbd794d
|
Issue #1574560 by andypost, nod_: Update jQuery Form Plugin to the latest in the git repository.
|
2013-08-10 00:29:48 -07:00 |
Alex Pott
|
593bafb0f7
|
Issue #2061315 by StephaneQ: Remove system.cron.js and libraries definition.
|
2013-08-09 23:36:29 +01:00 |
webchick
|
b435b703d6
|
Issue #2056513 by tim.plunkett: Remove PluginUI subsystem, provide block plugins UI as one-off.
|
2013-08-07 12:49:26 -07:00 |
Nathaniel Catchpole
|
42fcb35676
|
Issue #1934712 by dlu, alexpott, pplantinga, rbayliss, s_leu, Gaelan: Fixed Merge system.timezone config object into system.date.
|
2013-08-01 14:46:05 +01:00 |
Nathaniel Catchpole
|
f9ec71dfcc
|
Issue #2045935 by benjy: Replace all module_hook() deprecated function calls.
|
2013-08-01 14:42:18 +01:00 |
Alex Pott
|
e33ddd1b74
|
Issue #2045923 by drupalrv, tim.plunkett: Replace all module_invoke_all() deprecated function calls in procedural code.
|
2013-08-01 10:10:33 +02:00 |
webchick
|
06e1dd8b0f
|
Issue #1987602 by glennpratt, juampy, pwieck, vijaycs85, dawehner, tim.plunkett, effulgentsia: Convert ajax_form_callback() to a new style controller.
|
2013-07-31 22:21:45 -07:00 |
webchick
|
0d31d44dd5
|
Issue #2052389 by pwolanin: Fixed All elements added to the Request attributes should have a _ prepended unless they come from the path.
|
2013-07-31 13:50:39 -07:00 |
Nathaniel Catchpole
|
d3c5919d17
|
Issue #2045919 by drupalrv: Replace all module_implements() deprecated function calls.
|
2013-07-27 15:30:10 +01:00 |
Alex Pott
|
8e23b465a6
|
Issue #2045275 by Berdir: Convert user properties to methods.
|
2013-07-24 21:40:03 +02:00 |
Alex Pott
|
36d647e61b
|
Issue #1987712 by dawehner, claudiu.cristea, damiankloip, andypost: Convert file_download() to a new style controller.
|
2013-07-20 13:25:28 +01:00 |
Alex Pott
|
8d693aded0
|
Issue #1990544 by fubhy, Pancho, h3rj4n, dawehner: Convert system_modules() to a Controller.
|
2013-07-19 11:17:03 +01:00 |
Nathaniel Catchpole
|
04ef7cf88d
|
Issue #1993202 by fubhy, h3rj4n, Pancho: Convert system_modules_uninstall() to a Controller.
|
2013-07-18 12:10:43 +01:00 |
Alex Pott
|
780bc62e78
|
Issue #2041283 by Eric_A: Fixed theme_status_report() is severely broken.
|
2013-07-16 02:40:21 -04:00 |
Alex Pott
|
09f10ef95f
|
Issue #1987826 by jsacksick: Convert system_plugin_autocomplete() to a new style controller.
|
2013-07-15 18:26:19 -04:00 |
Dries
|
c02ba60087
|
Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated().
|
2013-07-11 13:29:02 -04:00 |
Alex Pott
|
be502b46a7
|
Issue #1924430 by echoz, JohnAlbin, izus, kim.pepper, LewisNyman: Add drupal.base library for base CSS styles.
|
2013-07-10 12:48:56 +01:00 |
Alex Pott
|
06cb438e03
|
Issue #2003892 by tim.plunkett, vijaycs85: Convert date formats to config entities.
|
2013-07-09 19:57:20 +01:00 |
Nathaniel Catchpole
|
2c11efed11
|
Issue #352951 by Wim Leers, mfer, mcjim, larowlan, RobLoach, sdboyer, Owen Barton, JohnAlbin: Make JS & CSS Preprocessing Pluggable.
|
2013-07-04 09:38:19 +01:00 |
Alex Pott
|
2e9c7fefd6
|
Issue #2002102 by Berdir, fago, dixon_: Move TypedData primitive types to interfaces.
|
2013-06-30 11:03:43 +01:00 |
Alex Pott
|
2c2f5f59f5
|
Issue #1867856 by fubhy the cat, EclipseGc, Berdir: Use annotation discovery for data type plugins.
|
2013-06-29 15:48:52 +01:00 |
catch
|
fc38bee039
|
Issue #1987856 by vijaycs85, mparker17, sidharthap: Convert system_timezone() to a new style controller.
|
2013-06-28 22:15:19 +01:00 |
Dries
|
95cbbbcd43
|
Issue #1879120 by quicksketch, Wim Leers, larowlan, frega: Use Drupal-specific image and link plugins — use core dialogs rather than CKEditor dialogs, containing alterable Drupal forms.
|
2013-06-28 13:41:52 -04:00 |
Nathaniel Catchpole
|
0f7247e9b2
|
Issue #1473066 by JohnAlbin, echoz: Move third-party assets out of core/misc folder.
|
2013-06-28 10:41:31 +01:00 |
Alex Pott
|
4586ea128d
|
Issue #2014821 by amateescu, swentel: Introduce form modes UI and their configuration entity.
|
2013-06-27 22:24:39 +01:00 |
Alex Pott
|
1356c25683
|
Issue #1924990 by tim.plunkett:Remove system_config_form().
|
2013-06-26 00:21:37 +01:00 |
Alex Pott
|
a2c2367bf8
|
Issue #1969728 by yched, effulgentsia, swentel, fago, plach: Implement Field API 'field types' as TypedData Plugins.
|
2013-06-25 11:27:47 +01:00 |
Alex Pott
|
9873c74069
|
Issue #2012818 by thedavidmeister: Remove #type 'markup'.
|
2013-06-24 10:46:21 +01:00 |
Alex Pott
|
a93de78702
|
Issue #1992606 by damiankloip, pwieck: Convert system_theme_settings() to FormInterface.
|
2013-06-22 21:36:14 +02:00 |
Dries
|
81b2685cb6
|
Issue #1987822 by vijaycs85, jrglasgow, tim.plunkett: Convert system_date_time_lookup() to a new style controller.
|
2013-06-21 10:50:35 -04:00 |
Nathaniel Catchpole
|
00cb147e14
|
Issue #1668866 by ParisLiakos, aspilicious, tim.plunkett, pdrake, g.oechsler, dawehner, Berdir, corvus_ch, damiankloip, disasm, marcingy, neclimdul: Replace drupal_goto() with RedirectResponse.
|
2013-06-19 17:07:30 +01:00 |
Alex Pott
|
851d7d0ff2
|
Issue #1777956 by fago, klausi, sun, dasjo: Provide a way to define default values for entity fields.
|
2013-06-19 10:31:20 +02:00 |
Alex Pott
|
4756994e09
|
Issue #1983548 by Berdir, LukyLuke_ch, giammi, effulgentsia: Convert contact message entities to the new Entity Field API.
|
2013-06-19 01:42:10 +02:00 |
Alex Pott
|
9ddac9e9fa
|
Issue #1924436 by JohnAlbin, rteijeiro: Remove separate CSS_AGGREGATE_SYSTEM aggregate file and fix drupal_add_library() to aggregate CSS properly.
|
2013-06-14 15:37:00 +02: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
|
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
|
71e34155e3
|
Issue #1183042 followup by mgifford, larowlan: Regression: Add WAI-ARIA roles to Core blocks.
|
2013-06-10 12:24:39 +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 |
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
|
54c2e3d506
|
Issue #2002152 by fago, amateescu: Implement entity validation based on symfony validator.
|
2013-06-06 13:38:39 +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 |
Alex Pott
|
42daa83c5e
|
Issue #1911728 by ParisLiakos, Xano, dawehner, jibran, David_Rothstein: Remove hook_init().
|
2013-06-05 08:47:39 +01: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 |
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
|
7924d881b7
|
Issue #2003388 by nicholaspaun: Fixed HTML for menu blocks contains invalid attribute 'classes'.
|
2013-05-31 10:06:24 +01:00 |
Alex Pott
|
687af78488
|
Revert "Issue #1892182 by nod_: #type details: Rename #collapsed to #open."
This reverts commit c4e52bb6b4 .
|
2013-05-29 22:08:39 +01:00 |
Alex Pott
|
c4e52bb6b4
|
Issue #1892182 by nod_: #type details: Rename #collapsed to #open.
|
2013-05-29 12:31:25 +01:00 |
catch
|
af9859d788
|
Issue #1987828 by mtift, vijaycs85: Convert system_run_cron() to a new style controller.
|
2013-05-29 08:44:34 +01:00 |
catch
|
6e95cc60b9
|
Issue #1806478 by Cottser, joelpittet, kevinquillen: Make twig the default engine once all modules templates are converted from .tpl.php to .html.twig.
|
2013-05-29 08:41:16 +01: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
|
a2f15f28eb
|
Issue #1998250 by patrickd, dww, chx: Move batch to pluggable storage.
|
2013-05-27 11:12:50 -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 |
Alex Pott
|
f94711cd56
|
Issue #1987850 by oenie, vijaycs85, cosmicdreams, amateescu: Convert system_theme_disable() to a new style controller.
|
2013-05-25 19:32:33 -07:00 |
Alex Pott
|
f2d710c607
|
Issue #1620010 by dawehner, ParisLiakos, plach, jibran: Move LANGUAGE constants to the Language class.
|
2013-05-25 13:12:45 -07:00 |
Alex Pott
|
74b5b36cbc
|
Issue #1889394 by droplet, nod_: Choose one JS debounce function.
|
2013-05-25 12:28:28 -07:00 |
Dries
|
1c3bc1dce5
|
Issue #2000558 by nod_: Progress bar creates doesn't stop on errors.
|
2013-05-24 13:54:42 -07:00 |
Alex Pott
|
bd5769d9fd
|
Issue #1898034 by Cottser, jenlampton, joelpittet, Shawn DeArmond, idflood, Hydra, artofeclipse, rich.yumul, chrisjlee, gnuget, c4rl, thund3rbox: block.module - Convert PHPTemplate templates to Twig.
|
2013-05-24 10:14:30 -07:00 |
Alex Pott
|
67b166ca27
|
Issue #1898454 by c4rl, gnuget, Hydra, mr.baileys, Sean Charles, joelpittet: system.module - Convert PHPTemplate templates to Twig.
|
2013-05-24 10:03:09 -07:00 |
Dries
|
7361d56bd8
|
Issue #1946454 by andypost, kim.pepper, tim.plunkett, ParisLiakos: Convert all confirm_form() in system.module and system.admin.inc to the new form interface and convert route.
|
2013-05-19 08:41:59 -07:00 |
Alex Pott
|
6c1c3b9b96
|
Issue #1261002 by nod_: Fixed Draggable tables do not work on touch screen devices.
|
2013-05-18 09:50:31 -07:00 |
Nathaniel Catchpole
|
e88f0ab7c5
|
Issue #1925660 by ACF, tim.plunkett, mtift, heddn, Cottser: Convert system's system_config_form() to SystemConfigFormBase.
|
2013-05-16 10:08:32 +01:00 |
Dries
|
f6dd1e8212
|
Issue #1974340 by nod_, jbrown: Update to jQuery 2.
|
2013-05-15 15:59:58 -04:00 |
Alex Pott
|
0311348b08
|
Issue #1986616 by echoz: Update normalize.css library.
|
2013-05-15 12:25:51 +01:00 |
Dries
|
ea2ac54516
|
Issue #1979784 by Wim Leers, jessebeach: Factor Create.js and VIE.js out of the Edit module.
|
2013-05-14 15:02:48 -04:00 |
Alex Pott
|
235142af27
|
Issue #1974580 by nod_, Wim Leers: Introduce domReady to remove jQuery dependency from drupal.js and clean it up.
|
2013-05-13 13:49:00 +01:00 |
Alex Pott
|
f630b510aa
|
Issue #1927608 by EclipseGc, tim.plunkett, effulgentsia: Remove the tight coupling between Block Plugins and Block Entities.
|
2013-05-11 11:01:25 +01:00 |
Nathaniel Catchpole
|
ca665f7be3
|
Issue #1827448 by RobLoach, sun, jbrown, tstoeckler: Use __DIR__ instead of DRUPAL_ROOT where possible/sensible.
|
2013-05-09 10:25:10 +01:00 |
Alex Pott
|
8296db7ae4
|
Issue #1696224 by aroq: Remove system_settings_form().
|
2013-05-08 10:24:08 +01:00 |
Alex Pott
|
19e6c2c0ae
|
Issue #1987298 by tim.plunkett, quicksketch: Shorten directory structure and PSR-0 namespacing for plugins.
|
2013-05-07 21:34:00 +01:00 |
Alex Pott
|
79ea2f38f8
|
Issue #1292284 by ParisLiakos, RobLoach, karschsp: Require 'type' key in .info.yml files.
|
2013-05-07 14:51:26 +01:00 |
Alex Pott
|
ccea397896
|
Issue #1980028 by TravisCarden, CrimbleCrumble: "Formats" page needs a more descriptive name.
|
2013-05-03 23:45:02 +01:00 |
Alex Pott
|
620d497915
|
Issue #1913618 by tim.plunkett, amateescu: Convert EntityFormControllerInterface to extend FormInterface.
|
2013-04-30 00:46:14 +01:00 |
Alex Pott
|
3b5fd77fe8
|
Issue #1975426 by nod_: Clean up collapse.js.
|
2013-04-26 20:33:09 +01:00 |
webchick
|
6f2f1b73f2
|
Issue #1974422 by ericduran: Update to latest html5shiv library.
|
2013-04-19 20:49:57 -07:00 |
webchick
|
7981d5d07b
|
Issue #1959306 by jessebeach: Drupal.announce does not handle multiple messages at the same time; Improve the utility so that simultaneously calls are read.
|
2013-04-19 20:43:48 -07:00 |
webchick
|
8fd2b4779e
|
Issue #625958 by slashrsm, quicksketch, eojthebrave, droplet, danlinn, czigor: Support Uploading Multiple Files for HTML5 Browsers via #multiple attribute.
|
2013-04-19 20:34:14 -07:00 |
webchick
|
0deed2a562
|
Issue #1955926 by quicksketch: Fixed CKEditor admin interface not touch-compatible (Add jQuery Touch Punch to core).
|
2013-04-19 10:20:53 -07:00 |
Dries
|
17ad22fd27
|
Issue #1913086 by jessebeach, Wim Leers, mgifford, nod_: Generalize the overlay tabbing management into a utility library.
|
2013-04-19 13:20:06 -04:00 |
Alex Pott
|
c014519ca1
|
Issue #1969540 by Xano: Convert token.inc to a service.
|
2013-04-18 08:24:35 +01:00 |
webchick
|
58e8125104
|
Issue #1950726 by chx: Convert hook_archiver_info() into the New Shiny(TM).
|
2013-04-11 23:33:28 -07:00 |
Alex Pott
|
b4cc0cc5bd
|
Issue #1033116 by eojthebrave, c4rl, brianV, tim.plunkett | webchick: Rename template.php to THEMENAME.theme to elimnate ambiguity around 'the template file' vs. 'template files'.
|
2013-04-11 07:30:05 +01:00 |
webchick
|
dd85e54ab1
|
Issue #1799594 by nod_, Wim Leers, jessebeach, jcisio: Update to jQuery 1.9 version.
|
2013-04-09 13:58:51 -07:00 |
catch
|
90ead8f9fa
|
Issue #1912594 by krishworks, Berdir: Convert drupal_http_request() usage in system.module to Guzzle.
|
2013-04-09 21:27:45 +01:00 |
webchick
|
fb5e30a764
|
Issue #1924368 by JohnAlbin, ykhadilkar, carwin: Change notice: Rename old CSS constants to CSS_AGGREGATE_* and add new CSS weight constants.
|
2013-04-03 19:15:01 -07:00 |
webchick
|
8aedb8ba85
|
Issue #1847084 by jessebeach, trawekp, LewisNyman, nod_, tarekdj: Fixed Vertical toolbar doesn't work with overlay (measure/track displacing elements better + provide change events for them).
|
2013-03-29 08:23:50 -07:00 |
webchick
|
dba4763dfa
|
Issue #1175830 by larowlan, casey, mgifford,, scott.gonzalez, Everett Zufelt, effulgentsia: Update to jQuery UI 1.10 so that Drupal dialogs can be tested for accessibility.
|
2013-03-25 19:24:49 -07:00 |
catch
|
c07e727d8f
|
Issue #1664844 by alexpott, cweagans, heyrocker, eojthebrave, ACF, Berdir: Convert image toolkits into plugins.
|
2013-03-25 11:55:05 +00:00 |
catch
|
fc7c38bde8
|
Issue #1764474 by Berdir, chx, alexpott, pounard, msonnabaum: Make Cache interface and backends use the DIC.
|
2013-03-22 09:36:55 +00:00 |
Jennifer Hodgdon
|
6f2fd6eaa8
|
Issue #1926758 by balsama, mitron: Fix code comment in system.module
|
2013-03-20 09:06:05 -07:00 |
catch
|
980cb9c548
|
Issue #1944646 by c960657: Remove CacheBackendInterface::deleteExpired().
|
2013-03-20 11:44:29 +00:00 |
webchick
|
c309e0e598
|
Issue #1938600 by tim.plunkett: Add a FormInterface replacement for confirm_form().
|
2013-03-17 12:01:24 -07:00 |
webchick
|
f37b8675d2
|
Issue #1870764 by quicksketch, dawehner, frega, larowlan, nod_: Add an ajax command which makes it easy to use the dialog API in complex cases.
|
2013-03-17 09:04:07 -07:00 |
webchick
|
dad3ef5592
|
Issue #1913328 by fago: Provide general list and map classes.
|
2013-03-08 21:35:04 -08:00 |
webchick
|
f9a068e55e
|
Issue #1875086 by Crell, plach, effulgentsia, sun, msonnabaum, Rob Loach, quicksketch, David_Rothstein: Change notice: Improve DX of drupal_container()->get().
|
2013-03-08 20:15:31 -08:00 |
catch
|
038ae1cf31
|
Issue #1793074 by alexpott: Follow-up Convert .info files to YAML.
|
2013-03-08 10:34:28 +00:00 |
Dries
|
6bf13bd87b
|
Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML.
|
2013-03-06 17:51:39 -05:00 |
webchick
|
894e16417f
|
Issue #1928202 by dawehner: Update jQuery Form to the current version (3.27).
|
2013-02-27 17:33:28 -05:00 |
webchick
|
72558ac865
|
Issue #1925658 by gielfeldt, mitron: Fixed Use of slaves breaks site.
|
2013-02-26 18:05:49 -05:00 |
catch
|
05673e7e12
|
Issue #1599554 by heyrocker: Follow-up, remove @todo.
|
2013-02-24 21:00:55 +00:00 |
Dries
|
395d3a6bf1
|
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
|
2013-02-18 17:00:21 -05:00 |
catch
|
bd8f0f9b71
|
Issue #1913084 by tim.plunkett: Introduce a Form interface for building, validating, and submitting forms.
|
2013-02-18 17:30:09 +00:00 |
Dries
|
a96697c7d5
|
Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage.
|
2013-02-18 12:03:05 -05:00 |
Dries
|
f6b4d4a225
|
Issue #501428 by KarenS, swentel, tim.plunkett, webchick, effulgentsia, nod_, scor, Lars Toomre: Added Date and time field type in core.
|
2013-02-16 18:29:53 -05:00 |
catch
|
b3301476a2
|
Issue #1913084 by tim.plunkett: Introduce a Form interface for building, validating, and submitting forms.
|
2013-02-13 17:17:55 +00:00 |