summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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.
* #684610 follow-up by james.elliott: More Seven IE fixes.Angie Byron2010-04-12
|
* - 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
|
* #764418 by David_Rothstein, jpmckinney, quiptime, Crell: Move query ↵Angie Byron2010-04-11
| | | | conditional helper functions to database.inc to avoid fatal errors in lower bootstrap levels.
* #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 #705242 by moshe weitzman: _drupal_log_error() messy for CLI requests.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.
* - Patch #587766 by c960657: OpenID test XRI protocol improperly.Dries Buytaert2010-04-07
|
* - Patch #763962 by effulgentsia: remove ineffective static caching of ↵Dries Buytaert2010-04-07
| | | | within url().
* - Patch #637850 by c960657: removed duplicated code and improved tests.Dries Buytaert2010-04-07
|
* - Patch #642782 by plach, Dave Reid, greggles, mfb: hook_language_init() is ↵Dries Buytaert2010-04-07
| | | | a bootstrap hook and needs bootstrap_invoke_all().
* - Patch #558928 by mgifford, brandonojc, Owen Barton, Everett Zufelt: ↵Dries Buytaert2010-04-07
| | | | follow-up on making form element labeling more accessible.
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to ↵Dries Buytaert2010-04-06
| | | | entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
* - Patch #592008 by moshe weitzman, David_Rothstein, chx: don't save theme ↵Dries Buytaert2010-04-06
| | | | registry before modules are included.
* - Patch #669794 by andypost, Josh Waihi, aspilicious, moshe weitzman, catch: ↵Dries Buytaert2010-04-06
| | | | use savepoints for nested transactions.
* - Patch #755078 by quicksketch: fix the hook_field_extra_fields() ↵Dries Buytaert2010-04-06
| | | | documentation, remove @todo.