Commit Graph

84 Commits (a806b7bc3994db768bd9f6ec2b563453723f57d6)

Author SHA1 Message Date
Gábor Hojtsy 58bf1c7927 #178523 by scor, JirkaRybka, keith.smith: user facing errors should contain text for users, not text for developers; still keeping some debug information, if display_errors is turned on on the server 2007-12-19 13:03:16 +00:00
Gábor Hojtsy 5622bce2d5 #198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy 7c31bcdeac #165140 by dww: rename logs to reports (usability improvement) 2007-10-20 21:57:50 +00:00
Gábor Hojtsy 8be58d6e6c #178478 by scor: typo in text displyed when the DB is installed but not accessible 2007-10-17 12:47:28 +00:00
Gábor Hojtsy 7d8c8d72f1 #175117 follow up patch by moshe weitzman: sanitize user name, remove t() because it might not be availabla and comment what is happening 2007-10-12 14:51:23 +00:00
Gábor Hojtsy fc599a7415 #175117 by kbahey: developer improvement: include caller function name and user name in SQL queries for the query log when debug mode is turned on, so debugging gets easier 2007-10-11 16:22:45 +00:00
Gábor Hojtsy 005a583f32 #168812 by webchick and pwolanin: in case we have a database error, trace it back to the original database function call, so we can provide a more accurate error message for DB errors 2007-08-29 18:38:55 +00:00
Dries Buytaert b134b023e1 - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. 2007-08-12 15:55:36 +00:00
Dries Buytaert a5fcb369fb - Patch #166205 by hswong3i: improved database compatibility of db_result(). Makes it work with DB2, Oracle, etc. 2007-08-11 14:14:46 +00:00
Dries Buytaert a47d773312 - Removing some whitespace. 2007-07-23 08:05:14 +00:00
Dries Buytaert 4e5d3e04ea - Patch #159748 by pwolanin: db_fetch_array() returned different values depending on the database engine used. Make the return value consistent across all supported database backends. 2007-07-22 07:23:27 +00:00
Dries Buytaert 27388f6655 - Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id(). 2007-06-05 12:13:23 +00:00
Dries Buytaert 1f86421497 - Patch #55516 by David Strauss et al: removed some database locking. 2007-05-25 21:01:30 +00:00
Dries Buytaert 3cafffe63f - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave. 2007-05-25 12:46:46 +00:00
Dries Buytaert a309ea2be2 - Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship with sites/default/default.settings.php. 2007-05-08 16:36:55 +00:00
Dries Buytaert 9050e15621 - Patch #137479 by dww: added db_column_exits(). (Yay, the servers are snappy on Saturday evening.) 2007-04-21 18:08:41 +00:00
Dries Buytaert e675979091 - Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot. 2007-04-13 08:56:59 +00:00
Steven Wittens 259c876b29 #109513: Create temporary mysql tables in memory. 2007-03-19 01:17:37 +00:00
Steven Wittens 2e25a97e9d #102387: index.php does not redirect to install.php if PHP does not support 'mysql'. 2007-01-22 02:20:42 +00:00
Dries Buytaert 7228b485f5 - Patch #105461 by jvandyk: fixed code comments. 2006-12-27 22:50:09 +00:00
Dries Buytaert 5c99a06f9f - Patch #85979 by RobRoy, keith.smith, fgm and webchick: improve documentation of db_next_id(). 2006-12-27 22:13:56 +00:00
Dries Buytaert b7094195cb - Patch #98988 by Robert Douglass et al: db_result should return FALSE if no result was found. Consistent with PHP's mysql_result. 2006-12-04 11:06:29 +00:00
Dries Buytaert bd2527a4ed - Patch #98059 by chx: trying to get the never-ending regex mess right. 2006-11-21 19:46:10 +00:00
Neil Drumm 1a7bac90e7 #76819 by smsimms and sammys. Move part of the sql rewriting down into the database abstraction layer and add extra rewriting needed only for Postgres. 2006-10-23 18:38:45 +00:00
Dries Buytaert e2ed7b8eef - Patch #88705 by profix898 and sammys: made version checking work with PostgreSQL. (Critical bug) 2006-10-22 16:46:41 +00:00
Dries Buytaert 845ff1c17f - Patch #85123 by gerd: set proper HTTP headers. 2006-09-26 14:09:05 +00:00
Neil Drumm a28ee0cceb #81332 by wundo and davemicc. Allow empty MySQL passwords to work. 2006-09-16 19:26:22 +00:00
Dries Buytaert 4ea672bfd1 - Removing stray whitspaces. 2006-09-07 08:05:31 +00:00
Steven Wittens dd4f143df6 #75002: Install-time and run-time requirements checking + status report page 2006-09-01 08:44:53 +00:00
Steven Wittens 90acf99341 #75264: Redirect uninstalled default Drupal site to install.php 2006-07-31 19:24:16 +00:00
Neil Drumm b14a622103 #74997 by dww, add db_table_exists() 2006-07-26 07:16:08 +00:00
Dries Buytaert 1c75a210bd - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core. 2006-07-13 13:14:25 +00:00
Gerhard Killesreiter 369c776c4c SQL abstraction layer improvement. 2006-05-24 20:46:56 +00:00
Steven Wittens ca9293b3ee #54981: calls to db_lock_table in bootstrap.inc do not use db_prefix 2006-04-27 20:38:49 +00:00
Dries Buytaert b1bdd4ac54 - Patch #41870 by fgm: improved debugging support. 2006-02-20 16:46:59 +00:00
Steven Wittens d96be836c1 - #40515: MySQL UTF-8 conversion fixes 2006-02-02 01:27:57 +00:00
Dries Buytaert ba0219e403 - Patch #21719 by rkerr: made db passwords with special characters work. 2006-01-24 08:29:33 +00:00
Steven Wittens 7914ad0f3f - #40515: Ensure UTF-8 character set on the database side (and include upgrade path for incorrectly set up databases) 2006-01-21 01:42:52 +00:00
Dries Buytaert 3342593eac - Patch #38889 by rkerr: db_error and db_affected_rows did not work properly in presence of multiple database connections. 2005-12-07 15:17:27 +00:00
Dries Buytaert a19acb219e - Patch #35924 by Neil: improved the update system. 2005-12-06 09:25:22 +00:00
Dries Buytaert f8b90f6262 - Patch #39357 by m3vrck: fixed typo in mysqli backend. 2005-11-30 16:47:34 +00:00
Dries Buytaert 2d0df351d7 - Various fixes. Updated CHANGELOG.txt 2005-11-29 20:17:10 +00:00
Dries Buytaert 244945365d - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL. 2005-11-27 11:52:08 +00:00
Steven Wittens 17205b6e62 #36352: Don't prefix temporary table names after all.
#36658: Make search query pgsql compatible.
2005-11-21 15:55:17 +00:00
Steven Wittens 2ad97f0277 - #36255: Fix db_query_temporary() in pgsql
- Prefix temporary table names (helps on restricted hosts)
2005-11-04 13:02:51 +00:00
Steven Wittens 278e2dd309 - Add maintenance-page error screens when the php module for the dbtype is not loaded (just showed a blank screen before) 2005-10-20 21:30:50 +00:00
Steven Wittens 909d6928ac - #28159: Advanced search features (hello from DrupalCon)
Presentation about it:
http://www.acko.net/files/drupal-search-slim.pdf
2005-10-18 14:41:27 +00:00
Dries Buytaert d3211f014d - Modified patch #13180/#29414: use mysql_real_escape_string() to escape
strings rather than addslashes().  mysql_real_escape_string() uses the
  connections charset settings to properly escape.
2005-10-13 10:23:17 +00:00
Dries Buytaert 75fad91cf5 - Patch #22911 by Cvgbe: fixed table locking in PostgreSQL. You'll have to
use db_lock_table() and db_unlock_tables() for your code to be compatible.
2005-08-29 19:32:55 +00:00
Dries Buytaert 7b8a409675 - Patch #29385 by chx: no ?> add end of files. 2005-08-25 21:14:17 +00:00