Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Added a test framework to Drupal along with a first batch of tests for | Dries Buytaert | 2008-04-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ... | ||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | #151910 by chx: support subqueries in db_rewrite_sql() - now that we use ↵ | Gábor Hojtsy | 2008-01-08 |
| | | | | subqueries even in core, this was critical | ||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #198856 by hswong3i: Fix some incorrect use of %s for table name escaping, ↵ | Gábor Hojtsy | 2008-01-04 |
| | | | | implement better security checks | ||
* | #168315 by schuyler1d: previous active database name was not consistently ↵ | Gábor Hojtsy | 2008-01-02 |
| | | | | returned in db_set_active() | ||
* | #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 | ||
* | - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵ | Dries Buytaert | 2007-12-18 |
| | | | | (and removed spaces). | ||
* | #182728 by gpk: more accurante phpdoc for db_rewrite_sql() and ↵ | Gábor Hojtsy | 2007-12-14 |
| | | | | _db_rewrite_sql(), mentioning table aliases used | ||
* | #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵ | Gábor Hojtsy | 2007-11-30 |
| | | | | maintenance pages (regression) | ||
* | - Patch #182728 by Darren Oh: improved PHPdoc of db_rewrite_sql(). | Dries Buytaert | 2007-10-12 |
| | |||
* | - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵ | Dries Buytaert | 2007-10-05 |
| | | | | .schema files into .install files to prevent mistakes. | ||
* | - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵ | Dries Buytaert | 2007-10-02 |
| | | | | feature from schema API: load/save records based upon schema. | ||
* | #167284 by Heine and pwolanin: proper field type placeholders in IN() ↵ | Gábor Hojtsy | 2007-09-27 |
| | | | | queries, setting a best practice to avoid vulnerabilities | ||
* | #175524 by bjaspan: document the exisance of the description fields in ↵ | Gábor Hojtsy | 2007-09-14 |
| | | | | schema API | ||
* | - Patch #172950 by webernet: code style fixes. | Dries Buytaert | 2007-09-04 |
| | |||
* | - Removing whitespace. | Dries Buytaert | 2007-08-30 |
| | |||
* | #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 | ||
* | #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow ↵ | Gábor Hojtsy | 2007-08-26 |
| | | | | near flowless updates | ||
* | #164759 by oadaeh: adding missing phpdoc @code tag | Gábor Hojtsy | 2007-08-06 |
| | |||
* | #158133 by killes: do not break HAVING SQL constructs in SQL rewrites | Gábor Hojtsy | 2007-07-12 |
| | |||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| | |||
* | #155282 by Jose A Reyero: apply db_rewrite_sql() to the block listing query ↵ | Gábor Hojtsy | 2007-07-01 |
| | | | | to allow for multilingual blocks | ||
* | #150210 by bjaspan and Frando: explicit table names for create table ↵ | Gábor Hojtsy | 2007-06-26 |
| | | | | statements and fixing a schema referencing bug | ||
* | - Patch #147692 by hswong3i: gives SQL backends more control over db_query(). | Dries Buytaert | 2007-05-30 |
| | |||
* | - 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 #134493 by douggreen: getting the Drupal coding standards right in ↵ | Dries Buytaert | 2007-04-13 |
| | | | | core. Woot. Woot. | ||
* | #130991: Custom menu items, part 1 | Steven Wittens | 2007-04-06 |
| | |||
* | #126867: Reverting bad db_prefix_tables change. | Steven Wittens | 2007-03-15 |
| | |||
* | - Patch #126867 by dmitrig01: fixed caching in presence of database prefixes. | Dries Buytaert | 2007-03-14 |
| | |||
* | - Patch #32833 by fgm: fixed documentation error. | Dries Buytaert | 2007-02-27 |
| | |||
* | - Patch #106370 by naquah and chx: fixed query rewriting in presence of ↵ | Dries Buytaert | 2007-01-03 |
| | | | | OR-clause. | ||
* | #102611: Document database regexp (webchick) | Steven Wittens | 2006-12-11 |
| | |||
* | #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. | ||
* | #42476 by Bèr Kessels. db_queryd() belongs in devel module. | Neil Drumm | 2006-09-08 |
| | |||
* | #79904 by chx. More strict db_rewrite_sql() regexp. | Neil Drumm | 2006-08-24 |
| | |||
* | - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. | Dries Buytaert | 2006-07-05 |
| | |||
* | #54981: calls to db_lock_table in bootstrap.inc do not use db_prefix | Steven Wittens | 2006-04-27 |
| | |||
* | #16542, add db rewriting for menus, patch by chx | Gerhard Killesreiter | 2006-04-07 |
| | | | | fixes 57406 too | ||
* | #42000, misssing underscore, found by rump | Gerhard Killesreiter | 2006-03-26 |
| | |||
* | #42000, docs update, by me | Gerhard Killesreiter | 2006-03-26 |
| | |||
* | #42000, Watchdog can't log errors when using db_set_active(non-default), ↵ | Gerhard Killesreiter | 2006-03-26 |
| | | | | patch by Chris Johnson and myself | ||
* | - Patch #51850 by chx, webchick et al: fixed various problems with ↵ | Dries Buytaert | 2006-03-08 |
| | | | | db_rewrite_sql, made db_rewrite_sql slightly more robust. | ||
* | - Patch #41644 by chx: critical bug: db_rewrite_sql had a bad regex. | Dries Buytaert | 2006-01-08 |
| | |||
* | - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). | Dries Buytaert | 2005-12-14 |
| | |||
* | - Patch #39257 by merlinofchaos: node_access rewrite breaks with FROM_UNIXTIME. | Dries Buytaert | 2005-11-29 |
| | |||
* | - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL. | Dries Buytaert | 2005-11-27 |
| | |||
* | - Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database ↵ | Dries Buytaert | 2005-09-12 |
| | | | | | | backend for use with PHP5 and MySQL 4.1 and above. NOTE: I don't have MySQL 4.1 setup at the moment so I could _not_ test this patch. Luckily, various people reported that it works. | ||
* | - Patch #30122 by m3verick: changed include_once()'s to include "./$file" | Dries Buytaert | 2005-09-08 |
| | | | | for performance's sake. |