Dries Buytaert
6586b76465
- Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter.
2009-09-05 13:05:31 +00:00
Angie Byron
18b7e4254b
#269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, EPS, etc.).
2009-09-01 17:49:11 +00:00
Angie Byron
ff813ab62c
#564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' configuration section.
2009-09-01 16:50:12 +00:00
Angie Byron
ee59107c23
#331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework.
2009-08-31 18:30:27 +00:00
Dries Buytaert
41dca3c4e0
- Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME extension mapping rather than setting a huge variable.
2009-08-31 05:47:34 +00:00
Dries Buytaert
26a5f0408b
- Patch #563742 by plach: hotfix for broken hook_entity_info_alter().
2009-08-31 05:35:47 +00:00
Dries Buytaert
ac30bf8a82
- Patch #391330 by quicksketch, drewish et al: file module to core. Yaaa-a-a-y!
2009-08-29 12:52:32 +00:00
Dries Buytaert
feb4845493
- Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with CDNs.
2009-08-29 06:57:27 +00:00
Dries Buytaert
b8448cac63
- Patch #528326 by JacobSingh, cwgordon7: clean-up and bug fixes for the FTP file transfer classes.
2009-08-28 07:51:55 +00:00
Dries Buytaert
45e14ea6b7
- Patch #545662 by yched, moshe weitzman: simplify field rendering.
2009-08-28 06:51:07 +00:00
Dries Buytaert
6f41d692fd
- Patch #559658 by sun, dropcube: store filter settings per format, general API clean-up and documentation improvements.
2009-08-27 21:18:20 +00:00
Angie Byron
985884f98e
#559506 by quicksketch and plach: Added variable to field widgets.
2009-08-27 00:33:52 +00:00
Dries Buytaert
7c36ac0e49
- Patch #428296 by dropcube, sun, catch: filter system doesn't communicate with other modules about filter format changes/deletions.
2009-08-26 10:29:26 +00:00
Dries Buytaert
3f36af04de
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.
2009-08-25 21:53:48 +00:00
Angie Byron
2c7e1f2a41
#505084 by Rob Loach: Added an #attached_library() FAPI property for drupal_add_library(), for consistency with #attached_css and #attached_js.
2009-08-25 21:16:31 +00:00
Angie Byron
b1cf3f1d26
#558756 by Davy Van Den Bremt: Fix non-by-referenced calls to drupal_static().
2009-08-25 16:38:51 +00:00
Dries Buytaert
14b233ec1d
- Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages.
2009-08-25 10:27:15 +00:00
Angie Byron
b5729a616e
#557342 by agentrickard: Fixed typo.
2009-08-24 00:31:59 +00:00
Angie Byron
2c55219315
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
2009-08-24 00:14:23 +00:00
Angie Byron
e63e85020b
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
2009-08-24 00:10:46 +00:00
Angie Byron
4ae238ea57
*** empty log message ***
2009-08-24 00:02:05 +00:00
Angie Byron
d71ffc5aba
#200953 by seanburlington: Added basic support for 'time' and 'date' types to schema API.
2009-08-22 19:43:12 +00:00
Angie Byron
cf56187532
#296322 follow-up. It's extremely helpful when I remember to commit ALL files. :P
2009-08-22 16:16:19 +00:00
Angie Byron
bfb487627e
#296322 by cwgordon7 andSenpai: Fix horribly broken trigger module and add tests so we don't do it anymore.
2009-08-22 15:35:36 +00:00
Angie Byron
34a8a369aa
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
2009-08-22 00:58:55 +00:00
Dries Buytaert
1f1734af01
- Patch #552958 by Gábor Hojtsy: create 'regional and language' section in 'configuration and modules'.
2009-08-21 14:28:52 +00:00
Angie Byron
716293e0fb
#509398 by adrian: Turned install profiles into modules with full access to the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D
2009-08-21 07:50:08 +00:00
Angie Byron
f8e430c7fd
#552084 by jhodgdon: Removed references to 'CCK' in core.
2009-08-19 22:46:05 +00:00
Angie Byron
b2730e86d5
#552066 by quicksketch and pwolanin: Fix bug with file_save_upload() and trailing slashes (with tests).
2009-08-19 08:38:09 +00:00
Dries Buytaert
9eb6dd5eaa
- Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a locking framework for long running operations.
2009-08-17 20:32:30 +00:00
Angie Byron
b41323642b
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
2009-08-17 19:14:42 +00:00
Angie Byron
25b9f686a6
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.
2009-08-17 07:12:16 +00:00
Dries Buytaert
9b4013fd82
- Patch #504422 by catch, drewish: file_load_multiple() missing a sanity check.
2009-08-17 06:33:31 +00:00
Dries Buytaert
12893d0bd3
- Patch #340283 by boombatower, dmitrig01 et al: abstract the simpletest broswer in its own class/object.
2009-08-17 06:08:47 +00:00
Dries Buytaert
a1593ab1c9
- Patch #370454 by chx, Damien Tournoud: simplify page caching.
2009-08-16 18:39:45 +00:00
Angie Byron
c924749147
#296324 follow-up by JuliaKM: Wrap comment at 80 chars.
2009-08-16 17:37:06 +00:00
Angie Byron
7e707543f5
#296324 by R.Muilwijk, kscheirer, and pamelad: Fixed TestingParty08: url() for internal urls need a thorough test.
2009-08-16 03:16:19 +00:00
Angie Byron
75c8c24c69
Oops. Extra file got in that last commit.
2009-08-15 17:53:56 +00:00
Angie Byron
7e04923b9e
#529126 by boombatower: Split up SimpleTest verbose output into separate files.
2009-08-15 17:52:53 +00:00
Angie Byron
6a97ac176e
#296319 by redndahead, lilou, domas, and kscheirer: Added tests for external URL options.
2009-08-15 06:30:38 +00:00
Angie Byron
8b86d0da84
#296574 by boombatower and chx: Provide debug function for debugging during tests and elsewhere.
2009-08-15 06:20:20 +00:00
Angie Byron
6e3832f4ff
#264876 by Rob Loach, jhedstrom, mfer: Allow external CSS files through drupal_add_css().
2009-08-14 16:15:38 +00:00
Angie Byron
a3018c01a2
#167112 by evil_marty and deekayen: Add support for 'wildcard' .tpl.php files to act on any numeric pages, such as page-user-%.tpl.php
2009-08-13 03:05:54 +00:00
Dries Buytaert
9c0e6e9242
- Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.
2009-08-11 14:59:40 +00:00
Dries Buytaert
735e532bee
- Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and modules' section so we can start moving over configuration items. Let's see how this goes ...
2009-08-11 11:52:46 +00:00
Angie Byron
e758e30450
#533584 by chx, dww, and Nick Lewis: Allow version-level dependency support to work with beta, rc, etc.
2009-08-05 16:16:41 +00:00
Angie Byron
4e614ace82
#434350 by cpliakas and Crell: Add a method to explicitly close a database connection.
2009-08-04 05:36:57 +00:00
Angie Byron
65a1528f05
#341140 by JohnAlbin and chx: Allow drupal_get_path() to be used even when database is down.
2009-08-04 04:02:26 +00:00
Angie Byron
2e34decb3b
#537044 by dropcube: Simplify and expand taxonomy hook tests.
2009-08-03 20:19:29 +00:00
Dries Buytaert
1a5c71e2da
- Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric weight to drupal_add_css.
2009-07-30 19:57:10 +00:00
Dries Buytaert
12d6d6662e
- Patch #211747 by chx, alex_b, dww: allow specifying version information as part of module dependencies.
2009-07-28 19:06:16 +00:00
Dries Buytaert
d6e113a3de
- Patch #513592 by Damien Tournoud: make it faster to rebuild the registry, mainly to improve performance of SimpleTest.
2009-07-28 12:37:54 +00:00
Dries Buytaert
5468b47b91
- Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added initial support for PHP file wrappers.
2009-07-27 19:53:18 +00:00
Angie Byron
d2c02ca453
#481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ...
2009-07-21 01:56:36 +00:00
Dries Buytaert
444ae51f17
- Patch #520664 by rfay, quicksketch: file_get_mimetype() should not be case-sensitive. Comes with more and better tests.
2009-07-20 19:02:38 +00:00
Angie Byron
48e41d314e
#509392 follow-up by adrian: Clean-up for .info files for install profiles patch.
2009-07-19 04:48:10 +00:00
Dries Buytaert
5a8452c55b
- Patch #493746 by JohnAlbin, ultimateboy, moshe weitzman: Enhance drupal_attributes() for multiple valued values.
2009-07-15 17:40:18 +00:00
Angie Byron
3472adb2ca
#193366 by Anthony Hersey: Move various rebuild functions to module page submission rather than viewing for vastly increased performance.
2009-07-14 20:53:16 +00:00
Angie Byron
d76ec8f1d0
#395472 follow-up by catch, boombatower, and jrchamp: Remove failing test to make way for testing suite 2.0.
2009-07-14 19:31:32 +00:00
Dries Buytaert
5cbf5d3bc1
- Patch #510460 by tic2000: improved CSS test.
2009-07-14 10:43:21 +00:00
Angie Byron
735e1d904f
#500866 by boombatower: Remove t() from getInfo in tests.
2009-07-13 21:51:42 +00:00
Dries Buytaert
6682ab936c
- Patch #517502 by Crell: make transaction API follow its own documentation.
2009-07-13 07:27:15 +00:00
Dries Buytaert
6dc5b5449d
- Patch #491456 by quicksketch, drewish, et al: image effects and actions.
2009-07-12 08:36:35 +00:00
Dries Buytaert
e8b82e0ba4
- Patch #481498 by JamesAn: convert simpletest to drupal_static().
2009-07-11 06:14:48 +00:00
Angie Byron
f6ccf978f6
#488542 by yched: Allow field UI to be attached to any fieldable entity.
2009-07-10 05:58:13 +00:00
Angie Byron
ffc8cab84b
#505528 by Damien Tournoud and Rob Loach: Ensure proper weight of JS files.
2009-07-10 05:45:56 +00:00
Angie Byron
0f3761b99d
#515280 by drewish: Allow file_create_directory() to create recursively, taking advantage of PHP 5.
2009-07-10 03:46:33 +00:00
Dries Buytaert
f9bdd7ae9e
- Patch #513102 by yched: small clean-up of field tests.
2009-07-08 07:19:05 +00:00
Dries Buytaert
a4411976fd
- Patch #373201 by Berdir: clean-up of some drupal_render() oversight.
2009-07-07 13:51:58 +00:00
Dries Buytaert
a05ec18996
- Patch #505812 by Josh Waihi: remove database specific test.
2009-07-06 13:33:31 +00:00
Dries Buytaert
e4a4b7cc7e
- Patch #506976 by catch: rename hook_perm to hook_permission.
2009-07-05 18:00:11 +00:00
Angie Byron
4a4a6570d8
#315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability for modules to register JS/CSS libraries.
2009-07-04 18:26:42 +00:00
Dries Buytaert
e49ac650a6
- Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().
2009-07-03 19:21:55 +00:00
Dries Buytaert
293ea4c569
- Patch #316189 by mfb, grndlvl: improved the format_date() test.
2009-07-03 05:15:41 +00:00
Dries Buytaert
cf59ebec77
- Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.
2009-07-02 20:19:48 +00:00
Angie Byron
0142292c71
#373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions.
2009-07-02 04:27:23 +00:00
Dries Buytaert
b300a7a593
- Patch #395472 by JacobSingh, chx, cwgordon7: more improvements to the file transfer system to pave the path for a plugin manager. Heroic effort.
2009-07-01 13:44:53 +00:00
Dries Buytaert
5962cc5ab2
- Patch #477944 by DamZ: more streamlining and clean-up of session handling code.
2009-07-01 12:47:30 +00:00
Dries Buytaert
fb125851a3
- Patch #306027 by agentrickard, catch, dereine, Dave Reid, drewish, et al: automatically clean the {role_permission} table when modules are uninstalled.
2009-07-01 08:39:56 +00:00
Dries Buytaert
00fc298163
- Patch #497612 by Moshe Weitzman et al: harden user login by correctly using the form API. Complete commit now. Thank you, thank you.
2009-06-30 11:32:08 +00:00
Dries Buytaert
a8bc7688c9
- Patch #316189 by mfb: tests for format_date.
2009-06-30 09:39:19 +00:00
Angie Byron
783d541179
#493296 by jrchamp: Fix label on test assertion.
2009-06-28 03:08:38 +00:00
Angie Byron
6c9436abbf
#333171 by catch: Provide cache_get_multiple() and allow clearing of multiple cache IDs at once (with tests).
2009-06-28 01:00:42 +00:00
Dries Buytaert
7613aa5908
- Patch #369314 by Berdir: make sub-selects work.
2009-06-27 09:41:56 +00:00
Dries Buytaert
fbca363010
- Patch #211439 by David_Rothstein, cwgordon7: correct sorting of modules.
2009-06-20 06:00:24 +00:00
Angie Byron
870b921aa4
#482622 by chx and Frando: Allow alternative implementations for caching.
2009-06-16 23:48:09 +00:00
Dries Buytaert
3d64cb5eca
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.
2009-06-12 08:39:40 +00:00
Dries Buytaert
05c39fe7a0
- Patch #487830 by c960657: fixed a HTTP header and improved the tests.
2009-06-10 20:00:10 +00:00
Dries Buytaert
cf7371805e
- Patch #336475 by kscheirer, Senpai, j.somers: added some tests for theme_table() and stick table headers.
2009-06-09 21:53:26 +00:00
Dries Buytaert
e9d97f1eef
- Patch #449198 by boombatower: cealn up test loading and related API.
2009-06-08 09:23:55 +00:00
Dries Buytaert
36e3d552cf
- Patch #156582 by c960657, Damien Tournoud, townxelliot: added support for timeouts to drupal_http_request().
2009-06-06 15:43:05 +00:00
Dries Buytaert
9079d78481
- Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... queries.
2009-06-05 16:55:45 +00:00
Dries Buytaert
d98102d1d6
- Patch #473876 by Berdir: fixed broken query on PostgreSQL.
2009-06-04 09:45:10 +00:00
Dries Buytaert
4f2e13f503
- Patch #422362 by JamesAn: convert form.inc to use new static caching API.
2009-06-02 13:47:26 +00:00
Dries Buytaert
cbd22269f8
- Patch #473652 by Damien Tournoud, catch: removed unneeded loop from file_get_mimetype() and further clean-up.
2009-06-02 13:42:40 +00:00
Dries Buytaert
e474fbbd6c
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.
2009-06-02 06:58:17 +00:00
Angie Byron
39c302eec0
#475596 by emmajane, catch, yoroy, et al. Move default welcome message to help system.
2009-06-02 03:33:36 +00:00
Dries Buytaert
00271e741f
- Patch #458176 by c960657: improved exception handling in database layer.
2009-06-01 16:47:06 +00:00
Dries Buytaert
0f77f652fa
- Patch #394524 by Berdir, Damien Tournoud: converted to the new database abstraction layer.
2009-05-30 11:17:32 +00:00
Dries Buytaert
0f4060f377
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
2009-05-27 18:34:03 +00:00
Dries Buytaert
edeea95f5e
- Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding a file field.
2009-05-25 18:22:31 +00:00
Dries Buytaert
e2184e25ac
- Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible.
2009-05-25 05:20:16 +00:00
Dries Buytaert
a24a6c2bba
- Patch #471070 by stella: millions of code style fixes.
2009-05-24 17:39:35 +00:00
Dries Buytaert
765d0572a2
- Patch #471142 by stella: code style fixes.
2009-05-24 05:21:56 +00:00
Angie Byron
2e2700e06e
#469768 again. Let's get those new files there, shall we? :P
2009-05-22 15:03:47 +00:00
Angie Byron
21b1f95b40
#469768 by sun and mr.baileys: Move error handling testing to their own separate .test and .module.
2009-05-22 14:57:36 +00:00
Dries Buytaert
dc4d421be7
- Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order by table headers first, before ordering by other fields.
2009-05-22 11:33:18 +00:00
Dries Buytaert
800f2d9aa4
- Patch #467984 by Berdir: fixed some database glitches and extended the tests.
2009-05-22 07:08:15 +00:00
Dries Buytaert
02c8592759
- Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API.
2009-05-21 21:12:25 +00:00
Dries Buytaert
ba29dbde38
- Patch #415044 by bjaspan, yched: indexes for field storage.
2009-05-20 09:48:47 +00:00
Dries Buytaert
8ea5860b5e
- Patch #451668 by mfb: page cache test failing with mod_deflate.
2009-05-18 14:28:34 +00:00
Dries Buytaert
6b040974d3
- Patch #293511 by cwgordon7, catch, dereine, Wisif, ThiOz: added a test for menu_get_item() and menu_set_item().
2009-05-17 07:49:13 +00:00
Angie Byron
538cfe9150
#451212 by yched: Make field_test_entity_save() consistent with node_save().
2009-05-17 00:49:18 +00:00
Angie Byron
f180449767
#362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple like field_attach_load().
2009-05-17 00:32:29 +00:00
Dries Buytaert
47413f6460
- Patch #368116 by chx, c960657: fixed bug in tokenizer for registry.
2009-05-16 16:04:42 +00:00
Angie Byron
8b63d832de
#426906 by Rob Loach: Convert drupal_add_js/css to static caching API.
2009-05-16 13:26:31 +00:00
Angie Byron
3ac59eee96
#320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files.
2009-05-13 19:42:18 +00:00
Dries Buytaert
847304a293
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.
2009-05-12 08:37:45 +00:00
Dries Buytaert
43ad4ad140
- Patch #458566 by chx: work around PHP's curly bracket madness.
2009-05-10 16:46:24 +00:00
Angie Byron
d70915b1ab
#453962 by neclimdul: Change all instances of getInfo() to static functions.
2009-05-06 19:56:21 +00:00
Dries Buytaert
9066709443
- Patch #267333 by cwgordon7, David_Rothstein, lilou, et al: fixed batch api rounding.
2009-05-06 10:41:43 +00:00
Dries Buytaert
1883e93f14
- Patch #352872 by Damien Tournoud: clean-up xmlrpc() wrapper.
2009-05-04 10:38:47 +00:00
Dries Buytaert
c5926f4961
- Patch #396578 by Damien Tournoud: added db_truncate_table() to the database layer.
2009-05-03 08:56:19 +00:00
Dries Buytaert
ac5e86e05c
- Patch #329015 by Damien Tournoud: improved error handling of batch API.
2009-05-03 07:35:37 +00:00
Dries Buytaert
ce50ea5a20
- Patch #392696 by yched et al: save default values on insert.
2009-05-01 19:17:46 +00:00
Dries Buytaert
e721147363
- Patch #295864 by boombatower: cleaned up the randomName() method by removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.
2009-04-29 12:08:28 +00:00
Dries Buytaert
f918903428
- Patch #408024 by brianV et al: rename drupal_execute() to drupal_submit_form().
2009-04-29 07:18:04 +00:00
Angie Byron
9e5f8a037b
#445094 by yched: Fix failing tests in SQLite/PostgreSQL due to passing in NULL values for ftid and ftvid.
2009-04-28 05:24:41 +00:00
Angie Byron
fc7283235b
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.
2009-04-27 20:19:38 +00:00
Dries Buytaert
031ba7d665
- Patch #345591 by pwolanin, c960657: make the tests work when running with CGI.
2009-04-27 19:11:25 +00:00
Dries Buytaert
b5201d3797
- Patch #445410 by Damien Tournoud: fix $ tags.
2009-04-26 15:14:55 +00:00
Dries Buytaert
e9946015c7
- Patch #345591 by pwolanin, JacobSingh: drupal_http_request() should return the original status message and protocol.
2009-04-25 13:56:06 +00:00
Dries Buytaert
526401c4c8
- Patch #147310 by c960657 et al: better cache headers for reverse proxies.
2009-04-22 09:45:03 +00:00
Dries Buytaert
2bc19555bf
- Patch #302240 by fago: fixed various problems with form storage and added tests. Yay.
2009-04-22 09:12:44 +00:00
Dries Buytaert
f09028107c
- Patch #413732 by brianV: database code clean-up.
2009-04-20 20:02:31 +00:00
Angie Byron
d30a41e791
Roll-back of #333054 ; needs more discussion.
2009-04-20 02:23:17 +00:00
Angie Byron
bb62eec3ce
#396224 - SA-CORE-2009-03 - Disallow nulls and slashes from file names in theme.
2009-04-15 20:45:46 +00:00
Dries Buytaert
bb253b0539
- Patch #423690 by Berdir: fixed bug in menu_link_maintain(). With tests.
2009-04-13 12:18:52 +00:00
Angie Byron
c7095deb64
#423664 by Berdir: Fix dependency checking of non-existing modules. (with corrected tests)
2009-04-11 17:58:18 +00:00
Dries Buytaert
756784a62b
- Patch #424094 by chx: fixed taxonomy tests.
2009-04-05 12:21:12 +00:00
Dries Buytaert
3a35e28f92
- Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
2009-04-02 20:39:45 +00:00
Dries Buytaert
27d7455edb
- Patch #333054 by c960657: page cache should be case sensitive.
2009-04-01 20:00:47 +00:00
Angie Byron
f40532da76
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
2009-03-31 01:49:55 +00:00
Angie Byron
a0cca9a472
#259368 by Rob Loach, mfer, and sun: Allow drupal_add_css() to add/aggregate inline CSS.
2009-03-30 05:13:45 +00:00
Angie Byron
95023b8c13
#297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() to be performed within batch API (with tests).
2009-03-28 18:09:11 +00:00
Angie Byron
eecab1083a
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.
2009-03-26 13:31:28 +00:00
Dries Buytaert
32076b4d32
- Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches.
2009-03-20 19:18:11 +00:00
Angie Byron
ee2e63d7f9
#402804 by roychri and Damien Tournoud: Add assertions to check if text was found only once or more than once.
2009-03-17 23:26:33 +00:00
Angie Byron
3b30509599
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
2009-03-14 23:01:38 +00:00
Dries Buytaert
56e1c5d106
- Patch #401922 by Damien Tournoud: fixed parent link detection.
2009-03-14 20:56:06 +00:00
Dries Buytaert
3a7047c670
- Patch #12201 by mfb: added support for table descriptions.
2009-03-14 20:34:17 +00:00
Dries Buytaert
b46e90ad36
- Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.
2009-03-14 20:13:27 +00:00
Angie Byron
193ba01e1f
#343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT NULL conditions to DBTNG.
2009-03-14 17:45:55 +00:00
Dries Buytaert
a4ee7092e1
- Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library.
2009-03-10 09:43:01 +00:00
Dries Buytaert
0ea653502c
- Patch #373613 by quicksketch and drewish: in order to operate on images multiple
...
times (such as crop, scale, then desaturate) without quality loss, we need to
pass images by their raw GD (or other library) resources rather than re-opening
the same image repeatedly, which causes wasted processing and loss of quality when
using JPEG images. This patch reworks the image toolkits, adds some new image
manipulations and adds some impressive SimpleTests.
2009-03-09 11:44:54 +00:00
Angie Byron
53ef28ec4a
#350545 by Damien Tournoud: Remove unreliable invalid date test so that SQLite tests pass.
2009-03-08 03:02:46 +00:00
Angie Byron
ec0dbd35c8
#91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow drupal_add_js() to reference external JavaScript files.
2009-02-28 07:36:06 +00:00
Angie Byron
665c9fdc2c
Roll-back of users -> user table name change in #330983 : Broken pgsql is no fun.
2009-02-26 07:30:29 +00:00
Dries Buytaert
d81310968a
- Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards.
2009-02-24 16:48:18 +00:00
Dries Buytaert
5d658d0848
- Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().
2009-02-22 17:55:30 +00:00
Dries Buytaert
b3e36d655c
- Patch #299267 by Crell: add extender support to the SELECT query builder.
2009-02-22 16:53:41 +00:00
Dries Buytaert
e1652e99b6
- Patch #374940 by Dave Reid et al: fixed MergeQuery problem.
2009-02-22 16:31:24 +00:00
Angie Byron
ff9e842730
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.
2009-02-18 15:19:57 +00:00
Angie Byron
c03b4c5408
#255551 by drewish and c960657: Array-itize file_scan_directory()'s parameters (DX improvement).
2009-02-18 15:07:27 +00:00
Angie Byron
ac484c277a
#125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.
2009-02-18 13:46:55 +00:00
Angie Byron
b83aa19bb2
#370846 follow-up by catch: Fix #weight sorting in drupal_render().
2009-02-13 04:43:00 +00:00
Angie Byron
9b50597eb2
#369423 by nedjo: Fix drupal_write_record() bug with multi-field primary keys (with tests).
2009-02-13 02:25:59 +00:00
Angie Byron
52c17c6d3e
#373502 by drewish and sun: Add function to delete unmanaged files recurisevely (with tests).
2009-02-13 00:39:01 +00:00
Angie Byron
c591f4562d
#370846 by catch: Further improve performance of drupal_render() sorting (with tests).
2009-02-09 03:29:54 +00:00
Angie Byron
341a95b803
#369562 by bjaspan and yched: Clean up a few minor things in field API.
2009-02-08 21:22:59 +00:00
Angie Byron
c51b5c8b0b
#368502 by catch: Make adjustment to file naming test in an effort to make testing bot stop erroneously marking patches code needs work.
2009-02-08 15:06:30 +00:00
Angie Byron
f3ed3283db
#361683 follow-up by sun: Remove more windows line endings.
2009-02-05 03:42:58 +00:00
Angie Byron
993675ab6a
#348627 by smk-ka and catch: Allow menu title callback property to bypass t() (+documentation and tests)
2009-02-05 01:05:17 +00:00
Dries Buytaert
607e9626d5
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
2009-02-03 17:30:13 +00:00
Dries Buytaert
f12b1b637f
- Patch #354812 by catch, mfer: filter_xss_bad_protocol is called hundreds of times on some pages.
2009-01-31 19:07:45 +00:00
Angie Byron
2c381622a5
#88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.
2009-01-31 16:50:57 +00:00
Angie Byron
ad99dd761a
#242962 by Heine: Add a 'tablesort' Form API element to unify various places we use a big table with JS-enabled checkboxes next to each item (with tests).
2009-01-28 07:43:26 +00:00
Angie Byron
f5a4f24b5e
#364407 by catch: Fix drupal_render() sorting (with tests).
2009-01-27 02:14:42 +00:00
Dries Buytaert
6d3d75fe4b
- Removing whitespace.
2009-01-26 14:08:44 +00:00
Angie Byron
250e486bb0
#363687 by chx: Simplify DBTNG codeflow.
2009-01-25 12:19:32 +00:00
Angie Byron
15efe5d5f1
#362680 by catch: Put all taxonomy tests in one spot.
2009-01-22 18:25:59 +00:00
Angie Byron
d5968378ac
#345973 by aaron and Rob Loach: Move parameter on drupal_add_css/js to a 'type' instead, to clean up calling code.
2009-01-22 03:56:12 +00:00
Angie Byron
7ac380aa05
#346285 by Damien Tournoud: forward-port HTTP_HOST fix from 6.x.
2009-01-22 03:05:18 +00:00
Dries Buytaert
60c06921ce
- Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling.
2009-01-21 14:22:33 +00:00
Angie Byron
4a99df11e9
#355225 by Josh Waihi and Damien Tournoud: Fix inconsistent behaviour with transaction support and insert queries. All tests should pass on PostgreSQL now. Woot! :)
2009-01-20 03:54:15 +00:00
Angie Byron
cb07c9992b
#30520 follow-up by Dave Reid: Fix error message about upload when not uploading a file (with tests, so we don't break it again).
2009-01-20 02:56:05 +00:00
Dries Buytaert
507836ab8c
- Meh by Dries.
2009-01-19 12:41:44 +00:00
Dries Buytaert
d20e457121
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
2009-01-19 10:46:52 +00:00
Angie Byron
3b5035ae9c
#314283 by jhedstrom: Adding tests for disabled checkboxes.
2009-01-17 19:27:32 +00:00
Dries Buytaert
d3df2ff356
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
2009-01-14 21:16:21 +00:00
Dries Buytaert
a10731cedf
- Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency system. This helps with fields in core. Comes with tests\!
2009-01-14 12:18:37 +00:00
Dries Buytaert
dba81743a6
- Patch #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted.
2009-01-14 12:15:38 +00:00
Dries Buytaert
77936aef4c
- Rollback of #225562 -- I think there is still something wrong.
2009-01-13 22:41:39 +00:00
Dries Buytaert
b86354c55c
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
2009-01-13 22:25:13 +00:00
Dries Buytaert
f80c618427
- Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate its own temporary table names.
2009-01-11 10:57:20 +00:00
Dries Buytaert
388fe5b6d7
- Patch #124492 by mfer: added support for IPv6 and % characters. Comes with tests\!
2009-01-11 08:39:08 +00:00
Dries Buytaert
f7cd2518fa
- Patch #356747 by chx: fix hidden module dependencies.
2009-01-11 07:50:03 +00:00
Dries Buytaert
f088ccfb98
- Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with transaction support (on PostgreSQL).
2009-01-11 07:47:03 +00:00
Angie Byron
c3d9c5285a
#334303 by drewish: Handle overwriting of managed files, with tests.
2009-01-10 06:09:54 +00:00
Dries Buytaert
18ad0f6933
- Patch #124492 by mfer, c960657 et al: valid_url() does not support all valid URL characters.
2009-01-08 19:09:49 +00:00
Dries Buytaert
a7b4bdef1d
- Patch #301049 by David Strauss, Josh Waihi, Crell, et al: transaction nesting was not tracked by connection, better documentation, and better tests.
2009-01-08 09:39:48 +00:00
Dries Buytaert
2e1827d040
- Patch #341910 by Josh Waihi, drewish et al: file_space_used() was not properly checking bitmapped status values. Added unit tests too.
2009-01-06 12:00:40 +00:00
Angie Byron
20421ee64d
#276280 by jhedstrom, drewish: Tests for private downloads and file name munging.
2009-01-05 05:01:38 +00:00
Dries Buytaert
634379299f
- Patch #320591 by Moshe, Crell et al: tag specific alter hook for database queries.
2009-01-04 19:56:51 +00:00
Dries Buytaert
76138ea8a6
- Patch #275796 by Gribnif, Damien Tournoud and Dave Reid: module_list() tried to reset a static using unset(). Added tests too.
2009-01-03 08:45:28 +00:00
Dries Buytaert
45f34467fb
- Patch #212130 by Damien Tournoud, grendzy: decode_entities() should support all (X)HTML entities.
2009-01-02 22:09:53 +00:00
Dries Buytaert
86aa636c8b
- Patch #353207 by CitizenKane and drewish: cleaned up the FILE_STATUS_TEMPORARY field.
2009-01-02 21:45:11 +00:00
Dries Buytaert
d813e3679c
- Patch #348201 by catch: make it possible to load multiple files with fewer queries.
2008-12-31 11:08:47 +00:00
Dries Buytaert
82727ed8aa
- Patch #352359 by Damien Tournoud: provided unit tests for the unicode library and fixed some bugs.
2008-12-31 11:01:49 +00:00
Dries Buytaert
92a8adea65
- Patch #352470 by scor: fixed typos and grammar in comments.
2008-12-30 16:43:20 +00:00
Dries Buytaert
48673b7506
- Patch #320363 by mikey_p: renaming module for consistency.
2008-12-28 18:27:14 +00:00
Dries Buytaert
445823f6bb
- Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s parameters.
2008-12-26 21:01:57 +00:00
Dries Buytaert
0d100b57dc
- Patch #332002 by Crell et al: MergeQuery should refuse to execute if there are no key fields. With tests.
2008-12-26 14:23:38 +00:00
Dries Buytaert
fc063806de
- Patch #314464 by Crell: fixing up the db_placeholder() patch that I committed incompletely.
2008-12-26 11:48:18 +00:00
Dries Buytaert
779a70a0d4
- Patch #344575 by cdale: made the ANSI compatibility mode less strict to work around a MySQL 5 bug.
2008-12-24 10:21:32 +00:00
Dries Buytaert
e5ddb46d12
- Patch #314464 by Crell, Dave Reid et al: convert db_placeholders() to the new DB layer.
2008-12-24 09:53:40 +00:00
Dries Buytaert
1c0f4ac3aa
- Patch #344575 by cdale et al: force MySQL to run in ANSI compatibility mode. Comes with tests.
2008-12-23 07:48:24 +00:00
Dries Buytaert
0c63d9e24f
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
2008-12-20 18:24:41 +00:00
Angie Byron
a7d66871bd
#283246 by Damien Tournoud, Dave Reid, drewish, boombatower: Store original user when prior to running tests.
2008-12-18 00:42:55 +00:00
Dries Buytaert
4c5221a939
- Patch #299178 by Crell et al: add support for subqueries in FROM and JOIN clauses in dynamic query. Cool feature/syntax.
2008-12-12 16:21:58 +00:00
Dries Buytaert
6f859fdd8f
- Patch #328781 by Damien Tournoud and Dave Reid: fixed simpletest error reporting.
2008-12-09 11:09:26 +00:00
Dries Buytaert
c50651f7fb
- Patch #340557 by Dave Reid: use static caching in drupal_is_front_page().
2008-12-09 07:16:10 +00:00
Dries Buytaert
1ffa4fe38b
- Patch #343631 by Dave Reid: cleaned up the database tests.
2008-12-08 22:02:45 +00:00
Dries Buytaert
55382d04a7
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
2008-12-08 21:41:54 +00:00
Angie Byron
6d84974ff5
#343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with test).
2008-12-07 07:51:55 +00:00
Dries Buytaert
58b0235a72
- Patch #324313 by catch et al: load multiple nodes and terms at once.
2008-12-05 22:18:46 +00:00
Dries Buytaert
5c72eb294a
- Patch #327269 by c960657: when drupal_page_cache_header() compares the client's If-Modified-Since header to $cache->created, it assumed a certain date format. However, HTTP/1.1 allows several variations of the date format, i.e. the same time may be represented in slightly different ways. If the client sends the date in a different format than the one generated by Drupal, it would never receive a 304 Not Modified response. Also added a good amount of tests for the drupal_page_cache_header() code.
2008-12-03 14:51:53 +00:00
Dries Buytaert
99afbc53a7
- Patch #330582 by Darren Oh, c960657 et al: better API for retrieving HTTP headers and working with HTTP headers in tests.
2008-12-02 20:03:57 +00:00
Angie Byron
5657765d63
#338239 follow-up by c960657: Fix file test failure.
2008-11-27 08:41:45 +00:00
Dries Buytaert
63e195eb30
- Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase.
2008-11-26 13:48:50 +00:00
Dries Buytaert
eda100b83d
- Patch #338403 by drewish: code comments clean-up.
2008-11-25 13:14:29 +00:00
Dries Buytaert
96dc47665e
- Patch #280934 by pwolanin, swentel, et al: harden session regeneration. It took a while, but it comes with tests and extra features now.
2008-11-24 06:12:46 +00:00
Dries Buytaert
6a93b9d4c4
- Patch #336043 by c960657: skip calls to curlExec() in curlConnect(). Nice find, c960657\!
2008-11-23 18:12:08 +00:00
Angie Byron
1b4dd805ca
#315801 by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to modify JavaScript being printed to the page.
2008-11-23 16:00:08 +00:00
Angie Byron
3a5f422cc5
#323474 follow-up by gpk: Some comment improvements to hook_boot/exit simpletests.
2008-11-22 15:29:50 +00:00
Dries Buytaert
33cf35a6e8
- Patch #335614 by Damien Tournoud: getActiveConnection() and getConnection() were broken when was not found. Now with tests\!
2008-11-22 13:51:38 +00:00
Dries Buytaert
653e63bd05
- Patch #323474 by Dave Reid and catch: hook_boot() was not invoked on uncached page views if cache mode is aggressive.
2008-11-22 13:33:00 +00:00
Dries Buytaert
738b58ec5e
- Patch #310607 by mfb: added tests for db_column_exists() and db_table_exists(). Yay\!
2008-11-21 15:04:21 +00:00
Angie Byron
328982747d
#293514 by mikey_p: Add tests for menu_rebuild_needed.
2008-11-20 07:18:59 +00:00
Dries Buytaert
dc65b62ace
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).
2008-11-16 19:41:14 +00:00
Dries Buytaert
5fbdca023f
- Patch #267883 by MadHarold, boombatower: parse_size() and format_size() do not use the same kilo standard.
2008-11-16 15:19:34 +00:00
Angie Byron
abcebbfee2
#333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch.
2008-11-16 04:38:15 +00:00
Dries Buytaert
15671f471b
- Patch #332123 by webchick, lilou: remove t() function from schema descriptions.
2008-11-15 13:01:11 +00:00
Dries Buytaert
8fb1fc5c90
- Patch #302399 by Damien Tournoud: fixing the schema api tests.
2008-11-13 21:25:05 +00:00
Dries Buytaert
44c8391d32
- Patch #321100 by hswong3i: empty insert statements are better handled now. Comes with tests.
2008-11-13 21:08:16 +00:00
Dries Buytaert
a269b9cc1d
- Patch #322458 by hswong3i: tests for queryRange().
2008-11-13 21:02:10 +00:00
Dries Buytaert
a56f3a8773
- Patch #302399 by chx, Damien Tournoud: tests for schema API.
2008-11-13 20:49:17 +00:00
Dries Buytaert
a56f520fad
- Patch #331213 by chx and Damien Tournoud: welcome weird database drivers.
2008-11-11 20:37:46 +00:00
Angie Byron
0762f60073
#315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().
2008-11-10 05:23:01 +00:00
Angie Byron
8f8cdb6197
Further rollback of patch #74645 - hunk got skipped for some reason.
2008-11-09 05:38:50 +00:00