Dries Buytaert
8a929920dc
- Patch #252430 by quicksketch: allow base theme prefix in preprocessor function names to correct expected behavior.
2008-08-16 21:05:49 +00:00
Dries Buytaert
6c1068e48d
- Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency.
2008-08-02 19:01:02 +00:00
Dries Buytaert
7294ced6f0
- Patch #280629 by Damien, pwolanin, Susurrus, et al: ensure safe arguments in theme_links().
2008-07-11 02:23:08 +00:00
Dries Buytaert
fae9063c68
- Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's stylesheets.
2008-07-01 20:22:22 +00:00
Dries Buytaert
5299b92689
- Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
2008-06-25 09:12:25 +00:00
Dries Buytaert
1963021d12
- Patch #269443 by dvessel: add nid to node template suggestion.
2008-06-18 16:22:13 +00:00
Dries Buytaert
4f1af19d10
- Patch #267203 by Rob Loach: attributes of theme_item_list can be 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.
2008-06-06 01:50:20 +00:00
Dries Buytaert
05769e3057
- Patch #266367 by zeta: fixed documentation issue.
2008-06-05 18:21:06 +00:00
Dries Buytaert
c529e4afbe
- Patch #101543 by webchick: document all constants.
2008-05-26 17:12:55 +00:00
Dries Buytaert
035713ea5c
- Patch #239071 by flobruit and Moshe: add support for colgroup tag to theme_table().
2008-05-23 08:28:30 +00:00
Dries Buytaert
2e18cb8924
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, 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.
2008-05-06 12:18:54 +00:00
Dries Buytaert
d1bc889242
- Patch #227830 by JohnAlbin: link attributes added to l() incorrectly.
2008-05-02 15:11:05 +00:00
Dries Buytaert
56d2664a90
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
2008-04-14 17:48:46 +00:00
Dries Buytaert
0a8be2adda
- Patch #234785 by Rowanw, yoroy, flobruit, et al: usability: improve visibility of the 'more help' link by adding an icon.
2008-04-02 20:23:15 +00:00
Dries Buytaert
91f60c3c7b
- Patch #234699 by hass: the active CSS class was not always added for the active menu item.
2008-03-25 14:10:01 +00:00
Dries Buytaert
8e0d6b4690
- Patch #224142 by jvandyk: tiny performance improvement for theme().
2008-02-20 13:39:29 +00:00
Dries Buytaert
b8a1eab1fb
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
2008-02-06 19:38:28 +00:00
Gábor Hojtsy
ba7399847f
#172571 by fgm, slightly modified: document that theme_xml_icon() was superceded in most cases by theme_feed_icon()
2008-01-27 19:47:06 +00:00
Gábor Hojtsy
ce8672a731
#213319 by add1sun: minor code documentation fix at template_preprocess_block()
2008-01-24 11:00:57 +00:00
Gábor Hojtsy
7186c4433e
#208768 by dvessel, Arancaytar: language direction should be in the HTML source, so it is more accessible even without CSS
2008-01-24 09:42:53 +00:00
Gábor Hojtsy
af9b327ed0
#206778 follow up by dvessel: better filtering for subtheme files
2008-01-21 21:47:08 +00:00
Gábor Hojtsy
536fe2bbfb
#210479 by catch, dvessel: add newlines to list items, so inline display and RTL issues are resolved
2008-01-21 12:05:36 +00:00
Gábor Hojtsy
d2a9e857d9
#208991 by JirkaRybka: target sticky table headers to Drupal output tables only, so it won't sticky random tables in other site content
2008-01-15 10:43:00 +00:00
Gábor Hojtsy
d6c286a593
#206778 by dvessel: prevent themes from using their sub-theme's templates, when not intended
2008-01-09 22:01:29 +00:00
Dries Buytaert
178c28535b
- Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :)
2007-12-31 08:54:37 +00:00
Gábor Hojtsy
e08abdd252
#194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues fixed)
2007-12-23 13:17:20 +00:00
Gábor Hojtsy
1e63dd1ae6
#201536 by chx: centralizing permission checking code in node revision handling, removing lots of duplicate code
2007-12-20 09:20:41 +00:00
Gábor Hojtsy
a33b43386d
#176003 by yched, KarenS, dvessel: put module installs into a batch, solving 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)
2007-12-08 15:15:25 +00:00
Gábor Hojtsy
5622bce2d5
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
...
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy
7b38b291b4
#198440 by davideads: provide the user object to all templates
2007-12-07 10:14:03 +00:00
Gábor Hojtsy
d83289f857
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
2007-12-06 09:58:34 +00:00
Gábor Hojtsy
5bb6927e18
#196410 report by daniel.soneira, patch by myself, tested by Freso: several fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
2007-12-05 16:34:07 +00:00
Gábor Hojtsy
cf8ef30aa1
#141727 follow up by dvessel: fix maintenance theme in updates
2007-11-30 23:09:14 +00:00
Gábor Hojtsy
947251bc83
#141727 follow up by dvessel: handle developer edge case in theme handling when database is active, but tables are not there
2007-11-30 16:10:28 +00:00
Gábor Hojtsy
e9f52b4248
#141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression)
2007-11-30 12:19:10 +00:00
Dries Buytaert
9a96837b89
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
2007-11-26 16:36:44 +00:00
Dries Buytaert
ece869b0b2
- Patch #192242 by catch, quicksketch, webchick, keith et all: usability improvements for the vocabulary/term forms.
2007-11-20 13:24:54 +00:00
Gábor Hojtsy
6d4862c258
#181126 by quicksketch et al: drag and drop support for menus
2007-11-20 10:18:43 +00:00
Gábor Hojtsy
7c70d1b2a5
#191306 by xmacinfo, slightly modified: use standard reload link on all error pages
2007-11-11 22:43:44 +00:00
Gábor Hojtsy
cf79b3e778
#189205 by webernet: fix missing quite in theme.inc code documentation
2007-11-04 20:32:34 +00:00
Gábor Hojtsy
bb9bae4d97
#184876 by dijnz, merlinofchaos and myself: non-phptemplate files were not discovered - implement proper extension chopping
2007-10-23 09:42:09 +00:00
Gábor Hojtsy
8cd97cdd7d
#147492 by flobruit: make 'more' links themeable
2007-10-22 09:36:05 +00:00
Gábor Hojtsy
4f4d08c23d
#181564 by Crell: add first and last CSS classes to menu tree lists and themed item lists for themers to use
2007-10-08 14:15:09 +00:00
Gábor Hojtsy
81fc35b381
#177473 by chx, quicksketch, dvessel and merlinofchaos: make it possible for modules to add their own theme variable preprocess hooks and improve documentation on the different preprocess options
2007-10-08 07:47:08 +00:00
Gábor Hojtsy
5fc06cec4c
#180389 by merlinofchaos: add hook_theme_registry_alter() for devel module and friends to alter and get access to the theme registry
2007-10-04 19:24:50 +00:00
Gábor Hojtsy
560bd06f3b
#178973 by merlinofchaos: proper style and script inheritance between themes more then two levels deep in the hierarchy
2007-10-04 18:51:04 +00:00
Gábor Hojtsy
5e771fa917
#171461 by chx, ejhildreth and dvessel: empty tbody fails validation
2007-10-04 17:53:56 +00:00
Gábor Hojtsy
f1023e6492
#177421 by malex, Desbeers and chx: proper value of mission statement variable for themes
2007-09-25 12:43:18 +00:00
Gábor Hojtsy
e270cd093b
#176084 by Stefan Nantegaal and dvessel: fix notices in theme.inc, when specific sidebars are not set
2007-09-17 11:11:57 +00:00
Gábor Hojtsy
6da81e1f3f
#171951 by dvessel: fix account specific theme selection form
2007-09-17 08:06:52 +00:00