summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #550254 by Damien Tournoud, sun: Fixed some causes of menu links are ↵Angie Byron2010-11-20
| | | | sometimes not properly re-parented.
* #830704 by fago, effulgentsia, Frando: Fixed entity forms cannot be properly ↵Angie Byron2010-11-20
| | | | extended.
* #208611 by effulgentsia, ksenzee, p.brouwers, et al: Fixed drupal_add_js() ↵Angie Byron2010-11-20
| | | | includes settings twice and breaks certain JS files.
* #898360 by sun, catch: Cache node types - saves 7% in MySQL in sites using ↵Angie Byron2010-11-20
| | | | memcache for caching backend
* #599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to ↵Angie Byron2010-11-20
| | | | theme_menu_local_tasks() theme function
* #151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling ↵Angie Byron2010-11-20
| | | | modules does not follow dependencies.
* - Patch #937698 by rschwab: 'Enable newly added modules in [Module Group]' ↵Dries Buytaert2010-11-19
| | | | is awkward, should be 'Enable newly added modules'.
* - Patch #917000 by corbacho, tstoeckler: follow convention for CVS // $.Dries Buytaert2010-11-19
|
* - Patch #944198 by sun: functions that call drupal_system_listing() act on ↵Dries Buytaert2010-11-19
| | | | potentially invalid system items.
* - Patch #974606 by Crell: misnamed function in hook documentation.Dries Buytaert2010-11-18
|
* - Patch #973758 by mdm: Missing asterisk in field.api.php phpdoc.Dries Buytaert2010-11-18
|
* - Patch #972380 by wulff: duplicate word in hook_help().Dries Buytaert2010-11-18
|
* - Patch #958456 by rschwab, dww: update module uses incorrect variable for ↵Dries Buytaert2010-11-18
| | | | maintenance mode.
* - Patch #934774 by Coornail, Damien Tournoud: Css aggregation includes a ↵Dries Buytaert2010-11-17
| | | | lots of empty newlines.
* - Patch #953914 by chx, yched, pifantastic: #limit_validation_errors() fails ↵Dries Buytaert2010-11-17
| | | | is parents array contains numeric indexes.
* - Patch #973488 by amateescu, Volx: wrong default value in user admin ↵Dries Buytaert2010-11-17
| | | | settings form.
* - Patch #973242 by pp: inconsistent type name.Dries Buytaert2010-11-16
|
* - Patch #964882 by tim.plunkett: Context Links menu stays visible on top of ↵Dries Buytaert2010-11-16
| | | | Overlay content on iOS devices.
* #969456 by amateescu: Update to jQuery Forms 2.49Angie Byron2010-11-15
|
* #953914 by chx, yched, effulgentsia, pifantastic: Fixed ↵Angie Byron2010-11-15
| | | | #limit_validation_errors fails is parents array contains numeric indexes.
* #787684 by sivaji: Role admin page should say something when you saveAngie Byron2010-11-15
|
* #553944 by sun: Define hook_menu_get_item_alter() as a reliable hook that ↵Angie Byron2010-11-15
| | | | runs before the page is generated.
* #963612 by chx, sun: Stop notices in templates if comment form doesn't exist.Angie Byron2010-11-15
|
* #950138 follow-up by yched: Small comment whitespace fix.Angie Byron2010-11-15
|
* #895140 follow-up by David_Rothstein: Tests to ensure older versions of ↵Angie Byron2010-11-15
| | | | modules are not chosen over new ones.
* #938536 by David_Rothstein: Fixed User account tokens in _user_mail_text() ↵Angie Byron2010-11-14
| | | | should not be sanitized.
* #885014 by bojanz, chx: Fixed add missing pager and tablesort query support ↵Angie Byron2010-11-14
| | | | to EntityFieldQuery.
* #740258 by coltrane, mr.baileys: Fixed Permissions not shown when module ↵Angie Byron2010-11-14
| | | | human-readable name conflicts.
* #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: ↵Angie Byron2010-11-14
| | | | themes are unable to render one group of node links separately from another.
* #923826 by catch, carlos8f, moshe weitzman: Fixed entity delete operations ↵Angie Byron2010-11-14
| | | | should use transactions.
* #971090 by scor, rgristroph: Fixed place maxlength on taxonomy tag field to ↵Angie Byron2010-11-14
| | | | prevent data truncation.
* #860154 by Zoltán Balogh, zserno, Gábor Hojtsy: Fixed Locale module does ↵Angie Byron2010-11-14
| | | | not import the plural forms from compact files.
* - Patch #971010 by Dave Reid: the [vocabulary:term-count] token has the ↵Dries Buytaert2010-11-14
| | | | wrong name 'Node count'.
* #575280 follow-up by mfb, carlos8f: Empty session IDs break Drupal. ↵Angie Byron2010-11-13
| | | | (courtesty of BADCamp 2010 woo)
* - Patch #927406 by Damien Tournoud, carlos8f, george@dynapres.nl, amateescu, ↵Dries Buytaert2010-11-13
| | | | Volx: colorable themes fail when CSS aggregation is enabled due to improper stream wrapper usage.
* - Patch #745590 by justinrandell, effulgentsia, yched, quicksketch, ↵Dries Buytaert2010-11-13
| | | | eojthebrave: #managed_file() element does not work when #extended not TRUE, or when ancestor element doesn't have #tree=TRUE.
* #617596 follow-up by sun: optimize if statement.Angie Byron2010-11-13
|
* - Patch #943742 by Stalski: fields only appearing when custom field is added ↵Dries Buytaert2010-11-13
| | | | in manage display screen.
* - Patch #970258 by Dave Reid: example documentation for ↵Dries Buytaert2010-11-13
| | | | hook_entity_insert()/update/delete() will cause PHP strict errors.
* - Patch #966238 by cosmicdreams, bfroehle, catch, mfb, carlos8f, marcingy: ↵Dries Buytaert2010-11-13
| | | | system_update_7061() stops migrating data if upload.fid is not found in files table, resulting in data loss.
* - Patch #965628 by AnalogFile: db_ignore_slave() not called when saving a ↵Dries Buytaert2010-11-12
| | | | comment.
* - Patch #961412 by Eric_A: fixed typo in documentation.Dries Buytaert2010-11-12
|
* - Patch #968476 by Dave Reid: use proper API for removing directory on ↵Dries Buytaert2010-11-12
| | | | uninstall.
* #965514 by agentrickard: Fix silly typo in node test.Angie Byron2010-11-12
|
* - Patch #914792 by sun, moshe weitzman, effulgentsia: custom element ↵Dries Buytaert2010-11-12
| | | | properties entirely override default element info properties.
* - Patch #171117 by earnie, sun, JirkaRybka, catch, beginner: regression: ↵Dries Buytaert2010-11-12
| | | | users without administer users permission can not access user profiles of users that never logged in .
* #944308 follow-up by cosmicdreams, amateescu: Upgrade to jQuery 1.4.4.Angie Byron2010-11-12
|
* #965348 by googletorp, yched: Fix inconsistent parameter data type in ↵Angie Byron2010-11-09
| | | | hook_taxonomy_vocabulary_delete().
* #965130 by dalin, plach: Fixed locale_update_7002() assumes that multiple ↵Angie Byron2010-11-09
| | | | languages are enabled.
* #934050 follow-up: Committing missing tests.Angie Byron2010-11-09
|