| Commit message (Collapse) | Author | Age |
|
|
|
| |
and Polish default node.tpl.php output.
|
| |
|
|
|
|
| |
RTL-friendly.
|
|
|
|
| |
with and .
|
|
|
|
| |
take full advantage of the drupal_render() paradigm.
|
| |
|
| |
|
| |
|
|
|
|
| |
consistency with other template variables.
|
|
|
|
| |
the header region.
|
|
|
|
| |
displaying in Garland.
|
|
|
|
| |
granular theming of drupal_render()ed elements.
|
| |
|
| |
|
|
|
|
| |
to assist with theme inheritance and TX (Themer eXperience).
|
| |
|
|
|
|
| |
(and corresponding $classes_array) for all dynamic classes in template files.
|
| |
|
| |
|
|
|
|
| |
we have more flexibility to place it.
|
| |
|
|
|
|
| |
indicate importance from surrounding text.
|
| |
|
|
|
|
| |
presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
|
| |
|
| |
|
|
|
|
| |
clearfix, which is the lingo that designers use for it.
|
| |
|
|
|
|
| |
undefined index locale in install.php and clean up crufty code.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
maintenance.tpl.php.
|
| |
|
|
|
|
| |
'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
|
| |
|
|
|
|
| |
page.tpl.php.
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|
|
|
|
|
|
|
|
|
|
|
| |
from numeric block IDs to string IDs.
The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers:
block-user-0.tpl.php --> block-user-navigation.tpl.php
block-user-1.tpl.php --> block-user-login.tpl.php
You get the picture.
|
|
|
|
| |
should not be opaque for usability.
|
|
|
|
| |
out a bit more
|
| |
|
| |
|
| |
|
|
|
|
| |
source, so it is more accessible even without CSS
|
| |
|
|
|
|
| |
fix a dozen issues with sticky table headers
|