Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - #27853: PHP notices. | Steven Wittens | 2005-08-05 |
| | |||
* | - #27981: Add media parameter to theme_add_style | Steven Wittens | 2005-08-05 |
| | |||
* | - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). | Dries Buytaert | 2005-08-01 |
| | | | | | | Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs. | ||
* | - Patch #27863 by Robrecht: fixed order of parameters passed to imagecopy(). ↵ | Dries Buytaert | 2005-07-31 |
| | | | | Could result in black images. | ||
* | - Patch #27431 by Cvbge: add file size infomation to image_get_info() | Dries Buytaert | 2005-07-31 |
| | |||
* | - #27846: Clean up dev_query code in db_query() | Steven Wittens | 2005-07-30 |
| | |||
* | - #24673: Fix deprecated usage of implode | Steven Wittens | 2005-07-30 |
| | |||
* | - Fix braino in doxygen. | Steven Wittens | 2005-07-29 |
| | |||
* | - Fix braino in doxygen. | Steven Wittens | 2005-07-29 |
| | |||
* | - #11689: Fix locale import location cutting off thingie. | Steven Wittens | 2005-07-29 |
| | |||
* | - #27624, #27614, #27627: dead code | Steven Wittens | 2005-07-29 |
| | |||
* | - #27231: (fix) Pretty db error screens. | Steven Wittens | 2005-07-29 |
| | |||
* | - Patch #27645 by Neil: refactor away module_load_all(). | Dries Buytaert | 2005-07-29 |
| | | | | "This function is called in one place, so it can be rolled into the calling function. The return value isn't used so we can remove handling of it. This is executed for every non-cached page view, so the smaller code should save a smallish ammount of memory and time." | ||
* | - #27668: Replace deprecated tags/attributes with XHTML/CSS in locale. | Steven Wittens | 2005-07-29 |
| | | | | - (#15121) Improve string cut-off for locale table | ||
* | - #23651: Display referrer info with watchdog messages. | Steven Wittens | 2005-07-29 |
| | |||
* | - #27231: Friendly DB error screens. | Steven Wittens | 2005-07-27 |
| | |||
* | - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. | Steven Wittens | 2005-07-25 |
| | |||
* | - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. | Steven Wittens | 2005-07-25 |
| | |||
* | - Patch #27003 by Neil: use named constants instead of strings | Dries Buytaert | 2005-07-23 |
| | |||
* | - Patch #26467 by drumm: make the destination persist across multiple pages | Dries Buytaert | 2005-07-20 |
| | | | | and fixed the node delete form to use a return destination. | ||
* | - Patch #26391 by chx: replaced the old XML-RPC library with a ↵ | Dries Buytaert | 2005-07-13 |
| | | | | smaller/better/working one. | ||
* | - Optionally show dots after truncation. TODO: update user.module to take ↵ | Dries Buytaert | 2005-07-06 |
| | | | | advantage of this. | ||
* | - Patch by Bart: fixed update.php after bootstrap patch. | Dries Buytaert | 2005-07-03 |
| | |||
* | - Patch #11927 by stefan/Robin: improved theming of tablesort icons. | Dries Buytaert | 2005-07-02 |
| | |||
* | - Fixed problems with filter formats and problem with XML-RPC server. | Dries Buytaert | 2005-06-29 |
| | |||
* | - Patch #25816 by Robert Douglass: removed extra load of boostrap.inc. | Dries Buytaert | 2005-06-27 |
| | |||
* | - Patch #25603 by Stefan: made the sizes of forms consistent. | Dries Buytaert | 2005-06-27 |
| | | | | TODO: document the defaults in the PHPdoc comments. | ||
* | - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied | Dries Buytaert | 2005-06-22 |
| | | | | | | | up the documentation a little. chx: can you double-check whether the global $conf variable is secure? (That is, make sure it can't be send using the URL or something.) | ||
* | - Patch #3962 by deekayen: improved error message when a blocked user ↵ | Dries Buytaert | 2005-06-21 |
| | | | | attempts to login. | ||
* | - Patch #16204 by Thox: committed the collapsible form elements patch. | Dries Buytaert | 2005-06-21 |
| | | | | | | NOTE: this patch works well, but the improved node edit form still has some rough edges. It is important that we continue to improve usability. Give it a try. | ||
* | - Patch #24157 by chx/Robin/...: changed file_exists() to is_file() to fix ↵ | Dries Buytaert | 2005-06-19 |
| | | | | several problems with modules using theimage toolkit. | ||
* | - Patch #25067 by Thox: renamed 'light' and 'dark' to 'odd' and 'even'. | Dries Buytaert | 2005-06-19 |
| | | | | | | TODO: update the "Migrating themes from Drupal 4.6 to Drupal HEAD"-page in the Drupal handbook! TODO: update the themes in the contributions repository. | ||
* | - Patch #25143 by Robin: use count() instead of is_array() so we don't ↵ | Dries Buytaert | 2005-06-19 |
| | | | | render code for empty arrays, and such you don't get warnings using PHP5. | ||
* | - Patch #24135 by Moshe: made it possible to ban visitors based on ↵ | Dries Buytaert | 2005-06-07 |
| | | | | hostname/IP. Banning visitors can either be done from the 'access control' pages, or directly from the statistics pages. This feature is very convenient to block badly behaving crawlers. | ||
* | - #24278: Emit correct XHTML <link> tag. | Steven Wittens | 2005-06-05 |
| | |||
* | - Patch #22416: fixed typo that prevented menu item descriptions from ↵ | Dries Buytaert | 2005-06-05 |
| | | | | showing up in links. | ||
* | - Patch #24141: fix XML UTF-8 bom issue with PHP5. | Dries Buytaert | 2005-06-04 |
| | | | | | Workaround for the fact that PHP5 cannot parse UTF-8 encoded XML feeds that start with the so-called "byte order mark". | ||
* | - Code cleanup: improve format_plural usage, add some missing ↵ | Steven Wittens | 2005-05-31 |
| | | | | placeholder/check calls, and introduce API for <link> tags. | ||
* | - Forgot about tablesort dependency on pager. | Steven Wittens | 2005-05-31 |
| | |||
* | - Fixing charset in mime_header_encode() | Steven Wittens | 2005-05-30 |
| | |||
* | - #23700: Fix some broken t()'s in common.inc | Steven Wittens | 2005-05-26 |
| | |||
* | - Patch #17028 by Ber: theme xml_icon should allow inline XML icons. | Dries Buytaert | 2005-05-26 |
| | |||
* | - Mime_header_encode() was buggy. Each chunk of encoded text must be | Steven Wittens | 2005-05-25 |
| | | | | a valid UTF-8 string, beginning and ending on a character boundary. | ||
* | - #20809: User-configurable, per-theme, optional favicons. | Steven Wittens | 2005-05-25 |
| | |||
* | - Fix mistakes in pager patch. | Steven Wittens | 2005-05-25 |
| | |||
* | - #23387: form() should respect block-level elements | Steven Wittens | 2005-05-25 |
| | |||
* | - #23516: Remove ][ from form item id's. | Steven Wittens | 2005-05-25 |
| | |||
* | - #23495: Clean up pager code. Now uses $page instead of $from, and counts ↵ | Steven Wittens | 2005-05-25 |
| | | | | pages, not items. | ||
* | - Patch #23530 by Thox/Robin: removed the wrap="virtual" attribute from ↵ | Dries Buytaert | 2005-05-24 |
| | | | | textareas. According to Thox this is no longer neccessary. Makes textareas validate as XHTML. | ||
* | * cue Star Wars theme tune * | Steven Wittens | 2005-05-24 |
| | | | | | | Return of the JavaScript! - #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags. |