Commit Graph

8916 Commits (ba6aa9f515996b676940f5a8a8d10c1249c1bda0)

Author SHA1 Message Date
Dries Buytaert df8dcc79b1 - Patch #275094 by boombatower: lean, lean, mean simpletest. 2008-06-26 11:23:52 +00:00
Dries Buytaert 41fdf60ba4 - Patch #273523 by aclight: fixed E_NOTICE in theme_fieldset(). 2008-06-25 09:57:07 +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 b1e895f850 - Patch #272636 by dvessel: drupal.js overwrites class of html element, rather than adding to it. 2008-06-25 07:45:03 +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 955ef193ba - Patch #196862 by catch: rolled back path optimization as it broke certain tests. 2008-06-24 22:12:15 +00:00
Dries Buytaert 6aea1d0873 - Patch #260778 by boombatower et al: play a user agent trick to make the tests work. 2008-06-24 22:09:52 +00:00
Dries Buytaert 5efec92ac3 - Patch #243773 by chx, catch, boombatower, cwgordon7, yched, dmitrig01, et al: small revert of batch API patch. Also forgot to mention cwgordon7 in the previous commit. 2008-06-24 21:59:20 +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 22c0a0a4b0 - Patch #170309 by pwolanin, Pasqualle, Nick Urban, naquah, keith.smith, et al: breadcrumb doesn'tt always include all active items. 2008-06-24 21:29:47 +00:00
Dries Buytaert 45ef7ac581 - Patch #261869 by catch, keith.smith: fixed default install profile / forum tests. 2008-06-24 21:26:48 +00:00
Dries Buytaert d2b5e54efa - Patch #271326 by keith.smith: fixed oxymoron in the installation guide. 2008-06-24 17:04:38 +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 21da8b32dc - Patch #223549 by WorldFaliz: usability: admin/block warning message placement. 2008-06-24 16:52:18 +00:00
Dries Buytaert 15911a0810 - Patch #270045 by yched: partial revert for batch API. 2008-06-21 18:24:20 +00:00
Dries Buytaert f771318c51 - Patch #254553 by aclight: fixed E_NOTICE. 2008-06-21 18:22:38 +00:00
Dries Buytaert a429a6f072 - Patch #261869 by catch: create default vocabulary for articles. 2008-06-21 18:20:48 +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 1963021d12 - Patch #269443 by dvessel: add nid to node template suggestion. 2008-06-18 16:22:13 +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 a1537c3e28 - Patch #266596 by pwolanin: menu system performance improvement. 2008-06-12 20:49:39 +00:00
Dries Buytaert aa8c6466cc - Patch #256285 by mfer: upgraded to jQuery 1.2.6. This patch was tested
extensively by mfer but might be slightly experimental still.  Hard to
  test.
2008-06-12 19:49:10 +00:00
Dries Buytaert a251ff70fc - Patch #251402 by quicksketch: text can't be selected via click and drag when the Drupal drag and drop interface is present in IE7. 2008-06-12 19:13:17 +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 8e8c8305aa - Patch #259096 by cwgordon7: commenting standards are broken in tabledrag.js. 2008-06-10 19:42:28 +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 5a9b7c5b71 - Renaming the test script from run-functional-tests.php to run-tests.php. 2008-06-09 07:37:05 +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 53a0a419dc - Patch #267333: rollback to rounding down, instead of rounding up. 2008-06-09 06:59:41 +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 61366679ac - Patch #267333 by cwgordon7: simepletest should round up, not round down. 2008-06-06 16:53:48 +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 4f1af19d10 - Patch #267203 by Rob Loach: attributes of theme_item_list can be deceiving. If you have a look at theme_item_list you see that the $attributes variable takes a NULL value. This makes you believe that it wants a string, rather then a full array of attributes. If you make the default parameter "array()" it will make the programmer expect to pass an array of attributes rather then a string of attributes. 2008-06-06 01:50:20 +00:00
Dries Buytaert b87b7c2d01 - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest. 2008-06-05 21:55:45 +00:00