summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #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
* #151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling ↵Angie Byron2010-11-20
| | | | modules does not follow dependencies.
* - Patch #944198 by sun: functions that call drupal_system_listing() act on ↵Dries Buytaert2010-11-19
| | | | potentially invalid system items.
* - Patch #935036 by bfroehle, dww: file exists in ↵Dries Buytaert2010-11-19
| | | | FileTransferFTPExtension->createDirectoryJailed().
* #874326 follow-up by rfay: Fix watchdog message typo.Angie Byron2010-11-18
|
* - 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.
* #953914 by chx, yched, effulgentsia, pifantastic: Fixed ↵Angie Byron2010-11-15
| | | | #limit_validation_errors fails is parents array contains numeric indexes.
* #553944 by sun: Define hook_menu_get_item_alter() as a reliable hook that ↵Angie Byron2010-11-15
| | | | runs before the page is generated.
* #885014 by bojanz, chx: Fixed add missing pager and tablesort query support ↵Angie Byron2010-11-14
| | | | to EntityFieldQuery.
* #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.
* #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.
* Back to 7.0-devAngie Byron2010-11-14
|
* Drupal 7.0-beta3Angie Byron2010-11-14
|
* Back to 7.0-devAngie Byron2010-11-14
|
* Drupal 7.0-beta3Angie Byron2010-11-14
|
* #946968 follow-up by Damien Tournoud: Refactor version check for databases.Angie Byron2010-11-13
|
* #575280 follow-up by mfb, carlos8f: Empty session IDs break Drupal. ↵Angie Byron2010-11-13
| | | | (courtesty of BADCamp 2010 woo)
* - Patch #946968 by dmitrig01: we are not checking the version of MySQL and ↵Dries Buytaert2010-11-13
| | | | PostgreSQL servers anymore (nor we do for SQLite).
* - 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.