summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #180063 by andremolnar, TheMystic, and R.Muilwijk: Add a parameter to ↵Angie Byron2008-09-19
| | | | form_set_error().
* #267724 by cpugeniusmv: Fix cron logic in update.module.Angie Byron2008-09-19
|
* #201799 by yched, quicksketch: compute identation width for draggables ↵Angie Byron2008-09-18
| | | | better, counting on padding and margin as well as measuring the width at the place where it is used (taking possible CSS overrides into account)
* - Patch #308272 by cwgordon7, boombatower, flobruit, et al: improve test ↵Dries Buytaert2008-09-18
| | | | selection page.
* - Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu ↵Dries Buytaert2008-09-18
| | | | admin.
* - Patch #232931 by mikey_p, flobruit et al: clarified the PHPdoc of ↵Dries Buytaert2008-09-18
| | | | drupal_add_feed() and drupal_add_link().
* #224006 by Daniel Jalkut: blogapi_metaweblog_get_category_list() verified ↵Angie Byron2008-09-17
| | | | user access for the given content type but did not log in the user first.
* #108979 by ewhipple, catch, and sun: Order permissions consistently, keep ↵Angie Byron2008-09-17
| | | | node type related permissions together.
* #228761 by zsanmartin and roborn: Fix language code regex and correct ↵Angie Byron2008-09-17
| | | | Portugal's language code.
* #279657 by zeta ζ: Code style improvement to locale module.Angie Byron2008-09-17
|
* #307477 by clemens.tolboom and boombatower: Test how XML-RPC responds to ↵Angie Byron2008-09-17
| | | | large messages.
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* - Patch #296297 by beeradb, boombatwoer: tests for drupal_get_content and ↵Dries Buytaert2008-09-17
| | | | drupal_set_content. Yay.
* - Patch #276588 by boombatower, jpetso: tests for contact module categories.Dries Buytaert2008-09-17
|
* #295719 by flobruit, boombatower, and mikey_p: Clean up node.test.Angie Byron2008-09-17
|
* #308233 by robertDouglass: Tests for the advanced search form.Angie Byron2008-09-17
|
* #189406 by catch: Add comment settings to the list of stuff you can ↵Angie Byron2008-09-17
| | | | configure per node type.
* #299186 by boombatower: Fix assertFieldByXPath so that it recognizes select ↵Angie Byron2008-09-17
| | | | and textarea values.
* #230932 follow-up by drewish: Uppercase FALSE constant.Angie Byron2008-09-16
|
* #295697 by maartenvg and boombatower: Make SimpleTest fail to install if ↵Angie Byron2008-09-16
| | | | cURL is not present.
* - Patch #296496 by McJim, jpetso: added tests for contact form flood ↵Dries Buytaert2008-09-16
| | | | control. Yay.
* - Patch #245544 by Dave Reid, oadaeh, drupalgeek: the admin_tasks variable ↵Dries Buytaert2008-09-16
| | | | is initialized twice.
* - Patch #308138 by mfer, Dave Reid: replace valid_email_address with ↵Dries Buytaert2008-09-16
| | | | filter_var and FILTER_VALIDATE_EMAIL.
* #308434 follow-up by drewish: Small clean-ups to file.inc clean-ups.Angie Byron2008-09-15
|
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* #253702 follow-up by catch: Fix file.inc tests.Angie Byron2008-09-15
|
* #308526 by chx: Actions do not reset on sync.Angie Byron2008-09-15
|
* - Patch #217170 by maartenvg, rbiffl: boolean PHP settings are best set with ↵Dries Buytaert2008-09-15
| | | | php_flag instead of php_value.
* - Patch #253702 by Damien Tournoud et al: further clean-up of the session ↵Dries Buytaert2008-09-15
| | | | handling code.
* - Patch #308549 by lyrincz, Dave Reid: fixed broken link in PHPdoc.Dries Buytaert2008-09-15
|
* AHEM. Aaaaand... tests! :DAngie Byron2008-09-15
|
* #308434 by drewish, dopry, quicksketch, aaron, jhedstrom, and friends: ↵Angie Byron2008-09-15
| | | | Massive file.inc cleanup aaaaaand... tests! Yay! :D
* #275092 follow-up by Damien Tournoud: Restoring meta tag generator and ↵Angie Byron2008-09-15
| | | | fixing failing test.
* #308521 by chx: Fix a bunch of stray whitespace. And the trivial patch of ↵Angie Byron2008-09-15
| | | | the month award goes to... ;)
* #213151 by Pancho, skiquel, and deviantintegral: Make admin/content/node ↵Angie Byron2008-09-15
| | | | sortable.
* #308262 by boombatower, flobruit, and Damien Tournoud: Clean-up of ↵Angie Byron2008-09-14
| | | | simpletest.js.
* #308399 by Damien Tournoud: Fix SimpleTest error handler to not spaz out and ↵Angie Byron2008-09-14
| | | | die when PHP errors are encountered.
* #275092 follow-up by chx: Fix admin blocks page to work with secondary ↵Angie Byron2008-09-14
| | | | themes + test so we don't break it again.
* #308186 by chx: Fix tons and tons of test failures in certain versions of cURL.Angie Byron2008-09-14
|
* #307194 by Razorraser: Fix leading space in site logo link.Angie Byron2008-09-14
|
* #307297 by heyrocker: Making install.inc's Doxygen shiny and clean.Angie Byron2008-09-14
|
* #302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error ↵Angie Byron2008-09-11
| | | | on empty terms list.
* #305077 by DamZ, boombatower, and cwgordon7: Rework SimpleTest backend.Angie Byron2008-09-10
|
* - Patch #305920 by Gabor: invlidate JavaScript language cache when a string ↵Dries Buytaert2008-09-09
| | | | is edited.
* #286035 follow-up by maartenvg: Fix problem with contrib updates not firing ↵Angie Byron2008-09-09
| | | | unless system update exists.
* #302396 follow-up by catch: Fix typo in tests.Angie Byron2008-09-09
|
* #286035 follow-up by swentel: Make updates work again.Angie Byron2008-09-09
|
* - Patch #302396 by chx, catch: made some tests more granular so they an be ↵Dries Buytaert2008-09-08
| | | | run in parallel or stand-alone.
* - Patch #208793 by kbahey, Damien Tournoud: stop hardcoding the HTTP ↵Dries Buytaert2008-09-08
| | | | protocol version where possible.
* - Patch #253702 by jscheel, gpk: clarified session handling functions.Dries Buytaert2008-09-08
|