Angie Byron
|
17846beda6
|
#299672 follow-up by chx: Better fix for only caching form if #cache is set to TRUE.
|
2008-09-21 06:34:41 +00:00 |
Angie Byron
|
a3bb66e4e8
|
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
|
2008-09-20 20:22:25 +00:00 |
Angie Byron
|
9c2e5a52c9
|
#299672 by fago: Cache form only if #cache is set to TRUE.
|
2008-09-20 16:10:29 +00:00 |
Angie Byron
|
715255eab7
|
#268006 by pwolanin: Prevent hook_help() from appearing on 403 pages.
|
2008-09-20 08:07:34 +00:00 |
Angie Byron
|
a4b0bb58a2
|
#310358 by drewish: Add a test for file_save_upload and clean up file.test.
|
2008-09-20 07:35:53 +00:00 |
Angie Byron
|
89b4c55989
|
#64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().
|
2008-09-20 03:49:24 +00:00 |
Dries Buytaert
|
67f93fcb16
|
- Patch #310607 by mfer: fixed undefined method problem with database code.
|
2008-09-19 20:30:32 +00:00 |
Dries Buytaert
|
fa8abcbf3b
|
- Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy term pages.
|
2008-09-19 20:25:03 +00:00 |
Dries Buytaert
|
1ec9a7b7a6
|
- Patch #298309 by mfer: add PDO::FETCH_PROPS_LATE to tell __construct() to run before properties are added to the object. This is closer to the expected behavior and avoids that values are being overwritten.
|
2008-09-19 08:18:35 +00:00 |
Dries Buytaert
|
8fc581d4d7
|
- Patch #309488 by kbahey: correct capitalization of TRUE and FALSE.
|
2008-09-19 07:53:59 +00:00 |
Dries Buytaert
|
88c75b8772
|
- Patch #308713 by fletchgqc: incorrect max length of language domain string in locale form.
|
2008-09-19 07:41:02 +00:00 |
Dries Buytaert
|
9ca3de35c6
|
- Patch #254242 by Gabor, dropcube: preview post setting (optional, required) not working
|
2008-09-19 07:39:00 +00:00 |
Dries Buytaert
|
c1d4a90cd1
|
- Patch #309821 by Rob Loach: automatically put sites in maintenance mode when updates are being run.
|
2008-09-19 07:17:58 +00:00 |
Angie Byron
|
f2c05c63f9
|
#197266 by ufku, lilou, Dave Reid, and c960657: Avoid unnecessary query if there is no user limit on uploaded files.
|
2008-09-19 03:40:32 +00:00 |
Angie Byron
|
804b313a85
|
#296486 by lyricnz and boombatower: Tests for viewing an individual comment.
|
2008-09-19 03:11:53 +00:00 |
Angie Byron
|
c32c0f517f
|
#296487 by lyricnz and beeradb: Tests to make sure comment posting fails when it should.
|
2008-09-19 03:00:10 +00:00 |
Angie Byron
|
ca858345c6
|
#255613 by boombatower: Replace old crufty manual cURL call with nice drupalGet().
|
2008-09-19 02:47:38 +00:00 |
Angie Byron
|
dae71fe862
|
#190850 by Poetro and Robin Monks: Replace hard-coded taxonomy links by taxonomy_term_path().
|
2008-09-19 02:43:40 +00:00 |
Angie Byron
|
1e8ee589bb
|
#180063 by andremolnar, TheMystic, and R.Muilwijk: Add a parameter to form_set_error().
|
2008-09-19 02:37:29 +00:00 |
Angie Byron
|
7952a651ce
|
#267724 by cpugeniusmv: Fix cron logic in update.module.
|
2008-09-19 02:31:57 +00:00 |
Angie Byron
|
c8b23d9aed
|
#201799 by yched, quicksketch: compute identation width for draggables 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)
|
2008-09-18 18:37:29 +00:00 |
Dries Buytaert
|
a4cb8e0aba
|
- Patch #308272 by cwgordon7, boombatower, flobruit, et al: improve test selection page.
|
2008-09-18 14:57:42 +00:00 |
Dries Buytaert
|
9020f77388
|
- Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu admin.
|
2008-09-18 10:44:19 +00:00 |
Dries Buytaert
|
a167427116
|
- Patch #232931 by mikey_p, flobruit et al: clarified the PHPdoc of drupal_add_feed() and drupal_add_link().
|
2008-09-18 10:40:28 +00:00 |
Angie Byron
|
14ff65379f
|
#224006 by Daniel Jalkut: blogapi_metaweblog_get_category_list() verified user access for the given content type but did not log in the user first.
|
2008-09-17 21:07:47 +00:00 |
Angie Byron
|
893942bb4f
|
#108979 by ewhipple, catch, and sun: Order permissions consistently, keep node type related permissions together.
|
2008-09-17 20:37:32 +00:00 |
Angie Byron
|
fb57759604
|
#228761 by zsanmartin and roborn: Fix language code regex and correct Portugal's language code.
|
2008-09-17 19:32:53 +00:00 |
Angie Byron
|
6078c16e3e
|
#279657 by zeta ζ: Code style improvement to locale module.
|
2008-09-17 19:23:35 +00:00 |
Angie Byron
|
867304f3bc
|
#307477 by clemens.tolboom and boombatower: Test how XML-RPC responds to large messages.
|
2008-09-17 16:49:41 +00:00 |
Dries Buytaert
|
7f29b14277
|
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
|
2008-09-17 07:11:59 +00:00 |
Dries Buytaert
|
6f8b5f9a5b
|
- Patch #296297 by beeradb, boombatwoer: tests for drupal_get_content and drupal_set_content. Yay.
|
2008-09-17 07:01:31 +00:00 |
Dries Buytaert
|
21aab5e667
|
- Patch #276588 by boombatower, jpetso: tests for contact module categories.
|
2008-09-17 06:54:11 +00:00 |
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
|
7f9344c463
|
#230932 follow-up by drewish: Uppercase FALSE constant.
|
2008-09-16 23:55:42 +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 |
Angie Byron
|
6c60707449
|
#308526 by chx: Actions do not reset on sync.
|
2008-09-15 16:07:47 +00:00 |
Dries Buytaert
|
4ebaf8b659
|
- Patch #217170 by maartenvg, rbiffl: boolean PHP settings are best set with php_flag instead of php_value.
|
2008-09-15 15:21:44 +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 |
Dries Buytaert
|
48727a34c2
|
- Patch #308549 by lyrincz, Dave Reid: fixed broken link in PHPdoc.
|
2008-09-15 10:27:08 +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 |