summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #241013 by Pedro Lozano, andypost, drewish, mr.baileys: actions only ↵Dries Buytaert2010-04-10
| | | | trigger one action per node page load.
* - Patch #721536 by JacobSingh, jpmckinney, Damien Tournoud, David_Rothstein: ↵Dries Buytaert2010-04-10
| | | | HTML corrector filter has problems with unescaped CDATA and incorrectly closed tags.
* - Patch #606190 by dww, noahb, sun: improve handling of database schema ↵Dries Buytaert2010-04-10
| | | | updates in update manager workflow.
* - Patch #445130 by Rob Loach, aspilicious: namespace the Drupal jQuery ↵Dries Buytaert2010-04-09
| | | | functions.
* - Patch #642614 by plach: locale_add_language() should reset entity_info() ↵Dries Buytaert2010-04-09
| | | | cache.
* - Patch #762300 by jpmckinney: fixed undefined property notice.Dries Buytaert2010-04-09
|
* - Patch #640880 by mr.baileys: upgrade path for making {image_styles()}.name ↵Dries Buytaert2010-04-09
| | | | column unique.
* - Patch #766200 by rfay: obsolete locale usage of ['#redirect'] needs to be ↵Dries Buytaert2010-04-09
| | | | changed to ()['redirect']. R.I.P. ['#redirect']
* - Patch #693504 by sun: clean-up.Dries Buytaert2010-04-08
|
* - Patch #762770 by jpmckinney: comment_save() has comparison operator where ↵Dries Buytaert2010-04-08
| | | | assignment operator should be.
* - Patch #764606 by JohnAlbin: node.tpl no longer needs taxonomy variables.Dries Buytaert2010-04-08
|
* - Patch #632172 by plach: node language and field languages may differ.Dries Buytaert2010-04-08
|
* - Patch #694994 by Stefan Freudenberg: fixed the RDFa markup for number of ↵Dries Buytaert2010-04-08
| | | | comments on teasers.
* - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work ↵Dries Buytaert2010-04-07
| | | | correctly in AJAX context with multiple forms on page.
* - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: fixed ↵Dries Buytaert2010-04-07
| | | | ImageFieldDisplayTestCase.
* - Patch #763444 by jpmckinney: user_cookie_save() has a weird/awkward ↵Dries Buytaert2010-04-07
| | | | function signature.
* - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support ↵Dries Buytaert2010-04-07
| | | | cross-schema/database prefixing like we claim to.
* - Patch #682552 by mradcliffe, jhodgdon: FieldException when trying to ↵Dries Buytaert2010-04-07
| | | | enable blog and comment modules for first time.
* - Rollback of #637850: needs more review/discussion.Dries Buytaert2010-04-07
|
* - Patch #721436 by catch, chx, sun, eojthebrave, David_Rothstein, moshe ↵Dries Buytaert2010-04-07
| | | | weitzman: remove magical fairy saving of cruft from user_save().
* - Patch #641314 by naxoc, bleen18: taxonomy term form being rebuilt even ↵Dries Buytaert2010-04-07
| | | | after final submit.