Commit Graph

506 Commits (3e53bf2372b04e6082a878da563ab69811d34af5)

Author SHA1 Message Date
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
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 e8d6588e14 Issue #2355001 by ashutoshsngh, dinarcon, er.pushpinderrana: Remove form.inc form_builder(). 2014-10-14 13:55:12 +01:00
Alex Pott b82e28d5e4 Issue #2267545 by ParisLiakos: Standardize to RFC 5424 log levels. 2014-10-14 09:43:11 +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
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
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
Alex Pott ebdca18dc3 Issue #2324791 by Michael Hodge Jr, ParisLiakos: Remove watchdog(). 2014-10-05 14:07:07 +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 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
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
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
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
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 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 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 b33a215c38 Issue #2251111 by jibran | dawehner: Remove format_rss_item() and format_rss_channel(). 2014-09-16 12:02:31 +01:00
Alex Pott 7f69cb4456 Issue #2332551 by kgoel, er.pushpinderrana, Crell: Remove drupal_render_page(). 2014-09-12 19:24:48 +01: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 e4750a75ad Issue #2330943 by herom: Remove mention of hook_date_format_types() in docs. 2014-09-09 14:22:57 +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
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 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 9db4af56da Issue #2326891 by tim.plunkett, jhodgdon: Convert system_element_info() to Element classes. 2014-08-28 14:35:24 -07:00
Alex Pott a4125e6a8c Issue #2228093 by dawehner | sun: Modernize theme initialization. 2014-08-21 17:53:03 +01: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 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 8f04acbb77 Issue #2309221 by mikey_p: Drupal\Core\Datetime\Date should be renamed to DateFormatter. 2014-08-05 11:39:21 +01:00
Alex Pott 6948f38d5a Issue #2308783 by er.pushpinderrana | mikey_p: Remove format_interval(). 2014-08-04 12:58:05 +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 2691c42b24 Issue #2299699 by lokeoke | jhodgdon: Some classes need @ingroup added to them. 2014-07-24 17:31:01 +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
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
webchick 1eadf82a5e Issue #2299691 by er.pushpinderrana, jhodgdon: Some topics should be removed. 2014-07-11 22:50:50 -07:00
Alex Pott 463bebdca5 Issue #2300843 by joshi.rohit100: Remove drupal_json_encode() and drupal_json_decode() methods as deprecated. 2014-07-11 11:02:57 +01:00
Alex Pott 1cf3a5338b Issue #2293541 by amitgoyal, marcingy: Remove *_token deprecated functions. 2014-07-08 11:51:37 +01:00
Alex Pott a66922a49e Issue #2297535 by marcingy: Remove drupal_get_private_key. 2014-07-08 11:32:21 +01:00
Alex Pott f421f1f977 Issue #2295715 by joshi.rohit100: Remove parse_size() function as it is no longer used. 2014-07-07 13:39:34 +01:00
Alex Pott 8878f6b107 Issue #2286837 by ParisLiakos, damiankloip: Remove drupal_get_hash_salt(). 2014-07-07 11:48:03 +01:00
Nathaniel Catchpole 5e58da00e6 Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel. 2014-06-26 11:47:01 +01:00
Nathaniel Catchpole 6f33b60481 Issue #2124957 by Wim Leers, catch: Replace 'content' cache tag with 'rendered' and use it sparingly. 2014-06-20 18:41:22 +01:00
Nathaniel Catchpole 7d1c02a73d Issue #2247779 by Wim Leers, larowlan, dawehner: Allow #pre_render, #post_render and #post_render_cache callbacks to be service methods. 2014-06-14 09:46:36 +01:00
webchick 49a900460d Issue #2246665 by jaredsmith, martin107, YesCT, filijonka, tstoeckler: Typehint with Drupal\Core\Language\LanguageInterface instead Drupal\Core\Language\Language. 2014-06-10 09:53:32 -07:00
webchick d0107d496b Issue #950534 by mparker17, mgifford, Mixologic, jbloomfield, erinclerico, theMusician, wmostrey | zirvap: [policy] Consistently use email instead of e-mail in Drupal. 2014-06-09 14:47:53 -07:00
Alex Pott d5be5c0454 Issue #2217877 by Wim Leers, Dave Reid, damiankloip, xjm, chx | catch: Fixed Text filters should be able to add #attached, #post_render_cache, and cache tags. 2014-06-08 16:25:15 -05:00