Commit Graph

9231 Commits (21c24340bc947e8ae07172e7ae599f306775d376)

Author SHA1 Message Date
Dries Buytaert 21c24340bc - Patch #327460 by chx: some more documentation improvements. 2008-10-30 08:57:50 +00:00
Dries Buytaert 523d0da8b7 - Patch #299742 by Darren Oh: #aha didn't work for checkboxes. 2008-10-30 02:35:54 +00:00
Dries Buytaert 838b433110 - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals. 2008-10-29 10:08:52 +00:00
Dries Buytaert ae2e4ccd78 - Patch #319407 by Crell: convert common.inc to the new database API. 2008-10-29 10:06:06 +00:00
Dries Buytaert 5371104a2d - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX. 2008-10-29 10:01:28 +00:00
Dries Buytaert 068febde42 - Patch #327271 by hswong3i, Crell: proper use of AS keyword so it works on PostgreSQL and Oracle. 2008-10-29 09:40:17 +00:00
Dries Buytaert 7142e3fe78 - Patch #298047 by keith.smith et al: make description correct. 2008-10-29 03:02:42 +00:00
Dries Buytaert 90ca93c9bc - Patch #322843 by Damien Tournoud: fixed --php option. 2008-10-29 03:00:38 +00:00
Dries Buytaert 6654861003 - Patch #305150 by jpetso et al: keep running tests checked. 2008-10-27 15:46:26 +00:00
Dries Buytaert 030896c0f9 - Patch #325901 by cyberswat: upgrade jQuery Form Plugin to latest version. 2008-10-27 15:21:54 +00:00
Dries Buytaert b5f3c00944 - Patch #319408 by Crell: converted queries to new database abstraction layer. 2008-10-27 10:34:09 +00:00
Dries Buytaert df2cf40d2c - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). 2008-10-26 18:06:39 +00:00
Angie Byron 617fe51e62 #315739 by sun: Fix logic of block form action. 2008-10-25 21:16:52 +00:00
Angie Byron a406555460 #318440 by Crell: Make it easier to add multiple fields in a dynamic SELECT statement. 2008-10-25 04:26:30 +00:00
Angie Byron a7481a7cfa #325895 follow-up by chx: We love PostgreSQL. 2008-10-25 02:12:35 +00:00
Angie Byron 47949ad142 #325895 by chx: Fix queryTemporary, which was missing a required argument. 2008-10-25 02:03:55 +00:00
Angie Byron 63e8d1e3d3 #324875: SA-2008-067 (#324824): Fix file inclusion vulnerability. 2008-10-25 01:13:40 +00:00
Angie Byron 5101fd24a5 #325876 by pwolanin: Fix doxygen for node_get_types() to reflect recent module -> base change. 2008-10-25 00:23:03 +00:00
Angie Byron 994cc4a8e4 #325869 by pwolanin: Restore missing hidden property in test module .info file. 2008-10-24 23:32:44 +00:00
Dries Buytaert b71cc6f837 - Patch #324443 by dww: update XML parsing of project information to take advantage of PHP5 XML parser. 2008-10-24 19:23:59 +00:00
Dries Buytaert 75b32a382a - Patch #324118 by winterheart: fixed invalid XHTML being generated for forum topic listings. 2008-10-24 19:03:12 +00:00
Dries Buytaert 74a7badf69 - Patch #325426 by moshe: correct count in update.php. 2008-10-24 18:47:02 +00:00
Dries Buytaert 1f4311f4b5 - Patch #323854 by c960657: made DatabaseLog::findCaller() work on Windows. Long live unit tests. 2008-10-24 18:36:01 +00:00
Dries Buytaert f67cddb49b - Patch #302596 by dropcube: remove glob() because it is not available on all supported platforms. 2008-10-24 18:21:54 +00:00
Angie Byron de8ff4adb0 Roll-back of #310144: Still needs some work. 2008-10-24 07:14:51 +00:00
Angie Byron 88ed5dced2 #258089 by merlinofchaos and dvessel: Allow themes to have preprocess functions without a corresponding .tpl.php file. 2008-10-24 07:02:54 +00:00
Dries Buytaert 72cd8d63b6 - Patch #323391 by Damien Tournoud: made initialization of the variables an explicit bootstrap phase. 2008-10-22 20:44:53 +00:00
Dries Buytaert d1d3ce0be7 - Patch #315797 by mfer, Rob Loach, et al: rework the parameter of drupal_add_js. 2008-10-22 19:39:36 +00:00
Dries Buytaert e83bf94b5b - Patch #324110 by killes: added an index on uid to make deleting watchdog entries faster. 2008-10-22 18:32:31 +00:00
Dries Buytaert 8b6777a3bf - Patch #323751 by keith.smith: fixed typo in form field description. 2008-10-22 18:29:28 +00:00
Dries Buytaert f381336d9f - Patch #323965 by mfer: update farbtastic widgetCoords to use jQuery. 2008-10-22 18:27:51 +00:00
Dries Buytaert 0adaec35bd - Patch #324080 by winterheart: missing </td>-tag. 2008-10-22 18:22:22 +00:00
Angie Byron f4315766fe #316868 by Crell: Make addField() alias to the field name, rather than the table and field name when there are no conflicts. 2008-10-22 04:01:03 +00:00
Angie Byron 1fa03d7c33 #310144 by dvessel: Clarify sort parameter in theme_table() documentation. 2008-10-22 03:36:47 +00:00
Dries Buytaert 458f8f7882 - Patch #323137 by Crell: clean-up of database tests. 2008-10-20 17:56:52 +00:00
Dries Buytaert 5c3db6511b - Patch #322779 by Damein Tournoud, cha0s: simpletest calls file_check_directory incorrectly. 2008-10-20 13:06:15 +00:00
Dries Buytaert a9e37e299c - Patch #323458 by Jody Lynn: fixed typo in class name. 2008-10-20 13:04:27 +00:00
Dries Buytaert a4c679df7a - Patch #302518 by AlexisWilke: fixed problem with PostgreSQL users not being able to delete blocks. 2008-10-20 13:00:24 +00:00
Dries Buytaert 3111676cf4 - Patch #302936 by Aron Novak, Crell et al: convert aggregator module to the new DB abstraction layer. 2008-10-20 12:57:35 +00:00
Dries Buytaert 0e7fbe0350 - Patch #323182 by chx and Damien Tournoud: a working code simplification. 2008-10-20 11:34:32 +00:00
Dries Buytaert daad5033e9 - Patch #323372 by Damien Tournoud: fixed bootstrap phase issue that broke installer. 2008-10-20 11:33:00 +00:00
Dries Buytaert ca36d1f406 - Patch #319769 by Dave Reid: fixed php notice on _db_error_page. 2008-10-20 11:28:30 +00:00
Dries Buytaert 3de6420cd5 - Patch #323372 by chx: clean up drupal_bootstrap(). 2008-10-19 21:27:13 +00:00
Dries Buytaert d6d7125272 - Patch #322781 by Damien Tournoud: incorrect call to file_check_directory. 2008-10-19 21:19:02 +00:00
Dries Buytaert 010d7294a4 - Patch #302638 by pwolanin: no-op queries during menu rebuild. 2008-10-19 21:15:58 +00:00
Dries Buytaert b4ab2ac2ce - Patch #199870 by alpritt et al: beter password strength checker. Really cool. 2008-10-19 20:55:07 +00:00
Dries Buytaert d0bd78238c - Rollback of #323182; parse error. 2008-10-19 20:32:41 +00:00
Dries Buytaert dc1c2946da - Forgot to commit log.inc. 2008-10-19 20:22:07 +00:00
Dries Buytaert 8f533b9e8c - Patch #322777 by Damien Tournoud: file_check_directory() was badly documented. 2008-10-19 20:18:58 +00:00
Dries Buytaert 16fa74fde7 - Patch #322843 by Damien Tournoud, boombatower: fixed --php parameter in run-tests.sh 2008-10-19 20:12:55 +00:00