summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #418302 follow-up by David_Rothstein, reglogge, dww: Deal with obscure edge ↵Angie Byron2010-09-22
| | | | case when attempting to create settings.php during installation.
* - Patch #168722 by sun, bleen18: hidden input elements contain invalid ↵Dries Buytaert2010-09-22
| | | | characters in ID attributes.
* - Patch #908282 by jbrown: theme_image() performs I/O.Dries Buytaert2010-09-22
|
* - Patch #910388 by mikl: installation fails on PostgreSQL 8.4: Invalid ↵Dries Buytaert2010-09-22
| | | | escape sequence.
* #882164 by aschiwi, Gábor Hojtsy, David_Rothstein, reglogge, et al: Fix the ↵Angie Byron2010-09-22
| | | | 'install from another language' instructions so that they actually work.
* - Patch #885228 by sun, Jacine, mverbaar: CSS Files are in major need of ↵Dries Buytaert2010-09-19
| | | | clean up.
* - Patch #909230 by chx: better db_query() docs.Dries Buytaert2010-09-18
|
* - Patch #846330 by sun: proper wrapping of phpDoc.Dries Buytaert2010-09-17
|
* - Patch #732914 by Jacine, sun, reglogge, cosmicdreams: improve the ↵Dries Buytaert2010-09-17
| | | | markup/CSS for content and user filter forms.
* - Patch #914312 by sdboyer: classes marked 'final' are not picked up by the ↵Dries Buytaert2010-09-17
| | | | registry.
* - Patch #909272 by moshe weitzman, David_Rothstein: remove stub update ↵Dries Buytaert2010-09-17
| | | | functions and renumber the remaining ones.
* - Patch #740834 by makononov, sun: form elements cannot be rendered without ↵Dries Buytaert2010-09-16
| | | | form_builder().
* - Patch #883092 by Everett Zufelt, mgifford, Jacine: add heading before ↵Dries Buytaert2010-09-16
| | | | local tasks for screen-reader users.
* - Patch #809616 by catch: fixed notice in menu rebuild.Dries Buytaert2010-09-16
|
* Back to 7.0-devAngie Byron2010-09-16
|
* Drupal 7.0-alpha7Angie Byron2010-09-16
|
* #910190 by sun: Remove schema cache from needlessly being loaded on all ↵Angie Byron2010-09-15
| | | | pages. Performance improvement.
* - Patch #910572 by sun, David_Rothstein: command line installations are ↵Dries Buytaert2010-09-14
| | | | broken (programmatic form submissions don't need a theme?).
* #418302 by David_Rothstein, dww, reglogge, and lots and lots of other ↵Angie Byron2010-09-14
| | | | people: Copy default.settings.php to settings.php during install if webserver owns files. Eliminates 'red error of death' during install for most shared hosting set-ups.
* #763376 follow-up by andypost: Fix typo.Angie Byron2010-09-13
|
* #734234 by quicksketch, moonray, Melissamcewen, ekes, flobruit: Fixed Radio ↵Angie Byron2010-09-13
| | | | buttons throw warning in element_children() if keyed with '' (empty string).
* #898520 follow-up by Damien Tournoud, chx, David Rothstein: Clean-up the ↵Angie Byron2010-09-13
| | | | upgrade path: comment.
* - Patch #756762 by effulgentsia, fago, sun, rfay, pwolanin: AJAX should ↵Dries Buytaert2010-09-13
| | | | follow same rules for whether to call drupal_rebuild_form() as non-AJAX submissions.
* #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt ↵Angie Byron2010-09-11
| | | | processing of a stream request.
* - Patch #240828 by sun, yoroy: fixed 'Validation error, please try again...' ↵Dries Buytaert2010-09-11
| | | | is terrible UI and confuses users.
* #818418 by Amitaibu: Fixed Notices on language negotiation callback when ↵Angie Byron2010-09-11
| | | | trying to force a full bootstrap.
* #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. ↵Angie Byron2010-09-11
| | | | title on node).
* #898036 by Berdir: Fixed Private images broken. (with tests)Angie Byron2010-09-11
|
* - Patch #904994 by douggreen, chx: watchdog should always use replaceable ↵Dries Buytaert2010-09-11
| | | | argument.
* #616240 follow-up by yched, dereine, marvil07: Make Field UI screens ↵Angie Byron2010-09-11
| | | | extensible from contrib - part II.
* #763376 follow-up by fago, sun, effulgentsia: Minor adjustments to ↵Angie Byron2010-09-10
| | | | drupal_array_set/get_nested_value().
* #903110 by bojanz: Fixed Multiple pager support is partially broken. (with ↵Angie Byron2010-09-09
| | | | tests)
* - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not ↵Dries Buytaert2010-09-09
| | | | taken into account for #validate, #submit, hook_form_FORMID_alter().
* #874370 by Jeff Burnz, aspilicious, Cliff, mgifford, yoroy, et al: Fixed ↵Angie Byron2010-09-09
| | | | System messages need identifying icons (WCAG 2.0).
* #800502 by Damien Tournoud, sun: Fixed Module page is not ordered correctly.Angie Byron2010-09-05
|
* - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, ↵Dries Buytaert2010-09-05
| | | | fgm, tstoeckler: allow module .info files to add CSS/JS.
* - Patch #559584 by tic2000, sun: filter_xss() and Line break filter break ↵Dries Buytaert2010-09-04
| | | | HTML comments. Also added tests.
* - Patch #887870 by sun, David_Rothstein: make system_list() return full ↵Dries Buytaert2010-09-03
| | | | module records.
* - Patch #886970 by jhodgdon, Crell, Damien Tournoud: DB API putting wrong db ↵Dries Buytaert2010-09-03
| | | | placeholders in complex queries.
* - Patch #894530 by David_Rothstein: update system calls ↵Dries Buytaert2010-09-02
| | | | drupal_get_schema_versions() for lots of uninstalled modules, leading to a performance hit.
* - Patch #832624 by Max K: unused variable () in function init_theme().Dries Buytaert2010-09-02
|
* - Patch #895308 by Damien Tournoud: remove file_directory_path().Dries Buytaert2010-09-01
|
* - Patch #890884 by joachim: targeted overrides for theme_menu_link() and ↵Dries Buytaert2010-09-01
| | | | theme_menu_tree() fail for menus with a hyphen.
* Temporary roll-back of #890994, per Dries's feedback.Angie Byron2010-09-01
|
* #890994 by Berdir, Crell, Josh Waihi: Fixed Entity query tests fail on ↵Angie Byron2010-09-01
| | | | PostgreSQL.
* #761976 by Berdir, jhedstrom, tpfeiffer, Damien Tournoud, Rob van den ↵Angie Byron2010-09-01
| | | | Bogaard, andypost: Fixed DatabaseSchema_pgsql()::changeField() is broken.
* #898654 by chx, Damien Tournoud, alex_b: Fixed Required modules not ↵Angie Byron2010-09-01
| | | | installed before optional modules.
* #891476 by solotandem: Fixed Tableselect is missing a column header when not ↵Angie Byron2010-08-30
| | | | multiple value.
* #895896 by Jacine: Fixed Textarea element should not have a value attribute.Angie Byron2010-08-30
|
* #890090 by Berdir, jhedstrom, marvil07, bjaspan: Fixed Inserting into a just ↵Angie Byron2010-08-27
| | | | created table fails when trying to set a value to a serial.