summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #995854 by rfay, effulgentsia, sun, merlinofchaos, Damien Tournoud, ↵Angie Byron2010-12-23
| | | | manimejia: Fixed #ajax doesn't work at all if a file element (or enctype => 'multipart/form-data') is included in the form
* #850852 by Damien Tournoud, dmitrig01, chx: Fixed transaction failure and ↵Angie Byron2010-12-22
| | | | allow concurrent testing on SQLite
* #1003860 by dmitrig01, chx: Fixed Count query fails to remove fields and ↵Angie Byron2010-12-22
| | | | expressions.
* #988036 by duellj: Fixed wrong function headers in tracker moduleAngie Byron2010-12-22
|
* #1004060 by dmitrig01, chx: Fixed SQLite update queries with expression failingAngie Byron2010-12-22
|
* #992928 by das-peter, David_Rothstein: Fixed Command line (Drush) install ↵Angie Byron2010-12-21
| | | | fails on SQLite (#limit_validation_errors doesn't work for programmatic form submissions)
* #996160 follow-up by rfay: Fix typo.Angie Byron2010-12-21
|
* #954804 follow-up by effulgentsia: Fix bugs related to library weighting.Angie Byron2010-12-21
|
* #915174 follow-up by David_Rothstein: More .module files that no longer need ↵Angie Byron2010-12-21
| | | | to be specified in files[].
* #986992 follow-up by yched, sun: Robustify upgrade path.Angie Byron2010-12-21
|
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #1002708 by sun: Robustify instance settings instantiation to prevent fatal ↵Angie Byron2010-12-20
| | | | errors in buggy modules.
* #945112 by carlos8f, dalin, David_Rothstein: Fixed Unable to stay logged in ↵Angie Byron2010-12-18
| | | | during upgrade from D6 -> D7
* - Patch #996160 by yched, chx: issues with Fields created during 6 to 7 upgrade.Dries Buytaert2010-12-18
|
* - Patch #890128 by carlos8f, sumitk: comment body missing if comment module ↵Dries Buytaert2010-12-18
| | | | enabled after a content type module.
* - Patch #821646 by David_Rothstein: dashboard prints the search form title ↵Dries Buytaert2010-12-18
| | | | twice on the page (can confuse screen reader users).
* - Patch #991270 by carlos8f, chx: password_count_log2 var out of bounds is a ↵Dries Buytaert2010-12-18
| | | | sorry mess.
* - Patch #932502 by yched, jgraham, grendzy: changing allowed values in ↵Dries Buytaert2010-12-18
| | | | 'List' fields.
* - Patch #669510 by David_Rothstein: upgrade path improvements for the ↵Dries Buytaert2010-12-18
| | | | administration theme setting/permission.
* #993026 by bblake, agentrickard: Fixed Default sort on admin/content incorrectAngie Byron2010-12-17
|
* - Patch #998048 by jhodgdon: field_info_field() only works for active fields ↵Dries Buytaert2010-12-17
| | | | - document that.
* - Patch #998016 by sven.lauer: _field_info_collate_fields() doc has the ↵Dries Buytaert2010-12-17
| | | | return values backwards.
* #977460 by dmitrig01, bfroehle, Josh The Geek: Fixed Cannot serialize or ↵Angie Byron2010-12-15
| | | | unserialize PDO instances error
* #714382 by Rob Loach, sun: Fixed Can't retrieve all libraries of a moduleAngie Byron2010-12-15
|
* #915906 by jbrown, yched: Fixed Deleting node type with only instance of a ↵Angie Byron2010-12-15
| | | | field leaves the field in a strange zombie state
* #605318 by hass, dww, bendly, 1V: Add garbage collection to the update managerAngie Byron2010-12-15
|
* #986296 by blup, tstoeckler, Damien Tournoud, carlos8f: Fixed ↵Angie Byron2010-12-15
| | | | _node_types_build() accidentally marks node types as disabled
* #728090 by alexjarvis: Fixed 'Revision information' can have incorrect summaryAngie Byron2010-12-15
|
* #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave().Angie Byron2010-12-15
|
* #984374 by zeta ζ: Remove duplicate code in toolbar module.Angie Byron2010-12-15
|
* #954804 follow-up by ksenzee, mfer: Add missing dependency on jquery.cookie ↵Angie Byron2010-12-15
| | | | for jquery.form.
* #993852 by nenne, jhodgdon: Document various Field API constants.Angie Byron2010-12-15
|
* - Patch #986992 by yched, sun: fixed insane etid / ↵Dries Buytaert2010-12-14
| | | | {field_config_entity_type()} abstraction.
* - Patch #826380 by David_Rothstein, sun: empty filter objects for ↵Dries Buytaert2010-12-14
| | | | new/unconfigured filters are incomplete.
* - Patch #819996 by scor: fixed RDFa generation.Dries Buytaert2010-12-14
|
* #965004 by johnbarclay, mr.baileys: Fixed Mismatched argument/variables in ↵Angie Byron2010-12-11
| | | | hook_user_login() documentation.
* #991340 follow-up: Committed missing test files.Angie Byron2010-12-11
|
* - Patch #953494 by ngmaloney: rdf_mapping_save() shouldn't pass by reference.Dries Buytaert2010-12-11
|
* - Patch #991340 by alexpott: user_validate_current_pass() uses global and ↵Dries Buytaert2010-12-11
| | | | not the user object from the form.
* - Patch #992564 by wojtha: t() or format_plural() inside watchdog() function ↵Dries Buytaert2010-12-11
| | | | call in tracker and action module.
* - Patch #992674 by carlos8f, scor, alexanderpas: private file download ↵Dries Buytaert2010-12-11
| | | | returns access denied.
* #967330 by Dave Reid: Fixed The [current-user:?] token should provide the ↵Angie Byron2010-12-09
| | | | actual loaded user
* - Patch #991726 by wojtha, meba: missing format_plural() in comments and ↵Dries Buytaert2010-12-09
| | | | node module.
* - Patch #735196 by jhodgdon, sun: improve hook_filter_info() documentation.Dries Buytaert2010-12-09
|
* - Patch #632382 by mr.baileys, sun: 'Your name' should not be prepopulated ↵Dries Buytaert2010-12-09
| | | | with Anonymous.
* - Patch #854396 by tstoeckler, jhodgdon: improve documentation for ↵Dries Buytaert2010-12-09
| | | | date-related functions and hooks in system.module.
* #977346 by jhodgdon, joachim: Fixed More detailed docs for entity_labelAngie Byron2010-12-08
|
* #975754 by jhodgdon: Fixed problems with hook_menu() documentation.Angie Byron2010-12-08
|
* #941288 by David_Rothstein: Fixed overlay behaviour on phpinfo() link.Angie Byron2010-12-08
|
* #991046 by carlos8f, mikey_p: Fixed PDO Exception after upgrading from ↵Angie Byron2010-12-08
| | | | Drupal 6.19 to Drupal 7 RC1