summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #170310 by mfb, JohnAlbin: avoid SSL cookie getting over-written by ↵Dries Buytaert2008-08-18
| | | | non-SSL cookie.
* - Patch #296300 by chx: remove edit[] and fixed Doxygen.Dries Buytaert2008-08-17
|
* - Patch #296302 by chx: remove PHP 5.1 hack now the minimum requirement is ↵Dries Buytaert2008-08-17
| | | | PHP 5.2.
* - Patch #252430 by quicksketch: allow base theme prefix in preprocessor ↵Dries Buytaert2008-08-16
| | | | function names to correct expected behavior.
* - Patch #295506 by swentel: node preview is rendered twice.Dries Buytaert2008-08-16
|
* - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request ↵Dries Buytaert2008-08-16
| | | | error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-)
* - Patch #279404 by chx: removed old cruft. See ↵Dries Buytaert2008-08-15
| | | | http://drupal.org/files/issues/fapi_award.jpg.
* - Patch by Heine, Damien, drumm, scor, mark burdett: fixed XSS problems via ↵Dries Buytaert2008-08-14
| | | | private downloads.
* - Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in ↵Dries Buytaert2008-08-14
| | | | numeric order, not in definition order.
* - Patch #268477 by MadHarold, Damien Tournoud, kkaefer, et al: ↵Dries Buytaert2008-08-14
| | | | untranslatable suffix in format_size()
* - Patch #268063: move tests from includes/tests to modules/simpletests/tests.Dries Buytaert2008-08-14
|
* - Patch #283806 by mustafau: fixed bug in drupal_http_request() and added ↵Dries Buytaert2008-08-13
| | | | some first drupal_http_request() tests to core. Yay.
* - Patch #290869 by swenterl, cwgordon07: fixed notice in #ahah handling.Dries Buytaert2008-08-13
|
* - Patch #293421 by Bart Jansens: fixed documentation of sess_count().Dries Buytaert2008-08-12
|
* - Patch #290869 by Wim Leers: AHAH functionality was not working for radio ↵Dries Buytaert2008-08-12
| | | | buttons.
* - Patch #283806 by mustafau, Aron Noval: improved error handling in ↵Dries Buytaert2008-08-12
| | | | drupal_http_request().
* - Patch #246522 by mustafu, Dries: fixed typo in documentation.Dries Buytaert2008-08-12
|
* - Patch #293434 by eMPee584 and Damien: fixed broken watchdog call.Dries Buytaert2008-08-11
|
* - Patch #208270 by jvandyk: fixed error handling of XML-RPC library.Dries Buytaert2008-08-08
|
* - Patch #280628 by pwolanin et al: fixed locale module confirm form and ↵Dries Buytaert2008-08-05
| | | | broken locale module tests.
* - Patch #276267 by cwgordon7, boombatower, catch, et al: remove failing ↵Dries Buytaert2008-08-05
| | | | tests -- hides bugs but makes the tests pass.
* - Patch #276272 by catch, cwgordon7: more tests for common.inc.Dries Buytaert2008-08-03
|
* - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to ↵Dries Buytaert2008-08-02
| | | | registry_rebuild() for consistency.
* - Patch #158992 by sun, quicksketch, zeta ζ, bangpound, Dries et al: inline ↵Dries Buytaert2008-08-02
| | | | Javascript could generate invalid XHTML.
* - Patch #286002 by cwgordon7: removed dead function module_iterate().Dries Buytaert2008-07-23
|
* - Patch #226874 by hswong3i: made SQL ANSI compliant.Dries Buytaert2008-07-22
|
* - Patch #231302 by pwolanin: test required field validation in form API.Dries Buytaert2008-07-19
|
* - Patch #280631 by pwolanin et al: rethink numeric data-type for ↵Dries Buytaert2008-07-19
| | | | db_placeholders().
* - Patch #263517 by mfb: fixed notice in RSS feeds.Dries Buytaert2008-07-19
|
* - Patch #245001 by kkaefer et al: unify #process callback naming.Dries Buytaert2008-07-18
|
* - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests.Dries Buytaert2008-07-17
|
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #213699 by Damien Tournoud, c960657: fixed race condition in ↵Dries Buytaert2008-07-11
| | | | sess_write().
* - Patch #280629 by Damien, pwolanin, Susurrus, et al: ensure safe arguments ↵Dries Buytaert2008-07-11
| | | | in theme_links().
* - Patch #278458 by pwolanin: menu_link_maintain() doesn't always clear the ↵Dries Buytaert2008-07-10
| | | | menu cache properly.
* - Patch #273129 by pwolanin: adding class active-trail should not remove ↵Dries Buytaert2008-07-10
| | | | previous attributes.
* - Patch #270508 by paul.levvik and pwolanin: usability improvement: image ↵Dries Buytaert2008-07-08
| | | | toolkits should not have to be copied.
* - Patch #257537 by dopry: made file_check_directory less verbose on success.Dries Buytaert2008-07-05
|
* - Patch #238760 by pwolanin, Damien, boydjd: reduce race condition in menu ↵Dries Buytaert2008-07-05
| | | | rebuilding.
* - Patch #258397 by Dries: fixed spoofing attack.Dries Buytaert2008-07-04
|
* - Patch #191499 by catch: remove display order settings and cleaned up some ↵Dries Buytaert2008-07-03
| | | | white space.
* - Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. ↵Dries Buytaert2008-07-02
| | | | Fixes 2 of the 3 failing cache tests.
* - Patch #276267 by R.Muilwijk: wrote tests for the caching API. They ↵Dries Buytaert2008-07-02
| | | | discover 3 bugs ...
* - Patch #276581 by catch: wrote missing tests for contact module and ↵Dries Buytaert2008-07-02
| | | | simplified contact module thanks to that. Also removed some whitespace.
* - Patch #277604 by gpk: improved phpDoc of url().Dries Buytaert2008-07-02
|
* - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵Dries Buytaert2008-07-01
| | | | online vs on-line.
* - Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's ↵Dries Buytaert2008-07-01
| | | | stylesheets.
* - Patch #266406 by cwgordon7 and catch: the actual action tests. Sorry for ↵Dries Buytaert2008-06-29
| | | | the previous commit. I should not copy files from one tree to another.
* - Restored actions.incDries Buytaert2008-06-29
|