Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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. | ||
* | - #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 |
| | |||
* | - #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 #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. | ||
* | - Optionally show dots after truncation. TODO: update user.module to take ↵ | Dries Buytaert | 2005-07-06 |
| | | | | advantage of this. | ||
* | - 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 #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. | ||
* | - #24278: Emit correct XHTML <link> tag. | Steven Wittens | 2005-06-05 |
| | |||
* | - 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 |
| | |||
* | - 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. | ||
* | - #23387: form() should respect block-level elements | Steven Wittens | 2005-05-25 |
| | |||
* | - #23516: Remove ][ from form item id's. | Steven Wittens | 2005-05-25 |
| | |||
* | - 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. | ||
* | - Patch #18663 by chx: fix empty form elements. | Dries Buytaert | 2005-05-21 |
| | |||
* | - Patch #23211 by Neil: better formatting of sizes in format_size(). | Dries Buytaert | 2005-05-20 |
| | |||
* | - Patch #22035 by mathias/mikeryan: improved performance of path aliases. | Dries Buytaert | 2005-05-14 |
| | |||
* | - #19621: More sensible status messages for forum admin ("created forum" ↵ | Steven Wittens | 2005-05-07 |
| | | | | instead of "created term"). | ||
* | - Modified patch #21980 by willmoy: made form_group() accept HTML attributes. | Dries Buytaert | 2005-05-05 |
| | |||
* | - #20910: Centralize print theme page fixes | Steven Wittens | 2005-04-28 |
| | |||
* | - #4166: Respect 'access userlist' permission for profile data. | Steven Wittens | 2005-04-11 |
| | |||
* | - Missing check_url() in form(). | Steven Wittens | 2005-04-10 |
| | |||
* | - #19874: Fix aggregator escaping after check_plain bug | Steven Wittens | 2005-04-07 |
| | | | | - Fix bug in decode_entities() with double-escaped entities. | ||
* | - Patch #18828 by me, jbond and TDobes: moves the textarea hook for 'pre' ↵ | Dries Buytaert | 2005-04-06 |
| | | | | between the title and the textarea. This makes it easier for simply textarea enhancements like quicktags to add a toolbar just above the textarea. | ||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | - Patch #19590 by Moshe: lazy initialization of the theme system. Improves | Dries Buytaert | 2005-03-29 |
| | | | | | performance of pages that don't need the theme system (such as RSS feeds) and makes it easier to set a custom theme. | ||
* | - Patch #19212 by chx: removed unused variables, and fixed the error reporting | Dries Buytaert | 2005-03-21 |
| | | | | in form_file(). | ||
* | - #18597: Resolve conflict in column name between queue.module and poll.module. | Steven Wittens | 2005-03-18 |
| | |||
* | - Patch #18437 by Mathias: Drupal doesn't allow URL aliases that map to ↵ | Dries Buytaert | 2005-03-06 |
| | | | | Userland Manila posts since they usually contain the '$' and are considered an invalid URL. This patch allows '$' in an URL and thus an alias. It also resolves a disparity between the 'allowable characters' of absolute and relative URLs. As far as I can tell, those parts of the regexp should be the same. | ||
* | - Ignore PHP5's strict warnings for now. The real solution is to rewrite ↵ | Dries Buytaert | 2005-03-03 |
| | | | | both xmlrpc.inc and xtemplate.inc. | ||
* | - Moving comment | Steven Wittens | 2005-03-03 |
| | |||
* | - #18319: Move encoding conversion out of drupal_xml_parser_create() so it ↵ | Steven Wittens | 2005-03-03 |
| | | | | can be used by modules. | ||
* | - Removing dead variable | Steven Wittens | 2005-02-09 |
| | |||
* | - PHP5 fix due object references: node previewing should not put node output ↵ | Steven Wittens | 2005-02-04 |
| | | | | into form. | ||
* | - Patch #16246 by Moshe: added mechanism to direct the user back to the ↵ | Dries Buytaert | 2005-02-01 |
| | | | | | | referring page after completing a form. (Moshe: the patch against node.module failed to apply.) | ||
* | - Patch #16358 by James: added toolkit to enable better image handling. The ↵ | Dries Buytaert | 2005-02-01 |
| | | | | | | | | | | | | | | avatar code and the upload module have been updated to take advantage of the new image API. There are 5 main functions that modules may now utilize to handle images: * image_get_info() - this function checks a file. If it exists and is a valid image file, it will return an array containing things like the pixel dimensions of the image, plus the 'type' and common extension. * image_scale - resizes a given image to fit within a given width / height dimensions, while maintaining aspect ratio (not distorting the image). This function can be used to generate thumbnails, or ensure a maximum resolution, etc. * image_resize - similar to image_scale (but will not respect aspect ratio - may well distort the image). * image_rotate - rotate an image by X degrees * image_crop - crops an image to a given rectangle (defined as top-left x/y coordinates plus a width & height of the rectangle). Contribution modules will now be able to rely on these base manipulation functions to offer additional functionality (such as image nodes, photo galleries, advanced image manipulation, etc). | ||
* | - Patch #16513 by James (slightly modified): export categories and ↵ | Dries Buytaert | 2005-02-01 |
| | | | | | | enclosures to RSS feeds (and made RSS feeds extensible). NOTE: this needs to be documented. | ||
* | - Fixed PHP5 warning: the $result object in drupal_http_request() needed to ↵ | Dries Buytaert | 2005-01-22 |
| | | | | | | be properly initialized using 'new StdClass'. (I just installed PHP 5.0.3, no less. Why don't you?) | ||
* | - Reversing bad commit, sorry everyone. | Steven Wittens | 2005-01-17 |
| | |||
* | - Various code style fixes | Steven Wittens | 2005-01-17 |
| | |||
* | - Watchdog improvement: added a 'view' link for 'access denied' messages. | Dries Buytaert | 2005-01-10 |
| | |||
* | - Patch #13260 by UnConeD: watchdog module improvements. | Dries Buytaert | 2005-01-09 |
| | | | | | | | | | | We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide. |