summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #410646 by dman, David_Rothstein, and thousands of other people: Fixed ↵Angie Byron2010-08-23
| | | | 'Secondary menu' exists but is no longer the default source for the secondary links.
* - Patch #860180 by chx, dixon_, jhodgdon: entity listing and loading does ↵Dries Buytaert2010-08-22
| | | | not allow for node access.
* - Patch #323477 by justinrandell, boombatower, tstoeckler, Damien Tournoud: ↵Dries Buytaert2010-08-22
| | | | increase simpletest speed by running on a simplified profile.
* - Patch #408482 by c960657, drifter, dixon_, chx: menu links do not follow ↵Dries Buytaert2010-08-22
| | | | parent when moving.
* - Patch #870584 by sender: drupal_register_shutdown_function() doxygen is wrong.Dries Buytaert2010-08-22
|
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, ↵Dries Buytaert2010-08-22
| | | | mikey_p, dhthwy: hook_file_references() was not designed for a highly flexible field storage.
* - Patch #812016 by effulgentsia, chx, redndahead, Damien Tournoud: themes ↵Dries Buytaert2010-08-22
| | | | cannot always participate in drupal_alter().
* - Patch #887102 by Heine: trigger and action escaping issues. Critical bug fix.Dries Buytaert2010-08-22
|
* - Patch #652122 by sun, catch, moshe weitzman, Berdir, mr.baileys, chx, ↵Dries Buytaert2010-08-20
| | | | David_Rothstein, Scott Reynolds, Damien Tournoud: fix dashboard as the default /admin local task.
* - Patch #881132 by Garrett Albright: CSS Optimization breaks with non-UTF-8 ↵Dries Buytaert2010-08-20
| | | | .css files.
* - Patch #883336 by sun, andypost: theme_image_button() broken.Dries Buytaert2010-08-20
|
* - Rollback of #447816 -- didn't meant to commit that just yet.Dries Buytaert2010-08-18
|
* - Patch #443286 by c960657, Damien Tournoud, drifter, webkenny, scor: ↵Dries Buytaert2010-08-17
| | | | international characters break file handling.
* - Patch #829822 by pwolanin, tstoeckler: check Drupal 7 core for ↵Dries Buytaert2010-08-17
| | | | vulnerabilities in SA-CONTRIB-2010-066.
* - Patch #879910 by plach: fixed text_field_prepare_translation() broken.Dries Buytaert2010-08-17
|
* - Patch #858528 by Damien Tournoud, chx: file_uri_target() purpose is unclear.Dries Buytaert2010-08-17
|
* - Patch #156582 by c960657, pwolanin, townxelliot, Damien Tournoud, kbahey, ↵Dries Buytaert2010-08-17
| | | | mikeytown2, drico, jpmckinney: drupal_http_request() should support timeout setting.
* - Patch #857206 by Stevel: fixed database autoloader.Dries Buytaert2010-08-17
|
* - Patch #885000 by cwgordon7: drupal_placeholder() takes an array as an ↵Dries Buytaert2010-08-17
| | | | argument.
* - Patch #883400 by catch: file_unmanaged_copy() spits useless error message ↵Dries Buytaert2010-08-16
| | | | on fail.
* - Patch #862078 by gustavb, Damien Tournoud: PDO coerceing empty strings to ↵Dries Buytaert2010-08-16
| | | | NULL when target is a Postgres bytea.
* - Patch #881536 by sun, pwolanin: cannot pass drupal_http_request() options ↵Dries Buytaert2010-08-14
| | | | into xmlrpc() function.
* - Patch #878408 by pwolanin, Damien Tournoud: replace decode_entities() with ↵Dries Buytaert2010-08-11
| | | | built-in html_entity_decode().
* - Patch #878198 by pwolanin: add back a method to the DB driver interface ↵Dries Buytaert2010-08-11
| | | | that reports the server version.
* - Patch #605552 by dereine, mr.baileys: function l() fragment 0 return not #0.Dries Buytaert2010-08-10
|
* - Patch #797680 by lyricnz, jbrown: drupal_write_record() unnecessarily sets ↵Dries Buytaert2010-08-09
| | | | primary keys while updating.
* - Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is ↵Dries Buytaert2010-08-08
| | | | default theme now.
* - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ↵Dries Buytaert2010-08-08
| | | | ->countQuery(), at least for MySQL.
* - Patch #710640 by jhodgdon, torelad: improve documentation for ↵Dries Buytaert2010-08-08
| | | | file_munge_filename().
* #755856 by jbrown: Don't insert default values into db in drupal_write_record().Angie Byron2010-08-05
|
* #807336 by jhodgdon, Berdir, Crell: Document thrown exceptions in database ↵Angie Byron2010-08-05
| | | | layer.
* #851348 by mr.baileys: Fixed Fix doc: menu_tree() returns a renderable ↵Angie Byron2010-08-05
| | | | array, not rendered HTML.
* #842962 by jhodgdon, chx: Fixed hook_menu() and drupal_deliver_page() need ↵Angie Byron2010-08-05
| | | | to warn about access checks in documentation.
* - Patch #667112 by pwolanin, David_Rothstein: there is no way to initialize ↵Dries Buytaert2010-08-04
| | | | a pager without running an SQL query.
* - Patch #258846 by casey, Gribnif: CSS aggregation fails to parse some url()'s.Dries Buytaert2010-08-03
|
* #851168 by Stevel, Damien Tournoud: Fixed db_find_tables() expects tables to ↵Angie Byron2010-08-02
| | | | be prefixed, inconsistent implementation and documentation.
* - Patch #870620 by cwgordon7: trailing whitespace in common.inc.Dries Buytaert2010-08-01
|
* #619434 by jim0203, jablko: Fixed can't set 'default maximum file size per ↵Angie Byron2010-08-01
| | | | upload' when upload_max_filesize() is '0' (unlimited).
* #853748 by Stevel, andypost: Fixed Folders in includes/database that do not ↵Angie Byron2010-07-31
| | | | contain an (installable) driver are used anyway.
* - Patch #855420 by jhodgdon, aspilicious: documentation cleanup for ↵Dries Buytaert2010-07-31
| | | | xmlrpcs.inc and add missing documentation headers.
* - Patch #829968 by andypost, AlexisWilke: drupal_lookup_path() documentation ↵Dries Buytaert2010-07-31
| | | | and return mismatch.
* - Patch #690980 by seutje, sun, seanyo, aaroncouch: disabled form elements ↵Dries Buytaert2010-07-31
| | | | not properly rendered.
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that ↵Dries Buytaert2010-07-30
| | | | MariaDB works, too.
* - Patch #855380 by plach: () should be used to lookup the current path alias.Dries Buytaert2010-07-30
|
* - Patch #747252 by justinrandell, dhthwy, aspilicious: cannot extract themes ↵Dries Buytaert2010-07-29
| | | | and modules.
* - Patch #822108 by jhodgdon, aaronbauman, justinrandell: rediscover ↵Dries Buytaert2010-07-29
| | | | bootstrap hook implementations during cache clear.
* - Patch #800460 by effulgentsia, sun: WTF coupling between ()['cache'] and ↵Dries Buytaert2010-07-29
| | | | form processing.
* - Patch #855988 by pwolanin, Damien Tournoud, David_Rothstein: get rid of ↵Dries Buytaert2010-07-29
| | | | preg_replace() with /e in decode_entities().