| Commit message (Collapse) | Author | Age |
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Stark. Yay for making Drupal 75% more palatable to designers. These themes can be found in contrib thanks to the venerable John Wilkins. :)
|
|
|
|
| |
polish default page.tpl.php to make it easier for CSS designers to theme.
|
|
|
|
| |
clearfix, which is the lingo that designers use for it.
|
|
|
|
| |
down' CSS theme to core to demo Drupal's default markup. Say hello to stark.
|
| |
|
|
|
|
| |
undefined index locale in install.php and clean up crufty code.
|
|
|
|
| |
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)
|