| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
bootstrap.inc.
|
|
|
|
| |
pages. Useful to reduce your site's bandwidth.
|
|
|
|
|
|
|
|
|
|
| |
http://drupal.org/files/issues/error_messages_list.png (issue #9138).
drupal_set_message() has been changed to group message by type and a
helper function, theme_status_message(), is added to display the messages.
Chameleon and Xtemplate have been updated to use this new function.
- Updated CHANGELOG.txt.
|
|
|
|
| |
indices, which makes PHP throw a lot of warnings when the reporting level is set to E_ALL. Things run fine with these warnings, but as a matter of code style if nothing else we should probably strive to avoid them. The attached fixes most of the more egregious offenders (about 95% of the warnings when I load /node on my test site).
|
|
|
|
| |
database indices.
|
|
|
|
|
|
| |
redirects after form submission to work properly)
- Double-quotes to Single-quotes
|
|
|
|
|
| |
- Fixing a copy paste error in file.inc.
- Some double => single quote changes.
|
|
|
|
| |
- Fixed '\n' => "\n".
|
| |
|
|
|
|
| |
functions.
|
|
|
|
|
|
|
| |
- Adds drupal_set_header() and drupal_get_headers().
- Cache now stores custom headers.
- Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head().
- Added RSS autodiscover links to node, blog and taxonomy pages.
|
|
|
|
|
| |
easy to show avatars next to nodes and comments. Patch by Moshe. As a
showcase, maybe Xtemplate should have an option to enable/disable avatars?
|
| |
|
|
|
|
|
| |
custom 404 page in the administration page. As a result, error.php could be
removed.
|
|
|
|
|
|
|
|
| |
+ Changed drupal_page_header(): converts the If-Modified-Since header into a
timestamp and compares against the cache data. Ignore If-Modified-Since
and ETag headers if they are present but empty.
+ Few minor other code cleanups.
|
| |
|
| |
|
|
- Used legend and fieldset tags for the configuration page.
|