summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* #755856 by jbrown: Don't insert default values into db in drupal_write_record().Angie Byron2010-08-05
|
* #842962 by jhodgdon, chx: Fixed hook_menu() and drupal_deliver_page() need ↵Angie Byron2010-08-05
| | | | to warn about access checks in documentation.
* - Patch #258846 by casey, Gribnif: CSS aggregation fails to parse some url()'s.Dries Buytaert2010-08-03
|
* - Patch #870620 by cwgordon7: trailing whitespace in common.inc.Dries Buytaert2010-08-01
|
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - 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 #850152 by kiamlaluno: use 'elseif' in place of 'else if'.Dries Buytaert2010-07-24
|
* - Patch #684982 by plach: audit of global language variable use.Dries Buytaert2010-07-16
|
* #715142 by effulgentsia, msmithgu, mr.baileys, Damien Tournoud, sun: Fixed ↵Angie Byron2010-07-07
| | | | Various URLs escaped twice, since check_url() resp. filter_xss_bad_protocol() calls check_plain().
* - Patch #805702 by Berdir: cron should use locking framework.Dries Buytaert2010-07-02
|
* - Patch #327331 by mr.baileys, wrwrwr: fix filter_xss() to not allow empty ↵Dries Buytaert2010-07-01
| | | | style/on* attributes at end of opening tag.
* - Patch #effulgentsia: remove left-overs.Dries Buytaert2010-07-01
|
* - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be ↵Dries Buytaert2010-06-28
| | | | per database connection.
* - Patch #839520 by agentrickard: entity_uri() should pass the entity data to ↵Dries Buytaert2010-06-28
| | | | url().
* - Patch #795022 by nenne, brightplum: drupal_explode_tags() and ↵Dries Buytaert2010-06-27
| | | | drupal_implode_tags() should point to each other; taxonomy_implode_tags() too.
* - Patch #838408 by chx: remove hook_menu_active_handler_alter().Dries Buytaert2010-06-26
|
* - Patch #830820 by Jacine: themes can alter CSS.Dries Buytaert2010-06-25
|
* - Patch #834710 by solotandem, jhodgdon: filter_xss() documentation does not ↵Dries Buytaert2010-06-24
| | | | indicate a return value.
* - Patch #834924 by jhodgdon: entity_invoke() is worthless.Dries Buytaert2010-06-23
|
* #733028 by cha0s, agentrickard: Fixed SA-CORE-2010-001 - Open redirection.Angie Byron2010-06-21
|
* #444228 follow-up by Tri, ridgerunner, Damien Tournoud, et al: Improve ↵Angie Byron2010-06-21
| | | | Optimize CSS performance by removing support for Mac IE 5.5 comment hacks, and add tests. (Apologies; some of this went in with a previous commit http://drupal.org/cvs?commit=382522)
* #448292 by Frank Ralf, David_Rothstein, mgifford, Everett Zufelt, Bojhan, ↵Angie Byron2010-06-20
| | | | mohammed76, et al: Fixed Drag and Drop for table rows is not accessible to screen-reader users.
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* - Patch #819844 by agentrickard: better documentation for url_is_external().Dries Buytaert2010-06-09
|
* - Patch #803212 by effulgentsia, Heine: protection against forgery of input ↵Dries Buytaert2010-06-05
| | | | selection value doesn't work with checkboxes.
* - Patch #782056 by aspilicious: removing tabs and trailing white space.Dries Buytaert2010-05-26
|
* - Patch #437228 by effulgentsia: remove hard-coded check for 'Apache' for ↵Dries Buytaert2010-05-26
| | | | deciding whether to add 'index.php' within url().
* - Patch #730420 by andrewmacpherson: make html.tpl.php less dependant on rdf ↵Dries Buytaert2010-05-26
| | | | namespaces.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Patch #803650 by aaronbauman: calling entity_create_stub_entity() with a ↵Dries Buytaert2010-05-21
| | | | revision id creates fatal error unversioned entity types.
* - Patch #303838 by c960657, Aron Novak: drupal_http_request() - case ↵Dries Buytaert2010-05-20
| | | | sensitive HTTP header field names.
* - Patch #768490 by JohnAlbin, sign: theme_table_select_header_cell() is not ↵Dries Buytaert2010-05-19
| | | | really a theme function.
* - Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics ↵Dries Buytaert2010-05-18
| | | | module enabled is much slower in serving cached pages in D7 than in D6.
* - Patch #763850 by c960657: require_once() and drupal_get_path() ↵Dries Buytaert2010-05-18
| | | | inconsistencies.
* - Patch #796120 by c960657: do not urldecode() parameters in drupal_goto().Dries Buytaert2010-05-18
|
* - Patch #796048 by jbafford: drupal_build_js_cache() improperly merged JS ↵Dries Buytaert2010-05-16
| | | | files in some cases.
* #721400 follow-up by pwolanin: Remove unnecessary query strings from CSS/JS ↵Angie Byron2010-05-14
| | | | files.
* - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is ↵Dries Buytaert2010-05-12
| | | | inconsistent.
* - Patch #721400 by pwolanin, Owen Barton, DamienMcKenna: don't change ↵Dries Buytaert2010-05-09
| | | | filenames for aggregated JS/CSS.
* - Patch #341588 by voxpelli, mikl, dereine: drupal_json_output() must use ↵Dries Buytaert2010-05-04
| | | | correct mime-type.
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #767738 by rfay, sun: Complete and much more betterer re-write of ↵Angie Byron2010-05-01
| | | | drupal_process_states() documentation.
* - Patch #713028 by hefox, jhodgdon, solotandem: drupal_system_listing() ↵Dries Buytaert2010-04-30
| | | | indicates incorrect key values.
* - Patch #555830 by effulgentsia: better code comments.Dries Buytaert2010-04-30
|
* - Patch #555830 by sun, effulgentsia, mgifford, TheRec, aspilicious: clean ↵Dries Buytaert2010-04-30
| | | | up theme_image() to use drupal_attributes() for all attributes and revisit defaults for 'alt' and 'title'.
* #758804 by David_Rothstein: Remove unnecessary calls to rebuild module and ↵Angie Byron2010-04-29
| | | | theme data in the installer.
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ↵Dries Buytaert2010-04-28
| | | | core.
* - Patch #617126 by pwolanin, Damien Tournoud, mkalkbrenner: work around PHP ↵Dries Buytaert2010-04-27
| | | | bugs in drupal_http_request().