summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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
|
* - Patch #266406 by cwgordon7 and catch: initial tests for (configuring ↵Dries Buytaert2008-06-29
| | | | complex) actions.
* - Patch #245961 boombatower: fixed exceptions in XML-RPC library.Dries Buytaert2008-06-27
|
* - Patch #274994 by R.Muilwijk, boombatower: bring back the includes-tests.Dries Buytaert2008-06-26
|
* - Patch #258397 by R.Muilwijk and myself: IP address detection improvements. ↵Dries Buytaert2008-06-26
| | | | Added support for clusters and wrote various IP address related tests.
* - Patch #273523 by aclight: fixed E_NOTICE in theme_fieldset().Dries Buytaert2008-06-25
|
* - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and ↵Dries Buytaert2008-06-25
| | | | 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
* - Patch #196862 by catch: rolled back path optimization as it broke certain ↵Dries Buytaert2008-06-24
| | | | tests.
* - Patch #260778 by boombatower et al: play a user agent trick to make the ↵Dries Buytaert2008-06-24
| | | | tests work.
* - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the ↵Dries Buytaert2008-06-24
| | | | batch API for running the tests instead of an all-in-one approach. Great work.
* - Patch #170309 by pwolanin, Pasqualle, Nick Urban, naquah, keith.smith, et ↵Dries Buytaert2008-06-24
| | | | al: breadcrumb doesn'tt always include all active items.
* - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with ↵Dries Buytaert2008-06-24
| | | | caching.
* - Patch #270045 by yched: partial revert for batch API.Dries Buytaert2008-06-21
|
* - Patch #269443 by dvessel: add nid to node template suggestion.Dries Buytaert2008-06-18
|
* - Patch #270045 by drewish, Susurrus: clean up return values.Dries Buytaert2008-06-18
|
* - Patch #266596 by pwolanin: menu system performance improvement.Dries Buytaert2008-06-12
|
* - Patch #151902 by MadHarold et al: a better format_size() (and removed some ↵Dries Buytaert2008-06-09
| | | | excessive white space).
* - Patch #267333: rollback to rounding down, instead of rounding up.Dries Buytaert2008-06-09
|
* - Patch #267333 by cwgordon7: simepletest should round up, not round down.Dries Buytaert2008-06-06
|
* - Patch #267203 by Rob Loach: attributes of theme_item_list can be ↵Dries Buytaert2008-06-06
| | | | deceiving. If you have a look at theme_item_list you see that the $attributes variable takes a NULL value. This makes you believe that it wants a string, rather then a full array of attributes. If you make the default parameter "array()" it will make the programmer expect to pass an array of attributes rather then a string of attributes.
* - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest.Dries Buytaert2008-06-05
|
* - Patch #266367 by zeta: fixed documentation issue.Dries Buytaert2008-06-05
|
* - Patch #259001 by paul.lovvik: drupal_cron_run should ignore a user abort.Dries Buytaert2008-05-30
|
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Patch #101543 by webchick: document all constants.Dries Buytaert2008-05-26
|
* - Patch #239071 by flobruit and Moshe: add support for colgroup tag to ↵Dries Buytaert2008-05-23
| | | | theme_table().