summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #499794 by Berdir: made protected method public because it is called ↵Dries Buytaert2009-06-27
| | | | as a public method.
* - Patch #369314 by Berdir: make sub-selects work.Dries Buytaert2009-06-27
|
* Roll-back of #395472 follow-up. Seeing if this causes testing bot to quit ↵Angie Byron2009-06-24
| | | | spazzing out.
* #395472 follow-up by Frando: Fix typo in class definitions.Angie Byron2009-06-23
|
* - Patch #395472 by chx, dww, cwgordon7, JacobSingh, et al: added different ↵Dries Buytaert2009-06-23
| | | | file transport mechanisms to core in preparation of a plugin manager.
* - Patch #67211 by catch, Gábor Hojtsy, yoroy, cdale, et al: drop the colon ↵Dries Buytaert2009-06-20
| | | | after form titles.
* - Patch #211439 by David_Rothstein, cwgordon7: correct sorting of modules.Dries Buytaert2009-06-20
|
* - Patch #409994 by jhodgdon et al: clarified the documentation.Dries Buytaert2009-06-19
|
* #455844 by yched, JohnAlbin, moshe weitzman, Frando, et al: Allow more ↵Angie Byron2009-06-18
| | | | granular theming of drupal_render()ed elements.
* - Patch #293322 by minorOffense: fixed documentation.Dries Buytaert2009-06-18
|
* - Patch #265265 by jhodgdon, neochief: phpdoc fix.Dries Buytaert2009-06-18
|
* - Patch #392688 by jeffschuler: added missing documentation.Dries Buytaert2009-06-18
|
* - Patch #276008 by lilou, Arancaytar: missing user agent should not trigger ↵Dries Buytaert2009-06-17
| | | | a notice per the HTTP specification.
* - Patch #280240 by andypost: maybe some day, someone wants to post 0. :)Dries Buytaert2009-06-17
|
* #482622 by chx and Frando: Allow alternative implementations for caching.Angie Byron2009-06-16
|
* - Patch #491978 by Berdir: remove unnecessary &s.Dries Buytaert2009-06-15
|
* - Patch #274947 by yched: removed the remaining bits from teaser splitter.Dries Buytaert2009-06-15
|
* - Patch #43493 by sime, sun, et al: add name/type as CSS class for form ↵Dries Buytaert2009-06-14
| | | | elements.
* - Patch #461938 by jamesAn: proper filtering of and .Dries Buytaert2009-06-13
|
* - Patch #221399 by smk-ka, jeffschuler, lilou, earnie et al: make it ↵Dries Buytaert2009-06-13
| | | | possible to enable blocks on 404 pages.
* - Patch #486278 by brianV: fixed headers sent by XML-RPC library.Dries Buytaert2009-06-12
|
* - Patch #370958 by c960657, drewish, Rob Loach: added flash related mime types.Dries Buytaert2009-06-11
|
* - Patch #359719 by joachim, brianV: documentation for theme_menu_item().Dries Buytaert2009-06-10
|
* - Patch #487830 by c960657: fixed a HTTP header and improved the tests.Dries Buytaert2009-06-10
|
* - Patch #449198 by justinrandell: documentation update.Dries Buytaert2009-06-10
|
* - Patch #197266 by drewish: added code comment.Dries Buytaert2009-06-09
|
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* - Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to ↵Dries Buytaert2009-06-08
| | | | t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages.
* - Patch #484336 by smk-ka: remove left-over variable.Dries Buytaert2009-06-08
|
* - Patch #202775 by michaelfavia, jabapyth: fixed database testing and error ↵Dries Buytaert2009-06-08
| | | | handling during installation.
* - Patch #145733 by brianV: enable cookies ...Dries Buytaert2009-06-06
|
* #408876 by JamesAn: Document Schema API's serialize property.Angie Byron2009-06-06
|
* #483808 by chx and Crell: Default DBTNG conditions to IN when an array of ↵Angie Byron2009-06-06
| | | | values is passed in, to match the field query API.
* - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵Dries Buytaert2009-06-06
| | | | system_theme_data().
* - Patch #156582 by c960657, Damien Tournoud, townxelliot: added support for ↵Dries Buytaert2009-06-06
| | | | timeouts to drupal_http_request().
* - Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... ↵Dries Buytaert2009-06-05
| | | | queries.
* #480044 by JohnAlbin: sites/all/ should take precedence over profiles when ↵Angie Byron2009-06-03
| | | | searching for modules and themes.
* - Patch #358315 by neochief et al: drupal_lookup_path() not respects alias' ↵Dries Buytaert2009-06-02
| | | | order.
* - Patch #422362 by JamesAn: convert form.inc to use new static caching API.Dries Buytaert2009-06-02
|
* - Patch #473652 by Damien Tournoud, catch: removed unneeded loop from ↵Dries Buytaert2009-06-02
| | | | file_get_mimetype() and further clean-up.
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* #422116 by JohnAlbin: Kill off theme_engine_name prefix for theme functions ↵Angie Byron2009-06-02
| | | | to assist with theme inheritance and TX (Themer eXperience).
* - Patch #111011 by Josh Waihi: adding foreign key specifications.Dries Buytaert2009-06-01
|
* - Patch #458176 by c960657: improved exception handling in database layer.Dries Buytaert2009-06-01
|
* - Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() ↵Dries Buytaert2009-06-01
| | | | optimizations.
* - Patch #422358 by JamesAn, pwolanin: convert common.inc to use new static ↵Dries Buytaert2009-05-31
| | | | caching API.
* #408434 by mr.baileys and andypost: Fix fatal error in actions.inc after ↵Angie Byron2009-05-31
| | | | DBTNG conversion.
* - Patch #393632 by andypost: use both first and last class for single-item ↵Dries Buytaert2009-05-30
| | | | menu items.
* #471800 follow-up by stella: Fixing comments on MySQL system queries.Angie Byron2009-05-29
|
* #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string ↵Angie Byron2009-05-28
| | | | (and corresponding $classes_array) for all dynamic classes in template files.