Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #198856 by hswong3i: Fix some incorrect use of %s for table name escaping, ↵ | Gábor Hojtsy | 2008-01-04 |
| | | | | implement better security checks | ||
* | - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵ | Dries Buytaert | 2007-12-31 |
| | | | | year. Fiew. Thanks all, and see you on the other side. :) | ||
* | #178523 by scor, JirkaRybka, keith.smith: user facing errors should contain ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | text for users, not text for developers; still keeping some debug information, if display_errors is turned on on the server | ||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-12-08 |
| | | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting | ||
* | #165140 by dww: rename logs to reports (usability improvement) | Gábor Hojtsy | 2007-10-20 |
| | |||
* | #178478 by scor: typo in text displyed when the DB is installed but not ↵ | Gábor Hojtsy | 2007-10-17 |
| | | | | accessible | ||
* | #175117 follow up patch by moshe weitzman: sanitize user name, remove t() ↵ | Gábor Hojtsy | 2007-10-12 |
| | | | | because it might not be availabla and comment what is happening | ||
* | #175117 by kbahey: developer improvement: include caller function name and ↵ | Gábor Hojtsy | 2007-10-11 |
| | | | | user name in SQL queries for the query log when debug mode is turned on, so debugging gets easier | ||
* | #168812 by webchick and pwolanin: in case we have a database error, trace it ↵ | Gábor Hojtsy | 2007-08-29 |
| | | | | back to the original database function call, so we can provide a more accurate error message for DB errors | ||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 |
| | | | | Oracle and DB2. Also a performance improvement. | ||
* | - Patch #166205 by hswong3i: improved database compatibility of db_result(). ↵ | Dries Buytaert | 2007-08-11 |
| | | | | Makes it work with DB2, Oracle, etc. | ||
* | - Removing some whitespace. | Dries Buytaert | 2007-07-23 |
| | |||
* | - Patch #159748 by pwolanin: db_fetch_array() returned different values ↵ | Dries Buytaert | 2007-07-22 |
| | | | | depending on the database engine used. Make the return value consistent across all supported database backends. | ||
* | - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵ | Dries Buytaert | 2007-06-05 |
| | | | | using db_last_insert_id() instead of db_next_id(). | ||
* | - Patch #55516 by David Strauss et al: removed some database locking. | Dries Buytaert | 2007-05-25 |
| | |||
* | - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵ | Dries Buytaert | 2007-05-25 |
| | | | | Oh, behave. | ||
* | - Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship ↵ | Dries Buytaert | 2007-05-08 |
| | | | | with sites/default/default.settings.php. | ||
* | - Patch #137479 by dww: added db_column_exits(). (Yay, the servers are ↵ | Dries Buytaert | 2007-04-21 |
| | | | | snappy on Saturday evening.) | ||
* | - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵ | Dries Buytaert | 2007-04-13 |
| | | | | core. Woot. Woot. | ||
* | #109513: Create temporary mysql tables in memory. | Steven Wittens | 2007-03-19 |
| | |||
* | #102387: index.php does not redirect to install.php if PHP does not support ↵ | Steven Wittens | 2007-01-22 |
| | | | | 'mysql'. | ||
* | - Patch #105461 by jvandyk: fixed code comments. | Dries Buytaert | 2006-12-27 |
| | |||
* | - Patch #85979 by RobRoy, keith.smith, fgm and webchick: improve ↵ | Dries Buytaert | 2006-12-27 |
| | | | | documentation of db_next_id(). | ||
* | - Patch #98988 by Robert Douglass et al: db_result should return FALSE if no ↵ | Dries Buytaert | 2006-12-04 |
| | | | | result was found. Consistent with PHP's mysql_result. | ||
* | - Patch #98059 by chx: trying to get the never-ending regex mess right. | Dries Buytaert | 2006-11-21 |
| | |||
* | #76819 by smsimms and sammys. Move part of the sql rewriting down into the ↵ | Neil Drumm | 2006-10-23 |
| | | | | database abstraction layer and add extra rewriting needed only for Postgres. | ||
* | - Patch #88705 by profix898 and sammys: made version checking work with ↵ | Dries Buytaert | 2006-10-22 |
| | | | | PostgreSQL. (Critical bug) | ||
* | - Patch #85123 by gerd: set proper HTTP headers. | Dries Buytaert | 2006-09-26 |
| | |||
* | #81332 by wundo and davemicc. Allow empty MySQL passwords to work. | Neil Drumm | 2006-09-16 |
| | |||
* | - Removing stray whitspaces. | Dries Buytaert | 2006-09-07 |
| | |||
* | #75002: Install-time and run-time requirements checking + status report page | Steven Wittens | 2006-09-01 |
| | |||
* | #75264: Redirect uninstalled default Drupal site to install.php | Steven Wittens | 2006-07-31 |
| | |||
* | #74997 by dww, add db_table_exists() | Neil Drumm | 2006-07-26 |
| | |||
* | - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵ | Dries Buytaert | 2006-07-13 |
| | | | | et al: an initial install system for Drupal core. | ||
* | SQL abstraction layer improvement. | Gerhard Killesreiter | 2006-05-24 |
| | |||
* | #54981: calls to db_lock_table in bootstrap.inc do not use db_prefix | Steven Wittens | 2006-04-27 |
| | |||
* | - Patch #41870 by fgm: improved debugging support. | Dries Buytaert | 2006-02-20 |
| | |||
* | - #40515: MySQL UTF-8 conversion fixes | Steven Wittens | 2006-02-02 |
| | |||
* | - Patch #21719 by rkerr: made db passwords with special characters work. | Dries Buytaert | 2006-01-24 |
| | |||
* | - #40515: Ensure UTF-8 character set on the database side (and include ↵ | Steven Wittens | 2006-01-21 |
| | | | | upgrade path for incorrectly set up databases) | ||
* | - Patch #38889 by rkerr: db_error and db_affected_rows did not work properly ↵ | Dries Buytaert | 2005-12-07 |
| | | | | in presence of multiple database connections. | ||
* | - Patch #35924 by Neil: improved the update system. | Dries Buytaert | 2005-12-06 |
| | |||
* | - Patch #39357 by m3vrck: fixed typo in mysqli backend. | Dries Buytaert | 2005-11-30 |
| | |||
* | - Various fixes. Updated CHANGELOG.txt | Dries Buytaert | 2005-11-29 |
| | |||
* | - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL. | Dries Buytaert | 2005-11-27 |
| | |||
* | #36352: Don't prefix temporary table names after all. | Steven Wittens | 2005-11-21 |
| | | | | #36658: Make search query pgsql compatible. | ||
* | - #36255: Fix db_query_temporary() in pgsql | Steven Wittens | 2005-11-04 |
| | | | | - Prefix temporary table names (helps on restricted hosts) | ||
* | - Add maintenance-page error screens when the php module for the dbtype is ↵ | Steven Wittens | 2005-10-20 |
| | | | | not loaded (just showed a blank screen before) | ||
* | - #28159: Advanced search features (hello from DrupalCon) | Steven Wittens | 2005-10-18 |
| | | | | | Presentation about it: http://www.acko.net/files/drupal-search-slim.pdf | ||
* | - Modified patch #13180/#29414: use mysql_real_escape_string() to escape | Dries Buytaert | 2005-10-13 |
| | | | | | strings rather than addslashes(). mysql_real_escape_string() uses the connections charset settings to properly escape. |