Dries Buytaert
446b29271c
- Patch #263517 by mfb: fixed notice in RSS feeds.
2008-07-19 10:38:13 +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
8e60560b84
- Patch #281943 by webchick, Arancaytar, dropcube et al: order install profiles alphabetically.
2008-07-18 07:15:01 +00:00
Dries Buytaert
e571a29084
- Patch #258405 by greggles and Boris Mann: clean-up.
2008-07-18 07:07:48 +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
11b9f390bf
- Patch #270508 by paul.lovvik, dropcube, Arancaytar et al: added entry to CHANGELOG.txt about the image toolkit clean-up.
2008-07-16 07:27:16 +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
75e9494f73
- Patch #213699 by Damien Tournoud, c960657: fixed race condition in sess_write().
2008-07-11 10:14:27 +00:00
Dries Buytaert
7294ced6f0
- Patch #280629 by Damien, pwolanin, Susurrus, et al: ensure safe arguments in theme_links().
2008-07-11 02:23:08 +00:00
Dries Buytaert
8d38010d8d
- Patch #255150 by dropcube: corrected formatting of links.
2008-07-10 11:12:02 +00:00
Dries Buytaert
6b96a191cd
- Patch #278458 by pwolanin: menu_link_maintain() doesn't always clear the menu cache properly.
2008-07-10 10:58:01 +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
0e268aa0f4
- Patch #273129 by pwolanin: adding class active-trail should not remove previous attributes.
2008-07-10 01:44:18 +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
a4883506e3
- Patch #254166 by boombatower: improve and clean-up the test script. Added color coding and allow people to control the verbosity.
2008-07-07 06:22:18 +00:00
Dries Buytaert
f5645d67e7
- Patch #275730 by boombatower: protect .test files by .htaccess.
2008-07-05 18:37:05 +00:00
Dries Buytaert
55018d34e9
- Patch #257537 by dopry: made file_check_directory less verbose on success.
2008-07-05 18:34:29 +00:00
Dries Buytaert
af24fca8e9
- Patch #238760 by pwolanin, Damien, boydjd: reduce race condition in menu rebuilding.
2008-07-05 18:30:04 +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
00593022b0
- Patch #261882 by catch: the beginning of some more install profiles.
...
The "expert" will be a minimalistic profile for developers. This opens
the doors to add more things to the default profile and/or to create
additional install profiles for core. It also helps set an example for
more install profiles in the contributed modules repository.
2008-07-05 10:58:12 +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
2a34c23bc8
- Patch #258397 by Dries: fixed spoofing attack.
2008-07-04 22:54:09 +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
0ccb4c40d1
- Patch #258200 by pwolanin, dropcube: fixed access by-pass due to test framework.
2008-07-03 06:23:22 +00:00
Dries Buytaert
bd91faf66c
- Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. Fixes 2 of the 3 failing cache tests.
2008-07-02 20:42:25 +00:00
Dries Buytaert
53c395c33e
- Patch #276267 by R.Muilwijk: wrote tests for the caching API. They discover 3 bugs ...
2008-07-02 20:39:13 +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
ca144061cb
- Patch #277604 by gpk: improved phpDoc of url().
2008-07-02 19:36:52 +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
fae9063c68
- Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's stylesheets.
2008-07-01 20:22:22 +00:00
Dries Buytaert
0d76c733e7
- Patch #274794 by Damien Tournoud et al: make scripts/run-tests.php work again.
2008-06-29 12:22:28 +00:00
Dries Buytaert
2e7dbff6b8
- Patch #266406 by cwgordon7 and catch: the actual action tests. Sorry for the previous commit. I should not copy files from one tree to another.
2008-06-29 12:10:32 +00:00
Dries Buytaert
aa433a093b
- Restored actions.inc
2008-06-29 12:07:15 +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