summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #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.
* - Patch #950662 by amateescu: documentation improvements for ↵Dries Buytaert2010-10-26
| | | | drupal_http_request()
* - Patch #951486 by Damien Tournoud: invalid placeholders in exception ↵Dries Buytaert2010-10-25
| | | | messages during update.
* - Patch #937508 by amateescu: the documentation for arg() doesn't report ↵Dries Buytaert2010-10-23
| | | | what the function returns when it's called without arguments.
* Back to 7.0-devAngie Byron2010-10-23
|
* Drupal 7.0-beta2Angie Byron2010-10-23
|
* #887288 by catch, David_Rothstein: Fixed Attempting to use update.php ↵Angie Byron2010-10-22
| | | | without having configured a database in settings.php results in incorrect/misleading error message
* #927828 by Damien Tournoud, LaurentAjdnik, boombatower: Fixed contrib can't ↵Angie Byron2010-10-22
| | | | specify custom schema types. Should fix Date module. Yay.
* #831966 by Heine, solotandem: Fixed unable to uncheck rows in tableselect ↵Angie Byron2010-10-21
| | | | default_value
* - Patch #647228 by sun, katbailey, Rob Loach: links are needlessly unable to ↵Dries Buytaert2010-10-21
| | | | fully participate in D7 AJAX framework features.
* - Patch #942690 by effulgentsia: security harden stream wrappers by ↵Dries Buytaert2010-10-21
| | | | defaulting them as remote.
* - Patch #945332 by webkenny: allow 'tel:' protocol through ↵Dries Buytaert2010-10-21
| | | | drupal_strip_dangerous_protocols().
* - Patch #943558 by David_Rothstein: 'block_callback()' in menu_router() ↵Dries Buytaert2010-10-21
| | | | table seems to have no purpose.
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #942718 by joachim: drupal_get_form() and hook_form_alter() should ↵Dries Buytaert2010-10-20
| | | | mention #parameters.
* - Patch #943558 by joachim: 'block_callback()' in menu_router() table has no ↵Dries Buytaert2010-10-20
| | | | purpose.
* - Patch #945118 by Island Usurper: fixed documentation formatting for ↵Dries Buytaert2010-10-20
| | | | drupal_add_js().