summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
...
* #678606 by jhodgdon, andypost: Fixed Tab titles on Trigger page are not clearAngie Byron2010-12-01
|
* #932502 rolled back. Needs more work.Angie Byron2010-12-01
|
* #961292 by yoroy: 'Close the drawer' needs a better title for screen readersAngie Byron2010-12-01
|
* #602484 follow-up by rschwab, dww: Fixes to update manager page title.Angie Byron2010-12-01
|
* #690622 by jhodgdon: Remove the word 'node' from various strings.Angie Byron2010-12-01
|
* #705306 follow-up by sun: Improved documentation for hook_user_cancel().Angie Byron2010-12-01
|
* #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the ↵Angie Byron2010-12-01
| | | | FileTransfer class system in contrib
* #886752 by jhodgdon: Fixed SQL error on PostgreSQL in comment.moduleAngie Byron2010-12-01
|
* #364470 follow-up by Dave Reid, JohnAlbin, et al: Move submitted by back ↵Angie Byron2010-12-01
| | | | into a variable. The string approach was too limited.
* #977596 by Stevel, sun, dalin, David_Rothstein: Fixed Text format loses ↵Angie Byron2010-12-01
| | | | weight and status when saving settings
* #501408 by flobruit, PieterDC, yched: Allow user fields to be displayed on ↵Angie Byron2010-11-30
| | | | registration form.
* #932502 by yched, jgraham: Fixed Changing allowed values in List fields ↵Angie Byron2010-11-30
| | | | changes key associations.
* - Patch #651240 by fago, sun: allow modules to react to changes to an entity.Dries Buytaert2010-11-30
|
* - Patch #975134 by rschwab: improve links for steps after installing new theme.Dries Buytaert2010-11-30
|
* - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be ↵Dries Buytaert2010-11-30
| | | | registered as a library.
* #826486 by kscheirer, drunken monkey, tstoeckler, jhodgdon, sun: Fixed ↵Angie Byron2010-11-30
| | | | format_date() does not respect admin-defined date formats
* #606190 follow-up by rschwab, dww, Bojhan: Better workflow links in update ↵Angie Byron2010-11-30
| | | | manager.
* - Patch #863318 by carlos8f, andypost, chx, Dave Reid, plach: wrong sort ↵Dries Buytaert2010-11-30
| | | | order of aliases for different languages.
* #875674 by pwolanin, jbrown: Report DB version in Status report.Angie Byron2010-11-29
|
* #947844 by sun: Clean up filter-related tests that load text formats by ↵Angie Byron2010-11-29
| | | | their human-readable name.
* #917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests).Angie Byron2010-11-29
|
* #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more ↵Angie Byron2010-11-29
| | | | robust.
* #818660 by yched, sun: Provide an AJAX command to invoke simple jQuery methods.Angie Byron2010-11-29
|
* Rolling back #851136. Broke SQLite installation.Angie Byron2010-11-28
|
* - Patch #752226 by sun, carlos8f, JohnAlbin, chx: module_invoke() doesn't ↵Dries Buytaert2010-11-27
| | | | work with hooks placed in include files via hook_hook_info().
* - Patch #851136 by Damien Tournoud, Crell, chx: make the database ↵Dries Buytaert2010-11-27
| | | | autoloading more robust.
* - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵Dries Buytaert2010-11-27
| | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths().
* - Patch #561226 by fago, sun, effulgentsia, YesCT, marcingy: forms ↵Dries Buytaert2010-11-27
| | | | (elements) need to able to specify include files to be loaded for building.
* - Patch #916570 by sun, klausi: allow to run only certain test methods.Dries Buytaert2010-11-26
|
* - Patch #802524 by CrookedNumber, aaronbauman: node_add() still ↵Dries Buytaert2010-11-26
| | | | unnecessarily complex (and confusing).
* #952528 by jptavan: Add missing break; to system help to prevent actions ↵Angie Byron2010-11-26
| | | | help from showing up on maintenance page.
* #608894 follow-up by mr.baileys: Better method of hiding Profile module from ↵Angie Byron2010-11-26
| | | | the UI on new sites.
* #602484 by rschwab: Fix the report page when authorize.php completes an ↵Angie Byron2010-11-24
| | | | update manager operation.
* - Patch #74673 by jhodgdon, mcarbone, sin, douggreen: added back a test.Dries Buytaert2010-11-24
|
* - Patch #794936 by c960657, amateescu: system_rebuild_module_data() called ↵Dries Buytaert2010-11-24
| | | | twice on admin/build/modules.
* - Patch #884948 by David_Rothstein: the wrong parameter is sometimes passed ↵Dries Buytaert2010-11-24
| | | | in to hook_node_load().
* #655742 by sun, jide: Add template variable for outputting HTML HEAD title ↵Angie Byron2010-11-24
| | | | safely.
* #853954 by Gábor Hojtsy, joachim: Fix misleading 'all content' on user ↵Angie Byron2010-11-24
| | | | cancellation operations.
* #126070 follow-up by David_Rothstein: Rollback of previous patch; needs ↵Angie Byron2010-11-23
| | | | discussion/deferrment until D8.
* #898360 by sun: Add caching for node types.Angie Byron2010-11-23
|
* #867956 follow-up by sun: Clean-ups to previous patchAngie Byron2010-11-23
|
* #298561 by Steven, chx, mcarbone, pwolanin: Fixed slashes don't work in searchAngie Byron2010-11-23
|
* #778528 by plach: Fix tests for Define the language switcher's correct behaviorAngie Byron2010-11-23
|
* #939962 by rwohleb, chx, quicksketch: Fixed File field allowed extensions JS ↵Angie Byron2010-11-23
| | | | broken in Chrome on OS X
* - Patch #922788 by sun: update.php does not invoke ↵Dries Buytaert2010-11-23
| | | | hook_requirements()('update') in all modules.
* - Patch #557298 by Arancaytar, David_Rothstein: ↵Dries Buytaert2010-11-23
| | | | drupal_override_server_variables() does not properly override SCRIPT_NAME.
* - Patch #978326 by marcingy: taxonomy_term_page() uses pre-render-array theming.Dries Buytaert2010-11-23
|
* - Patch #944484 by xmacinfo: performance bandwidth optimization text do not ↵Dries Buytaert2010-11-23
| | | | match latest aggregation performance fix.
* #126070 by RobRoy, JohnAlbin, manarth, et al: Fixed module_invoke('block', ↵Angie Byron2010-11-22
| | | | 'view', ...) doesn't return subject
* #405238 by brianV: Fixed Duplicate ID 'new' in forums breaks XHTML validationAngie Byron2010-11-22
|