summaryrefslogtreecommitdiff
path: root/includes/theme.inc
Commit message (Collapse)AuthorAge
* - Patch #280629 by Damien, pwolanin, Susurrus, et al: ensure safe arguments ↵Dries Buytaert2008-07-11
| | | | in theme_links().
* - Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's ↵Dries Buytaert2008-07-01
| | | | stylesheets.
* - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and ↵Dries Buytaert2008-06-25
| | | | 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
* - Patch #269443 by dvessel: add nid to node template suggestion.Dries Buytaert2008-06-18
|
* - Patch #267203 by Rob Loach: attributes of theme_item_list can be ↵Dries Buytaert2008-06-06
| | | | deceiving. If you have a look at theme_item_list you see that the $attributes variable takes a NULL value. This makes you believe that it wants a string, rather then a full array of attributes. If you make the default parameter "array()" it will make the programmer expect to pass an array of attributes rather then a string of attributes.
* - Patch #266367 by zeta: fixed documentation issue.Dries Buytaert2008-06-05
|
* - Patch #101543 by webchick: document all constants.Dries Buytaert2008-05-26
|
* - Patch #239071 by flobruit and Moshe: add support for colgroup tag to ↵Dries Buytaert2008-05-23
| | | | theme_table().
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly.Dries Buytaert2008-05-02
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #234785 by Rowanw, yoroy, flobruit, et al: usability: improve ↵Dries Buytaert2008-04-02
| | | | visibility of the 'more help' link by adding an icon.
* - Patch #234699 by hass: the active CSS class was not always added for the ↵Dries Buytaert2008-03-25
| | | | active menu item.
* - Patch #224142 by jvandyk: tiny performance improvement for theme().Dries Buytaert2008-02-20
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #172571 by fgm, slightly modified: document that theme_xml_icon() was ↵Gábor Hojtsy2008-01-27
| | | | superceded in most cases by theme_feed_icon()
* #213319 by add1sun: minor code documentation fix at template_preprocess_block()Gábor Hojtsy2008-01-24
|
* #208768 by dvessel, Arancaytar: language direction should be in the HTML ↵Gábor Hojtsy2008-01-24
| | | | source, so it is more accessible even without CSS
* #206778 follow up by dvessel: better filtering for subtheme filesGábor Hojtsy2008-01-21
|
* #210479 by catch, dvessel: add newlines to list items, so inline display and ↵Gábor Hojtsy2008-01-21
| | | | RTL issues are resolved
* #208991 by JirkaRybka: target sticky table headers to Drupal output tables ↵Gábor Hojtsy2008-01-15
| | | | only, so it won't sticky random tables in other site content
* #206778 by dvessel: prevent themes from using their sub-theme's templates, ↵Gábor Hojtsy2008-01-09
| | | | when not intended
* - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵Dries Buytaert2007-12-31
| | | | year. Fiew. Thanks all, and see you on the other side. :)
* #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues ↵Gábor Hojtsy2007-12-23
| | | | fixed)
* #201536 by chx: centralizing permission checking code in node revision ↵Gábor Hojtsy2007-12-20
| | | | handling, removing lots of duplicate code
* #176003 by yched, KarenS, dvessel: put module installs into a batch, solving ↵Gábor Hojtsy2007-12-08
| | | | | | | | | the following issues: - possible timeouts with installing/enabling lots of modules at once in core - enable install profiles to have more modules without fear of timeouts on install - bootstrap Drupal before each module load, so previously enabled modules are bootstrapped - let modules run their hook_requirements() (although actually calling them will be possibly fixed in another patch)
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #198440 by davideads: provide the user object to all templatesGábor Hojtsy2007-12-07
|
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* #196410 report by daniel.soneira, patch by myself, tested by Freso: several ↵Gábor Hojtsy2007-12-05
| | | | fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
* #141727 follow up by dvessel: fix maintenance theme in updatesGábor Hojtsy2007-11-30
|
* #141727 follow up by dvessel: handle developer edge case in theme handling ↵Gábor Hojtsy2007-11-30
| | | | when database is active, but tables are not there
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* - Patch #192242 by catch, quicksketch, webchick, keith et all: usability ↵Dries Buytaert2007-11-20
| | | | improvements for the vocabulary/term forms.
* #181126 by quicksketch et al: drag and drop support for menusGábor Hojtsy2007-11-20
|
* #191306 by xmacinfo, slightly modified: use standard reload link on all ↵Gábor Hojtsy2007-11-11
| | | | error pages
* #189205 by webernet: fix missing quite in theme.inc code documentationGábor Hojtsy2007-11-04
|
* #184876 by dijnz, merlinofchaos and myself: non-phptemplate files were not ↵Gábor Hojtsy2007-10-23
| | | | discovered - implement proper extension chopping
* #147492 by flobruit: make 'more' links themeableGábor Hojtsy2007-10-22
|
* #181564 by Crell: add first and last CSS classes to menu tree lists and ↵Gábor Hojtsy2007-10-08
| | | | themed item lists for themers to use
* #177473 by chx, quicksketch, dvessel and merlinofchaos: make it possible for ↵Gábor Hojtsy2007-10-08
| | | | modules to add their own theme variable preprocess hooks and improve documentation on the different preprocess options
* #180389 by merlinofchaos: add hook_theme_registry_alter() for devel module ↵Gábor Hojtsy2007-10-04
| | | | and friends to alter and get access to the theme registry
* #178973 by merlinofchaos: proper style and script inheritance between themes ↵Gábor Hojtsy2007-10-04
| | | | more then two levels deep in the hierarchy
* #171461 by chx, ejhildreth and dvessel: empty tbody fails validationGábor Hojtsy2007-10-04
|
* #177421 by malex, Desbeers and chx: proper value of mission statement ↵Gábor Hojtsy2007-09-25
| | | | variable for themes
* #176084 by Stefan Nantegaal and dvessel: fix notices in theme.inc, when ↵Gábor Hojtsy2007-09-17
| | | | specific sidebars are not set
* #171951 by dvessel: fix account specific theme selection formGábor Hojtsy2007-09-17
|
* #166681 by dvessel: fix behavior of theme 'override preprocess functions'Gábor Hojtsy2007-09-10
|
* #172376 by ChrisKennedy: fix 8 E_ALL issues in comment module and fix ↵Gábor Hojtsy2007-09-06
| | | | approval queue