summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #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.
* - 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.
* - Patch #914792 by sun, moshe weitzman, effulgentsia: custom element ↵Dries Buytaert2010-11-12
| | | | properties entirely override default element info properties.
* - Patch #964822 by pwolanin: small optimization for menu_get_item().Dries Buytaert2010-11-07
|
* - 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.
* - Patch #689954 by Mark Trapp: installation complete message doesn't conform ↵Dries Buytaert2010-11-05
| | | | to Drupal path conventions.
* - Patch #956256 by plach: () is only set if language is detected from the URL.Dries Buytaert2010-11-05
|
* - Patch #938462 by bojanz: Fix EntityFieldQuery fatal error in certain cases ↵Dries Buytaert2010-11-05
| | | | and document bundle limitations.
* - Patch #889366 by Kevin Hankens, jhodgdon: error in DrupalCacheInterface ↵Dries Buytaert2010-11-05
| | | | documentation .
* - Patch #575280 by mfb, carlos8f, chx, bleen18: impersonation when an https ↵Dries Buytaert2010-11-05
| | | | session exists.
* - Patch #961908 by dalin, Damien Tournoud: make drupal_attributes() faster.Dries Buytaert2010-11-05
|
* - Patch #956320 by dstol: doc cleanup for menu_set_active_trail().Dries Buytaert2010-10-30
|
* - Patch #736556 by daniels220: theme_links() doc needs expansion.Dries Buytaert2010-10-30
|
* - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of ↵Dries Buytaert2010-10-28
| | | | array_key_exists().
* - Patch #654796 by chx, c960657, sun, effulgentsia: fix bugs with checkbox ↵Dries Buytaert2010-10-28
| | | | element.
* - Patch #582584 by JohnAlbin: form_required_marker() isn't passed the form ↵Dries Buytaert2010-10-28
| | | | element (theme_hook() definition is wrong).
* - Patch #952768 by jhodgdon: () parameter in drupal_add_library() and ↵Dries Buytaert2010-10-28
| | | | drupal_process_attached() undocumented.
* - Patch #912700 by bleen18, jmiccolis: modules with no files[] entries in ↵Dries Buytaert2010-10-27
| | | | .info files are deemed 'incompatible with 7.x'.
* - Patch #718540 by jhodgdon, freelock: better documentation in query.inc.Dries Buytaert2010-10-26
|
* - Patch #611786 by Gábor Hojtsy, tobiasb, Pasqualle: .po file should not be ↵Dries Buytaert2010-10-26
| | | | considered broken if last msgstr is empty.