Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #44947 by rkerr / Moshe: fixed race condition in session handling, ↵ | Dries Buytaert | 2006-02-10 |
| | | | | reduced query overhead of session handling, reduced database overhead of session handling. | ||
* | - Patch #13148: fix problems with using relative path names! (Please ↵ | Dries Buytaert | 2006-01-29 |
| | | | | document this change.) | ||
* | - Patch #46183 by chx: made maintenance mode work again. | Dries Buytaert | 2006-01-24 |
| | |||
* | - Patch #44828 by chx/Crell: make sure the url/path is properly initialized ↵ | Dries Buytaert | 2006-01-23 |
| | | | | in statistics_exit(). | ||
* | - Patch #44379 by Moshe: code improvements: always grant the 'authenticated ↵ | Dries Buytaert | 2006-01-21 |
| | | | | user' role to authenticated users. Fixed glitch with udpate path. | ||
* | - #44992: ./ prefix for conf file include (faster) | Steven Wittens | 2006-01-17 |
| | |||
* | - Patch #22035 by Matt: fixed problem with alias table getting corrupted. | Dries Buytaert | 2006-01-16 |
| | |||
* | - Patch #43360 by Chris: minor code clean-up: renamed $op to $hook. | Dries Buytaert | 2006-01-05 |
| | |||
* | - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on ↵ | Dries Buytaert | 2005-12-15 |
| | | | | | | failure instead of -1. Changed code to be compatible with all versions. | ||
* | - Removed valid_input_check(). | Dries Buytaert | 2005-11-30 |
| | |||
* | - check_plain() missed its train. | Dries Buytaert | 2005-11-29 |
| | |||
* | - Various fixes. Updated CHANGELOG.txt | Dries Buytaert | 2005-11-29 |
| | |||
* | - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL. | Dries Buytaert | 2005-11-27 |
| | |||
* | - Patch #35725 by drumm: improved conf_init() documentation. | Dries Buytaert | 2005-11-21 |
| | |||
* | #35725: Make site.com:80 work like site.com | Steven Wittens | 2005-11-21 |
| | |||
* | - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. | Dries Buytaert | 2005-10-22 |
| | |||
* | - Patch #13224 by Richard Archer and Gerhard: improved gzip caching. | Dries Buytaert | 2005-10-09 |
| | |||
* | Patch #19934 by Morbus, chx: conf_init() should strip out port numbers in ↵ | Dries Buytaert | 2005-09-19 |
| | | | | bootstrap.inc. | ||
* | - Patch #29030 by Goba, chx, Jose, et al: reworked the URL rewrite hook so ↵ | Dries Buytaert | 2005-09-18 |
| | | | | URLs can be rewritten dynamically. | ||
* | - Patch #30122 by m3verick: changed include_once()'s to include "./$file" | Dries Buytaert | 2005-09-08 |
| | | | | for performance's sake. | ||
* | - Patch #22911 by Cvgbe: fixed table locking in PostgreSQL. You'll have to | Dries Buytaert | 2005-08-29 |
| | | | | use db_lock_table() and db_unlock_tables() for your code to be compatible. | ||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - Bug #22911: PostgreSQL doesn't like "LOCK TABLES", but does like "LOCK ↵ | Dries Buytaert | 2005-08-25 |
| | | | | TABLE". MySQL likes both. | ||
* | - Removed some debug code. | Dries Buytaert | 2005-08-25 |
| | |||
* | - Patch #29274 by Jeremy: the "fuzzy cache" mechanism is supposed to enforce ↵ | Dries Buytaert | 2005-08-22 |
| | | | | a minimum time before the cache table is flushed. Logical errors in the fuzzy cache implementation are leading to the cache table being flushed more frequently. Configuration is simplified by removing all references to "strict" and "loose" caches. Instead, the cache is either "disabled" or "enabled". Additionally, the site administrator can now configure the "minimum cache lifetime", the minimum amount of time cached data will remain cached. | ||
* | - #27853: PHP notices. | Steven Wittens | 2005-08-05 |
| | |||
* | - #27624, #27614, #27627: dead code | Steven Wittens | 2005-07-29 |
| | |||
* | - #23651: Display referrer info with watchdog messages. | Steven Wittens | 2005-07-29 |
| | |||
* | - #27231: Friendly DB error screens. | Steven Wittens | 2005-07-27 |
| | |||
* | - Patch #27003 by Neil: use named constants instead of strings | Dries Buytaert | 2005-07-23 |
| | |||
* | - Patch by Bart: fixed update.php after bootstrap patch. | Dries Buytaert | 2005-07-03 |
| | |||
* | - Patch #25816 by Robert Douglass: removed extra load of boostrap.inc. | Dries Buytaert | 2005-06-27 |
| | |||
* | - 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 #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. | ||
* | - Patch #16303 by Gerhard: fixed some warnings. | Dries Buytaert | 2005-05-21 |
| | |||
* | - 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 |
| | |||
* | - 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. | ||
* | - Removed some dead code. | Dries Buytaert | 2005-04-12 |
| | |||
* | - 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.) | ||
* | - Patch #19933 by willmoy: stop output buffering once the page has been ↵ | Dries Buytaert | 2005-04-05 |
| | | | | rendered. | ||
* | - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵ | Dries Buytaert | 2005-03-31 |
| | | | | comments | ||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | - #19130: Handle trailing dot in hostname when scanning for config. | Steven Wittens | 2005-03-19 |
| | |||
* | - #5900: Fix browser caching issues. | Steven Wittens | 2005-03-18 |
| | |||
* | - Patch #13738 by TDobes: theme system fixes: | Dries Buytaert | 2005-03-16 |
| | | | | | | | | | | * Fix a bug which would cause the "configure" link for styles to be broken. * Fix a bug with using drupal_get_filename for theme engines. Although this is not called anywhere in core, we should still fix it for contrib. (i.e. themes that may want to manually invoke a theme engine to create a hybrid theme) * Correct an inaccurate comment in theme.inc * Populate the default primary links with an "edit primary links" link for consistency with the secondary links * remove some unnecessary variables in the theme administration which had misleading and confusing names * replace time-consuming foreach when rendering theme admin page with a more efficient array_key_exists * usability: rather than completely removing the search box checkbox when search.module is disabled, simply disable it. (UI elements shouldn't appear/disappear.) | ||
* | - 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. | ||
* | - Patch #14890: corrected the documentation of conf_init(). | Dries Buytaert | 2004-12-29 |
| | |||
* | - Patch #13405 by Moshe: make you actually do something useful with the init ↵ | Dries Buytaert | 2004-12-01 |
| | | | | hook. A recent patch to 4.5 and HEAD made this patch run too early in the request (for non-cached pages). |