Commit Graph

2256 Commits (5072353927d7c35eff83aa2ceb147fca467c9b67)

Author SHA1 Message Date
Alex Pott ff41283c76 Issue #2367743 by rpayanm, Miroling, YesCT, ianthomas_uk, shadik, gaurav.pahuja: Remove usages of drupal_form_submit() and update documentation 2014-12-23 15:30:40 +01:00
webchick 9682507e94 Issue #2382799 by rpayanm: Remove drupal_html_class() and drupal_clean_css_identifier() 2014-12-22 11:19:26 -08:00
Alex Pott a081397f8e Issue #2217731 by crowdcg, lauriii, davidhernandez, aczietlow, jjcarrion, mortendk, karolus, pakmanlh, LewisNyman, aboros, joshua.boltz: Move field classes out of preprocess and into templates 2014-12-22 17:21:53 +01:00
Alex Pott ef538383a7 Issue #2213941 by sun, swentel: install_no_profile_error() called but does not exist 2014-12-22 16:53:17 +01:00
Alex Pott 8de33dbf97 Issue #2359457 by JeroenT: Remove drupal_mail() 2014-12-22 16:28:06 +01:00
Nathaniel Catchpole 14189a745f Issue #2353357 by Berdir: hook_stream_wrappers_alter() is broken since modules are not loaded on demand, also change to an event since it's the last hook that forces this during bootstrap 2014-12-15 16:53:00 +00:00
Alex Pott f41585c8d3 Issue #2170235 by Berdir, penyaskito, larowlan, alexpott, sushyl: file_private_path should be in $settings, like file_public_path 2014-12-14 14:01:24 +01:00
Alex Pott 970ea07c17 Revert "Issue #2273923 by mpdonadio, pfrenssen, dawehner, xjm, cilefen: Remove html => TRUE option from l() and link generator"
This reverts commit 0bcabf50e0.
2014-12-13 21:44:18 +01:00
Alex Pott 0bcabf50e0 Issue #2273923 by mpdonadio, pfrenssen, dawehner, xjm, cilefen: Remove html => TRUE option from l() and link generator 2014-12-13 18:20:19 +01:00
Nathaniel Catchpole 5f13519250 Issue #2352081 by myforgedoteu, Devin Carlson, martin107: Prevent installation over an already installed database 2014-12-12 12:11:54 +00:00
Alex Pott fdec77fca1 Issue #2382543 by rpayanm, ianthomas_uk: Remove usage of drupal_html_class() and drupal_clean_css_identifier() 2014-12-12 10:08:12 +01:00
Alex Pott 4b7a940b8a Issue #2167379 by Elijah Lynn, filijonka: db_select docblock should list optional parameters as (optional) 2014-12-11 18:26:27 +01:00
Alex Pott e55610f88d Issue #2226863 by cs_shadow, filijonka, joelpittet, pguillard: Update stale references to theme functions that have been converted to Twig 2014-12-11 11:35:52 +01:00
Alex Pott e2ca303083 Issue #2386247 by tstoeckler: install.php should pass the class loader down into install_begin_request() 2014-12-09 16:33:12 +00:00
Nathaniel Catchpole 35042864c8 Issue #2388593 by JeroenT: Remove drupal_truncate_bytes() 2014-12-09 16:30:43 +00:00
Nathaniel Catchpole 77c613e36f Issue #2382533 by Wim Leers: Attach assets only via the asset library system 2014-12-09 11:55:57 +00:00
Alex Pott 77a795abed Issue #2388631 by JeroenT: Remove drupal_match_path() 2014-12-08 17:28:47 +00:00
Alex Pott 9fc078cc47 Issue #2385787 by a_thakur: Remove form_state_values_clean() from form.inc 2014-12-07 21:22:45 +00:00
webchick bab6233d5b Issue #2388215 by freblasty, tim.plunkett: Drag and drop is broken. 2014-12-05 16:57:10 -08:00
Nathaniel Catchpole 6414318293 Issue #2386255 by aneek, rpayanm: Remove explicit sha1() call in drupal_page_cache_get_cid() 2014-12-05 10:38:21 +00:00
Nathaniel Catchpole f72f1e81ac Issue #2385545 by alexpott: Installer can generate unthemed pages 2014-12-04 18:26:57 +00:00
Nathaniel Catchpole 66fa3fa9f9 Issue #2384853 by alexpott: Both configuration directories have to be specified in settings.php 2014-12-04 12:05:33 +00:00
Nathaniel Catchpole 4ecc4ead39 Issue #2382557 by Wim Leers: Change JS settings into a separate asset type 2014-12-04 11:37:59 +00:00
Alex Pott f28179d403 Issue #1074108 by pwolanin, webchick, BlakeLawson, jayeshanandani, Devin Carlson, harijari, David_Rothstein, c_lehel, Haza, oriol_e9g: Profile selection form not skipped if there is only one visible profile 2014-12-03 16:32:27 +00:00
Nathaniel Catchpole a9614d5344 Issue #2385803 by a_thakur: Remove form_execute_handlers() from form.inc 2014-12-03 11:08:41 +00:00
Nathaniel Catchpole 44aa06ab12 Issue #2385063 by rpayanm, Akshay2598: Remove drupal_process_form() 2014-12-03 11:07:59 +00:00
webchick a30b30bf55 Issue #2300817 by joshi.rohit100, er.pushpinderrana, tim.plunkett, ianthomas_uk, LinL, dawehner: Remove path_is_admin() as it is deprecated 2014-12-01 10:20:32 -08:00
webchick 2bed4d14ba Issue #2383727 by a_thakur: Remove form_options_flatten() as it is deprecated 2014-12-01 08:33:02 -08:00
Nathaniel Catchpole 596978a71d Issue #2378095 by Wim Leers, Devin Carlson: Convert all remaining attached individual CSS/JS assets to attached asset libraries 2014-11-28 20:51:14 +00:00
Alex Pott 58480ee670 Issue #2362227 by dawehner, mpdonadio, znerol, tim.plunkett, skipyT: Replace all instances of current_path() 2014-11-28 13:38:17 +00:00
Dries dbde59f045 Issue #2235901 by alexpott, mdrummond, iMiksu, sun, Wim Leers: Remove custom theme settings from *.info.yml 2014-11-26 16:31:55 -05:00
Nathaniel Catchpole d3f58a52cd Issue #2359453 by JeroenT: Remove drupal_mail_system() 2014-11-26 10:34:03 +00:00
Jennifer Hodgdon 8415e43451 Issue #2381509 by er.pushpinderrana, dawehner: Fix docs for _content being _controller in routing.yml files 2014-11-25 08:04:50 -08:00
Alex Pott 99d219aa0e Issue #2317913 by jhedstrom: Early error handling can result in fatal error (Call to a member function get() on a non-object) 2014-11-25 08:40:16 +00:00
Alex Pott 826245d509 Issue #2324055 by dawehner, cilefen, znerol: Split up the module manager into runtime information and extension information 2014-11-23 10:10:06 +00:00
Nathaniel Catchpole e6844da43e Issue #2376013 by pwolanin: Drupal 8 installer initially fails if settings.php and services.yml are correct, but config directories are absent 2014-11-21 11:21:18 +00:00
Alex Pott 7d36a7c3d8 Issue #2378263 by Wim Leers: hook_library_alter() must be manually invoked by users of LibraryDiscovery, and has no test coverage 2014-11-21 09:53:12 +00:00
Alex Pott da8ea3bfaa Issue #2346937 by dawehner, larowlan, Wim Leers, claudiu.cristea, msonnabaum: Implement a Renderer service; reduces drupal_render / _theme service container calls 2014-11-21 09:48:25 +00:00
Alex Pott feaabe2bcd Issue #2358993 by rpayanm, JeroenT: Remove usage of drupal_mail_system() 2014-11-20 10:31:25 +00:00
Alex Pott 93cd0b556c Issue #2375245 by ashutoshsngh: Remove form_set_value() 2014-11-20 09:52:23 +00:00
Nathaniel Catchpole edd7889694 Issue #2376791 by dawehner, Wim Leers: Move all _content routing definitions to _controller 2014-11-20 09:47:06 +00:00
Nathaniel Catchpole df19f0b723 Issue #2373735 by joelpittet, dawehner: Simplify/clean up BareHtmlPageRenderer 2014-11-20 09:37:59 +00:00
Alex Pott c1b74a360a Issue #2359071 by JeroenT, rpayanm: Remove drupal_wrap_mail 2014-11-18 23:36:48 +00:00
Alex Pott 90a26b4ba9 Issue #2370147 by catch, davidhernandez, lauriii: Move is_front variable to template_preprocess_page() 2014-11-18 09:50:53 +00:00
Alex Pott 9792a0de23 Issue #1885788 by alimac, tim.plunkett | jenlampton: Fixed An AJAX HTTP error occurred during module installation via UI. 2014-11-17 12:42:30 +00:00
Alex Pott 91c38c8f98 Issue #2328111 by dawehner, martin107, neclimdul: Replace most instances of the DRUPAL_ROOT constant with the app.root container parameter. 2014-11-17 12:20:57 +00:00
Nathaniel Catchpole 488116d759 Issue #2352155 by Wim Leers: Remove HtmlFragment/HtmlPage. 2014-11-14 10:43:20 +00:00
Alex Pott 7473eaf4c0 Issue #2371671 by podarok | Chi: Fixed drupal_set_message repeat parameter does not work. 2014-11-12 23:28:35 -08:00
Alex Pott f1158cf238 Issue #2361761 by er.pushpinderrana, rpayanm: Remove mime_header_encode and mime_header_decode. 2014-11-09 23:10:01 -08:00
Alex Pott 40b2f16dc8 Issue #2367745 by Palashvijay4O | gumanist: Remove drupal_var_export(). 2014-11-09 15:46:00 -08:00
Alex Pott 16c5a96637 Issue #2361845 by rpayanm: Remove drupal_substr. 2014-11-09 15:33:41 -08:00
Alex Pott 5c9096af24 Issue #2361727 by rpayanm: Remove drupal_convert_to_utf8. 2014-11-09 15:32:01 -08:00
Alex Pott 13aef43836 Issue #2267551 followup by jfhovinne: [meta] Deal with PHP requirement vs. Debian PHP version numbering. 2014-11-05 23:40:26 +00:00
Alex Pott 1d0e7c74ba Issue #2369197 by tstoeckler: Fixed Remove obsolete PIFR-specific markup after installation. 2014-11-05 12:40:18 +00:00
Alex Pott d7d3a69768 Issue #2359069 by er.pushpinderrana, keso | JeroenT: Remove drupal_html_to_text(). 2014-11-05 11:34:56 +00:00
Alex Pott 0287c86ce3 Issue #2361799 by Palashvijay4O | rpayanm: Remove drupal_strlen. 2014-11-05 11:34:10 +00:00
Alex Pott 031d0f6c91 Issue #2361795 by rpayanm: Remove decode_entities. 2014-11-05 09:20:45 +00:00
Nathaniel Catchpole ecaa5279e1 Issue #1938918 by joelpittet, lauriii, botanic_spark, mdrummond, nielsonm: Convert menu theme tables to table #type. 2014-11-04 15:19:27 +00:00
Alex Pott 58c8ea695b Issue #2361825 by rpayanm: Remove drupal_strtolower. 2014-11-04 08:54:18 +00:00
Alex Pott 232184b8f3 Issue #2361811 by rpayanm: Remove drupal_strtoupper. 2014-11-03 17:45:54 +00:00
Alex Pott fdeda80d54 Issue #2361837 by rpayanm: Remove drupal_ucfirst. 2014-11-03 17:44:47 +00:00
Alex Pott 773cdf1bd0 Issue #2361747 by rpayanm: Remove truncate_utf8. 2014-11-03 17:43:01 +00:00
Alex Pott 09ed945086 Issue #2361833 by rpayanm: Remove usage of drupal_ucfirst(). 2014-11-03 08:13:20 +00:00
Alex Pott 29b678c0d5 Issue #2278403 by Xano, JeroenT: Remove uses of form_execute_handlers(). 2014-11-01 22:04:15 +00:00
catch b1e36444b1 Issue #2355187 by ashutoshsngh, rpayanm, skipyT, legolasbo: Remove form_get_cache(). 2014-10-31 20:53:15 +00:00
Alex Pott 585e025e34 Issue #2276203 by webflo, lauriii, nlisgo, kallehauge, Snipon: Fixed CSS Aggregation breaks URLs with Query String. 2014-10-29 09:31:01 +00:00
Alex Pott 56af6886be Issue #2324371 by lauriii, aneek, chx, joelpittet, webflo, Fabianx, rteijeiro: Fix common HTML escaped render #key values due to Twig autoescape. 2014-10-27 09:47:54 +00:00
Alex Pott 4d5ef6d1bf Issue #2361711 by rpayanm: Remove usage of drupal_convert_to_utf8(). 2014-10-27 08:31:35 +00:00
catch c40f08f350 Issue #2361843 by rpayanm: Remove usage of drupal_substr(). 2014-10-24 22:22:33 +01:00
Nathaniel Catchpole a2551812f5 Issue #2183075 by valderama, dinarcon, er.pushpinderrana, amitgoyal, umar-ahmad: Tidy up css.gzip and js.gzip configuration. 2014-10-24 16:58:22 +01:00
Nathaniel Catchpole 2d3266e61f Issue #2361681 by Wim Leers: drupal_render(): invert second argument ($is_recursive_call -> $is_root_call) => more strict, better DX/TX. 2014-10-24 15:51:28 +01:00
Nathaniel Catchpole 2acc93b960 Issue #2357937 by Wim Leers: Remove {{ feed_icons }} from page template (page.html.twig). 2014-10-24 12:18:42 +01:00
Nathaniel Catchpole 5b1f495510 Issue #2362123 by Wim Leers: Drupal_page_header() and drupal_send_headers() are dead code: already deprecated, zero uses remain: remove. 2014-10-23 10:20:47 +01:00
Alex Pott f866905d12 Issue #2360841 by tstoeckler: Fixed Overriding the translation path in the installer does not work. 2014-10-22 12:36:05 +01:00
Nathaniel Catchpole 45ebdf02cc Issue #2329763 by lauriii, Jens-0, Cottser, Sutharsan: Move links classes from preprocess to templates. 2014-10-21 10:27:22 +01:00
Nathaniel Catchpole 5f47f20c29 Issue #2329767 by lauriii, alexpott, Cottser, sqndr: Move table classes from preprocess to templates. 2014-10-21 10:10:42 +01:00
Nathaniel Catchpole cecf4ea7cf Issue #2226533 by martin107, filijonka, YesCT, Xano, jmolivas, Chris Dart, alexpott, tstoeckler, visabhishek | csg: Changes to the Language class due to the LanguageInterface (followup). 2014-10-21 10:05:08 +01:00
webchick 89c6ae701d Issue #2267551 follow-up by jfhovinne: [meta] Deal with PHP requirement vs. Debian PHP version numbering. 2014-10-20 11:44:35 -07:00
Alex Pott e775d664ab Issue #1971208 by calebtr, dsayswhat, metzlerd, agentrickard: Replace "utilize" with a proper verb. 2014-10-20 09:30:46 +01:00
Jennifer Hodgdon b56718de83 Issue #2359035 by metzlerd: Add info to Routing topic about magic placeholder transformation to parameters in method 2014-10-19 06:14:11 -07:00
Nathaniel Catchpole 848dbc5531 Issue #2341341 by YesCT, martin107, vijaycs85, fran seva: Change public 'name' property access on languages to getName() and add back setName(). 2014-10-16 14:45:53 +01:00
Nathaniel Catchpole 6cbb5d9e1e Issue #2350949 by Wim Leers: Add hook_page_attachments(_alter)() and deprecate hook_page_build/alter(). 2014-10-16 13:36:06 +01:00
Nathaniel Catchpole 9d5d3b3b5c Issue #2234331 by mortendk, lauriii, LewisNyman, sqndr, rteijeiro, G-raph, amitgoyal: Fixed Change the body classes to follow Drupal 8 CSS standards. 2014-10-15 11:05:01 +01:00
webchick ba1393b7b7 Issue #2355573 by YesCT: Use English or in some LanguageInterface copy and paste docs. 2014-10-14 09:19:29 -07:00
Nathaniel Catchpole e8d6588e14 Issue #2355001 by ashutoshsngh, dinarcon, er.pushpinderrana: Remove form.inc form_builder(). 2014-10-14 13:55:12 +01:00
Nathaniel Catchpole bf49837832 Issue #2028109 by tim.plunkett, almaudoh, twistor, larowlan, slashrsm, Berdir, Arla, neclimdul, Cottser: Convert hook_stream_wrappers() to tagged services. 2014-10-14 12:06:10 +01:00
Alex Pott b82e28d5e4 Issue #2267545 by ParisLiakos: Standardize to RFC 5424 log levels. 2014-10-14 09:43:11 +01:00
Alex Pott 49caf9dea5 Issue #2296115 by jhodgdon, hussainweb: Fixed Several entity loadRevision() methods do not obey the interface contract. 2014-10-14 09:32:57 +01:00
Alex Pott 05eb791664 Issue #2350437 by rpayanm, hussainweb, Noe_ | dawehner: Mark unicode.inc functions as deprecated. 2014-10-13 14:18:11 +01:00
Nathaniel Catchpole dcd5ea18c1 Issue #2302799 by alexpott, penyaskito: Fixed InstallerTestBase tests can not be run locally. 2014-10-13 13:06:41 +01:00
Nathaniel Catchpole 66762a5361 Issue #2340667 by YesCT, Pedro Lozano, alexpott, martin107: Protect Drupal\Core\Language\Language::id, and use getId(). 2014-10-13 10:10:32 +01:00
Alex Pott 9deda26206 Issue #2349263 by Désiré, zaporylie, hansfn: Fixed Add support for semantic version numbers in installer. 2014-10-12 20:37:24 +01:00
Nathaniel Catchpole 85145ba9e3 Issue #2350877 by dawehner, Wim Leers, hussainweb: Deprecate/rename drupal_add_feed(), drupal_add_html_head(), drupal_add_html_head_link(), drupal_add_http_header(), and allow to be set declaratively in #attached. 2014-10-10 12:49:31 +01:00
webchick 4724ae1d1f Issue #2246675 by rpayanm, johnstorey, holly.ross.drupal | mgbellaire: Remove all unnecessary 'template' lines in hook_theme() declarations. 2014-10-09 11:41:26 -07:00
Nathaniel Catchpole b1fa3ac38c Issue #2184907 by JeroenT, ParisLiakos, ianthomas_uk, hussainweb, dawehner: Remove uses of drupal_add_http_header and related functions. 2014-10-09 12:58:40 +01:00
Nathaniel Catchpole 7476af9004 Issue #2070737 by herom, EllaTheHarpy, alexpott: Change values of LanguageInterface::DIRECTION_(LTR/RTL) to ('ltr'/'rtl'). 2014-10-09 12:17:44 +01:00
Alex Pott d96918cc0d Issue #2319667 by aneek, vurt, dankh: Fixed Simpletest Module Double escaped HTML in hook_requirements. 2014-10-09 10:38:53 +01:00
Alex Pott 195d49998a Issue #2347465 by tim.plunkett, dawehner, cilefen: Convert all instances of #type link/links to convert to use routes. 2014-10-09 07:39:37 +01:00
Nathaniel Catchpole 3f5bb7d9fc Issue #2346369 by Wim Leers: Support special '#attached' variable for attaching assets in preprocess functions. 2014-10-08 12:50:22 +01:00
Alex Pott d3f105ed86 Issue #2226207 by lauriii, mgbellaire, Cottser, m1r1k, Mark Carver, LinL, rachel_norfolk, rteijeiro, skwashd, davidhernandez, euphoric_mv: Make 'template' the default output option for hook_theme(). 2014-10-08 12:06:17 +01:00
Alex Pott 1256191575 Issue #2329901 by lanchez, lauriii | davidhernandez: Move form classes from preprocess to templates. 2014-10-08 11:52:46 +01:00
catch df20c166d9 Issue #2267551 by jfhovinne, ParisLiakos, catch: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits. 2014-10-07 23:14:37 +01:00
Alex Pott cbd36ff0d6 Issue #2229435 by lauriii, joelpittet, Rade: Clean up the way attributes are printed in field.html.twig. 2014-10-07 14:17:40 +02:00
Alex Pott c52c5f9ace Issue #2304403 by martin107, YesCT, Désiré: Convert language:weight into a protected property. 2014-10-07 13:45:13 +02:00
catch 010b586434 Revert "Issue #2267551 by catch | tim.plunkett: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits."
This reverts commit 8d97ffff06.
2014-10-05 18:13:59 +02:00
Alex Pott 69c5468b9a Issue #2215543 by Antti J. Salminen, mrjmd, alexrayu, olemedia | joelpittet: Replace strong tag with CSS in template_preprocess_authorize_report and remove id.. 2014-10-05 18:02:18 +02:00
Alex Pott 44ad6d7999 Issue #2345969 by webflo, mauzeh: Fixed Keep English during installation. 2014-10-05 17:22:57 +02:00
Alex Pott ebdca18dc3 Issue #2324791 by Michael Hodge Jr, ParisLiakos: Remove watchdog(). 2014-10-05 14:07:07 +02:00
Alex Pott 63a23327af Issue #2335003 by joshi.rohit100, rootwork, tuutti | joelpittet: Rename task-list.html.twig to maintenance-task-list.html.twig. 2014-10-05 13:14:39 +02:00
Alex Pott 3b2e57f0c6 Issue #2326409 by Berdir, tim.plunkett: Annotate render element plugins. 2014-10-05 11:31:26 +02:00
Alex Pott 5a52005026 Issue #2328573 by el7cosmos, jhodgdon, YesCT: 'site_default' needs to be a language constant. 2014-10-04 17:33:46 +02:00
Alex Pott 74857b53c2 Issue #1845104 by longwave, thehong | martin_q: Fixed drupal_set_message('0') results in no output rather than outputting "0". 2014-10-04 16:57:03 +02:00
Alex Pott 8d97ffff06 Issue #2267551 by catch | tim.plunkett: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits. 2014-10-03 11:47:25 +02:00
catch 4e5c1c2bef Issue #2345753 by tim.plunkett, dawehner, Wim Leers, damiankloip: Remove url(current_path()) and url(NULL) with <current> and <none>. 2014-10-02 13:39:56 +02:00
Alex Pott 2bccde8fd7 Issue #2329771 by davidhernandez, lauriii, pakmanlh: Move image classes from preprocess to templates. 2014-10-02 12:19:49 +02:00
Alex Pott 64de978a08 Issue #2347831 by xjm, effulgentsia: Fix documentation for \Drupal::url(), \Drupal::l(), etc. (and fix the change record). 2014-10-01 08:10:05 +02:00
Alex Pott 002ae719c9 Issue #2343661 by larowlan, tim.plunkett | xjm: Rename l() to _l() and url() to _url(), and document replacements. 2014-09-30 10:10:00 +02:00
Alex Pott 31022924e1 Issue #2343759 by pwolanin, larowlan, dawehner, tim.plunkett, effulgentsia, xjm, Wim Leers: Provide an API function to replace url()/l() for external urls. 2014-09-30 08:50:14 +02:00
Alex Pott 27636950ac Issue #2340571 by Désiré | YesCT: LanguageInterface needs isLocked method for the locked property. 2014-09-29 08:10:45 +02:00
webchick daaccc3b3d Issue #1869476 by rteijeiro, LewisNyman, lauriii, Wim Leers, mdrummond, swentel, hosef, cbiggins, larowlan, sun, EclipseGc, Gábor Hojtsy: Convert global menus (primary links, secondary links) into blocks. 2014-09-28 18:25:41 -07:00
Alex Pott e01fb4e948 Issue #2346323 by webflo: Fixed Set default language during installation. 2014-09-28 22:44:40 +02:00
webchick 035393d8c2 Issue #2336743 by webflo, penyaskito, YesCT, Gábor Hojtsy: Fixed When more than one language is added in the profile, the installer ignores those. 2014-09-28 05:03:05 -07:00
webchick a6492ce9d9 Issue #2343651 by xjm, tim.plunkett, Wim Leers, dinarcon, dawehner: Remove most remaining l() calls. 2014-09-28 00:21:34 -07:00
webchick ddbd7f66cd Issue #1912608 by Cottser, ckrina, jamesquinton, lauriii, jwilson3, mgifford, scaragucc' | criz: Update pagination markup for new CSS standards and improved accessibility. 2014-09-27 00:34:33 -07:00
webchick 35fcfc4dbb Issue #1777332 by hass, Cottser, mike.roberts, joelpittet, dawehner | jenlampton: Replace theme_menu_link() and menu-tree.html.twig with a single Twig template. 2014-09-27 00:28:57 -07:00
webchick d4b7bc7890 Issue #2341927 by martin107: Language module annotation improvements [ plus minor followup ]. 2014-09-27 00:19:16 -07:00
webchick 0eda196d46 Issue #2340251 by iMiksu, alexpott, tim.plunkett, dawehner, Wim Leers: Remove most remaining url() calls. 2014-09-27 00:03:46 -07:00
Nathaniel Catchpole 542980f0dc Issue #2329759 by Sutharsan: Move container classes from preprocess to templates. 2014-09-26 11:54:02 +01:00
catch 2c6cd92958 Issue #2340123 by Wim Leers: Setting cache tags can be tricky: use strings instead of nested arrays to improve DX. 2014-09-25 08:30:31 +01:00
Nathaniel Catchpole a1a0cc86c0 Issue #2329853 by Cottser: Move miscellaneous theme.inc classes from preprocess to templates. 2014-09-24 16:20:26 +01:00
Nathaniel Catchpole 03aa67036e Issue #2343607 by alexpott, dawehner: Cleanup UrlGenerator. 2014-09-24 15:38:10 +01:00
webchick 7c309f918c Issue #2262863 by attiks, Jelle_S: Add srcset to template_preprocess_image. 2014-09-22 22:09:41 -07:00
webchick 5baf8db0d3 Issue #2342925 by tim.plunkett: Simplify url() in order for the installer to function without it. 2014-09-22 20:55:51 -07:00
Alex Pott 5e938c16d1 Issue #1342504 by jbrown, Jelle_S, Dave Reid: Support data URIs. 2014-09-22 12:55:48 +01:00
Nathaniel Catchpole 669ba7bb3e Issue #2319487 by tim.plunkett, Cottser, larowlan: Remove ajax.inc. 2014-09-22 12:42:26 +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 bb3ee20742 Issue #2333395 by Jelle_S, attiks: Add sizes to template_preprocess_image. 2014-09-22 10:27:47 +01:00
Alex Pott fb6c562c9e Issue #2263981 by znerol, beejeebus: Introduce a robust and extensible page cache-policy framework. 2014-09-20 11:14:29 +01:00
Alex Pott c58bca379c Issue #2325571 followup by omers: Replace _theme() calls by calls to \Drupal::theme()->render(). 2014-09-19 10:40:50 +01:00
Alex Pott 195503e2bf Issue #2338571 by znerol: Remove SessionManager::startLazy(). 2014-09-19 10:40:50 +01: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 4d82422e67 Issue #2325571 by asif_khan, omers | dawehner: Replace _theme() calls by calls to \Drupal::theme()->render(). 2014-09-18 17:03:36 +01:00
Jennifer Hodgdon 73c66d4dec Issue #2329703 by maximpodorov: Fix spelling in varous files 2014-09-18 07:21:39 -07:00
Alex Pott 145778cea4 Issue #2322287 by tuutti, lauriii, wheatpenny: Move datetime classes from preprocess to template. 2014-09-18 00:16:41 +01:00
Alex Pott 3295e62aec Issue #2194885 by Berdir | sun: Remove drupal_write_record(). 2014-09-17 23:00:57 +01:00
Alex Pott f8c58623ac Issue #2314181 by roderik | hefox: Change drupal_static('name', whatever, TRUE) function comments. 2014-09-16 12:51:03 +01:00
Alex Pott 179e7c2bd1 Issue #2337709 by tim.plunkett: Convert form_state_values_clean() to FormStateInterface::cleanValues(). 2014-09-16 12:16:27 +01:00
Alex Pott 332fad7c22 Issue #2303361 by tim.plunkett, kim.pepper: Replace instances of deprecated drupal_valid_path with PathValidator. 2014-09-16 12:09:35 +01:00
Alex Pott b33a215c38 Issue #2251111 by jibran | dawehner: Remove format_rss_item() and format_rss_channel(). 2014-09-16 12:02:31 +01:00
Alex Pott 32d5530e58 Issue #2333113 by effulgentsia, plach: Add an EntityDefinitionUpdateManager so that entity handlers can respond (e.g., by updating db schema) to code updates in a controlled way (e.g., from update.php). 2014-09-15 21:37:27 +01:00
Alex Pott 34cce8dcdc Issue #2310341 by ilkkave | YesCT: Remove backwards compatibility for $heading['class'] in template_preprocess_menu_tree(). 2014-09-15 11:06:37 +01:00
Alex Pott 51a27d107f Issue #2323759 by Crell, dawehner: Modularize kernel exception handling. 2014-09-15 10:22:01 +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
Alex Pott 7f69cb4456 Issue #2332551 by kgoel, er.pushpinderrana, Crell: Remove drupal_render_page(). 2014-09-12 19:24:48 +01:00
Alex Pott 6d8e333e95 Issue #999338 by lauriii, joelpittet, Sir-Arturio, mgifford, mlncn, alarcombe, sun | Eric_A: Fixed theme_image() alt attribute cannot be passed in $variables['attributes'] . 2014-09-12 16:58:23 +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
Jennifer Hodgdon a31b5ea18a Issue #2283675 by er.pushpinderrana, amitgoyal, mparker17, joachim, mmarquez: Document how optgroups are generated in form_select_options() 2014-09-10 14:59:52 -07:00
Jennifer Hodgdon 1f380d8853 Issue #2334405 by almaudoh, drunken monkey: Clean up documentation links to functions moved to render element classes 2014-09-10 14:56:14 -07:00
Alex Pott d81f06f874 Issue #2326423 by wheatpenny: Move "region" classes from preprocess to template. 2014-09-10 10:45:53 +01:00
Alex Pott ee6ddbe8ac Issue #2332389 by tim.plunkett: Finish adding methods to FormStateInterface. 2014-09-10 09:53:11 +01:00
Alex Pott c925507a49 Issue #2335189 by ashutoshsngh: Remove form.inc form_get_errors(). 2014-09-09 20:38:23 +01:00
Alex Pott 0acde173af Issue #1949204 by moshe weitzman | RobLoach: Remove path_inc and menu_inc Settings. 2014-09-09 17:20:21 +01:00
Alex Pott cff05b2e53 Issue #1898478 by joelpittet, Cottser, lokapujya, m1r1k, jstoller, er.pushpinderrana, duellj, organicwire, jessebeach, idflood, Jalandhar, Risse, derheap, galooph, mike.roberts, tlattimore, nadavoid, LinL, steveoliver, chakrapani, likin, killerpoke, EVIIILJ, vlad.dancer, podarok, m86 | c4rl: Menu.inc - Convert theme_ functions to Twig. 2014-09-09 17:12:26 +01:00
Alex Pott 9617c20364 Issue #2319171 by andypost, swentel | yched: Move entity_invoke_bundle_hook() to EntityManager. 2014-09-09 16:10:42 +01:00
Alex Pott bae17d1322 Issue #2333293 by ThomWilhelm: Fixed /sites/default/files/translations directory requirements messages during install. 2014-09-09 15:28:19 +01:00
Alex Pott e4750a75ad Issue #2330943 by herom: Remove mention of hook_date_format_types() in docs. 2014-09-09 14:22:57 +01:00
Alex Pott b48d098a1e Issue #2285493 by joelpittet, lanchez: Remove deprecated 'class' property from #theme 'links' and #theme 'menu_tree' heading arrays. 2014-09-09 10:34:37 +01:00
webchick f92c2cb45f Issue #2329505 by Cottser, SebCorbin, joelpittet, drupalninja99, jenlampton, longwave, aboros, trevorkjorlien, socketwench, shanethehat, mbrett5062, rteijeiro: Convert theme_task_list to Twig template. 2014-09-08 11:12:14 -07:00
webchick df9431d7ae Revert "Issue #1885564 by Cottser, SebCorbin, joelpittet, drupalninja99, jenlampton, longwave, aboros, trevorkjorlien, socketwench, shanethehat, mbrett5062, rteijeiro: Convert theme_task_list to Twig template."
Wrong issue number; correcting...

This reverts commit 511d9f79bf.
2014-09-08 11:10:15 -07:00
webchick 946aee4fab Issue #2031301 by andypost, Cottser, xjm, mark.labrecque, mariacha1, joelpittet, robynlgreen, danquah, trogels, Eric_A, thedavidmeister, jenlampton: Replace theme_more_link() and replace with #type 'more_link'. 2014-09-08 11:05:43 -07:00
webchick 511d9f79bf Issue #1885564 by Cottser, SebCorbin, joelpittet, drupalninja99, jenlampton, longwave, aboros, trevorkjorlien, socketwench, shanethehat, mbrett5062, rteijeiro: Convert theme_task_list to Twig template. 2014-09-08 10:57:59 -07:00
webchick 26564b508c Issue #2330423 by ashutoshsngh: Remove form.inc form_get_error(). 2014-09-08 09:00:17 -07:00
Nathaniel Catchpole 71d247919f Issue #2330091 by plach: Rename ContentEntityDatabaseStorage to SqlContentEntityStorage. 2014-09-08 13:12:45 +01:00
Alex Pott 61150517df Issue #2302563 by chx, dawehner: Fixed Access check Url objects. 2014-09-08 11:13:35 +01:00
Nathaniel Catchpole 57fc261527 Issue #2329795 by fietserwin, bzitzow, alexrayu, tstoeckler | illutek, dawehner: Fixed Make it possible to add information to theme info files during development. 2014-09-05 11:11:16 +01:00
webchick c4934bd9e3 Issue #2332049 by Wim Leers: Silliest, most trivial clean-up of drupal_render() EVER. 2014-09-03 08:19:08 -07:00
Nathaniel Catchpole 6aeb7e9a32 Issue #2325197 by tstoeckler, sun: Remove drupal_classloader(). 2014-09-03 14:02:51 +01:00
Nathaniel Catchpole 3afec501d4 Issue #2250119 by ParisLiakos, Devin Carlson: Run updates in a full environment. 2014-09-02 10:28:33 +01:00
webchick 8c68491896 Issue #2273277 by Wim Leers, effulgentsia, Fabianx: Fixed Figure out a solution for the problematic interaction between the render system and the theme system when using #pre_render. 2014-08-29 16:37:14 -07:00
webchick 1dd9406b86 Issue #1842362 by vijaycs85, Sutharsan, Berdir, ocsilalala, skipyT: Replace locale_project table and improve caching. 2014-08-28 23:43:16 -07:00
webchick 12ee21a360 Issue #2328061 by tim.plunkett: Move datetime's FormElement #type classes in Core. 2014-08-28 21:42:51 -07:00
webchick 3467f05416 Issue #2121713 by tim.plunkett, dawehner, rteijeiro, jiv_e: Move drupal_html_id() and drupal_html_class() to Drupal\Component\Utility. 2014-08-28 21:34:31 -07:00
webchick db30eaf438 Issue #2328785 by tim.plunkett: Convert form_load_include() to FormState::loadInclude(). 2014-08-28 21:23:30 -07:00
webchick 2191f864ab Issue #2328777 by tim.plunkett: Refactor FAPI getCache()/setCache() into a standalone class. 2014-08-28 14:38:22 -07:00
webchick 9db4af56da Issue #2326891 by tim.plunkett, jhodgdon: Convert system_element_info() to Element classes. 2014-08-28 14:35:24 -07:00
webchick eb21fc37a7 Issue #2301245 by sun, joelpittet | larowlan: Fixed Entity system invokes non-existing theme hooks: 'Theme hook not found.' 2014-08-26 10:25:49 -07:00
webchick 65c671eff7 Revert "git commit -m Issue"
How about a *sensible* commit message? ;)

This reverts commit 1a10539f0f.
2014-08-26 10:24:40 -07:00
webchick 1a10539f0f git commit -m Issue 2014-08-26 10:14:15 -07:00
webchick 18aa4abddc Issue #2314599 follow-up by andypost: Fix incorrect theme argument. 2014-08-25 22:27:50 -07:00
webchick 1b252200a1 Issue #2088365 by Cottser, CharuAg, bradklaver, machostache, cs_shadow, visabhishek, sriharsha.uppuluri, grisendo, undertext, naveenvalecha | nod_: Fixed Wrong name for datetime.html.twig should be time.html.twig. 2014-08-24 13:46:18 -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 4fb0f9d8fd Issue #2251113 by alexpott, damiankloip, Crell, Wim Leers, dawehner, sun: Use container parameters instead of settings. 2014-08-23 13:19:53 -07:00
webchick de5fe262f2 Issue #2318087 by tim.plunkett: Replace ['input'] with FormState::getUserInput(). 2014-08-23 12:18:55 -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 7fff6e850a Issue #2297875 by herom, bfr: Replace calls to form_set_error() to $form_state->setErrorByName(). 2014-08-22 02:04:33 +01:00
Alex Pott f5b0b26ee0 Issue #2325385 by dawehner: Fixed Ensure that the error handler does not throw exception itself. 2014-08-21 18:10:55 +01:00
Alex Pott a4125e6a8c Issue #2228093 by dawehner | sun: Modernize theme initialization. 2014-08-21 17:53:03 +01:00
Alex Pott a7364b37de Issue #2324113 by penyaskito: Move Drupal/Core/Utility/Color to Drupal/Component/Utility/Color. 2014-08-20 15:52:22 +01:00
Nathaniel Catchpole 5348e2e361 Issue #2283977 by alexpott, Gábor Hojtsy, effulgentsia, fago: Create a new ConfigEntity type for storing bundle-specific customizations of base fields. 2014-08-19 11:25:28 +01:00
Alex Pott 7e23170de4 Issue #2300875 by joshi.rohit100, amitgoyal, penyaskito: Remove drupal_redirect_form() as it is deprecated. 2014-08-18 16:03:15 +01:00
Alex Pott 28ef6b28c3 Issue #2152227 by JeroenT, joelpittet, steinmb, steveoliver, hussainweb, shanethehat, jenlampton, kpa, AnythonyR, EVIIILJ, kgoel, Cottser, dsdeiz, hanpersand: Convert theme_tableselect() to #theme table__tableselect. 2014-08-15 23:48:45 +01:00
Alex Pott 93beccc571 Issue #2217755 by Alumei, Les Lim, er.pushpinderrana, martin107, Daniel Norton | alexpott: Fixed template_preprocess_links uses a non existent class JSON. 2014-08-13 14:04:31 -07:00
webchick 9c87059f0f Issue #2305839 by jhodgdon, tim.plunkett: Convert hook_element_info() to annotated classes. 2014-08-12 12:19:20 -07:00
Alex Pott fef9fd278d Issue #2301593 by er.pushpinderrana, joshi.rohit100: Remove drupal_retrieve_form() as it is deprecated. 2014-08-12 11:29:57 -07:00
Alex Pott ad64eddb50 Issue #2260059 by er.pushpinderrana, joelpittet, LinL, SebCorbin | Mark Carver: Fixed Title in template_preprocess_item_list() is typecasted as string. 2014-08-12 00:29:39 -07:00
Alex Pott b366d7d798 Issue #314385 by penyaskito, Pancho, mgifford, jjcarrion, jlbellido, akalata, alimac, jday, Risse, stBorchert | emmajane: Make position of #description configurable via the API. 2014-08-11 22:03:40 -05:00
Alex Pott 6f476b8a43 Issue #2301393 by kim.pepper, larowlan: Deprecate all of mail.inc, move drupal_mail to method on Mail plugin manager. 2014-08-11 09:25:38 -05:00
Alex Pott 8f23dc869c Issue #2318099 by tim.plunkett: Replace $form_state['complete_form'] with $form_state->getCompleteForm(). 2014-08-11 08:18:04 -05:00
Alex Pott 6f9ceadb44 Issue #2296775 by gauravkhambhala | jhodgdon: Fixed Content Markers defgroup/topic mentions theme_mark() (nonexistent). 2014-08-10 16:44:18 -05:00
Alex Pott d7d587255d Issue #2307419 by Wim Leers: AssetCollectionOptimizerInterface should allow listing and deleting all aggregates (optimized collection assets). 2014-08-08 11:52:12 -05:00
Alex Pott 8196034a57 Issue #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState. 2014-08-08 11:25:54 -05:00
Alex Pott 258856aee9 Issue #2154435 by andypost, Berdir, mparker17: Rename EntityAccessController to EntityAccessControlHandler. 2014-08-07 23:27:28 +01:00
Alex Pott 18ddb0044c Issue #2315807 by tim.plunkett: Remove support for path-based form redirects. 2014-08-07 21:43:27 +01:00
Alex Pott 8f04acbb77 Issue #2309221 by mikey_p: Drupal\Core\Datetime\Date should be renamed to DateFormatter. 2014-08-05 11:39:21 +01:00
webchick 3cd58e7db7 Issue #2256593 by jhodgdon, dawehner: Fixed Review and update the ajax @defgroup in ajax.inc. 2014-08-04 20:49:39 -07:00
webchick 73a65a3605 Issue #2313397 by tim.plunkett: Replace FormBuilderInterface::setValue() with FormStateInterface::setValueForElement(). 2014-08-04 10:23:18 -07:00
webchick 1d727ae1ba Issue #2314855 by Crell: Standardize block entity route names. 2014-08-04 09:55:19 -07:00
Alex Pott 6948f38d5a Issue #2308783 by er.pushpinderrana | mikey_p: Remove format_interval(). 2014-08-04 12:58:05 +01:00
Alex Pott 5f4bbab95c Issue #2313823 by tim.plunkett, martin107: Use FormStateInterface for all typehints. 2014-08-04 12:21:15 +01:00
Alex Pott 537457b512 Issue #2308821 by tim.plunkett: Replace FormErrorInterface with $form_state->setErrorByName() and $form_state->setError(). 2014-08-04 11:19:36 +01:00
Alex Pott 76608ff7d4 Issue #2289999 by dawehner, Cottser | Fabianx: Add an easy way to create HTML on the fly without having to create a theme function / template. 2014-08-03 23:45:41 +01:00
Nathaniel Catchpole 050ce49fec Issue #2312671 by olli: Fixed Typo langauge. 2014-07-31 11:50:21 +01:00
Nathaniel Catchpole 8fe441a19d Issue #2227907 by mgifford: Revise rel attributes in pager links. 2014-07-31 11:24:23 +01:00
Dries fc5e111aca Issue #2225353 by tim.plunkett: Convert to an object and provide methods like setError(). 2014-07-30 20:50:42 -04:00
Jennifer Hodgdon f77f88b9ff Issue #2312607 by lokeoke: Fix formatting issue on Database topic page 2014-07-30 15:32:27 -07:00
Dries c77851c473 Issue #2301319 by pwolanin, effulgentsia: MenuLinkNG part5: Remove dead code and party! 2014-07-30 15:54:09 -04:00
Alex Pott 70bed3385f Issue #2301317 by pwolanin, dawehner, Wim Leers, effulgentsia, YesCT, xjm, alexpott: MenuLinkNG part4: Conversion. 2014-07-30 13:04:04 +01:00
Alex Pott 44f76c6bcf Revert "Issue #2301317 by pwolanin, effulgentsia, Wim Leers, dawehner, alexpott: MenuLinkNG part4: Conversion."
This reverts commit fd2db9cd35.
2014-07-30 13:02:58 +01:00
Nathaniel Catchpole fd2db9cd35 Issue #2301317 by pwolanin, effulgentsia, Wim Leers, dawehner, alexpott: MenuLinkNG part4: Conversion. 2014-07-30 11:47:01 +01:00
Jennifer Hodgdon a556b96a24 Issue #2299679 by jmmarquez, lokeoke: Move some topics/groups to/from core.api.php 2014-07-29 09:43:49 -07:00
Alex Pott 0d99a0ca07 Issue #2304399 by er.pushpinderrana, undertext | samuel.mortenson: Fixed "class" attribute in drupal_render should be an array. 2014-07-28 22:30:41 +01:00
Alex Pott 1a7cd1b532 Issue #2073811 by dawehner, pwolanin, joelpittet, Cottser, Mark Carver, steveoliver: Add a url generator twig extension. 2014-07-28 08:59:32 +01:00
Alex Pott 2691c42b24 Issue #2299699 by lokeoke | jhodgdon: Some classes need @ingroup added to them. 2014-07-24 17:31:01 +01:00
Alex Pott 5783e08f16 Issue #2149197 by penyaskito, mikey_p, vijaycs85, herom: Replace format_interval with \Drupal::service('date')->formatInterval(). 2014-07-24 15:54:28 +01:00
Alex Pott 1ddfac8c94 Issue #2112247 by sihv, dgroene, aalamaki, Dennis Walgaard, mErilainen: Fixed Valid file extensions in file names are not properly enforced when uploading files. 2014-07-24 15:43:36 +01:00
Alex Pott d29adc88ad Issue #2297947 by amitgoyal, andrewmacpherson: Clean up API docs for hook_file_mimetype_mapping_alter(). 2014-07-22 20:58:00 +01:00
Nathaniel Catchpole 7c226d14a8 Issue #2289183 by anavarre, xjm: Fixed Temporarily increase D8 memory limit to reflect current requirements. 2014-07-22 10:24:02 +01:00
Alex Pott 447cfbf1c1 Issue #2299427 by tim.plunkett, amitgoyal, joshi.rohit100: Remove drupal_build_form() once all its usage is removed as it is deprecated. 2014-07-21 12:04:16 +01:00
Alex Pott 7d0c5795a6 Issue #2062043 by eelkeblok, longwave, rhm50, InternetDevels, alvar0hurtad0, Xano: Replace user_access() calls with $account->hasPermission() in core files. 2014-07-20 11:28:21 +01:00
Alex Pott 87e675f09b Issue #1825952 by Fabianx, joelpittet, bdragon, heddn, chx, xjm, pwolanin, mikey_p, ti2m, bfr, dags, cilefen, scor, mgifford: Turn on twig autoescape by default 2014-07-18 10:05:22 +01:00
Alex Pott c05668e747 Issue #2304965 by longwave | klausi: Fixed Port form_select_options() XSS fix from SA-CORE-2014-003. 2014-07-18 08:51:59 +01:00
Alex Pott b560f348bd Issue #2303605 by cilefen: Rename *.menu_links.yml to *.links.menu.yml files to improve DX. 2014-07-16 23:39:40 +01:00
Alex Pott fc939d4e6c Issue #2268761 by tim.plunkett: Remove support for function-based forms. 2014-07-16 23:26:38 +01:00
Alex Pott 2eac903aa1 Issue #2303547 by mgifford: Fixed Consistency - screen-reader to screen reader. 2014-07-16 12:31:36 +01:00
Alex Pott 2458d9ec7a Issue #2300873 by amitgoyal, joshi.rohit100: Remove usage of drupal_redirect_form() as deprecated. 2014-07-15 13:52:25 +01:00
Alex Pott 573ad2a1d7 Issue #2299421 by amitgoyal, joshi.rohit100: Remove all usage of drupal_build_form() as deprecated and replaced by FormBuilderInterface::buildForm(). 2014-07-15 13:51:13 +01:00
Alex Pott f2b6aa7a75 Issue #2291137 by cilefen | webchick: Rename various *links.yml files to improve DX. 2014-07-15 12:29:14 +01:00
Alex Pott 291b99816d Issue #2302331 by kim.pepper: Move drupal_valid_path to PathValidator service. 2014-07-15 10:11:36 +01:00
Nathaniel Catchpole 02a32e3ff5 Issue #2284103 by alexpott, fabpot, damiankloip, Xano, Xen, Berdir: Fixed Remove the request from the container. 2014-07-14 15:58:53 +01:00