summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #361225 by nvahalik: Fixed Update poll.module to remove reference to ↵Angie Byron2010-04-22
| | | | theme_poll_results() and fix template file references.
* #685486 by scor: Fixed filter_update_7003() doesn't work for contrib modules.Angie Byron2010-04-22
|
* #776684 by Steven Merrill: Fixed The color.module preview HTML is hardcoded.Angie Byron2010-04-22
|
* - Patch #659784 by mfb, Poetro: fixed syslog_watchdog() using theme().Dries Buytaert2010-04-21
|
* #763826 by chx, quiptime: Fixed notices in Trigger module.Angie Byron2010-04-21
|
* #777064 by spyderboy: Fixed File.js has coding standards problems.Angie Byron2010-04-21
|
* #662856 by David_Rothstein, ksenzee: Fixed submitting a form that closes the ↵Angie Byron2010-04-21
| | | | overlay causes the form to flash on the screen again before it closes.
* #763400 by eojthebrave: Fixed Comment preview/submit button weight not set ↵Angie Byron2010-04-21
| | | | causing fields to appear below preview/submit button.
* #717602 by heyrocker, jhodgdon: Document hook_batch_alter().Angie Byron2010-04-20
|
* #727282 by heyrocker, jhodgdon: Document hook_filetransfer_backends().Angie Byron2010-04-20
|
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* #322759 by coltrane, jpmckinney: Fixed Allow hook_node_presave() to alter ↵Angie Byron2010-04-20
| | | | other node fields.
* #713872 by eojthebrave, andypost: Fixed Image field formatters not updated ↵Angie Byron2010-04-20
| | | | when image style deleted and replacement format chosen.
* #770836 by jpmckinney: Fixed user_save() fails silently.Angie Byron2010-04-20
|
* #609118 by plach, te-brian, David_Rothstein, yched: Fixed node.tokens.inc: ↵Angie Byron2010-04-20
| | | | node->body issues.
* #773824 by scor: Fixed taxonomy_update_7002() fails when more than one ↵Angie Byron2010-04-20
| | | | vocabulary to upgrade.
* #773792 by scor: Fixed contact_update_7002() depends on user_update_7006().Angie Byron2010-04-20
|
* #752508 by TR: Fixed admin/people/permissions displays disabled checkboxes ↵Angie Byron2010-04-19
| | | | wrong.
* #742972 by klausi, Berdir: Clear entity info cache during module enable. (tests)Angie Byron2010-04-18
|
* - Patch #682552 by mradcliffe, jhodgdon: fixed notices.Dries Buytaert2010-04-17
|
* - Patch #773522 by BarisW: blog links appear on all content types.Dries Buytaert2010-04-17
|
* - Patch #757288 by catch, jpmckinney: optimize comment_save().Dries Buytaert2010-04-16
|
* - Patch #445130 by Rob Loach, aspilicious, noahb, jpmckinney, TR: namespace ↵Dries Buytaert2010-04-16
| | | | the Drupal jQuery functions.
* - Patch #771596 by jhodgdon: turning on multiple search weights causes PDO ↵Dries Buytaert2010-04-16
| | | | exception during search.
* - Patch #771082 by plach: enable the admin theme for the translation ↵Dries Buytaert2010-04-16
| | | | overview page.
* - Patch #655740 by ksenzee, casey, aspilicious: fixed small JavaScript ↵Dries Buytaert2010-04-16
| | | | issues in the overlay module.
* - Patch #761208 by aspilicious: bad reference to jquery ui 1.8 in core.Dries Buytaert2010-04-15
|
* - Patch #771036 by Gábor Hojtsy: overlay overwrites existing target attribute.Dries Buytaert2010-04-15
|
* - Patch #771278 by jpmckinney: clean-up forum.test.Dries Buytaert2010-04-15
|
* #609118 folllow-up by plach: Fixed node.tokens.inc: node body issues.Angie Byron2010-04-15
|
* #652372 by matason, ksenzee, naxoc, jpmckinney, sun: Don't allow users to ↵Angie Byron2010-04-14
| | | | add forum topics when no forums exist.
* - Patch #704646 by cha0s, jpmckinney, willmoy, mradcliffe: critical bug: ↵Dries Buytaert2010-04-13
| | | | node_save() fails silently.
* - Patch #721378 by jpmckinney, cha0s, casey, noahb: critical bug: ↵Dries Buytaert2010-04-13
| | | | comment_save() fails silently.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #768488 by catch: _text_field_sanitize() caused double caching.Dries Buytaert2010-04-13
|
* - Patch #598862 by andypost: user role names cannot be translated.Dries Buytaert2010-04-13
|
* - Patch #763048 by catch: critical bug: remove drupal_unpack()() due to ↵Dries Buytaert2010-04-13
| | | | namespacing collisions.
* - Patch #767872 by JohnAlbin: theme_node_log_message() has never, ever been ↵Dries Buytaert2010-04-12
| | | | used.
* - Patch #688704 by Crell, boombatower, andypost, noahb: give DB its own ↵Dries Buytaert2010-04-11
| | | | autoload function.
* - Patch #426056 by effulgentsia, Berdir, sun, boombatower, tstoeckler: fixed ↵Dries Buytaert2010-04-11
| | | | server-side enforcement of #disabled is inconsistent.
* - Patch #767822 by Benjamin Melançon: search.module in-code documentation ↵Dries Buytaert2010-04-11
| | | | refers to hook_search() which no longer exists in D7.
* - Patch #765574 by quiptime: better positioning of the 'menu-expanded.png'.Dries Buytaert2010-04-11
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #688704 by Crell, boombatower, noahb: give DB its own autoload function.Dries Buytaert2010-04-11
|
* - Patch #767852 by JohnAlbin: remove no-longer-needed theme function wrappers.Dries Buytaert2010-04-11
|
* - Patch #269911 by Freso: wrong trim used for search result.Dries Buytaert2010-04-11
|
* #724642 by casey: Upgrade jQuery BBQ library to 1.2.1.Angie Byron2010-04-11
|
* - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved ↵Dries Buytaert2010-04-10
| | | | word that should not be used.
* - Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal ↵Dries Buytaert2010-04-10
| | | | 7 release.
* - Patch #91663 by sun, Berdir, swentel, blackdog, chx: permission of text ↵Dries Buytaert2010-04-10
| | | | format is not checked when editing an entity and instead reset to something a user can use.