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 |
Dries Buytaert
|
916b11afab
|
- Patch #377870 by mr.baileys: removed unnecessary access check.
|
2009-02-20 10:26:35 +00:00 |
Angie Byron
|
09644fd0a9
|
#330983 follow-up by David Rothenstein: Move rename function later in the process to un-break D6->D7 upgrade path.
|
2009-02-20 07:14:42 +00:00 |
Angie Byron
|
08616351e1
|
#377564 by boombatower: Make run-tests.sh respect the 'simpletest_clear_results' variable.
|
2009-02-20 03:37:58 +00:00 |
Dries Buytaert
|
802f7aa03d
|
- Patch #374568 by chx: remove useless JOIN from permission query.
|
2009-02-19 12:09:30 +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
|
df591c8f40
|
#215080 by drifter and robertDouglass: Add index on system name and type to speed query.
|
2009-02-18 15:14:11 +00:00 |
Angie Byron
|
953c7bdea1
|
#373763 by Dave Reid: Fix bug in field_sql_storage_schema() that prevents SimpleTest from clearing tables.
|
2009-02-18 15:09:05 +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
|
fb7347bc9d
|
#371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it.
|
2009-02-18 14:28:25 +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
|
b6025a8820
|
#373613 interim commit: Adding some images that can be used in image API testing.
|
2009-02-15 05:18:54 +00:00 |
Angie Byron
|
9cd3f79144
|
#367696 by drumm: Simplify the vocabulary edit form.
|
2009-02-13 05:42:24 +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
|
826cf54d84
|
#372474 by karschsp: Minor documentation fix for node access system.
|
2009-02-13 02:27:59 +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
|
535db9d024
|
#69468 by marcingy, greggles, mikey_p: Usability: Display node type on editing form.
|
2009-02-13 02:22:09 +00:00 |
Angie Byron
|
2da17d8010
|
#347288 by plach: Fix Locale uninstall (with tests).
|
2009-02-13 00:45:18 +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
|
6afc39c2e4
|
#135976 by Dave Reid: Move Administration Theme setting to the themes page where it is findable (with tests).
|
2009-02-11 05:33:18 +00:00 |
Angie Byron
|
1681bc164b
|
#372376 by yched: Remove uninstall/disable hooks from required field.module.
|
2009-02-11 04:45:57 +00:00 |
Angie Byron
|
5420371ac5
|
#62926 by karschsp: Increase maximum length of free tagging field.
|
2009-02-11 03:53:36 +00:00 |
Angie Byron
|
7addef299c
|
#372400 by swentel and BrightLoudNoise: Fix 'delete' link on block administration screen.
|
2009-02-11 03:38:46 +00:00 |
Angie Byron
|
295feb1db4
|
#370037 by bjaspan: Add means of getting all instances of a field.
|
2009-02-10 16:09:00 +00:00 |
Angie Byron
|
00e38fb0e3
|
#355496 by geodaniel, Dave Reid: Always list available databases, with explanation when only one is in the list.
|
2009-02-10 05:43:06 +00:00 |
Angie Byron
|
00bc1ccb8b
|
#370806 by cwgordon7: Add navigation and login blocks back to minimal profile.
|
2009-02-10 03:28:51 +00:00 |
Angie Byron
|
069597eaf3
|
#369562 by yched: More Field API clean-ups.
|
2009-02-10 03:16:15 +00:00 |
Angie Byron
|
4ce3ff3d44
|
#371363 by yched: Fix field form tests from randomly breaking. Hooray.
|
2009-02-10 02:04:01 +00:00 |
Angie Byron
|
b6ad2af7c2
|
#371422 by catch: Field form tests should use drupal_strtolower().
|
2009-02-09 21:52:15 +00:00 |
Dries Buytaert
|
a7aab03a1e
|
- Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker.
|
2009-02-09 16:27:35 +00:00 |
Angie Byron
|
1dafc60c26
|
#365149 by karschsp: Fix @endcode at the end of hook_page_alter() example.
|
2009-02-09 15:42:52 +00:00 |
Angie Byron
|
962a7783d3
|
#371327 by quicksketch: Fix user picture rendering (with fixed tests).
|
2009-02-09 07:36:15 +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
|
d802c69a43
|
#363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine drupal root, so we don't break symlinks.
|
2009-02-08 20:27:51 +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
|
4be0f043ba
|
#349823 by Dave Reid: Fix query in recent comment block that results in fatal error (with tests).
|
2009-02-07 20:10:40 +00:00 |
Angie Byron
|
9403dbbd90
|
#369562 by yched and bjaspan: Removing sample_code.php, which was accidentally committed previously.
|
2009-02-07 19:43:39 +00:00 |
Angie Byron
|
a55cf0399f
|
#369562 by yched and bjaspan: Moving api.field.php to field.api.php, per standards.
|
2009-02-07 19:43:00 +00:00 |
Angie Byron
|
096978579b
|
#357429 by fusedpro: Update the documentation of hook_menu_alter() to use 'items' rather than 'callbacks' to match hook_menu().
|
2009-02-07 04:46:46 +00:00 |
Angie Byron
|
7842c3c14d
|
#333478 by keith.smith: Remove extra comma and 'character sequences' in taxonomy tag description.
|
2009-02-06 16:25:09 +00:00 |
Angie Byron
|
f2e8aeff80
|
#369413 by bjaspan: Reset Field API caches in DrupalWebTestCase->tearDown().
|
2009-02-06 00:30:36 +00:00 |
Angie Byron
|
db21c41344
|
#366253 by ff1: Fix typo in filter admin form.
|
2009-02-05 19:52:02 +00:00 |
Angie Byron
|
effd938585
|
#369460 by rszrama: Add 'No books' message to Book module when no books exist.
|
2009-02-05 19:29:31 +00:00 |
Angie Byron
|
bdd5fa186d
|
#369653 by rszrama: Add 'No categories' message to Contact module when no categories exist.
|
2009-02-05 19:26:21 +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
|
8bac2dd319
|
#361683 follow-up by yched and sun: Fix failing tests and windows line-endings.
|
2009-02-05 01:21:16 +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 |