Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - #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. | ||
* | - Patch #23465 by Gerhard: tiny performance improvement to db_query_range(). | Dries Buytaert | 2005-05-23 |
| | |||
* | - Patch #18663 by chx: fix empty form elements. | Dries Buytaert | 2005-05-21 |
| | |||
* | - Patch #16303 by Gerhard: fixed some warnings. | Dries Buytaert | 2005-05-21 |
| | |||
* | - Patch #23211 by Neil: better formatting of sizes in format_size(). | Dries Buytaert | 2005-05-20 |
| | |||
* | - Fixing some plain/url check calls. | Steven Wittens | 2005-05-18 |
| | |||
* | - Patch by Drumm: one more attempt at fixing file_create_path(). | Dries Buytaert | 2005-05-18 |
| | |||
* | - Patch #23028 by chx: fixed file_check_location() problems. | Dries Buytaert | 2005-05-17 |
| | |||
* | - Patch by James/Gerhard: made file_create_path() more robust. | Dries Buytaert | 2005-05-14 |
| | |||
* | - Patch #22652 by Stefan: improved PHPdoc of drupal_set_message(). | Dries Buytaert | 2005-05-14 |
| | |||
* | - Patch #22035 by mathias/mikeryan: improved performance of path aliases. | Dries Buytaert | 2005-05-14 |
| | |||
* | - Patch #19442 by chx: cache_set sometimes failed. | Dries Buytaert | 2005-05-12 |
| | | | | | TODO: this patch lets us clean up more code in code! Let's have a look at this ... | ||
* | - Added the ability to track page generation times in the statistics module. | Dries Buytaert | 2005-05-12 |
| | | | | | | (Made some improvements as per the suggestions in the issue.) - Added extended timer implementation. | ||
* | - Patch #22307 by Robert: added missing ')' | Dries Buytaert | 2005-05-10 |
| | |||
* | - User module improvements: added an 'access' column to the users-table to | Dries Buytaert | 2005-05-07 |
| | | | | | | | | | | | | | keep track of the user's last access. In turn, this allowed me to: 1. Optimize the "Who's online" block. On drupal.org, the "Who's online" block requires 32 SQL queries. With this patch, only 2 queries are left (eliminated 30 SQL queries), and one of the two remaining queries became appr. 20 times faster. 2. Correct the "Last access" column in the user administration overview table. The presented data was not accurate, which led to the column being removed. You can now sort users by 'last access'. | ||
* | - #19621: More sensible status messages for forum admin ("created forum" ↵ | Steven Wittens | 2005-05-07 |
| | | | | instead of "created term"). | ||
* | - Patch #22118 by Robin Monks: made file_transfer() more robust. | Dries Buytaert | 2005-05-06 |
| | |||
* | - Patch #21397 by jjeff: fixed behavior of theme_image with regard to ↵ | Dries Buytaert | 2005-05-06 |
| | | | | attributes. | ||
* | - Patch #15595 by Stefan and Djun: improved status messages. | Dries Buytaert | 2005-05-05 |
| | | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! . | ||
* | - Modified patch #21980 by willmoy: made form_group() accept HTML attributes. | Dries Buytaert | 2005-05-05 |
| | |||
* | - Patch #21855 by TDobes: the recent commit of phptemplate caused a number ↵ | Dries Buytaert | 2005-05-05 |
| | | | | | | | | | | | of problems for non-phptemplate themes. A patch is attached to address these issues. Changes include: * parsing of the primary/secondary links has been moved out of phptemplate and into theme_get_setting. * unnecessary and XHTML-invalidating duplicate div#help removed from themes/bluemarine/page.tpl.php (this is already generated by theme_help) * weird generation of the "edit primary/secondary links" messages removed from bluemarine and placed in theme.inc * unnecessary changes to themes/bluemarine/style.css rolled back (the phptemplate bluemarine had an older version of style.css than the one in core) * chameleon updated to work with new link scheme (passes links through theme_links) | ||
* | - Removed the Xtemplate engine and added the PHPTemplate engine. | Dries Buytaert | 2005-05-04 |
| | | | | | - Converted the Bluemarine theme from XTemplate to PHPTemplate. - Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository. | ||
* | - Patch #21517 by Stefan and TDobes: theme system improvements. | Dries Buytaert | 2005-04-30 |
| | |||
* | - #20910: Centralize print theme page fixes | Steven Wittens | 2005-04-28 |
| | |||
* | - Patch #21249 by patryk: made SQL query work with PostgreSQL by correcting ↵ | Dries Buytaert | 2005-04-25 |
| | | | | a 'GROUP BY'-clause. | ||
* | - Patch 20910 by chx: centralize print theme page. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Usability improvement: made the markers easier to understand. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Patch #20235 by chx: fixed problem with db_set_active(). | Dries Buytaert | 2005-04-14 |
| | |||
* | - Patch #12794 by assimonds: make sure the node module is optional. | Dries Buytaert | 2005-04-13 |
| | |||
* | - Removed some dead code. | Dries Buytaert | 2005-04-12 |
| | |||
* | - #4166: Respect 'access userlist' permission for profile data. | Steven Wittens | 2005-04-11 |
| | |||
* | - Patch #19298 by Jeremy: loose caching! | Dries Buytaert | 2005-04-11 |
| | | | | | | Drupal's existing caching mechanism doesn't perform well on highly dynamic websites in which the cache is flushed frequently. One example is a site that is under attack by a spambot that is posting spam comments every few seconds, causing all cached pages to be flushed every few seconds. Loose caching immediately flushes the cache only for specific users who have modified cached data (whether or not they are logged in), delaying the flushing of data for other users by several minutes. (I rewrote the help text a bit and made minor changes to the code comments.) | ||
* | - Missing check_url() in form(). | Steven Wittens | 2005-04-10 |
| | |||
* | - Patch #19609 by Daniel: fix problem with database prefixing | Dries Buytaert | 2005-04-08 |
| | |||
* | - Fixed bug #19868: undefined variable. | Dries Buytaert | 2005-04-08 |
| | |||
* | - #19874: Fix aggregator escaping after check_plain bug | Steven Wittens | 2005-04-07 |
| | | | | - Fix bug in decode_entities() with double-escaped entities. | ||
* | - Patch #13503 by chx: made the menu cache locale aware. | Dries Buytaert | 2005-04-07 |
| | |||
* | - 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. | ||
* | - Patch #19933 by willmoy: stop output buffering once the page has been ↵ | Dries Buytaert | 2005-04-05 |
| | | | | rendered. | ||
* | - Patch #19895 by Moshe: currently modules can inadvertently load all other ↵ | Dries Buytaert | 2005-04-03 |
| | | | | modules during the bootstrap. this is easy to do by calling a node_load() or module_invoke_all(). this degrades performance for anonymous users when caching is enabled. With this patch, the module writer will see an php error like "Call to undefined function: drupal_set_html_head()" if this is attempted. basically, unavailable functions are actually reported as unavailable. | ||
* | - #19873: drupal_specialchars -> check_plain | Steven Wittens | 2005-04-02 |
| |