Commit Graph

8979 Commits (c2746a949ee34bd9a93f21d1ca808a918fe7ae52)

Author SHA1 Message Date
Dries Buytaert c2746a949e - Patch #208793 by kbahey, Damien Tournoud: stop hardcoding the HTTP protocol version where possible. 2008-09-08 21:24:30 +00:00
Dries Buytaert a1d73f1342 - Patch #253702 by jscheel, gpk: clarified session handling functions. 2008-09-08 21:08:24 +00:00
Dries Buytaert e4ff0cd6f4 - Patch #304139 by Rob Loach, beeradb, Damien, et al: tests for the variable_*() functions. 2008-09-08 20:49:47 +00:00
Angie Byron 763b11c8c7 #259679 by Damien Tournoud: Fix user/X/edit tab on user tracker page. 2008-09-08 15:44:57 +00:00
Angie Byron 4c26ea31ee #305436 by lelutin and Damien Tournoud: Fix broken closing tag. 2008-09-08 15:36:30 +00:00
Angie Byron af884c3888 #302763 by DamZ: Fixing test failures, removing legacy globals check cruft. 2008-09-06 15:20:09 +00:00
Angie Byron 73356fde8b #296310 by DamZ: Fixes to drupal_http_request() and accompanying tests. 2008-09-06 15:06:10 +00:00
Dries Buytaert e5b0e5f76c - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency. 2008-09-06 08:36:22 +00:00
Angie Byron cbb639a16f #298444 by c960657: Fix exceptions in DBLog test. 2008-09-05 19:04:26 +00:00
Dries Buytaert e717628401 - Patch #276583 by pwolanin, with minor changes by me: tests for the user administration pages. 2008-09-05 09:55:08 +00:00
Dries Buytaert fbccce51c6 - Patch #261859 by rse, Damien Tournoud: make the trigger module work on PostgreSQL. 2008-09-05 09:29:06 +00:00
Dries Buytaert 2b07665033 - Patch #64967 by Arancaytar, meba: ereg -> preg for performance reasons and future compatilbility. PHP6 is rumoured to drop ereg support. 2008-09-05 09:25:52 +00:00
Dries Buytaert 4231e3e98b - Patch #303827 by Damien Tournoud: fixed the menu system. 2008-09-05 08:24:08 +00:00
Angie Byron 98b4cdbeee #303054 by chx: Enforce MySQL strict mode. 2008-09-04 11:34:46 +00:00
Dries Buytaert f6a4263476 - Patch #52015 by mustafau: update timestamps for aggregator news items. 2008-09-03 19:25:08 +00:00
Angie Byron df7bcec717 #302395 by chx: Minor DBTNG clean-up. 2008-09-03 12:04:49 +00:00
Angie Byron c17a5e70bc #285309 by pwolanin: menu_name in hook_menu is ignored on updates 2008-09-02 19:23:02 +00:00
Dries Buytaert 6511f56e4b - Patch #232345 by flobruit: theme_get_registry docs and code conflict. 2008-09-02 17:38:55 +00:00
Dries Buytaert 32981b119b - Patch #296310 by domas, dmitrig01, boombatower: drupal_http_request tests. 2008-09-02 17:00:34 +00:00
Dries Buytaert 182798caa4 - Patch #228576 by sun: too ambiguous stylesheet in dblog.css when form_altering the watchdog table. 2008-09-02 16:56:33 +00:00
Angie Byron a03345ef73 #272883 by hctom and lilou: Fix wrong usage of watchdog severity. 2008-09-02 01:08:01 +00:00
Angie Byron 9397ae69aa #197425 by lilou, Nick Lewis, mooffie, and friends: Add <blockquote> to list of default allowed HTML tags. 2008-08-31 17:19:06 +00:00
Dries Buytaert 8f22cd5a5c - Patch #297234 by heyrocker, asimmonds: improved doxygen documentation for menu_link_save(). 2008-08-31 15:53:37 +00:00
Dries Buytaert a355254e33 - Patch #235175 by dmitrig01: name of content type is incorrectly capitalized. 2008-08-31 15:50:35 +00:00
Angie Byron f60cdab373 #276276 follow-up by Crell: Fixing a notice in db test. 2008-08-31 15:05:29 +00:00
Dries Buytaert b7116447a3 - Patch #302163 by recidive, Crell: convert blog API to DB TNG 2008-08-31 14:27:08 +00:00
Dries Buytaert 2405ec9ad7 - Patch #302275 by chx: don't use TRUNCATE, use DELETE FROM instead 2008-08-31 14:15:07 +00:00
Angie Byron c63992027b #297860 by catch: Reverting reversion to reverted DBTNG stuff. Tests should pass now. 2008-08-31 12:50:45 +00:00
Dries Buytaert 78e1919a6f - Patch #286035 by moshe: remove update.php number dropdowns. 2008-08-31 12:45:41 +00:00
Angie Byron 382f4a8c5f #276276 by Crell and florbuit: New database system unit tests. WOOHOO! :D 2008-08-31 11:43:41 +00:00
Dries Buytaert df4b23bfee - Patch #209160 by Lilou, Takafumi: localized URL for php.net/manual links. 2008-08-31 09:15:13 +00:00
Dries Buytaert 835d0fc929 - Patch #301943 by chx: drop_field_set_default dropped the field due to copy-paste error. 2008-08-31 09:12:35 +00:00
Dries Buytaert 490afc1ed2 - Patch #28776 by lilou, Morbus Iff, Uwe Hermann: protect SVN files. 2008-08-30 13:22:14 +00:00
Dries Buytaert 360bc1a101 - Patch #276018 by mfb: extend the lifetime of temporary files. 2008-08-30 13:18:49 +00:00
Dries Buytaert 1689a63f38 - Patch #268706 by flobruit, lilou, bjaspan: fixed XSS on node edit form. 2008-08-30 13:08:05 +00:00
Dries Buytaert 3ccf6d89e4 - Patch #299292 by keith.smith: head installation was broken. 2008-08-30 10:03:57 +00:00
Dries Buytaert b1411df894 - Patch #293098 by boombatower: add missing label. 2008-08-30 09:49:43 +00:00
Dries Buytaert fb9d456450 - Patch #299461 by Damien Tournoud: fixed annoying glitches with assertEqual(). 2008-08-30 09:42:25 +00:00
Dries Buytaert 6261c4cad2 - Patch #246261 by pwolanin: simpletest does not handle optgroup correctly 2008-08-30 09:27:21 +00:00
Dries Buytaert fadcc4f9c1 - Patch #295564 by mustafau, Damien Tournoud et al: drupal_http_rqeuest triggers error. 2008-08-29 14:45:19 +00:00
Dries Buytaert 395199859d - Patch #299330 by justinrandell, Damien Tournoud: select MySQL driver by default -- less clicking 2008-08-28 08:40:33 +00:00
Dries Buytaert 762ca25ecf - Patch #296305 by Damien Tournoud, recidive, cwgordon7, chx: 404 page needs a test -- testing party 2008-08-28 08:37:46 +00:00
Dries Buytaert b63c316615 - Patch #278759 by douggreen, fletchgqc: improved code comment. 2008-08-28 08:21:27 +00:00
Dries Buytaert 372acd0cd4 - Patch #295152 by dww, Damien Tournoud, et al: fixed version comparison. 2008-08-28 08:12:29 +00:00
Dries Buytaert 84ea54a125 - Patch #299582 by hass: robots.txt maintenance. 2008-08-25 08:13:41 +00:00
Dries Buytaert 665ac94ef3 - Patch #243063 by GoofyX: fixed typo in context-sensitve help. 2008-08-25 07:54:36 +00:00
Dries Buytaert 5f7d5f03df - Patch #299387 by keith.smith: improved wording in CHANGELOG.txt. 2008-08-25 07:51:52 +00:00
Dries Buytaert 554ad3ad3a - Patch #227851 by hswong3i: made SQL query ANSI compliant. 2008-08-25 07:50:51 +00:00
Dries Buytaert 3fe8963f76 - Patch #298391 by catch, chx: fixed database initialization during install failure. 2008-08-25 07:47:12 +00:00
Dries Buytaert fdc3ee1043 - Patch #280621 by pwolanin: remove 'param from allowed tags in filter_xss_admin(). 2008-08-25 07:44:16 +00:00