webchick
|
11d884bee7
|
Issue #953336 by sun: Fixed Contributed modules are not able to test theme-related functionality.
|
2011-12-11 00:12:37 -06:00 |
webchick
|
a258803789
|
Issue #1346760 by xjm: Fixed Drag and drop needs a scalable weight select element.
|
2011-12-10 23:53:03 -06:00 |
webchick
|
ad0423550c
|
Issue #1212992 by catch, xjm, chx, beejeebus, BTMash, bfroehle: Fixed major bug - Prevent tests from deleting main installation's tables when parent::setUp() is not called.
|
2011-12-10 23:48:24 -06:00 |
webchick
|
09d37840be
|
Issue #1349610 by bartlantz: Added make the subtopics of Field API link back to it.
|
2011-12-10 23:39:15 -06:00 |
webchick
|
90b761ec20
|
Issue #1356358 by BTMash: Fixed Unknown variable in generate-d7-content.sh causes PDOException.
|
2011-12-10 23:37:56 -06:00 |
webchick
|
e9360598a8
|
Issue #673224 by rocket_nova, jhodgdon: Fixed None of the hooks in field.api.php are grouped as such.
|
2011-12-10 23:34:11 -06:00 |
webchick
|
3eeeca30b0
|
Issue #1322278 by rocket_nova, jhodgdon: Fixed Documentation problem with theme -- doesn't link to theme functions list.
|
2011-12-10 23:32:26 -06:00 |
webchick
|
77046267c8
|
Issue #1167996 by rocket_nova, Sheldon Rampton: Fixed UPGRADE.txt needs to say all D6 contrib modules need to be upgraded to their latest D6 versions before the D6->D7 update.
|
2011-12-10 23:30:21 -06:00 |
webchick
|
06f31080c7
|
Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must never return true.
|
2011-12-10 23:29:21 -06:00 |
webchick
|
e59e9d948f
|
Issue #1301522 by xjm, Rob Loach, David_Rothstein: Fixed field_ui_default_value_widget() does not pass along the entity type when it creates the default value form.
|
2011-12-10 23:15:51 -06:00 |
Dries
|
04ad7fcc40
|
- Patch #1366518 by chris.leversuch: 'Columns' is misspelled (()) in theme_field_ui_table().
|
2011-12-10 08:54:05 -06:00 |
Dries
|
fcc870726c
|
- Patch #1345152 by Zgear, chris.leversuch: field_create_field() and related functions have incorrect exception throwing docs.
|
2011-12-09 10:32:50 -05:00 |
webchick
|
229aad8e12
|
Back to 7.x-dev
|
2011-12-05 17:49:01 -05:00 |
webchick
|
a07564a296
|
Drupal 7.10
|
2011-12-05 17:18:55 -05:00 |
webchick
|
f702fccca3
|
Issue #1318316 by xjm: AssertTaxonomyPage is missing documentation.
|
2011-11-24 14:16:19 -08:00 |
webchick
|
c1b5616cc2
|
Issue #1329914 by xjm, msonnabaum: Fixed Ensure ['q'] is set before calling drupal_normal_path().
|
2011-11-24 13:41:11 -08:00 |
webchick
|
e1616f4d13
|
Issue #1332648 by sven.lauer, jhodgdon, xjm: Clean up API docs for contextual module.
|
2011-11-24 13:31:28 -08:00 |
webchick
|
ccb1f60130
|
Issue #1198398 by jm@bellcom.dk, AllRob: Fixed Timezone selected on install not correctly saved to admin user account.
|
2011-11-24 13:26:10 -08:00 |
webchick
|
730f77f2f9
|
Issue #1182296 by BTMash, matason, catch, xjm: Add tests for 7.0->7.x upgrade path.
|
2011-11-24 13:05:50 -08:00 |
Dries
|
3b01378ea5
|
- Patch #1206992 by oriol_e9g: fixed Field UI error message and incorrect type level.
|
2011-11-22 21:03:58 -05:00 |
Dries
|
abd3e6ef31
|
- Patch #1196112 by rocket_nova: taxonomy_get_parents() return value documentation isn't complete.
|
2011-11-22 20:37:48 -05:00 |
Dries
|
ac2747336a
|
- Patch #1087940 by drewish, rocket_nova: document that wildcard % doesn't work as first argument in menu paths.
|
2011-11-22 20:32:24 -05:00 |
Dries
|
7530f8bf40
|
- Patch #1289208 by minorOffense, skottler, rocket_nova: REQUEST_TIME documentation is misleading.
|
2011-11-22 20:13:16 -05:00 |
Dries
|
55eebca913
|
- Patch #1302364 by Chi, realityloop: duplicate status check in forum_field_storage_pre_update().
|
2011-11-22 20:07:49 -05:00 |
Dries
|
8c8e291d42
|
- Patch #1280674 by TR, DamZ: submit button 'floats' during ajax submission.
|
2011-11-22 19:55:11 -05:00 |
Dries
|
b96a83b4a9
|
- Patch #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, sven.lauer: drupal_alter() fails to order modules correctly in some cases.
|
2011-11-21 22:18:43 -05:00 |
webchick
|
d8b517295c
|
Issue #1346772 by xjm: Fixed StatisticsLoggingTestCase->testLogging() is unstable.
|
2011-11-21 14:47:08 -08:00 |
Dries
|
efe039b555
|
- Patch #1337124 by xjm: improve API documentation for taxonomy_autocomplete().
|
2011-11-20 22:51:41 -05:00 |
webchick
|
2ccd470ed2
|
Issue #1313342 by CrookedNumber, RaulMuroc, Yuri: Fixed Curacao should appear in standard_country_list().
|
2011-11-19 16:40:29 -06:00 |
webchick
|
193d1e0bdc
|
Issue #655190 by dealancer: Fixed Allow hook_install_tasks() to be called from a profile's .install file (or document that it can't be).
|
2011-11-14 02:34:29 -05:00 |
webchick
|
6b8eea50a4
|
Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies.
|
2011-11-14 02:29:03 -05:00 |
webchick
|
44ef94767f
|
Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies.
|
2011-11-14 02:28:16 -05:00 |
webchick
|
cfc35a0b3e
|
Issue #488496 by loganfsmyth, Gábor Hojtsy: Implement missing msgctx context in JS translation for feature parity with t().
|
2011-11-14 02:17:32 -05:00 |
webchick
|
f77015e645
|
Issue #1146234 by David_Rothstein, Tor Arne Thune, xjm: Fixed Overlay redirect does not include query string.
|
2011-11-12 16:44:09 -08:00 |
webchick
|
77f594cc6a
|
Issue #1326950 by chrispomeroy: Fixed typo in overlay-child-rtl.css.
|
2011-11-12 15:44:46 -08:00 |
webchick
|
b26aa370c9
|
Issue #1339292 by xjm: Fixed hook_requirements() documentation references incorrect path for cron in system.api.php.
|
2011-11-12 15:42:20 -08:00 |
webchick
|
2df4ce2632
|
Issue #212284 by Damien Tournoud, alexanderpas, dww: Fixed security check in 'configure' stage not compatible with overriding variables: site_name() and site_mail().
|
2011-11-12 15:40:36 -08:00 |
webchick
|
f9a66fff5f
|
Issue #789484 by Lars Toomre, sven.lauer, jhogdon, pillarsdotnet, michaellenahan: Fixed Confusing documentation for argument in hook_access()/hook_node_access().
|
2011-11-12 15:32:01 -08:00 |
webchick
|
dd6eee32b7
|
Issue #1333314 by ericduran: Fixed Left over console.log in authorized.js.
|
2011-11-11 20:54:46 -08:00 |
webchick
|
364a36e8ab
|
Issue #1333346 by claudiu.cristea: Fixed hook_field_extra_fields_alter() example code.
|
2011-11-11 20:53:42 -08:00 |
webchick
|
a9aeff1fce
|
Issue #1247982 by kathyh, Aron Novak, xjm: Fixed API doc for hook_aggregator_parse() is incorrect.
|
2011-11-11 20:51:53 -08:00 |
webchick
|
775d4d3819
|
Issue #777168 by Berdir, effulgentsia: Fixed Notice: Undefined property: stdClass:: in profile_user_presave().
|
2011-11-11 20:47:49 -08:00 |
webchick
|
d1e35f3da1
|
Issue #1326932 by jenlampton, rump: Bunny ears are fuzzy: update search test node content to reflect this.
|
2011-11-11 20:45:43 -08:00 |
webchick
|
625cf954e8
|
Issue #1006714 by Steven Jones, chx, mr.baileys, xjm, carlos8f: Fixed drupal_get_path() doesn't work for profiles.
|
2011-11-11 20:41:16 -08:00 |
webchick
|
4c45ee17e1
|
Issue #1263644 by jhodgdon, ultimateboy, Tor Arne Thune: Define what being in MAINTAINERS.txt means.
|
2011-11-11 20:25:11 -08:00 |
webchick
|
7653e902e1
|
Issue #1334768 by ls206, Pasqualle: Fixed Syntax error in locale_test().js line 27.
|
2011-11-11 20:23:24 -08:00 |
webchick
|
4cea9fad25
|
Issue #935208 by droplet, assert0, adrinux, Tor Arne Thune: Fixed PECL uploadprogress bar doesn't appear.
|
2011-11-11 12:35:14 -08:00 |
webchick
|
77c0c9a48c
|
Issue #1180642 by franz, catch, xjm, musicnode: Fixed PDOException in statistics_exit() when path longer than 255 characters.
|
2011-11-11 11:55:48 -08:00 |
webchick
|
58237ba0b2
|
Issue #1049284 by xjm: Fixed Running update.php to flush caches no longer works unless there are updates pending.
|
2011-11-11 11:53:38 -08:00 |
webchick
|
4c99420766
|
Issue #999024 by bfroehle, O Govinda: Fixed Status Report page refers to 'update status module' instead of 'update manager module'.
|
2011-11-11 11:49:14 -08:00 |