summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue #1361218 by Owen Barton, Kevin Morse, Everett Zufelt: Fixed Focus ↵webchick2012-03-11
| | | | jumps to tab when pressing enter on a form element within tab.
* Issue #1476812 by droplet: Fixed hooks file_field_delete_file() takes only 2 ↵webchick2012-03-11
| | | | arguments.
* Issue #1411114 by Albert Volkman, sun: Fixed drupal_valid_test_ua() is not ↵webchick2012-03-11
| | | | statically cached on non-positive match.
* Issue #1089040 by Remon, mlncn: Added Cache rdf_get_namespaces() using ↵webchick2012-03-10
| | | | drupal_static().
* Issue #1388496 by barraponto: Fixed Default field.tpl.php prints a clearfix ↵webchick2012-03-10
| | | | class theme_field() doesn't.
* Issue #1472350 by John Morahan, greggles: Make 'translate interface' ↵webchick2012-03-10
| | | | restricted after DRUPAL-PSA-2012-001 - localizations - Cross Site Scripting.
* - Patch #1476776 by droplet: drupal_var_export() is a concatination to ↵Dries2012-03-10
| | | | undefined variable .
* Issue #1391118 by sven.lauer: Clean up Field API topics docsJennifer Hodgdon2012-03-09
|
* Issue #1436406 by scorchio, kid_icarus: Fix list formatting in Field API ↵Jennifer Hodgdon2012-03-09
| | | | topic docs
* Issue #1431076 by c960657, nod_, purencool, Nor4a: Fixed Overlay does not ↵webchick2012-03-08
| | | | work with prefixed URL paths .
* Issue #1414412 by Damien Tournoud, pillarsdotnet, droplet, MrHaroldA: Fixed ↵webchick2012-03-08
| | | | Skip #conjunction key in __clone() method of core/includes/database/query.inc.
* Issue #1470080 by Gábor Hojtsy: Move docs for hooks that are not ↵Jennifer Hodgdon2012-03-08
| | | | locale.module specific to a modules/system file
* Issue #746240 by c960657, Gábor Hojtsy: Fixed Race condition in locale() - ↵webchick2012-03-07
| | | | duplicates in {locales_source()}.
* Issue #681760 by agentrickard, Josh Waihi, Niklas Fiekas, catch, xjm, NaX, ↵webchick2012-03-07
| | | | chx, pwolanin, garywiz: Fixed Try to improve performance and eliminate duplicates caused by node_access() table joins.
* Issue #1469758 by chertzog: Fix typo in sample hook_node_grants_alter functionJennifer Hodgdon2012-03-06
|
* Issue #1355362 by bartlantz: Clean up API docs for the install profilesJennifer Hodgdon2012-03-06
|
* Issue #1444650 by damiankloip: Make documentation of theme_image_style clearerJennifer Hodgdon2012-03-06
|
* Issue #1462062 by chertzog, xjm: Fix language in code commentJennifer Hodgdon2012-03-05
|
* Issue #1458796 by damiankloip: Make Field API docs say they are about Field APIJennifer Hodgdon2012-03-05
|
* Issue #97327 by PMunn, NROTC_Webmaster, xjm, maartenvg, killes@www.drop.org, ↵webchick2012-03-04
| | | | gdavid, Zed Pobre: Fixed Data corruption in comment IDs (results in broken threading on PostgreSQL).
* Issue #1064954 by xjm, Dave Reid, becw: Fixed _node_revision_access() static ↵webchick2012-03-04
| | | | usage.
* Issue #1369332 by Damien Tournoud, basic, sun: Fixed Avoid deadlock issues ↵webchick2012-03-02
| | | | on the {node} table.
* Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User ↵webchick2012-03-01
| | | | picture does not appear in comment preview.
* Revert "Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: ↵webchick2012-03-01
| | | | | | Fixed User picture does not appear in comment preview." This reverts commit 186437d33a903cd3ae13c7f1b2160a88941cc614.
* Issue #1264728 by yched, Albert Volkman: Refresh field 'active' state in ↵webchick2012-03-01
| | | | module_enable() / _disable().
* Issue #917490 by pounard, msonnabaum: Performance patch for block_list() ↵webchick2012-03-01
| | | | (D6) and _block_render_blocks() (D7) functions.
* Issue #1393604 by tedbow, Niklas Fiekas: Fixed path_form_element_validate() ↵webchick2012-03-01
| | | | does not send correct parameter to form_set_error().
* Issue #336697 by oriol_e9g, xjm, jbomb, Davy Van Den Bremt, coltrane, ↵webchick2012-03-01
| | | | lyricnz: Added Optional vocabulary argument for taxonomy_get_term_by_name().
* Issue #1347134 by c31ck, amateescu, Shyamala, DamienMcKenna: Fixed 'View ↵webchick2012-03-01
| | | | voting results' permission is misleading.
* Issue #1314384 by Pol, Gábor Hojtsy, oriol_e9g, plach: Added Remember the ↵webchick2012-03-01
| | | | provider that selected the language for later use.
* Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User ↵webchick2012-03-01
| | | | picture does not appear in comment preview.
* Issue #687180 by Island Usurper, catch, Berdir, Damien Tournoud, xjm, ↵webchick2012-03-01
| | | | anthbel: Fixed Deleting a taxonomy vocabulary leaves term reference fields still pointing to it, and a PDO Exception when creating content.
* Issue #1315214 by NROTC_Webmaster, kathyh, aenw: Clean up API docs and ↵Jennifer Hodgdon2012-03-01
| | | | comments in the Tracker module code
* Issue #1451032 by NROTC_Webmaster: Add note to schema docs about varchar ↵Jennifer Hodgdon2012-02-29
| | | | columns needing to have length specified
* Issue #814804 by JacobSingh, ksenzee, xjm, draenen, paul.lovvik, ↵webchick2012-02-29
| | | | David_Rothstein, Gábor Hojtsy, Yorirou: Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
* Revert "Issue #1074672 by claudiu.cristea, mikewink: Added Allow language ↵webchick2012-02-29
| | | | | | select to be rearranged inside node form." This reverts commit f4791b9c416d7f3538f307ac16cc2dfce4f32672.
* Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests.webchick2012-02-29
|
* Issue #1401496 by bleen18, Albert Volkman: Fixed ↵webchick2012-02-29
| | | | forum_taxonomy_term_delete() completely broken (takes instead of entity).
* Issue #1334344 by jessebeach, mikestefff, Devin Carlson: Fixed During ↵webchick2012-02-29
| | | | update, Bartik throws an error that () is not defined.
* Issue #998590 by das-peter: Fixed Prevent double CDATA section escaping in ↵webchick2012-02-29
| | | | filter_dom_serialize_escape_cdata_element() to avoid warnings.
* Issue #1015798 by oriol_e9g, Mohammed J. Razem, dimitriseng, xjm, mstrelan, ↵webchick2012-02-28
| | | | drunken monkey: Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
* Issue #673020 by Zoltán Balogh, attiks, mgifford, Gábor Hojtsy, e2thex, ↵webchick2012-02-28
| | | | good_man, kalman.hosszu | Fleshgrinder: Fixed Tests for adding the Content-Language HTTP header to the generated page.
* Oops. And now with missing test. :Dwebchick2012-02-28
|
* Issue #1425280 by Niklas Fiekas, swentel: Fixed No contextual links in node ↵webchick2012-02-28
| | | | lists after a node without contextual links.
* Issue #1366854 by quicksketch: Added Pass #size attribute to the child ↵webchick2012-02-28
| | | | upload field in the managed_file() element.
* Issue #998256 by justafish, Albert Volkman, Dave Reid, no_commit_credit: ↵webchick2012-02-28
| | | | Please let modules know about the original URL alias in hook_path_update().
* Issue #1267918 by Niklas Fiekas, darrellulm: Fixed User signature does not ↵webchick2012-02-28
| | | | appear in comment preview.
* Issue #1420056 by droplet, nod_: Fixed moving shortcut local var.webchick2012-02-28
|
* Issue #1074672 by claudiu.cristea, mikewink: Added Allow language select to ↵webchick2012-02-28
| | | | be rearranged inside node form.
* Issue #1294264 by budda, davidwhthomas: FieldUpdateForbiddenException: ↵webchick2012-02-28
| | | | Cannot update a list field - better debug info.