summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
...
* - 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
|
* #963656 by agentrickard, bfroehle: Fixed critical bug ↵Angie Byron2010-11-09
| | | | node_access_view_all_nodes() is never invoked.
* #808560 follow-up by carlos8f: Remove periodically failing tests; to be ↵Angie Byron2010-11-08
| | | | fixed in follow-up issue.
* - Patch #915168 by chx, yched, sun: foreign key support is missing from text ↵Dries Buytaert2010-11-07
| | | | and file module.
* - Patch #961412 by yched, andypost: improved documentation of formatter ↵Dries Buytaert2010-11-07
| | | | settings.
* - Patch #915936 by sun: make it easier to define checkboxes/radios with ↵Dries Buytaert2010-11-07
| | | | customized sub-elements.
* - Patch #961136 by sun: move system_sort_by_title() into common.inc.Dries Buytaert2010-11-07
|
* - Patch #801632 by sun, Jacine: make phptemplate the default engine to ↵Dries Buytaert2010-11-07
| | | | simplify .info file.
* #601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard ↵Angie Byron2010-11-06
| | | | to limit available blocks.
* - Patch #808560 by scor | fajerstarter: node comment statistics are only ↵Dries Buytaert2010-11-06
| | | | partially exposed in node_load() and are missing last_comment_uid().
* - Patch #896364 by frega, effulgentsia, Jacine, sun, David_Rothstein, Jeff ↵Dries Buytaert2010-11-06
| | | | Burnz, james.elliott, casey, mgifford: screen reader users and some keyboard only users need a clear, quick way to disable the overlay.
* - Patch #956256 by plach: () is only set if language is detected from the URL.Dries Buytaert2010-11-05
|
* - Patch #963060 by boombatower: documentation problem with hook_view().Dries Buytaert2010-11-05
|
* - Patch #938462 by bojanz: Fix EntityFieldQuery fatal error in certain cases ↵Dries Buytaert2010-11-05
| | | | and document bundle limitations.
* - Patch #955610 by casey: impossible to have multiple node forms on one page ↵Dries Buytaert2010-11-05
| | | | due to fixed IDs.
* - Patch #575280 by mfb, carlos8f, chx, bleen18: impersonation when an https ↵Dries Buytaert2010-11-05
| | | | session exists.
* - Patch #949186 by luchochs: locale_css_alter() is ignored in api.drupal.org.Dries Buytaert2010-11-05
|
* - Patch #960490 by Jacine: regression: ul.links generated by theme_links() ↵Dries Buytaert2010-11-05
| | | | always appears as .inline.