summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Issue #1599306 by bojanz, exratione: Fixed field_sync_field_status() ↵webchick2012-07-03
| | | | needlessly rebuilds module data, slows down installation dramatically.
* Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings ↵David Rothstein2012-06-28
| | | | values because list_themes() has inconsistent theme object data.
* Issue #1552400 by mjonesdinero, SumeetSingh: Fix documentation for ↵Jennifer Hodgdon2012-06-26
| | | | user_is_blocked, which was misleading.
* Issue #507502 by fietserwin, cosmicdreams, Rob Loach, tim.plunkett, sun, ↵David Rothstein2012-06-25
| | | | marvil07, nod_: Fixed missing Locale support for jQuery UI Datepicker.
* Issue #1553464 by droplet: Fixed Can't select autocomplete items in IE7.David Rothstein2012-06-23
|
* Issue #1480568 by gagarine, henwan: Fixed use $.attr with false instead of ↵David Rothstein2012-06-23
| | | | empty string.
* Issue #283045 by mlncn, Albert Volkman, Jody Lynn, pwolanin, gpk, ↵David Rothstein2012-06-23
| | | | no_commit_credit | marcp: Fixed Allow top-level pages to be removed from books.
* Issue #1195254 follow-up by David_Rothstein: Fix indentation.David Rothstein2012-06-23
|
* Issue #1195254 by trrroy, underq, kid_icarus, tim.plunkett, oriol_e9g, xjm: ↵David Rothstein2012-06-23
| | | | Taxonomy test cleanup.
* Issue #642734 by nod_, tim.plunkett, yhahn: Fixed Simpletest behaviors ↵David Rothstein2012-06-23
| | | | should process the elements only once.
* Issue #1512116 by mjonesdinero: Update obsolete example in hook_menu docsJennifer Hodgdon2012-06-19
|
* Issue #1333122 by effulgentsia, tim.plunkett: Clarify docs for theme and ↵Jennifer Hodgdon2012-06-18
| | | | preprocess/process functions so it is clearer which ones get called for theme functions vs. templates
* Issue #1619482 by mr.baileys: Fix up documentation for hook_update_NJennifer Hodgdon2012-06-18
|
* Issue #1431634 by Tor Arne Thune: API docs cleanup for update moduleJennifer Hodgdon2012-06-15
|
* Issue #1614468 by Jorrit: Fixed hook_field_widget_error() example ↵David Rothstein2012-06-12
| | | | implementation contains error.
* Issue #1432732 by Jorrit, B-Prod: Fixed Form error reporting fallback does ↵David Rothstein2012-06-12
| | | | not respect Drupal documentation.
* Issue #1495648 follow-up by plach: Clarify entity language documentation.webchick2012-06-10
|
* Issue #1614292 by brockjo, Albert Volkman | neclimdul: Fixed ↵David Rothstein2012-06-09
| | | | image_style_delete_form() doesn't take form_state() by reference (prevented image styles from being deleted on PHP 5.4).
* Issue #1549390 by drumm, BTMash: Taxonomy_update_7005() can be faster.David Rothstein2012-06-09
|
* Issue #1572394 by attiks, Sweetchuck: Fixed Language detection by domain ↵David Rothstein2012-06-09
| | | | only works on port 80.
* Issue #1567662 by sun | Georgii: Fixed The 1st plural index on a page is not ↵David Rothstein2012-06-09
| | | | calculated correctly.
* Issue #1495648 by plach: Introduce entity language support.David Rothstein2012-06-09
|
* Issue #1532682 by TravisCarden: Fix return value docs for comment_reply functionJennifer Hodgdon2012-06-06
|
* Issue #890790 by Tor Arne Thune, davidjdagino, moshe weitzman | jenlampton: ↵David Rothstein2012-06-04
| | | | Added tests to ensure that deleting nodes deletes their comments.
* Issue #1600892 by tim.plunkett, sun: Fixed Tests use magic numbers 1 and 2 ↵David Rothstein2012-06-04
| | | | instead of user role constants.
* Issue #1054162 by tim.plunkett, Dave Reid, joachim, no_commit_credit, ↵David Rothstein2012-06-03
| | | | Berdir: Taxonomy bundles not supported by EntityFieldQuery.
* Issue #1558468 by Berdir, tim.plunkett: SA-CORE-2012-002 - Denial of Service ↵David Rothstein2012-06-03
| | | | (followup for D7 test coverage).
* Issue #822418 by catch, marcingy, davidjdagino, no_commit_credit, ↵David Rothstein2012-06-03
| | | | tim.plunkett, ezheidtmann: Fixed Field form structure incomplete if field_access() returns FALSE.
* Issue #1354726 followup: Fix docblock indentation on forum_update_7012().David Rothstein2012-06-03
|
* Issue #1354726 by damiankloip, develCuy, gnuget, droplet, cha0s | bvanmeurs: ↵David Rothstein2012-06-03
| | | | Add more indexes on {forum_index}.
* Issue #1598508 by jeffschuler: fix return docs for _node_types_build functionJennifer Hodgdon2012-05-30
|
* Issue #1517654 by zuuperman, sheise: Fixed Strict warning by ↵David Rothstein2012-05-25
| | | | field_ui_table_pre_render().
* Issue #598586 followup by tim.plunkett: Added documentation of 'uid' ↵David Rothstein2012-05-25
| | | | parameter in hook_watchdog().
* Issue #1573082 by tim.plunkett, grendzy: Fixed watchdog 'Deleted content ↵David Rothstein2012-05-25
| | | | type' uses wrong type.
* Issue #1454266 by Chaulky, Volx: fix documentation for field_bundle_settingsJennifer Hodgdon2012-05-24
|
* Issue #1313510 by NROTC_Webmaster, oriol_e9g, aenw: Clean up API docs for ↵Jennifer Hodgdon2012-05-23
| | | | Statistics module
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1546618 by wulff: Fix addtogroup syntax in menu.installJennifer Hodgdon2012-05-17
|
* Issue #1546618 by wulff: Change duplicate defgroup to addtogroupJennifer Hodgdon2012-05-14
|
* Issue #1302228 by xjm, yched, chx: Fixed Change notice for: field_has_data() ↵webchick2012-05-12
| | | | returns inconsistent results – possible data loss.
* Issue #1513580 by matt2000: Update hook_init and hook_boot docs to say ↵Jennifer Hodgdon2012-05-08
| | | | whether themes are loaded when they run
* Issue #813146 by bleen18: remove variable cruft in node_submit functionJennifer Hodgdon2012-05-04
|
* Issue #1558548 by tim.plunkett, sun: Fixed Notice: Undefined index: ↵webchick2012-05-03
| | | | default_image() in image_field_prepare_view().
* Issue #1558402 by greggles: Fixed forum_index() not form_index().webchick2012-05-02
|
* Merge branch '7.12-security' into 7.xwebchick2012-05-02
|\
| * Drupal 7.13webchick2012-05-02
| |
* | Issue #966210 follow-up by chx: More secure fix for system_update_7061().webchick2012-05-02
| |
* | Issue #1376166 by sun, xjm, tim.plunkett: Fixed Custom logo and favicon ↵webchick2012-04-30
| | | | | | | | functionality inanely tries to support absolute local file paths.
* | Issue #1542674 by bas.hr, tim.plunkett, damiankloip: Fixed Wrong count ↵webchick2012-04-30
| | | | | | | | assertion in taxonomy.test.
* | Issue #1459164 by Kevin Morse, droplet: Use test() to match string for BOOL ↵webchick2012-04-30
| | | | | | | | comparison .