summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
Commit message (Collapse)AuthorAge
* - Patch #582758 by c960657: remove t() calls from getInfo() functions.Dries Buytaert2009-09-20
|
* - Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, ↵Dries Buytaert2009-09-20
| | | | dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions.
* - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave ↵Dries Buytaert2009-09-19
| | | | Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks.
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #457450 by agentrickard: Added hooks to track changes to menu links.Angie Byron2009-09-17
|
* #578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to ↵Angie Byron2009-09-16
| | | | drupal_http_request() when a URL fails to parse, instead of failing silently.
* #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach,Angie Byron2009-09-15
| | | | | | | and alexanderpas: page.tpl.php has now been split into html.tpl.php (for <html>, <head>, and <body>) and page.tpl.php (for page content). This now provides consistency for granular theming of renderable output in all template files.
* - Patch #575360 by dropcube: added API function to check if a cache bin is ↵Dries Buytaert2009-09-13
| | | | empty.
* #565664 by c960657: Remove t() from 'title' in various test modules' ↵Angie Byron2009-09-11
| | | | hook_menu().
* #561104 by Crell: Added support for random ordering in dynamic select queries.Angie Byron2009-09-11
|
* #293496 by kathyh and cwgordon7: Added tests for drupal_match_path().Angie Byron2009-09-11
|
* #566094 by Arancaytar and smk-ka: Fixed hierarchy generation in ↵Angie Byron2009-09-11
| | | | menu_tree_data().
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵Dries Buytaert2009-09-10
| | | | consistency. Yay to API clean-ups during 'slush'.
* - Patch #473240 by Arancaytar, c960657: menu_get_names() crashed when called.Dries Buytaert2009-09-09
|
* - Patch #557318 by cha0s, hass, Crell: Changed UNION support is missing in ↵Dries Buytaert2009-09-07
| | | | database API.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵Dries Buytaert2009-09-05
| | | | support a bit easier by providing two cookies and ... hook_goto_alter.
* #269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, ↵Angie Byron2009-09-01
| | | | EPS, etc.).
* #564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' ↵Angie Byron2009-09-01
| | | | configuration section.
* #331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework.Angie Byron2009-08-31
|
* - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME ↵Dries Buytaert2009-08-31
| | | | extension mapping rather than setting a huge variable.
* - Patch #563742 by plach: hotfix for broken hook_entity_info_alter().Dries Buytaert2009-08-31
|
* - Patch #391330 by quicksketch, drewish et al: file module to core. Yaaa-a-a-y!Dries Buytaert2009-08-29
|
* - Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with ↵Dries Buytaert2009-08-29
| | | | CDNs.
* - Patch #528326 by JacobSingh, cwgordon7: clean-up and bug fixes for the FTP ↵Dries Buytaert2009-08-28
| | | | file transfer classes.
* - Patch #545662 by yched, moshe weitzman: simplify field rendering.Dries Buytaert2009-08-28
|
* - Patch #559658 by sun, dropcube: store filter settings per format, general ↵Dries Buytaert2009-08-27
| | | | API clean-up and documentation improvements.
* #559506 by quicksketch and plach: Added variable to field widgets.Angie Byron2009-08-27
|
* - Patch #428296 by dropcube, sun, catch: filter system doesn't communicate ↵Dries Buytaert2009-08-26
| | | | with other modules about filter format changes/deletions.
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #505084 by Rob Loach: Added an #attached_library() FAPI property for ↵Angie Byron2009-08-25
| | | | drupal_add_library(), for consistency with #attached_css and #attached_js.
* #558756 by Davy Van Den Bremt: Fix non-by-referenced calls to drupal_static().Angie Byron2009-08-25
|
* - Patch #368408 by jeffschuler: improve consistency of API and settings on ↵Dries Buytaert2009-08-25
| | | | administration pages.
* #557342 by agentrickard: Fixed typo.Angie Byron2009-08-24
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #200953 by seanburlington: Added basic support for 'time' and 'date' types ↵Angie Byron2009-08-22
| | | | to schema API.
* #296322 follow-up. It's extremely helpful when I remember to commit ALL ↵Angie Byron2009-08-22
| | | | files. :P
* #296322 by cwgordon7 andSenpai: Fix horribly broken trigger module and add ↵Angie Byron2009-08-22
| | | | tests so we don't do it anymore.
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* - Patch #552958 by Gábor Hojtsy: create 'regional and language' section in ↵Dries Buytaert2009-08-21
| | | | 'configuration and modules'.
* #509398 by adrian: Turned install profiles into modules with full access to ↵Angie Byron2009-08-21
| | | | the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D
* #552084 by jhodgdon: Removed references to 'CCK' in core.Angie Byron2009-08-19
|
* #552066 by quicksketch and pwolanin: Fix bug with file_save_upload() and ↵Angie Byron2009-08-19
| | | | trailing slashes (with tests).
* - Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a ↵Dries Buytaert2009-08-17
| | | | locking framework for long running operations.
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵Angie Byron2009-08-17
| | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.