Commit Graph

321 Commits (f6312b85d2509bd4fa3e10f17db2b145a3ac4781)

Author SHA1 Message Date
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
webchick ce46702f85 Issue #1939082 by shanethehat, larowlan, jenlampton, Cottser, LewisNyman, duellj, Mark Carver, joelpittet: Convert theme_status_messages() to Twig. 2013-09-15 21:44:24 -07:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
Nathaniel Catchpole bbb106da75 Issue #2082117 by alexpott, xjm, tim.plunkett, heyrocker, beejeebus, sun: Fixed Install default config only when the owner and provider modules are both enabled. 2013-09-13 10:31:12 +01:00
Nathaniel Catchpole 56b7c4dd18 Revert "Issue #2082117 by alexpott: Fixed Install default config only when the owner and provider modules are both enabled."
This reverts commit 4c304cb8e7.
2013-09-13 10:30:11 +01:00
Nathaniel Catchpole 4c304cb8e7 Issue #2082117 by alexpott: Fixed Install default config only when the owner and provider modules are both enabled. 2013-09-13 09:58:11 +01:00
webchick bbf70b0c96 Issue #1939096 by chrisjlee, joelpittet, drupalmonkey | Cottser: Convert theme_feed_icon() to Twig. 2013-08-30 23:41:29 -07:00
Alex Pott 5d3b94650f Issue #2058761 by thedavidmeister: PHP notice when #attributes is not set with #theme_wrappers() 'container'. 2013-08-28 02:01:26 +01:00
Alex Pott 85963a7892 Issue #2061835 by thedavidmeister, Cottser: Fixed theme() doesn't enforce that what it returns is a string or FALSE. 2013-08-24 11:25:44 +01:00
webchick 4165a693c9 Issue #2069191 by aspilicious, dawehner: Fixed PageTitle tests aren't run. 2013-08-22 09:46:38 -07:00
Dries 8c5f572b69 Issue #2032535 by dawehner, katbailey, pwolanin, Crell: Resolve 'title/title callback' by adding a _title propery on the route and allow a title be part of the render array. 2013-08-16 15:36:55 -05:00
Dries dd95e4bae3 Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Alex Pott 0d9a413e07 Issue #2056837 by longwave: Fixed Modules can no longer alter page_bottom(). 2013-08-09 22:53:48 +01:00
Nathaniel Catchpole 7e209672f3 Issue #1939086 by chrisjlee, joelpittet, tim.plunkett: Convert theme_dropbutton_wrapper() to Twig. 2013-08-07 09:43:30 +01:00
Alex Pott 17c92fbf00 Issue #1939100 by chrisjlee, oriol_e9g, jenlampton: Convert theme_progress_bar() to Twig. 2013-08-06 08:29:27 +02:00
Alex Pott cc7c70e9af Issue #2011578 by mortendk, tlattimore, Cottser, soulston: Markup for Stark's page.html.twig + maintenance-page.html.twig. 2013-08-06 00:52:22 +02:00
Alex Pott d4fba77fdb Issue #2010126 follow-up by Eric_A: Replace theme() with drupal_render() in image module for theme_image_formatter(). 2013-08-04 15:39:37 +02: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 94143f223a Issue #1717090 by BarisW, barraponto: Fixed Remove the http-equiv='cleartype' meta tag. 2013-07-31 23:58:49 -07:00
Jennifer Hodgdon 9143ca3000 Issue #2031319 by jlindsey15, pplantinga, thedavidmeister, Kingdutch, Kiphaas7: Document that theme() should really be called via drupal_render(). 2013-07-30 06:04:30 -07:00
Nathaniel Catchpole d3c5919d17 Issue #2045919 by drupalrv: Replace all module_implements() deprecated function calls. 2013-07-27 15:30:10 +01:00
Nathaniel Catchpole 29c09effc3 Issue #1843650 by Mark Carver, jenlampton, Cottser: Remove the process layer (hook_process() and hook_process_HOOK). 2013-07-27 15:26:33 +01:00
Alex Pott 5d649f8bfc Issue #1589968 by cr0ss, Cottser, Pancho, DarthDrupal, Mark Carver: Move Title from process to preprocess, remove template_process_page(). 2013-07-19 19:15:13 +01:00
Alex Pott 862b4d6347 Issue #2008270 by mcjim, typhonius: Remove drupal_add_css() from _drupal_maintenance_theme() — use #attached. 2013-07-19 11:05:14 +01:00
Dries 0e5386e3ec Issue #1843668 by Cottser, bdragon, joelpittet, gloob: Move building of breadcrumb render array from template_process_page() to template_preprocess_page(). 2013-07-18 14:54:44 -04:00
Dries 4f6161a226 Issue #1989480 by LewisNyman, rteijeiro, oresh, swentel, Gaelan: Progress Bar style update. 2013-07-18 13:58:44 -04:00
Alex Pott 8b4fa68c75 Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class. 2013-07-14 16:17:23 -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 45a9e859d6 Issue #2026347 by Berdir: Adding methods to UserInterface/AccountInterface. 2013-07-09 15:39:11 +01:00
Alex Pott 1398ddf681 Issue #2030457 by Mark Carver, Cottser: Fixed Warning: Missing argument 3 for template_preprocess() for theme functions overridden by templates. 2013-07-08 10:15:16 +01:00
Nathaniel Catchpole df7b6e6912 Issue #2031305 by jenlampton, thedavidmeister: Remove theme_more_help_link() and replace with a #type link render array. 2013-07-04 09:52:06 +01:00
Alex Pott 3d521d93b0 Revert "Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class."
This reverts commit 5aced021d9.
2013-07-03 13:06:04 +01:00
Alex Pott 5aced021d9 Issue #2004286 by joelpittet, jenlampton, Cottser, LinL: Defer calls to drupal_get_()* functions until printed inside a template by adding a RenderWrapper class. 2013-07-02 13:48:47 +01:00
Dries 5d9652bc68 Issue #2031341 by jenlampton: Move theme_container() into theme.inc. 2013-06-30 20:12:32 -04:00
Alex Pott 0329b221e3 Issue #2012812 by thedavidmeister, pwieck: drupal_render() can't distinguish between empty strings from theme() from an implemented hook and no hook being matched. 2013-06-30 13:38:12 +01:00
Dries 099a8ace5f Issue #2014309 by nod_: Sticky table headers default to FALSE. 2013-06-29 17:49:17 -04:00
Alex Pott 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Alex Pott ef3335c6f3 Issue #2010672 followup by jenlampton: Rename 'type' variable of theme_mark() to 'status'. 2013-06-28 17:23:53 +01:00
Nathaniel Catchpole 7794783062 Issue #1898474 by mondrake, Cottser, azinoman: pager.inc - Convert theme_ functions to Twig. 2013-06-28 13:34:28 +01:00
Alex Pott bfba7b8de9 Issue #2015789 by fubhy, echoz, rteijeiro, LewisNyman, penyaskito: Remove language_css_alter() (RTL stylesheets) in favor of HTML 'dir' attribute. 2013-06-28 09:47:08 +01:00
Alex Pott 3506077cb1 Issue #1337554 by LewisNyman, Bojhan, YesCT, Cottser, jenlampton, Xano, David_Rothstein, larowlan, nilnullvoid: Develop and use separate branding for the installer. 2013-06-27 20:03:01 +01:00
Nathaniel Catchpole ab61b25214 Issue #2024681 by jenlampton: Remove theme_meter() from core. 2013-06-26 10:31:08 +01:00
Alex Pott aca60072f2 Revert "Issue #2012812 by thedavidmeister, pwieck: drupal_render() can't distinguish between empty strings from theme() from an implemented hook and no hook being matched."
This reverts commit 431dc2e3f1.
2013-06-24 11:08:43 +01:00
Alex Pott 431dc2e3f1 Issue #2012812 by thedavidmeister, pwieck: drupal_render() can't distinguish between empty strings from theme() from an implemented hook and no hook being matched. 2013-06-24 09:14:10 +01:00
Alex Pott 088b191c90 Issue #1828536 by sun, thedavidmeister, benjf, derek.deraps, jenlampton, dcam, pwieck: Rename 'type' variable of theme_item_list() to 'list_type'. 2013-06-22 21:49:22 +02:00
Alex Pott a93de78702 Issue #1992606 by damiankloip, pwieck: Convert system_theme_settings() to FormInterface. 2013-06-22 21:36:14 +02:00
Nathaniel Catchpole 660f2d0d4f Issue #1985470 by thedavidmeister: Remove theme_link(). 2013-06-19 13:46:31 +01:00
Nathaniel Catchpole 270db4a504 Issue #1852454 by patrickd, xjm, YesCT, Berdir, amateescu, Pancho, djroshi, dealancer, Wim Leers, jessebeach: Restrict module and theme name lengths to 50 characters. 2013-06-19 10:14:55 +01:00
Alex Pott 2c67e9019e Issue #1939066 by joelpittet, chrisjlee, Cottser, splatio, jenlampton: Convert theme_breadcrumb() to Twig. 2013-06-19 01:38:59 +02:00
Alex Pott 4d08d57418 Issue #1947536 by andypost, donquixote, larowlan, splatio, kim.pepper, alexpott, Crell, tim.plunkett: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service. 2013-06-18 07:22:49 +02:00
Alex Pott 9ee90ca16d Issue #1939090 by 2ndmile, hefox, Cottser, shanethehat, steveoliver, jenlampton, mr.baileys, derheap: Convert theme_tablesort_indicator() to Twig. 2013-06-18 00:25:44 +02:00
Alex Pott 9236b3f7ee Issue #1939080 by joelpittet: Convert theme_datetime() to Twig. 2013-06-17 22:58:28 +02:00
Alex Pott da1b134af1 Issue #1363112 by mparker17, mgifford, tlattimore, Jacine, dcmouyard, bowersox, ry5n, ahdiaz: Simplify names of 'element-x' helper classes. 2013-06-17 21:58:27 +02:00
Alex Pott 95368fcaab Issue #1986408 followup by ry5n, tim.plunkett, joelpittet | Bojhan: Fixed Message style update. 2013-06-14 00:59:34 +02: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 f45ae901c9 Issue #2010672 by Cottser, thedavidmeister: Rename 'type' variable of theme_mark() to 'mark_type'. 2013-06-11 17:49:20 +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 0ac024db37 Issue #2014153 by msonnabaum: Small performance fix for theme rebuild. 2013-06-11 10:21:09 +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
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 334b3d7f76 Issue #1811520 by JacobSanford, lirantal: Add section tags to theme, hook_menu, and t documentation. 2013-06-06 09:14:35 -07: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
catch a078c23800 Issue #1987114 by thedavidmeister: Allow l() to accept a renderable array for $text. 2013-06-02 17:12:36 +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
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
catch 5e768561e2 Issue #1484704 by joelpittet, Eric_A, wiifm, elvis2: Remove instances of attributes_array(). 2013-05-29 08:11:07 +01: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 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 d7f5a1ae17 Issue #1987426 by shanethehat, Cottser, intergalactic overlords, mr.baileys: Convert maintenance-page.tpl.php to Twig. 2013-05-24 09:48:56 -07:00
Alex Pott 684aaa5ba0 Issue #1961870 by Cottser, foopang, kgoel, shanethehat, tlattimore, c4rl, joelpittet, thedavidmeister: Convert page.tpl.php to Twig. 2013-05-24 09:46:19 -07:00
Alex Pott 8ec70c2ea3 Issue #1961872 by Cottser, widukind, foopang, shanethehat, nikkubhai, c4rl, thedavidmeister: Convert html.tpl.php to Twig. 2013-05-24 09:41:26 -07:00
Alex Pott 3b1f85aa34 Issue #1920886 by Cottser, Fabianx: Drupal_render() should only render the child elements when rendering a 'render element' for the first time. 2013-05-19 16:34:52 -07:00
Dries 60c3a75e8f Issue #1986408 by LewisNyman, oresh: Message style update. 2013-05-19 08:31:33 -07:00
Nathaniel Catchpole b18ad40678 Issue #1993350 by nod_: Don't add modernizr everywhere. 2013-05-16 09:12:54 +01:00
Dries 8e57fb5263 Issue #1938430 by shanethehat, steveoliver, Fabianx: Don't add a default theme hook class in template_preprocess(). 2013-05-15 14:59:43 -04:00
Nathaniel Catchpole 31513883d9 Issue #1712250 by alexpott, n3or, cam8001, vijaycs85, Albert Volkman, jibran, heyrocker, chx: Convert theme settings to configuration system. 2013-05-07 10:47:19 +01:00
Nathaniel Catchpole c33191b66b Issue #1982024 by Cottser, Fabianx: Lazy-load Attribute objects later in the rendering process only if needed. 2013-05-05 21:52:35 +01:00
Alex Pott ba6d6e9714 Issue #1974040 by Gábor Hojtsy: Fixed When installing in an RTL language, it should be RTL from profile selection onwards. 2013-05-02 10:04:09 +01:00
catch 478490f23c Issue #1922454 by thedavidmeister, steveoliver, Cottser: Gut l(), fix theme('link'), have a working framework for consistently generated links inside and outside of Twig. 2013-05-01 09:53:04 +01:00
Alex Pott 23c27a8864 Issue #1948374 by duellj | joelpittet: #type 'table' allow attributes on table cells. 2013-04-16 21:31:49 +01:00
webchick 9f723a4693 Issue #1968322 by effulgentsia: Remove unused $id and $zebra variables from templates. 2013-04-15 08:24:50 -07:00
Alex Pott b36ca2848e Issue #1885850 by jenlampton: Remove theme_update_page(). 2013-04-14 21:30:04 +01:00
Alex Pott c7916f0551 Issue #1959110 by a.ross: Fixed theme_table() outputs the no_striping() option as an HTML attribute. 2013-04-10 18:15:48 +01:00
webchick 42d635bd0e Issue #1961886 by foopang: Remove 'help' definition from drupal_common_theme(). 2013-04-10 10:06:01 -07: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
Dries 8da0812745 Issue #1939324 by larowlan: Fixed Typo in template_preprocess_datetime() docblock. 2013-03-12 22:04:27 -07:00
catch 332293cd3f Issue #1938948 by Cottser: Temporarily allow PHPTemplate themes to use .html.twig templates during Twig conversion. 2013-03-12 10:52:39 +00:00
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
catch f8899fb67b Issue #1829224 by alexpott, pfrenssen, vijaycs85, lirantal: Convert the 'theme_default()' variable to CMI. 2013-03-04 14:04:05 +00:00
webchick 4b0ce935b8 Issue #1634280 by EclipseGc, rlmumford: drupal_anonymous_user() should return a User entity. 2013-02-26 15:15:23 -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
webchick 785ca2b2de Issue #1751606 follow-up by sun, swentel: Various fixes for content creation page. 2013-01-29 19:30:40 -08:00
webchick d5a893e6ac Issue #1900458 by Cottser, steveoliver: Use .html.twig instead of .twig file extension. 2013-01-29 19:11:25 -08:00
Dries 2a18edd933 Issue #1751606 by swentel, ry5n, mrfelton, nod_, sun, sannejanssen: Move published status checkbox next to 'Save'. 2013-01-25 14:49:49 -05:00
catch 10ab47224d Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. 2013-01-21 19:21:34 +00:00
catch 2cf9e49ebc Revert "Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. Broke core tests after commit."
This reverts commit c80c3e18f1.
2013-01-21 13:53:28 +00:00
catch c80c3e18f1 Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. 2013-01-21 11:02:01 +00:00
Jennifer Hodgdon 4824c21934 Issue #1317628 by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean up for API docs in include files starting with n-z 2013-01-10 15:50:55 -08:00
webchick ab5b5bd874 Issue #1812724 by steveoliver, sun: Change notice: Consolidate all form element templates and add theme_hook_suggestons(). 2013-01-09 21:45:55 -08:00
catch 68395eef82 Issue #575298 by sun, tim.plunkett, Rob Loach, KrisBulman, Jacine, danillonunes: Provide non-PHP way to reliably override CSS. 2012-12-29 20:01:54 +00:00
webchick 27545d659f Issue #80855 by sun, vangorra, dman, Damien Tournoud, kkaefer: Add element #type table and merge tableselect/tabledrag into it. 2012-12-26 10:15:32 -08:00
webchick 9e28980b6f Issue #1252178 by rupl, lewisnyman, Jacine: Add Modernizr to core. 2012-11-27 12:49:14 -08:00
webchick d26e8a7d57 Issue #1168246 by sun, mgifford, Manuel Garcia, mbrett5062, ry5n, Everett Zufelt, nod_, aspilicious, deviantintegral, tim.plunkett: Freedom For Fieldsets! Long Live The DETAILS. 2012-11-26 23:07:37 -08:00
webchick 6399141c6c Issue #1667742 by larowlan, nod_, effulgentsia, jessebeach, sun: Change notice: Add abstracted dialog to core (resolves accessibility bug). 2012-11-26 20:06:01 -08:00
webchick e8a8853054 Issue #1687864 by sun, BarisW, mgifford, sebsebseb123: Bring theme_breadcrumb() up to WCAG 2.0 AA. 2012-11-26 10:31:43 -08:00
webchick a23fde58b7 Revert "Issue #1687864 by sun, BarisW, mgifford, sebsebseb123: Bring theme_breadcrumb() up to WCAG 2.0 AA."
Note to self: Don't commit from the same install you're testing on. ;)

This reverts commit cf860477f4.
2012-11-26 10:30:36 -08:00
webchick cf860477f4 Issue #1687864 by sun, BarisW, mgifford, sebsebseb123: Bring theme_breadcrumb() up to WCAG 2.0 AA. 2012-11-26 09:51:32 -08:00
catch a0b6d65046 Issue #891112 by Berdir, sun, Amitaibu, siharris, Cottser: Replace theme_item_list()'s 'data' items with render elements. 2012-11-16 13:05:26 +00:00
catch fc270c1fed Issue #782672 by sun, David_Rothstein, jhedstrom, franz, Fabianx: Loosen the coupling between the user module and the installer/maintenance theme. 2012-11-11 23:52:37 +00:00
Dries ee2acd68cc Issue #1696786 by Fabianx, jenlampton, stevector, steveoliver, jwilson3, amateescu, chx: Integrate Twig into core: Implementation issue. 2012-11-03 10:36:10 -07:00
Dries 3e790105d7 Issue #1799498 by seutje, tim.plunkett, delmarr, jessebeach: improve dropbutton. 2012-11-01 15:11:30 -07:00
catch 2cf108ceba Issue #1785310 by droplet: Add 'type' support to theme_item_list() nested child items. 2012-10-17 22:26:34 +01:00
catch 9fbe74405a Issue #1608842 by chx, alexpott, sun, effulgentsia, beejeebus, tim.plunkett et al: Replace list of bootstrap modules, enabled modules, enabled themes, and default theme with config. 2012-10-09 21:40:35 +01:00
webchick 7be7d81200 Issue #1760530 follow-up by Eric_A: Move field.tpl.php to a templates directory. 2012-10-07 19:13:39 -07:00
catch c26c3117f1 Issue #1760530 by jenlampton, Albert Volkman, crazyrohila, Risse, justafish, Fabianx: Move all template files provided by core modules and themes into a 'templates' directory inside that module directory. 2012-10-05 21:35:31 +01:00
Jennifer Hodgdon 2944c1cee2 Issue #1326664 by Lars Toomre, Albert Volkman, sven.lauer, tim.plunkett: API docs cleanup for parts of system module and other files 2012-10-04 08:28:39 -07:00
webchick fc303a4357 Issue #1608878 by jessebeach, tim.plunkett, dead_arm, nod_, sun, effulgentsia, Everett Zufelt, geerlingguy: Added CTools dropbutton to core. 2012-10-03 19:03:22 -07:00
catch d7fc7b6a0a Issue #1393392 by c960657, fubhy: Convert prefix cache clears to cache tags, then remove support for them. 2012-10-03 22:06:11 +01:00
webchick 6e8a223b15 Issue #1276908 by jessebeach, nod_, moshe weitzman, lewisnyman, webchick: Fixed Administrative tables are too wide for smaller screens. 2012-09-26 14:26:15 -04:00
catch 74f917aa30 Issue #362889 by Xano, andypost, dawehner, Davy Van Den Bremt, cweagans, sun: Move drupal_common_theme() from common.inc into theme.inc. 2012-09-11 16:08:58 +01:00
catch 4f37cf0255 Issue #1700382 by Albert Volkman, cam8001: Replace remaining references to drupal_attributes() with new Attributes(). 2012-09-04 14:32:47 +01:00
webchick de473408a6 Issue #1742958 by DamienMcKenna, jhodgdon: Fixed All spellings of URI should be uppercase. 2012-09-01 21:50:06 -07:00
webchick 07ad6e733c Issue #1737148 by nod_, SebCorbin, larowlan, tim.plunkett, Albert Volkman, nick_schuch, sun: Explicitly declare all JS dependencies, don't use drupal_add_js(). 2012-08-30 12:24:38 -07:00
catch 4787768339 Issue #1723828 by hass: Fixed Rename theme key to theme hook in error message. 2012-08-23 13:25:58 +02:00
Dries ed9f736bc0 - Patch #542828 by sun, Pasqualle, marcingy, Gábor Hojtsy: do not special case disabled admin theme. 2012-08-12 14:48:54 -04:00
Dries 9a0367face - Patch #1719488 by effulgentsia: Rename language_manager() to language() and related cleanup. 2012-08-09 16:17:01 -04:00
Dries c7dc1e854e - Patch #1712352 by sun: configuration system does not support themes. 2012-08-07 15:19:48 -04:00
Katherine Bailey 1cd28eb4e5 Using the language_manager wrapper function to return a language whether or not we're in the requet scope 2012-08-06 21:52:11 -07:00
Dries 33d4ef886c - Patch #1290694 by hefox, tlattimore, c4rl, chx, tim.plunkett, tstoeckler, msonnabaum: provide consistency for attributes and classes arrays provided by template_preprocess(). 2012-08-03 11:31:18 -04:00
Dries 12ef20ce84 - Patch #461938 by c960657, Kars-T, Garrett Albright, dsdeiz, JamesAn, grendzy: Fixed inconsistent use of filter_xss_admin() on () and (). 2012-07-29 09:26:11 -04:00
Jennifer Hodgdon ac6d1a922b Issue #1663606 by sukotto100: Document what list_themes function actually returns 2012-07-19 16:09:06 -07:00
Dries df07e0d2f8 - Patch #1211668 by scito, Devin Carlson, bornholtz: special characters are encoded twice for feed icon attribute title. 2012-07-07 09:25:17 -04:00
webchick 4b6bdbb1dd Issue #1496542 by cosmicdreams, sun, chx, vasi1186, aspilicious, alexpott, nadavoid, Pedro Lozano, disasm, andypost | heyrocker: Convert site information to config system. 2012-07-02 10:20:33 -07:00
Jennifer Hodgdon 735ad52016 Issue #1333122 by effulgentsia, tim.plunkett: Clarify docs for theme and preprocess/process functions so it is clearer which ones get called for theme functions vs. templates 2012-06-18 14:52:12 -07:00
webchick a2f971e4c4 Issue #1629858 by aspilicious, amateescu: Convert the theme registry to PSR-0. 2012-06-14 11:07:35 +02:00
Dries 57ab8a5465 - Patch #1510686 by cosmicdreams, vasi1186, webflo, disasm: replace remaining references to global () with drupal_container(). 2012-06-12 22:31:11 -04:00
Dries 8456c62674 - Patch #1616896 by Rob Loach: remove (). 2012-06-05 08:46:23 -04:00
Jennifer Hodgdon 467a825239 Issue #1358944 by wulff, Désiré: Fix ingroup/addtogroup syntax 2012-05-17 05:58:49 -07:00
Dries f72f814f7b - Patch #1404198 by sun, beejeebus, fago, chx: Separate database cache clearing from static cache clearing and data structure rebuilding. 2012-05-03 11:09:39 -04:00
catch 32e8398e0c Issue #1532512 by Liam Morland, xjm: Fixed Ensure empty item-list title h3's are never generated. 2012-05-01 12:19:59 +09:00
Dries 02750689dd - Patch #1183208 by effulgentsia, Niklas Fiekas, katbailey, no_commit_credit, catch: remove variable_get()('clean_url()') and switch to index.php/path pattern for dirty URL support. 2012-04-29 11:16:27 -04:00
Dries bf6a8a1a8e - Patch #1468582 by Schnitzel, lewisnyman, dcmouyard, alanburke, tstoeckler, edward_or, janusman: Add mobile friendly meta tags to the html.tpl.php. 2012-04-25 17:02:24 -07:00
catch 249d9eae67 Issue #1213536 by David_Rothstein, sun, effulgentsia, Yorirou: Fixed Non-resettable theme_get_registry() cache causes problems for non-interactive installations. 2012-04-24 10:57:26 +09:00
Dries 1f2622c8b8 - Patch #1497230 by Rob Loach, pdrake, effulgentsia: Use Dependency Injection to handle object definitions. 2012-04-18 14:30:50 -04:00
catch df19c9910a Issue #1349722 by kgoel, Everett Zufelt, xjm: Fixed who's new & who's online blocks have empty headings. 2012-04-07 11:42:34 +09:00
catch bfee7d05d5 Issue #598586 by grendzy, deekayen, matglas86, dawehner: Fixed watchdog() assumes is defined. 2012-04-02 12:12:33 +09:00
catch 79f43572fc Issue #1469826 by andremolnar: Convert DrupalCacheArray and SchemaCache to PSR-0. 2012-03-09 00:20:35 +09:00
Nathaniel dc685b078c Issue #1430300 by mradcliffe, effulgentsia: Fixed Preprocess functions in an include file fail to get called when the theme implements a suggestion override. 2012-02-27 12:27:35 +09:00
Dries a58940f111 - Patch #1222194 by Gábor Hojtsy, plach: rename global to (). 2012-02-22 08:37:04 -05:00
catch 869b5e1a7e Issue #761608 by JohnAlbin: Fixed Missing theme settings values because list_themes() has inconsistent theme object data. 2012-02-03 23:16:11 +09:00
Dries a7e6d4af19 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-01-31 14:13:57 -05:00
Nathaniel 1146ec3b47 Issue #1183250 by jessebeach, linclark, aspilicious, sun, Everett Zufelt, scor: Add a theme_datetime() function to consistently theme dates and datetimes. 2012-01-31 14:17:24 +09:00
Dries cfab9bc488 - Patch #1229442 by bleen18, amateescu, chrispomeroy, jessebeach: convert poll tpls and markup to HTML5. 2012-01-29 16:47:33 -05:00
Dries 2b08a88cba - Patch #736556 by daniels220, jeckman, Albert Volkman: fixed theme_links() doc needs expansion. 2012-01-24 21:11:37 -05:00
catch 1878eb1534 Issue #1357918 by Gábor Hojtsy: Change language schema to refer to langcode. 2012-01-11 00:29:08 +09:00
catch a1b360ece1 Issue #1371484 by catch, makara, ArtistConk: Fixed Private properties in abstract class DrupalCacheArray. 2012-01-11 00:25:36 +09:00
catch a8addadfad Issue #1272706 by catch, pillarsdotnet, Berdir, msonnabaum: Remove backwards compatibility layer for cache API. 2011-12-30 15:00:36 +09:00
Nathaniel f9be1f55a8 Issue #1347266 by Everett Zufelt, pcambra, JohnAlbin, tim.plunkett: Convert theme_breadcrumb() to HTML5. 2011-12-20 14:32:29 +09:00
catch 5fb188f2d0 Issue #98696 by sun, floretan, rszrama, zeta ζ, marvil07: Fixed various bugs in theme_links(). 2011-12-19 19:45:52 +09:00
catch 8d4f091616 Issue #1366740 by patrickd: Fixed theme_progress_bar() should have more information about when to use function. 2011-12-16 13:57:22 +09:00
Dries 1374de6047 - Patch #1181776 by sun, Psikik, mallezie, scor: change theme_default() variable to Stark. 2011-12-12 22:29:45 -05:00
catch efe0a73b29 Issue #334024 by klausi, catch, beejeebus, sun: Use const keyword to define constants instead of define(). 2011-11-29 18:56:53 +09:00
Nathaniel 7cc8d7679a Issue #1322278 by rocket_nova: Fixed documentation problem with theme, doesn't link to theme functions list. 2011-11-25 13:12:07 +09:00
Nathaniel 1b4dfed494 Issue #1025796 by jthorson, Rob Loach, tim.plunkett, alex_ustinov: Fixed Rename path to uri in image functions. 2011-11-25 12:09:40 +09:00
catch 9810408fd9 Issue #1227942 by cweagans, Rob Loach: Move user-related functions to user.module. 2011-11-10 23:57:14 +09:00
catch c7c2af24ba Issue #1330922 by ericduran, scor: Fixed Drupal 8 HTML 5 page template should use lang not xml:lang. 2011-11-05 14:13:18 +09:00
Nathan Haug f434037c0e Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathan Haug 06fb770bd3 Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathaniel 906a6db347 Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4.
2011-11-01 12:32:15 +09:00
Nathaniel f0a16bf2a4 Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades. 2011-11-01 12:25:12 +09:00