summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #988760 by ksenzee: Fixed theme_container can't be used with non-form elementsAngie Byron2010-12-08
|
* #975754 by jhodgdon: Fixed problems with hook_menu() documentation.Angie Byron2010-12-08
|
* #973314 by tekante, Damien Tournoud: Fixed PDO exception when attempting to ↵Angie Byron2010-12-08
| | | | add a new not null field with initial value
* #984358 by dalin, David_Rothstein: Fixed Upgrade from 6.x to 7.x always ↵Angie Byron2010-12-06
| | | | pulls your site out of maintenance mode immediately
* #534556 by karschp, coltrane, Bojhan, David_Rothstein: Fix double appearance ↵Angie Byron2010-12-04
| | | | of the settings.php message in the installer
* #979958 follow-up by carlos8f: Small tweaks to previous fix.Angie Byron2010-12-02
|
* #979958 by das-peter, Damien Tournoud: Fixed regression in load_functions ↵Angie Byron2010-12-02
| | | | detection for menu items
* Back to 7.0-devAngie Byron2010-12-01
|
* Drupal 7.0-rc1Angie Byron2010-12-01
|
* #978144 by Damien Tournoud: Fixed cache_get_multiple() inconsistent with ↵Angie Byron2010-12-01
| | | | cache_get()
* #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the ↵Angie Byron2010-12-01
| | | | FileTransfer class system in contrib
* #985184 by Steven Jones: Fix brain-o in Batch query causing bad performance ↵Angie Byron2010-12-01
| | | | on large tables.
* #935036 by bfroehle, dww, int: Exclude '.' and '..' when recursing through ↵Angie Byron2010-12-01
| | | | directories in update module.
* - Patch #651240 by fago, sun: allow modules to react to changes to an entity.Dries Buytaert2010-11-30
|
* - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be ↵Dries Buytaert2010-11-30
| | | | registered as a library.
* #984896 by Crell: Remove wrong references to 'query ID' in DBTNG docs.Angie Byron2010-11-30
|
* #826486 by kscheirer, drunken monkey, tstoeckler, jhodgdon, sun: Fixed ↵Angie Byron2010-11-30
| | | | format_date() does not respect admin-defined date formats
* - Patch #863318 by carlos8f, andypost, chx, Dave Reid, plach: wrong sort ↵Dries Buytaert2010-11-30
| | | | order of aliases for different languages.
* #851136: Committing missing files.Angie Byron2010-11-29
|
* #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
|
* #346494 by hswong3i, Pancho, Dave Reid, duellj, dalin: Fixed DB drivers need ↵Angie Byron2010-11-29
| | | | to be able to change the configure database form during install
* 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.
* #962458 by BarisW, Crell: Fixed database driver names aren't translated.Angie Byron2010-11-26
|
* #935036 roll-back. Caused problems on PHP 5.2.Angie Byron2010-11-24
|
* #602484 by rschwab: Fix the report page when authorize.php completes an ↵Angie Byron2010-11-24
| | | | update manager operation.
* - Patch #794936 by c960657, amateescu: system_rebuild_module_data() called ↵Dries Buytaert2010-11-24
| | | | twice on admin/build/modules.
* #655742 by sun, jide: Add template variable for outputting HTML HEAD title ↵Angie Byron2010-11-24
| | | | safely.
* #298561 by Steven, chx, mcarbone, pwolanin: Fixed slashes don't work in searchAngie Byron2010-11-23
|
* - Patch #557298 by Arancaytar, David_Rothstein: ↵Dries Buytaert2010-11-23
| | | | drupal_override_server_variables() does not properly override SCRIPT_NAME.
* #934634 by carlos8f: Fix error on update if cache_path table is already present.Angie Byron2010-11-22
|
* #672954 by effulgentsia, Jacine: Fixed Wrap inline CSS with explicit CDATAAngie Byron2010-11-22
|
* #601548 follow-up by David_Rothstein: Remaining clean-ups from ↵Angie Byron2010-11-22
| | | | drupal_placeholder() patch.
* #828648 by oadaeh, David_Rothstein: Fixed module_load_install should check ↵Angie Byron2010-11-21
| | | | and return results
* #972918 by jhodgdon: Add api documentation for class attribute for the l() ↵Angie Byron2010-11-21
| | | | function
* #926212 by plach, bforchhammer: Fixed URLs rewritten with disabled languagesAngie Byron2010-11-21
|
* #606966 by chx, sun, mr.baileys: Fixed 'load arguments' of parent path are ↵Angie Byron2010-11-21
| | | | not inherited
* #880368 by tstoeckler, jhodgdon: Fixed Document how to load external files ↵Angie Byron2010-11-20
| | | | with #attached
* #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in ↵Angie Byron2010-11-20
| | | | entity_load()
* #460448 follow-up by chx: Replace advanced regex incompatible with PCRE < ↵Angie Byron2010-11-20
| | | | 7.2 with function-based approach.
* #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.
* #222109 by David_Rothstein: Fix documentation for module_list().Angie Byron2010-11-20
|
* #208611 by effulgentsia, ksenzee, p.brouwers, et al: Fixed drupal_add_js() ↵Angie Byron2010-11-20
| | | | includes settings twice and breaks certain JS files.
* #599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to ↵Angie Byron2010-11-20
| | | | theme_menu_local_tasks() theme function