summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - #27853: PHP notices.Steven Wittens2005-08-05
|
* - #27981: Add media parameter to theme_add_styleSteven Wittens2005-08-05
|
* - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).Dries Buytaert2005-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 Buytaert2005-07-31
| | | | Could result in black images.
* - Patch #27431 by Cvbge: add file size infomation to image_get_info()Dries Buytaert2005-07-31
|
* - #27846: Clean up dev_query code in db_query()Steven Wittens2005-07-30
|
* - #24673: Fix deprecated usage of implodeSteven Wittens2005-07-30
|
* - Fix braino in doxygen.Steven Wittens2005-07-29
|
* - Fix braino in doxygen.Steven Wittens2005-07-29
|
* - #11689: Fix locale import location cutting off thingie.Steven Wittens2005-07-29
|
* - #27624, #27614, #27627: dead codeSteven Wittens2005-07-29
|
* - #27231: (fix) Pretty db error screens.Steven Wittens2005-07-29
|
* - Patch #27645 by Neil: refactor away module_load_all().Dries Buytaert2005-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 Wittens2005-07-29
| | | | - (#15121) Improve string cut-off for locale table
* - #23651: Display referrer info with watchdog messages.Steven Wittens2005-07-29
|
* - #27231: Friendly DB error screens.Steven Wittens2005-07-27
|
* - #26688: Add mbstring support to Drupal and clear up string handling fuzzies.Steven Wittens2005-07-25
|
* - #26688: Add mbstring support to Drupal and clear up string handling fuzzies.Steven Wittens2005-07-25
|
* - Patch #27003 by Neil: use named constants instead of stringsDries Buytaert2005-07-23
|
* - Patch #26467 by drumm: make the destination persist across multiple pagesDries Buytaert2005-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 Buytaert2005-07-13
| | | | smaller/better/working one.
* - Optionally show dots after truncation. TODO: update user.module to take ↵Dries Buytaert2005-07-06
| | | | advantage of this.
* - Patch by Bart: fixed update.php after bootstrap patch.Dries Buytaert2005-07-03
|
* - Patch #11927 by stefan/Robin: improved theming of tablesort icons.Dries Buytaert2005-07-02
|
* - Fixed problems with filter formats and problem with XML-RPC server.Dries Buytaert2005-06-29
|
* - Patch #25816 by Robert Douglass: removed extra load of boostrap.inc.Dries Buytaert2005-06-27
|
* - Patch #25603 by Stefan: made the sizes of forms consistent.Dries Buytaert2005-06-27
| | | | TODO: document the defaults in the PHPdoc comments.
* - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidiedDries Buytaert2005-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 Buytaert2005-06-21
| | | | attempts to login.
* - Patch #16204 by Thox: committed the collapsible form elements patch.Dries Buytaert2005-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 Buytaert2005-06-19
| | | | several problems with modules using theimage toolkit.
* - Patch #25067 by Thox: renamed 'light' and 'dark' to 'odd' and 'even'.Dries Buytaert2005-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 Buytaert2005-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 Buytaert2005-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 Wittens2005-06-05
|
* - Patch #22416: fixed typo that prevented menu item descriptions from ↵Dries Buytaert2005-06-05
| | | | showing up in links.
* - Patch #24141: fix XML UTF-8 bom issue with PHP5.Dries Buytaert2005-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 Wittens2005-05-31
| | | | placeholder/check calls, and introduce API for <link> tags.
* - Forgot about tablesort dependency on pager.Steven Wittens2005-05-31
|
* - Fixing charset in mime_header_encode()Steven Wittens2005-05-30
|
* - #23700: Fix some broken t()'s in common.incSteven Wittens2005-05-26
|
* - Patch #17028 by Ber: theme xml_icon should allow inline XML icons.Dries Buytaert2005-05-26
|
* - Mime_header_encode() was buggy. Each chunk of encoded text must beSteven Wittens2005-05-25
| | | | a valid UTF-8 string, beginning and ending on a character boundary.
* - #20809: User-configurable, per-theme, optional favicons.Steven Wittens2005-05-25
|
* - Fix mistakes in pager patch.Steven Wittens2005-05-25
|
* - #23387: form() should respect block-level elementsSteven Wittens2005-05-25
|
* - #23516: Remove ][ from form item id's.Steven Wittens2005-05-25
|
* - #23495: Clean up pager code. Now uses $page instead of $from, and counts ↵Steven Wittens2005-05-25
| | | | pages, not items.
* - Patch #23530 by Thox/Robin: removed the wrap="virtual" attribute from ↵Dries Buytaert2005-05-24
| | | | textareas. According to Thox this is no longer neccessary. Makes textareas validate as XHTML.
* * cue Star Wars theme tune *Steven Wittens2005-05-24
| | | | | | Return of the JavaScript! - #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags.