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 |