summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Expand)AuthorAge
* - 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
* - 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 Optimi...Angie Byron2010-06-21
* #448292 by Frank Ralf, David_Rothstein, mgifford, Everett Zufelt, Bojhan, moh...Angie Byron2010-06-20
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ...Dries Buytaert2010-06-17
* - Patch #819844 by agentrickard: better documentation for url_is_external().Dries Buytaert2010-06-09
* - Patch #803212 by effulgentsia, Heine: protection against forgery of input s...Dries Buytaert2010-06-05
* - 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 dec...Dries Buytaert2010-05-26
* - Patch #730420 by andrewmacpherson: make html.tpl.php less dependant on rdf ...Dries Buytaert2010-05-26
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' s...Dries Buytaert2010-05-23
* - Patch #803650 by aaronbauman: calling entity_create_stub_entity() with a re...Dries Buytaert2010-05-21
* - Patch #303838 by c960657, Aron Novak: drupal_http_request() - case sensitiv...Dries Buytaert2010-05-20
* - Patch #768490 by JohnAlbin, sign: theme_table_select_header_cell() is not r...Dries Buytaert2010-05-19
* - Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics modu...Dries Buytaert2010-05-18
* - Patch #763850 by c960657: require_once() and drupal_get_path() inconsistenc...Dries Buytaert2010-05-18
* - 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 fil...Dries Buytaert2010-05-16
* #721400 follow-up by pwolanin: Remove unnecessary query strings from CSS/JS f...Angie Byron2010-05-14
* - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is in...Dries Buytaert2010-05-12
* - Patch #721400 by pwolanin, Owen Barton, DamienMcKenna: don't change filenam...Dries Buytaert2010-05-09
* - Patch #341588 by voxpelli, mikl, dereine: drupal_json_output() must use cor...Dries Buytaert2010-05-04
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 an...Dries Buytaert2010-05-01
* #767738 by rfay, sun: Complete and much more betterer re-write of drupal_proc...Angie Byron2010-05-01
* - Patch #713028 by hefox, jhodgdon, solotandem: drupal_system_listing() indic...Dries Buytaert2010-04-30
* - Patch #555830 by effulgentsia: better code comments.Dries Buytaert2010-04-30
* - Patch #555830 by sun, effulgentsia, mgifford, TheRec, aspilicious: clean up...Dries Buytaert2010-04-30
* #758804 by David_Rothstein: Remove unnecessary calls to rebuild module and th...Angie Byron2010-04-29
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ...Dries Buytaert2010-04-28
* - Patch #617126 by pwolanin, Damien Tournoud, mkalkbrenner: work around PHP b...Dries Buytaert2010-04-27
* - Patch #740764 by mr.baileys, aspilicious: add missing functions to the sani...Dries Buytaert2010-04-24
* #692950 by effulgentsia, chx, aaron, catch, moshe weitzman, sun: Use hook_mod...Angie Byron2010-04-22
* #721082 by scor, linclark: Fixed Prevent conflicting namespaces and move hook...Angie Byron2010-04-22
* #357799 by unexpand and Heine: Clarify return value of drupal_render() function.Angie Byron2010-04-22
* - Patch #768518 by catch: element_info() should use drupal_static_fast() patt...Dries Buytaert2010-04-17
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP stric...Dries Buytaert2010-04-11
* - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work correctl...Dries Buytaert2010-04-07
* - Patch #763962 by effulgentsia: remove ineffective static caching of within...Dries Buytaert2010-04-07
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to en...Dries Buytaert2010-04-06
* - Patch #303987 by jhodgdon, CitizenKane: l() documentation needs to say some...Dries Buytaert2010-04-06
* - Patch #499774 by jbrauer: support use of feed:// URLs as synonyms for http:...Dries Buytaert2010-04-06
* - Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave ...Dries Buytaert2010-03-31
* - Patch #755586 by c960657: don't call is_writable() in each request.Dries Buytaert2010-03-31
* - Patch #707724 by yche: forgot to rename 'object keys' to 'entity keys'.Dries Buytaert2010-03-28
* - Patch #754686 by yched: rename 'cacheable' property in hook_entity_info().Dries Buytaert2010-03-27
* #621902 by jhodgdon and mfer: Fixed Docs for drupal_add_js().Angie Byron2010-03-27
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ...Dries Buytaert2010-03-26