summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Issue #1323720 by xenophyle, xjm: Clean up API docs for block module.webchick2011-12-24
|
* Issue #1325116 by xenophyle, xjm: Clean up API docs for Aggregator module.webchick2011-12-24
|
* Issue #1326638 by sven.lauer, jhodgdon, xjm: Clean up API docs for ↵webchick2011-12-24
| | | | field_ui() module.
* Issue #1332580 by sven.lauer, xjm: Clean up API docs for color module.webchick2011-12-24
|
* Issue #1373634 by oriol_e9g, sun: Fixed Installation profile is not ↵webchick2011-12-24
| | | | installed and not registered as module, unless identical to parent site.
* Issue #1373194 by chris.leversuch: Fixed Field Attach API topic/group page ↵webchick2011-12-24
| | | | should link to Field Language API page.
* Issue #942782 by pillarsdotnet, xjm, becw, timhilliard, JohnAlbin, jrchamp, ↵webchick2011-12-24
| | | | Tor Arne Thune, Damien Tournoud, jn2, James Andres, dstol, melon, colan: Fixed Custom menus never receive an active trail.
* Issue #866292 by marcingy, ygerasimov, quicksketch, attiks, furamag: Fixed ↵webchick2011-12-22
| | | | '0' not displayed as checkbox / radios options (nor as any element #title).
* Issue #1345480 by chris.leversuch, rbayliss: Fixed node_load() does not ↵webchick2011-12-22
| | | | document FALSE return value.
* Issue #1362920 by scor, oriol_e9g: Wrong sitename variable in system.api.php.webchick2011-12-22
|
* Issue #1366232 by sun: Fixed drupalCreateUser() breaks if testing ↵webchick2011-12-22
| | | | site/profile does not install Comment module.
* Issue #678594 follow-up by mlncn: Add clarifying comment to RDFa markup for ↵webchick2011-12-22
| | | | file/image formatters.
* Issue #1319904 by rc_100, xjm, jhodgdon: Clean up API docs for help module.webchick2011-12-22
|
* Issue #1347890 by sven.lauer, xjm, jhogdon: Clean up API docs for file module.webchick2011-12-22
|
* Issue #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link ↵webchick2011-12-22
| | | | back to it.
* Issue #1050466 by xjm, makara, rhayun: Fixed The taxonomy index should be ↵webchick2011-12-22
| | | | maintained in a node hook, not a field hook.
* Issue #1375134 by xjm, sun: Fixed Random test failure in ↵webchick2011-12-22
| | | | TaxonomyTermTestCase::testNodeTermCreationAndDeletion().
* - Patch #1373360 by sun: fatal error if optional Block module is not enabled.Dries2011-12-21
|
* - Patch #1258000 by chx, xjm, bfroehle: SelectQuery::countQuery() ↵Dries2011-12-21
| | | | inappropriately removes SQL expressions.
* - Patch #1265946 by klausi, tstoeckler, dereine, aspilicious: DoS against ↵Dries2011-12-21
| | | | core using a large number of OR search query terms.
* Merge branch '7.x' of git.drupal.org:project/drupal into 7.xDries2011-12-19
|\
| * Revert "Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must ↵webchick2011-12-16
| | | | | | | | | | | | never return true." This reverts commit 06f31080c7281c8227d2556cd0807744e91c9fb5.
* | - Patch #1146088 by lyricnz: label always visible for table formatter.Dries2011-12-19
|/
* - Patch #1229868 by nicl, DjebbZ: hook_form_BASE_FORM_ID_alter(), ↵Dries2011-12-14
| | | | hook_form_alter(), and hook_form_FORM_ID_alter() doc inconsistent.
* Issue #479368 by Heine, Roger Saner, xjm, mcarbone, keichee, asimmonds: ↵webchick2011-12-11
| | | | Fixed Create RFC compliant HTML safe JSON.
* Issue #953336 by sun: Fixed Contributed modules are not able to test ↵webchick2011-12-11
| | | | theme-related functionality.
* Issue #1346760 by xjm: Fixed Drag and drop needs a scalable weight select ↵webchick2011-12-10
| | | | element.
* Issue #1212992 by catch, xjm, chx, beejeebus, BTMash, bfroehle: Fixed major ↵webchick2011-12-10
| | | | bug - Prevent tests from deleting main installation's tables when parent::setUp() is not called.
* Issue #1349610 by bartlantz: Added make the subtopics of Field API link back ↵webchick2011-12-10
| | | | to it.
* Issue #673224 by rocket_nova, jhodgdon: Fixed None of the hooks in ↵webchick2011-12-10
| | | | field.api.php are grouped as such.
* Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must never ↵webchick2011-12-10
| | | | return true.
* Issue #1301522 by xjm, Rob Loach, David_Rothstein: Fixed ↵webchick2011-12-10
| | | | field_ui_default_value_widget() does not pass along the entity type when it creates the default value form.
* - Patch #1366518 by chris.leversuch: 'Columns' is misspelled (()) in ↵Dries2011-12-10
| | | | theme_field_ui_table().
* - Patch #1345152 by Zgear, chris.leversuch: field_create_field() and related ↵Dries2011-12-09
| | | | functions have incorrect exception throwing docs.
* Issue #1318316 by xjm: AssertTaxonomyPage is missing documentation.webchick2011-11-24
|
* Issue #1329914 by xjm, msonnabaum: Fixed Ensure ['q'] is set before calling ↵webchick2011-11-24
| | | | drupal_normal_path().
* Issue #1332648 by sven.lauer, jhodgdon, xjm: Clean up API docs for ↵webchick2011-11-24
| | | | contextual module.
* Issue #1182296 by BTMash, matason, catch, xjm: Add tests for 7.0->7.x ↵webchick2011-11-24
| | | | upgrade path.
* - Patch #1206992 by oriol_e9g: fixed Field UI error message and incorrect ↵Dries2011-11-22
| | | | type level.
* - Patch #1196112 by rocket_nova: taxonomy_get_parents() return value ↵Dries2011-11-22
| | | | documentation isn't complete.
* - Patch #1087940 by drewish, rocket_nova: document that wildcard % doesn't ↵Dries2011-11-22
| | | | work as first argument in menu paths.
* - Patch #1302364 by Chi, realityloop: duplicate status check in ↵Dries2011-11-22
| | | | forum_field_storage_pre_update().
* - Patch #1280674 by TR, DamZ: submit button 'floats' during ajax submission.Dries2011-11-22
|
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, ↵Dries2011-11-21
| | | | sven.lauer: drupal_alter() fails to order modules correctly in some cases.
* Issue #1346772 by xjm: Fixed StatisticsLoggingTestCase->testLogging() is ↵webchick2011-11-21
| | | | unstable.
* - Patch #1337124 by xjm: improve API documentation for taxonomy_autocomplete().Dries2011-11-20
|
* Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module ↵webchick2011-11-14
| | | | dependencies.
* Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module ↵webchick2011-11-14
| | | | dependencies.
* Issue #488496 by loganfsmyth, Gábor Hojtsy: Implement missing msgctx ↵webchick2011-11-14
| | | | context in JS translation for feature parity with t().
* Issue #1146234 by David_Rothstein, Tor Arne Thune, xjm: Fixed Overlay ↵webchick2011-11-12
| | | | redirect does not include query string.