Angie Byron
|
032fe0a66d
|
#539022 follow-up by David_Rothstein: Batch API should use the current theme to run the batches.
|
2009-11-02 15:57:33 +00:00 |
Angie Byron
|
0e44b42baf
|
#600544 by Amitaibu and yched: Added tests for Field UI (hooray! :D)
|
2009-11-02 03:41:58 +00:00 |
Angie Byron
|
0d371742b6
|
#43462 by c960657 and andypost: Fixed issues with certain configurations of compressed pages.
|
2009-11-02 03:12:05 +00:00 |
Angie Byron
|
bfedf56f9d
|
#582584 by dww, Jacine, and chx: Move required form element marker into its own theme function.
|
2009-11-02 03:00:28 +00:00 |
Angie Byron
|
7353d5da62
|
#582364 by cwgordon7: Add sensible defaults to SimpleTest assert messages.
|
2009-11-02 01:49:02 +00:00 |
Dries Buytaert
|
342ebd7776
|
- Patch #567064 by yched, sun: widgets done 'the easy way' have too many limitations. Removes more code than it adds!
|
2009-11-01 14:05:32 +00:00 |
Dries Buytaert
|
03e2ec64ab
|
- Patch #606994 by yched: move entity handling out of Field API.
|
2009-10-31 16:06:36 +00:00 |
Angie Byron
|
1da73d26c2
|
#591794 by chx, Rob Loach, sun, JohnAlbin: Give themes access to alter hooks.
|
2009-10-27 19:29:12 +00:00 |
Angie Byron
|
c1ce884e4b
|
#612392 by chx and Crell: Allow lowercase comparison operators in DBTNG.
|
2009-10-26 04:46:38 +00:00 |
Angie Byron
|
47328efca6
|
#608870 by c960657: Fixed notice in simpletest_clean_database().
|
2009-10-24 23:12:11 +00:00 |
Angie Byron
|
26b6b596c2
|
#613542 by yched: field_test.module cleanup.
|
2009-10-24 17:02:51 +00:00 |
Angie Byron
|
cd7b8f0999
|
#320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
|
2009-10-24 05:13:44 +00:00 |
Angie Byron
|
dec6514c3b
|
#595876 by c960657: Fixed taxonomy term reordering (with tests).
|
2009-10-24 04:23:51 +00:00 |
Angie Byron
|
a7149821d6
|
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
|
2009-10-23 22:24:19 +00:00 |
Dries Buytaert
|
08386dac6d
|
- Patch #611990 by c960657: the “Clean environment” button did not flush all caches.
|
2009-10-23 01:04:10 +00:00 |
Dries Buytaert
|
cbd7938955
|
- Patch #611032 by c960657: fixed bug with wrong variable used in file_build_uri(). Added tests.
|
2009-10-23 01:00:52 +00:00 |
Dries Buytaert
|
6482cc8927
|
- Patch #550190 by boombatower: convert verbose messages to use new debug facility. We can continue to work on testing stuff post code freeze.
|
2009-10-22 01:09:05 +00:00 |
Dries Buytaert
|
0d2b7fe81b
|
- Patch #443200 by c960657: fixed user pictures not working with private files.
|
2009-10-20 00:55:30 +00:00 |
Dries Buytaert
|
07eee25abe
|
- Patch #598570 by asimmonds: Fixed test group checkboxes no longer selecting all groups tests.
|
2009-10-20 00:05:38 +00:00 |
Dries Buytaert
|
f17b66ff80
|
- Patch #561104 by David_Rothstein: improve tests of random ordering in dynamic select queries.
|
2009-10-19 01:55:28 +00:00 |
Dries Buytaert
|
8c6ee08ddf
|
Patch #84008 by deviantintegral, plumbley, lilou, lambic: fixed timer_read() returns NULL (no value) after timer_stop(). Added timer tests.
|
2009-10-18 11:36:49 +00:00 |
Angie Byron
|
3dddaa3e6f
|
#356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
|
2009-10-18 06:56:24 +00:00 |
Angie Byron
|
1650fea5d9
|
#516150 by David_Rothstein, dropcube, Senpai, alexanderpas, sun: Add fallback for main content block rendering. (Make it so you can't render your site completely unusable by disabling block module. Oopsie.)
|
2009-10-18 05:28:43 +00:00 |
Angie Byron
|
2484439643
|
#595654 by sun: Fixed AJAX command 'settings' (with tests).
|
2009-10-18 05:14:39 +00:00 |
Angie Byron
|
29067790f1
|
#511286 follow-up by DamZ: Make testMenuGetNames() less brittle (and also fix it so we can turn testing bot back on).
|
2009-10-17 02:58:04 +00:00 |
Dries Buytaert
|
a613c60fe1
|
- Patch #511286 by JacobSingh, David_Rothstein, dmitrig01, Gábor Hojtsy, ksenzee et al: add customizable shortcuts to the toolbar.
|
2009-10-17 00:51:53 +00:00 |
Angie Byron
|
bac6eed5ff
|
#606460 by peximo: Fixed Node revision test fatal error.
|
2009-10-16 15:52:33 +00:00 |
Angie Byron
|
9dda515bbc
|
#412730 folllow-up by Crell: Move missing theme key notification to watchdog so that Drupal doesn't totally bomb out when theme function isn't found. (also fixes CLI installs)
|
2009-10-16 08:27:41 +00:00 |
Angie Byron
|
1c7bca0b6f
|
#605442 by catch: Add a generic hook_entity_load().
|
2009-10-16 03:47:14 +00:00 |
Angie Byron
|
087a47ba5c
|
#493314 by yched and catch: Add multiple hook for formatters.
|
2009-10-16 03:21:23 +00:00 |
Dries Buytaert
|
13d3072f41
|
- Patch #356074 by chx, Damien Tournoud: provide a sequences API.
|
2009-10-16 03:01:55 +00:00 |
Angie Byron
|
6061fa9781
|
#565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies.
|
2009-10-16 02:04:44 +00:00 |
Angie Byron
|
e1642603ea
|
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
|
2009-10-15 16:18:46 +00:00 |
Dries Buytaert
|
714597a9cd
|
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.
|
2009-10-15 12:44:36 +00:00 |
Dries Buytaert
|
35e21e54e1
|
- Patch #412730 by Crell, jbomb, JohnAlbin: theme system should report when a theme key is not found.
|
2009-10-15 12:27:34 +00:00 |
Dries Buytaert
|
c5c46c739c
|
- Patch #594650 by sun, c960657: provide central ()['values'] clearance.
|
2009-10-15 11:47:25 +00:00 |
Dries Buytaert
|
a243e821fa
|
- Pactch #569224 by bangpound: expose field storage details through field attach.
|
2009-10-14 14:55:12 +00:00 |
Dries Buytaert
|
fbfa7a4150
|
- Patch #593522 by sun: a better and faster drupal_alter().
|
2009-10-13 16:38:43 +00:00 |
Dries Buytaert
|
dd5ded8334
|
- Patch #544360 by Gábor Hojtsy, ksenzee, David_Rothstein, seutje, JacobSingh, paul.lovvik, EclipseGc et al: Dashboard module 1.0. Wo-hoot!
|
2009-10-13 13:54:55 +00:00 |
Angie Byron
|
b4d3bdbf38
|
#523878 follow-up by boombatower: Extend maximum execution time for tests.
|
2009-10-13 07:14:26 +00:00 |
Angie Byron
|
1d09ec33bd
|
#602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal errors.
|
2009-10-13 05:37:46 +00:00 |
Dries Buytaert
|
9d6182d8d0
|
- Patch #597556 by Berdir: return status to indicate executed query in MergeQuery::execute().
|
2009-10-11 13:43:37 +00:00 |
Angie Byron
|
b3265dbe17
|
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.
|
2009-10-11 03:07:21 +00:00 |
Angie Byron
|
64a1a0d67e
|
#600554 by sun: Fixed drupal_parse_url() to work with clean URLs disabled (with tests).
|
2009-10-11 02:14:43 +00:00 |
Angie Byron
|
d16bead147
|
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.
|
2009-10-10 16:48:39 +00:00 |
Angie Byron
|
010a342e61
|
#464862 follow-up by JohnAlbin: Final bike-shedding of drupal_css_class() patch. We hope. :)
|
2009-10-09 08:08:56 +00:00 |
Angie Byron
|
7df3f37295
|
#67234 by Ralf, Dave Reid, David_Rothstein, Rob Loach, dww, et al: Added a permission to update.php.
|
2009-10-09 07:48:07 +00:00 |
Dries Buytaert
|
c05f2181dc
|
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
|
2009-10-09 01:00:08 +00:00 |
Dries Buytaert
|
ca709290cc
|
- Patch #343502 by Dave Reid, sun | dbabbage, Dries, boombatower: allow tests to require and test existence of modules. Required to make testing contributed modules possible.
|
2009-10-08 15:18:27 +00:00 |
Angie Byron
|
c4e1242e92
|
#412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API (with upgrade path). Say buh-bye to old, crusty code.
|
2009-10-08 07:58:47 +00:00 |