Commit Graph

5898 Commits (8a0ee80de6dc48c449f7f7deae2420d72702bdcf)

Author SHA1 Message Date
Angie Byron a8143e47b7 #295719 by flobruit, boombatower, and mikey_p: Clean up node.test. 2008-09-17 05:26:51 +00:00
Angie Byron 5e576223bc #308233 by robertDouglass: Tests for the advanced search form. 2008-09-17 05:12:12 +00:00
Angie Byron 1c0e1c39ec #189406 by catch: Add comment settings to the list of stuff you can configure per node type. 2008-09-17 04:55:13 +00:00
Angie Byron e3b019f480 #299186 by boombatower: Fix assertFieldByXPath so that it recognizes select and textarea values. 2008-09-17 00:46:44 +00:00
Angie Byron a37d9be187 #295697 by maartenvg and boombatower: Make SimpleTest fail to install if cURL is not present. 2008-09-16 23:24:36 +00:00
Dries Buytaert 8868a4dc6a - Patch #296496 by McJim, jpetso: added tests for contact form flood control. Yay. 2008-09-16 18:18:02 +00:00
Dries Buytaert 6b7d5fe21b - Patch #245544 by Dave Reid, oadaeh, drupalgeek: the admin_tasks variable is initialized twice. 2008-09-16 18:08:59 +00:00
Dries Buytaert ae31a4ab76 - Patch #308138 by mfer, Dave Reid: replace valid_email_address with filter_var and FILTER_VALIDATE_EMAIL. 2008-09-16 17:50:02 +00:00
Angie Byron 2f3146f041 #308434 follow-up by drewish: Small clean-ups to file.inc clean-ups. 2008-09-15 21:06:07 +00:00
Angie Byron 161a9970f7 #308534 by Dave Reid: Remove stray whitespace core-wide. 2008-09-15 20:48:10 +00:00
Angie Byron cf987be12d #253702 follow-up by catch: Fix file.inc tests. 2008-09-15 16:10:12 +00:00
Dries Buytaert 312b97e9e9 - Patch #253702 by Damien Tournoud et al: further clean-up of the session handling code. 2008-09-15 15:18:59 +00:00
Angie Byron e875378518 AHEM. Aaaaand... tests! :D 2008-09-15 09:30:03 +00:00
Angie Byron e7ac5c58fd #308434 by drewish, dopry, quicksketch, aaron, jhedstrom, and friends: Massive file.inc cleanup aaaaaand... tests! Yay! :D 2008-09-15 09:28:50 +00:00
Angie Byron 1806af909c #275092 follow-up by Damien Tournoud: Restoring meta tag generator and fixing failing test. 2008-09-15 08:49:40 +00:00
Angie Byron 00756c87bc #213151 by Pancho, skiquel, and deviantintegral: Make admin/content/node sortable. 2008-09-15 00:02:10 +00:00
Angie Byron 63632564ad #308262 by boombatower, flobruit, and Damien Tournoud: Clean-up of simpletest.js. 2008-09-14 22:34:25 +00:00
Angie Byron 568034d90c #308399 by Damien Tournoud: Fix SimpleTest error handler to not spaz out and die when PHP errors are encountered. 2008-09-14 21:14:21 +00:00
Angie Byron cf5b00c5db #275092 follow-up by chx: Fix admin blocks page to work with secondary themes + test so we don't break it again. 2008-09-14 20:37:28 +00:00
Angie Byron a7c16d158d #308186 by chx: Fix tons and tons of test failures in certain versions of cURL. 2008-09-14 06:46:34 +00:00
Angie Byron dddfe5377d #302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error on empty terms list. 2008-09-11 19:47:40 +00:00
Angie Byron ab07b4cd5e #305077 by DamZ, boombatower, and cwgordon7: Rework SimpleTest backend. 2008-09-10 04:13:01 +00:00
Angie Byron 54d2daec35 #302396 follow-up by catch: Fix typo in tests. 2008-09-09 00:29:24 +00:00
Dries Buytaert b6fd223d1a - Patch #302396 by chx, catch: made some tests more granular so they an be run in parallel or stand-alone. 2008-09-08 21:37:21 +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 f6a4263476 - Patch #52015 by mustafau: update timestamps for aggregator news items. 2008-09-03 19:25:08 +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 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 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 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 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 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 665ac94ef3 - Patch #243063 by GoofyX: fixed typo in context-sensitve help. 2008-08-25 07:54:36 +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
Dries Buytaert 580feef5e0 - Patch #227486 by profix898: increase length of database fields for menu items. 2008-08-23 08:15:37 +00:00
Dries Buytaert 5dee24e73f - Patch #297894 by boombatower: two new asserts for link checking. 2008-08-23 07:42:54 +00:00
Dries Buytaert 8b00301995 - Patch #298137 by flobruit: drupalCreateContentType() now resets node permissions. 2008-08-22 12:40:32 +00:00
Dries Buytaert b2e725c0d4 - Patch #296918 by JBrauer: clean up CSS/HTML of node form. 2008-08-22 12:38:02 +00:00
Dries Buytaert c15bcc0653 - Patch #297869 by boombatower: add xpath method to simpletest and refactor existing tests. 2008-08-22 12:35:55 +00:00
Dries Buytaert f0b1d9f8d3 - Patch #297207 by kscheirer and TapocoL: move update notification settings to more visible place. 2008-08-22 12:30:19 +00:00
Dries Buytaert 69e6f411a9 - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
Dries Buytaert 0e79597812 - Patch #268148 by obsidiandesign: make the simpletests work on https. 2008-08-18 19:25:52 +00:00
Dries Buytaert e2825f474b - Patch #293099 by boombatower: clarify form documentation and error handling. 2008-08-18 18:40:07 +00:00
Dries Buytaert de12db43e9 - Patch #272952 by NancyDru and chx: fixed documentation issue. 2008-08-18 10:40:21 +00:00
Dries Buytaert 0b9e7c07e8 - Patch #265899 by mfb: uri_brief mail token did not support https URLs. 2008-08-17 10:46:30 +00:00
Dries Buytaert 553d8885bd - Patch #287949 by Freso, Damien Tournoud: keep language icons in consistent order across nodes. 2008-08-16 21:36:57 +00:00
Dries Buytaert 78fd1a143a - Patch #245322 by mfb: fixed breadcrumb behavior. 2008-08-16 21:13:32 +00:00
Dries Buytaert 1065e3805f - Patch #276430 by jhedstrom, chx, boombatower et al: added tests for session handling. 2008-08-16 21:11:02 +00:00
Dries Buytaert 253c74d245 - Patch #296027 by hswong3i: {simpletest} indexes come with wrong array expression 2008-08-16 20:57:14 +00:00
Dries Buytaert 64764bf961 - Patch #43245 by mustafau, Dries, agentrickard, markus_petrux, et al: add an option to not generate blocks for RSS feeds. 2008-08-16 14:48:54 +00:00
Dries Buytaert c639b5135f - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-) 2008-08-16 07:31:01 +00:00
Dries Buytaert ddb9a03a70 - Patch #260484 by catch, boombatower et al: rollback of valid tests, letting ourselves believe that there are no bugs in core. ;) 2008-08-15 07:49:42 +00:00
Dries Buytaert 211980ceb2 - Patch #257912 by douggreen, Damien Tournoud: improve performance by flipping two queries during indexing. 2008-08-14 20:13:55 +00:00
Dries Buytaert d9c682e6af - Patch #66264 by boombatower: fixed typo in title. 2008-08-14 19:42:26 +00:00
Dries Buytaert dbdda5471e - Patch #237381 by beeradb, flobruit: renamed () parameter from user_save() to . 2008-08-14 19:37:22 +00:00
Dries Buytaert a94f76737a - Patch #56173 by catch, chx: if the user has access to one content type only, jump to that page. 2008-08-14 13:47:35 +00:00
Dries Buytaert 77375441e5 - Patch #221230 by Heine: convert requirement error on update to requirement warning. 2008-08-14 12:59:05 +00:00
Dries Buytaert 2df3b5f403 - Patch #285575 by jk, Bart, Damien Tournoud, et al: fixed XSS problem in default input formats. 2008-08-14 11:58:06 +00:00
Dries Buytaert 207284675e - Patch #268063: move tests from includes/tests to modules/simpletests/tests. 2008-08-14 09:18:28 +00:00
Dries Buytaert ab4e39da83 - Patch #283806 by mustafau: fixed bug in drupal_http_request() and added some first drupal_http_request() tests to core. Yay. 2008-08-13 07:11:18 +00:00
Dries Buytaert 774d060142 - Patch #293504 by Damien Tournoud: fixed search on PostgreSQL - argument of AND must be type boolean, not type integer. 2008-08-13 06:59:19 +00:00
Dries Buytaert 5de34fb21c - Patch #290316 by boombatower, Damien Tournoud et al: made simpletests work on PostgreSQL. 2008-08-13 06:42:04 +00:00
Dries Buytaert 6e882d8905 - Patch #293532 by mustafau: when a redirected feed is not parseable Aggregator saves a watchdog entry saying that the feed was updated, however the feed remains unchanged in the database. 2008-08-12 10:42:41 +00:00
Dries Buytaert 73f98066f5 - Patch #291064 by mustafau: improve performance of aggregator by storing an md5 hash for the feed. 2008-08-12 07:00:48 +00:00
Dries Buytaert defed7ec26 - Patch #197864 by vito_swat, alpritt, Gurpartap Singh et al: forum module uses hook_link_alter instead of taxonomy_term_path hook. 2008-08-11 21:57:40 +00:00
Dries Buytaert b9eb3c896f - Patch #254725 by Steve Dondley and BioALIEN: maxlength field for 'allowed HTML tags' is too short 2008-08-11 18:01:51 +00:00
Dries Buytaert 8d11f75d89 - Patch #291750 by boombatower: remove test results after displayed, makes tests work on PostgreSQL. 2008-08-11 17:46:06 +00:00
Dries Buytaert f76ea7023f - Patch #293500 by Damien Tournoud: message column too short for PostgreSQL. 2008-08-11 17:43:30 +00:00
Dries Buytaert 22da5c6978 - Patch #290918 by pwolanin: don't unset project info during processing. 2008-08-11 07:07:11 +00:00
Dries Buytaert c83339e326 - Patch #16282 by mustafau: OPML import improvements. 2008-08-11 07:05:26 +00:00
Dries Buytaert a993136f8e - Patch #293614 by mustafau: aggregator files two similar error messages for not parseable feeds. 2008-08-11 07:01:52 +00:00
Dries Buytaert 0d1995a828 - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move includes/tests to simpletest/tests and provide hidden .info propery 2008-08-09 12:41:23 +00:00
Dries Buytaert ab5cdfda61 - Patch #268491 by mustafu, pwolanin, et al: fixed notice after deleting aggregator feed. 2008-08-08 20:09:22 +00:00
Dries Buytaert 9db1abf5aa - Patch #165642 by Damien Tournoud et al: fixed SQL error. 2008-08-08 19:48:43 +00:00
Dries Buytaert 5ebbdd0c36 - Patch #280628 by pwolanin et al: fixed locale module confirm form and broken locale module tests. 2008-08-05 18:11:44 +00:00
Dries Buytaert ac55eb1e4e - Patch #276200 by catch, Damien, cwgordon7 et al: fixed problem with poll module tests. 2008-08-05 18:07:14 +00:00
Dries Buytaert bc3c290269 - Patch #289796 by cwgordon7 and webchick: killed some exceptions. 2008-08-03 19:02:06 +00:00
Dries Buytaert 6f167edd7c - Patch #187061 by Rob Loach: give feedback when a comment was posted. 2008-08-03 18:52:27 +00:00
Dries Buytaert 26e61a80e0 - Patch #237204 by keith.smith, birdmax35, gurpartap singh, et al: improved the forum module description. 2008-08-03 18:29:29 +00:00
Dries Buytaert 5876461d75 - Patch #290561 by mustafu: fixed bug with creating aggregator categories. 2008-08-03 18:17:37 +00:00
Dries Buytaert 6b46092549 - Patch #290561 by mustafu: improved the aggregator category tests. 2008-08-03 18:16:51 +00:00
Dries Buytaert 745ac159fa - Patch #174179 by mustafu, spatz4000, fgm: heading hierachy was not always consistent. 2008-08-03 16:10:50 +00:00
Dries Buytaert 7010dcd1a3 - Patch #16282 by Arancaytar, mustafau, keith.smith, et al: add OPML import functionality for RSS feeds. Woot. 2008-08-03 05:46:56 +00:00
Dries Buytaert 9123a3d2e9 - Patch #190867 by Damien Tournoud: remove access check when creating aliases. 2008-08-03 05:21:20 +00:00
Dries Buytaert aade5fbf24 - Patch #237636 by marcingy: comment status field should match node status field. 2008-08-02 20:29:43 +00:00
Dries Buytaert e1dd1e3482 - Patch #218189 by Arancaytar, fago, et al: invoke hook_user before deleting user from database. 2008-08-02 20:08:24 +00:00
Dries Buytaert 4e4e2b4992 - Patch #227548 by AjK, Heine, Stefan Esser, hswong3i, dmitrig01: remove useless db_escape_string(). 2008-08-02 19:09:33 +00:00
Dries Buytaert 6c1068e48d - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency. 2008-08-02 19:01:02 +00:00
Dries Buytaert a859eb3668 - Patch #257009 by bjaspan, mustafu, Freso, Dries et al: fixed simpletest exceptions on PostgreSQL. 2008-08-02 18:44:36 +00:00
Dries Buytaert 7f965d0b4b - Patch #276581 by andreiashu and cwgordon7: added tests for contact form categories. 2008-08-02 05:16:47 +00:00
Dries Buytaert 0bbad33af5 - Patch #287695 by cwgordon7: made syslog tests work on Windows. 2008-08-02 05:07:58 +00:00
Dries Buytaert 135937eb03 - Patch #286378 by TapocoL: fixed undefined index warning. 2008-07-24 16:28:52 +00:00
Dries Buytaert d4ef1db69c - Patch #286351 by TapocoL: fixed undefined index warning. 2008-07-24 16:27:51 +00:00
Dries Buytaert ccf1af94fa - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
Dries Buytaert 34626ed280 - Patch #238600 by scor: removed two unused links from context-sentive help. 2008-07-24 06:52:35 +00:00
Dries Buytaert 8b51a9dfb1 - Patch #285467 by mustafau: fixed typo a MT blog API function. 2008-07-23 07:42:08 +00:00
Dries Buytaert d743fcc5c7 - Patch #229129 by dmitrig01: clean up system modules page. 2008-07-23 07:37:06 +00:00
Dries Buytaert b305732e5d - Patch #285184 by Arancaytar: fixing e-mail address in tests. 2008-07-22 20:08:44 +00:00
Dries Buytaert b6e8e391da - Patch #226880 by hswong3i: made SQL ANSI compliant. 2008-07-22 20:06:02 +00:00
Dries Buytaert f4d6bb190d - Patch #237189 by catch, sepeck, birdmanx35: improved blog module description. 2008-07-22 20:00:55 +00:00
Dries Buytaert 2b08c40d6a - Patch #214516 by mfb: add RSTP to protocol list. 2008-07-19 20:06:25 +00:00
Dries Buytaert a5f9b7b012 - Patch #284721 by zeta ζ: translation simplifications. 2008-07-19 19:35:49 +00:00
Dries Buytaert 892d001d7a - Patch #279620 by zeta ζ: made it easier to translate the teaser settings. 2008-07-19 19:04:24 +00:00
Dries Buytaert 052ee72133 - Patch #188246 by mfb, deekayen: fixed E_NOTICE. 2008-07-19 07:44:45 +00:00
Dries Buytaert db8215e5ec - Patch #231190 by Dries: drupalHead repeated twice. Oops. 2008-07-18 07:30:34 +00:00
Dries Buytaert 66d6743924 - Patch #277214 by lilou, dereine, Damien Tournoud et al: all menu loaders should return FALSE on object not found. 2008-07-18 07:26:45 +00:00
Dries Buytaert d8aacc5de2 - Patch #225880 by pwolanin, webchick, keith.smith, et al: fixed non-writability of settings.php. 2008-07-18 07:24:29 +00:00
Dries Buytaert 18cd9c79fc - Patch #247095 by drewish: fixed variable name that cause private file uploads to be broken. 2008-07-18 07:18:55 +00:00
Dries Buytaert 674b933c56 - Patch #245001 by kkaefer et al: unify #process callback naming. 2008-07-18 07:06:24 +00:00
Dries Buytaert fb3b6d13b8 - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests. 2008-07-17 21:10:39 +00:00
Dries Buytaert 57fe5103da - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value. 2008-07-16 21:59:29 +00:00
Dries Buytaert 47653bff76 - Patch #248205 by catch et al: increased PostgreSQL requirement to version 8.1. 2008-07-14 17:26:17 +00:00
Dries Buytaert 7231b6ea2f - Patch #275801 by Damien Tournoud and Gribnif: fixed performance issue due to typo. 2008-07-14 14:03:48 +00:00
Dries Buytaert 8d38010d8d - Patch #255150 by dropcube: corrected formatting of links. 2008-07-10 11:12:02 +00:00
Dries Buytaert b6e773b178 - Patch #280319 by robertDouglas: remove unneeded and non-existing validation function. 2008-07-10 02:13:02 +00:00
Dries Buytaert f833618d45 - Patch #280621 by pwolanin: remove <object> from allowed tags in filter_xss_admin(). 2008-07-10 01:52:42 +00:00
Dries Buytaert 1bf71a465c - Patch #280628 by catch et al: added missing confirm form. 2008-07-10 01:45:47 +00:00
Dries Buytaert ffdfefebbc - Patch #270508 by paul.levvik and pwolanin: usability improvement: image toolkits should not have to be copied. 2008-07-08 01:08:15 +00:00
Dries Buytaert 4fe1f3582c - Patch #276774 by Moshe, Susurrus: remove crufty settings. 2008-07-05 17:48:33 +00:00
Dries Buytaert ed086130de - Patch #276174 by nbz: avoid calling check_plain() twice. 2008-07-05 11:55:32 +00:00
Dries Buytaert 48955b3754 - Patch #253506 by Damien Tournoud, catch, et al: fixed contact.text. 2008-07-05 07:19:31 +00:00
Dries Buytaert 2ebaaa108b - Patch #272900 by pwolanin: prevent concurrent modificiations of book pages. 2008-07-05 06:00:51 +00:00
Dries Buytaert e1ef7fb3db - Patch #278617 by asimmonds: fixed broken link. 2008-07-05 05:57:00 +00:00
Dries Buytaert 1415340ce3 - Patch #191499 by catch: remove display order settings and cleaned up some white space. 2008-07-03 17:57:03 +00:00
Dries Buytaert fe06b4ccd8 - Patch #276581 by catch: wrote missing tests for contact module and simplified contact module thanks to that. Also removed some whitespace. 2008-07-02 20:05:11 +00:00
Dries Buytaert a009417189 - Patch #277586 by chx: call setUp for each test method. 2008-07-02 19:34:13 +00:00
Dries Buytaert 929b2c599c - Patch #277621 by Damien Tournoud: drupalGet was not working correctly. 2008-07-02 19:20:58 +00:00
Dries Buytaert 31fbddc458 - Patch #276860 by pwolanin: removed dead code from book module. Does not affect the book module tests. 2008-07-01 20:59:38 +00:00
Dries Buytaert 7b66734d4e - Patch #276846 by pwolanin: mailformed cid due to fauly menu item. 2008-07-01 20:52:55 +00:00
Dries Buytaert bb232c728a - Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line. 2008-07-01 20:36:40 +00:00
Dries Buytaert 1d97b23ae4 - Patch #256886 by catch et al: comment out a test that fails due to a bug in cURL. 2008-06-29 11:39:38 +00:00
Dries Buytaert 3c81924d7e - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should use = instead of LIKE. 2008-06-28 19:51:02 +00:00
Dries Buytaert 76fe77cc22 - Patch #275092 by kbahey: added test for meta-tag generator patch. 2008-06-28 19:19:08 +00:00
Dries Buytaert 3cdf54fb3e - Patch #275092 by kbahey, greggles and Arancaytar: emit X-Generator and meta-generator tags. 2008-06-28 12:37:52 +00:00
Dries Buytaert 32afb32935 - Patch #266488 by Damien Tournoud: cleanup for user_validate_name(). 2008-06-27 07:25:11 +00:00
Dries Buytaert 66ddfda7a2 - Patch #274994 by R.Muilwijk, boombatower: bring back the includes-tests. 2008-06-26 21:07:59 +00:00
Dries Buytaert 2877c1027a - Patch #266488 by Damien Tournoud, nbz, Heine, MadHarold, et al: clean-up user_validate_name(), allow astrophes, removed some cruft and made the tests more compact. 2008-06-26 19:47:02 +00:00
Dries Buytaert d7c32183e5 - Patch #275396 by Moshe: removed some dead code, and added url() options to drupalPost(). 2008-06-26 19:31:31 +00:00
Dries Buytaert 4ac9204355 - Patch #260497 by boombatower: rewrote the node revisioning tests to be more extensive and to fix some exceptions in the tests. 2008-06-26 11:40:07 +00:00
Dries Buytaert df8dcc79b1 - Patch #275094 by boombatower: lean, lean, mean simpletest. 2008-06-26 11:23:52 +00:00
Dries Buytaert 6636c0cc99 - Patch #212608 by Gábor Hojtsy, webchick, stefgosselin: fixed E_NOTICE on block administration. 2008-06-25 09:52:41 +00:00
Dries Buytaert 6ecf55d319 - Patch #201746 by traxer: fixed E_NOTICE warning. 2008-06-25 09:18:48 +00:00
Dries Buytaert 5299b92689 - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan. 2008-06-25 09:12:25 +00:00
Dries Buytaert 61cde08038 - Patch #273761 by catch: removed inconsistent delete behavior of nodes. It would leave comments, ratings, etc behind in the database. 2008-06-25 07:47:20 +00:00
Dries Buytaert 69a7d80607 - Patch #274589 by dmitrig01: forgot to remove simpletest library from core. 2008-06-25 07:30:11 +00:00
Dries Buytaert 9b82787b22 - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the batch API for running the tests instead of an all-in-one approach. Great work. 2008-06-24 21:51:03 +00:00
Dries Buytaert 81c71bc891 - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching. 2008-06-24 17:01:33 +00:00
Dries Buytaert f771318c51 - Patch #254553 by aclight: fixed E_NOTICE. 2008-06-21 18:22:38 +00:00
Dries Buytaert 928822d0a9 - Patch #272054 by David Rothstein: fixed code comment for comment_form(). 2008-06-20 16:52:55 +00:00
Dries Buytaert 95c66fa9fb - Patch #272848 by catch: update comment settings form help text. 2008-06-20 16:45:27 +00:00
Dries Buytaert 61cc35f2b0 - Patch #255918 by R.Muilwijk: performance improvement: comment_link querying for already retrieved data. 2008-06-18 16:06:42 +00:00
Dries Buytaert 6e2358b232 - Patch #270045 by drewish, Susurrus: clean up return values. 2008-06-18 03:36:24 +00:00
Dries Buytaert 0889c01d21 - Patch #270053 by pwolanin: fixed undefined index. 2008-06-17 01:12:50 +00:00
Dries Buytaert d8ff9967e6 - Patch #250729 by R.Muilwijk: fixed typo. 2008-06-17 00:52:00 +00:00
Dries Buytaert fcb27eed23 - Patch #251239 by pwolanin: revert. 2008-06-16 23:18:12 +00:00
Dries Buytaert cf42d0c25a - Patch #250729 by R.Muilwijk: removed unnecessary SQL query. 2008-06-14 16:02:50 +00:00
Dries Buytaert b5d491624e - Patch #268914 by catch: small usability improvements to taxonomy and content type overview pages. 2008-06-12 19:07:36 +00:00
Dries Buytaert 038a36b652 - Patch #268621 by smk-ka: removed unused variable. 2008-06-12 18:46:51 +00:00
Dries Buytaert 3020deb421 - Patch #266178 by boombatower: SimpleTest internal browser no longer handles element ids. 2008-06-10 19:39:29 +00:00
Dries Buytaert 201e1dd356 - Patch #268449 by catch: fixed some tests that failed due to invalid permissions. 2008-06-09 16:33:20 +00:00
Dries Buytaert ecb032a239 - Patch #151902 by MadHarold et al: a better format_size() (and removed some excessive white space). 2008-06-09 08:11:45 +00:00
Dries Buytaert 9a432420dc - Patch #268204 by aclight: fixed E_NOTICE. 2008-06-09 07:28:35 +00:00
Dries Buytaert 5ed9cf76a0 - Patch #253577 by Morbus Iff: allow new comment timestamp to be passed. 2008-06-09 07:07:36 +00:00
Dries Buytaert 76aedbefe0 - Patch #267813 by alpritt: fixed some user module tests. 2008-06-08 19:50:54 +00:00
Dries Buytaert caa2e7e1d1 - Patch #267308 by boombatower: check permissions to make sure they are avlid. 2008-06-08 19:09:50 +00:00
Dries Buytaert 89f115c4f5 - Patch #169899 by Island Usurper: taxonomy caching not always working. 2008-06-07 13:41:48 +00:00
Dries Buytaert 3ec46f935a - Patch #253506 by flobruit, catch et al: removed duplicate upload.test. 2008-06-06 16:57:16 +00:00
Dries Buytaert 5c9d4b9c97 - Patch #253506 by Daniel, flobruit and catch: made the upload tests work. 2008-06-06 10:36:45 +00:00
Dries Buytaert b87b7c2d01 - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest. 2008-06-05 21:55:45 +00:00
Dries Buytaert dc613626d4 - Patch #266465 by R.Muilwijk: fixed the comment module tests. 2008-06-05 17:57:04 +00:00
Dries Buytaert d722c96909 - Patch #265498 by boombatower et al: tearDown() doesn't reset the module list. 2008-06-03 19:53:42 +00:00
Dries Buytaert 3f052180dc - Patch #66264 by boombatower: comment approval displayed on node view of comment. Comes with tests and everything. 2008-06-03 16:30:20 +00:00
Dries Buytaert cccf98aaa0 - Patch #265809 by dropcube: fixed some typos. 2008-06-03 13:45:07 +00:00
Dries Buytaert 4cdbf9c078 - Patch #260505 by flobruit: updated the user module tests to be consistent with the code. 2008-06-02 17:42:58 +00:00
Dries Buytaert 24d27b88c7 - Patch #260501 by cwgordon7: made the trigger module tests pass. 2008-06-02 17:39:12 +00:00
Dries Buytaert 098b3f72ca - Patch #250918 by boombatower: cleaned up some tests and added some tests for the administration panels. 2008-06-02 17:32:19 +00:00