| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
which actually describes what it does.
|
| |
|
| |
|
|
|
|
| |
can be themed based on page type. Clean-up of existing code.
|
|
|
|
| |
names as file_load().
|
| |
|
| |
|
|
|
|
| |
floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
|
|
|
|
| |
hook_page_alter. Oh, behave.
|
| |
|
|
|
|
| |
that makes all languages active (with tests)
|
| |
|
| |
|
|
|
|
| |
expect.
|
|
|
|
| |
out of node module'.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixed.
|
| |
|
| |
|
|
|
|
| |
Patch of the Month award! :)
|
| |
|
|
|
|
| |
-> D7.
|
| |
|
| |
|
| |
|
|
|
|
| |
functions without a corresponding .tpl.php file.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
absolute paths.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
function names to correct expected behavior.
|
|
|
|
| |
registry_rebuild() for consistency.
|
|
|
|
| |
in theme_links().
|
|
|
|
| |
stylesheets.
|
|
|
|
| |
'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
|
| |
|
|
|
|
| |
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.
|