| Commit message (Collapse) | Author | Age |
|
|
|
| |
expect.
|
|
|
|
| |
out of node module'.
|
| |
|
| |
|
|
|
|
| |
comment signatures.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixed.
|
| |
|
| |
|
|
|
|
| |
maintenance.tpl.php.
|
| |
|
|
|
|
| |
absolute paths.
|
| |
|
|
|
|
| |
'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
|
|
|
|
| |
tableless layout.
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
readmes
|
|
|
|
| |
themes folders are only for core modules and themes
|
|
|
|
| |
source, so it is more accessible even without CSS
|
| |
|
|
|
|
| |
fix a dozen issues with sticky table headers
|
|
|
|
| |
for consistent user feedback (usability)
|
|
|
|
| |
notice, allows themes to theme in-preview comments differently)
|
|
|
|
| |
names: watchdog -> dblog.
|
| |
|
|
|
|
| |
in Garland
|
|
|
|
| |
blockquote theming to Garland and Bluemarine (other themes have it already)
|
|
|
|
| |
styles, not just style.css, fixing Minnelli coloring and RTL CSS file coloring
|
|
|
|
| |
current 3d Druplicon, instead of the old 2d one
|
|
|
|
|
|
|
|
| |
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
|
|
|
|
| |
fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
|
|
|
|
| |
allows us to use Minnelli properly in updates and installs even with .info file based inheritance
|
|
|
|
| |
maintenance pages (regression)
|
| |
|
| |
|
|
|
|
| |
completes RTL theme support in Drupal 6 core
|
| |
|
| |
|