summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
* - Patch #763048 by catch: critical bug: remove drupal_unpack()() due to names...Dries Buytaert2010-04-13
* - Patch #688704 by Crell, boombatower, andypost, noahb: give DB its own autol...Dries Buytaert2010-04-11
* - Patch #426056 by effulgentsia, Berdir, sun, boombatower, tstoeckler: fixed ...Dries Buytaert2010-04-11
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP stric...Dries Buytaert2010-04-11
* - Patch #688704 by Crell, boombatower, noahb: give DB its own autoload function.Dries Buytaert2010-04-11
* #764418 by David_Rothstein, jpmckinney, quiptime, Crell: Move query condition...Angie Byron2010-04-11
* - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved ...Dries Buytaert2010-04-10
* - Patch #642614 by plach: locale_add_language() should reset entity_info() ca...Dries Buytaert2010-04-09
* - Patch #705242 by moshe weitzman: _drupal_log_error() messy for CLI requests.Dries Buytaert2010-04-08
* - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work correctl...Dries Buytaert2010-04-07
* - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support cross-schema/d...Dries Buytaert2010-04-07
* - Patch #721436 by catch, chx, sun, eojthebrave, David_Rothstein, moshe weitz...Dries Buytaert2010-04-07
* - Patch #763962 by effulgentsia: remove ineffective static caching of within...Dries Buytaert2010-04-07
* - Patch #642782 by plach, Dave Reid, greggles, mfb: hook_language_init() is a...Dries Buytaert2010-04-07
* - Patch #558928 by mgifford, brandonojc, Owen Barton, Everett Zufelt: follow-...Dries Buytaert2010-04-07
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to en...Dries Buytaert2010-04-06
* - Patch #592008 by moshe weitzman, David_Rothstein, chx: don't save theme reg...Dries Buytaert2010-04-06
* - Patch #669794 by andypost, Josh Waihi, aspilicious, moshe weitzman, catch: ...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 #761316 by Crell: code simplification in query dispatchers.Dries Buytaert2010-04-04
* - Patch #760982 by yhager, jbrown, aspilicious, David_Rothstein: tokenizer PH...Dries Buytaert2010-04-04
* - Patch #760738 by yched: includes full form state in unneeded cases.Dries Buytaert2010-04-04
* - Patch #748340 by Berdir, andypost, catch, noahb, Crell: MySQL-optimized tab...Dries Buytaert2010-04-04
* #742246 by jbrown: Fixed Uncaught exceptions thrown in the exception handler ...Angie Byron2010-04-03
* - Patch #671184 by Scott Reynolds, sun, effulgentsia, yched, rfay, Pasqualle:...Dries Buytaert2010-03-31
* - Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave ...Dries Buytaert2010-03-31
* - Patch #265973 by Damien Tournoud, mr.baileys, dixon_, clemens.tolboom: XML-...Dries Buytaert2010-03-31
* - Patch #756498 by douggreen: restore current directory after register_shutdo...Dries Buytaert2010-03-31
* - Patch #755586 by c960657: don't call is_writable() in each request.Dries Buytaert2010-03-31
* - Patch #677750 by jurgenhaas: fixed XMLRPC server call creates unnecessary w...Dries Buytaert2010-03-31
* - Patch #756478 by alex_b: remove obsolete return statement in findCaller().Dries Buytaert2010-03-31
* #467296 by Frank Ralf, mgifford, Everett Zufelt, Cliff,seutje, Bojhan, kat3_d...Angie Byron2010-03-30
* - Patch #753754 by Garrett Albright, aspilicious, Crell, yoroy, marcvangend: ...Dries Buytaert2010-03-28
* - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ...Dries Buytaert2010-03-28
* - Patch #707724 by yche: forgot to rename 'object keys' to 'entity keys'.Dries Buytaert2010-03-28
* - Patch #753754 by Garrett Albright, aspilicious, yoroy: error message when s...Dries Buytaert2010-03-28
* - Patch #754192 by andypost, Damien Tournoud: critical bug: fixed transaction...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 #231668 by aspilicious, birdmanx35: improve comments in core to confo...Dries Buytaert2010-03-26
* - Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX trigger...Dries Buytaert2010-03-26
* - Patch #669794 by andypost: use savepoints for nested transactions.Dries Buytaert2010-03-26
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ...Dries Buytaert2010-03-26
* - Patch #629902 by andypost, JohnAlbin, David_Rothstein: critical bug: theme_...Dries Buytaert2010-03-26
* - Patch #667944 by sun: Javascript #states cannot hide fieldsets, radios, che...Dries Buytaert2010-03-26
* - Patch #656782 by effulgentsia: critical bug: ajax_process_form() results in...Dries Buytaert2010-03-26
* - Patch #752096 by c960657: remove unused check_file().Dries Buytaert2010-03-25