summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
...
* - Patch #544360 by Gábor Hojtsy, ksenzee, David_Rothstein, seutje, ↵Dries Buytaert2009-10-13
| | | | JacobSingh, paul.lovvik, EclipseGc et al: Dashboard module 1.0. Wo-hoot!
* #523878 follow-up by boombatower: Extend maximum execution time for tests.Angie Byron2009-10-13
|
* #602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal ↵Angie Byron2009-10-13
| | | | errors.
* - Patch #597556 by Berdir: return status to indicate executed query in ↵Dries Buytaert2009-10-11
| | | | MergeQuery::execute().
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* #600554 by sun: Fixed drupal_parse_url() to work with clean URLs disabled ↵Angie Byron2009-10-11
| | | | (with tests).
* #118345 by sun: Make user.module conform to standard ↵Angie Byron2009-10-10
| | | | presave/insert/update/form_alter hook paradigm.
* #464862 follow-up by JohnAlbin: Final bike-shedding of drupal_css_class() ↵Angie Byron2009-10-09
| | | | patch. We hope. :)
* #67234 by Ralf, Dave Reid, David_Rothstein, Rob Loach, dww, et al: Added a ↵Angie Byron2009-10-09
| | | | permission to update.php.
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #343502 by Dave Reid, sun | dbabbage, Dries, boombatower: allow ↵Dries Buytaert2009-10-08
| | | | tests to require and test existence of modules. Required to make testing contributed modules possible.
* #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API ↵Angie Byron2009-10-08
| | | | (with upgrade path). Say buh-bye to old, crusty code.
* #472820 follow-up by sun: Fixed tests for CSS output.Angie Byron2009-10-05
|
* #472820 by rfay, Rob Loach, and catch: Fixed improper whitespace ↵Angie Byron2009-10-05
| | | | removal/invalid CSS from drupal_load_stylesheet_content() (with tests).
* #464862 follow-up by kkaefer: Rename drupal_css_class() to ↵Angie Byron2009-10-05
| | | | drupal_html_class_X(), for better accuracy.
* - Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: ↵Dries Buytaert2009-10-03
| | | | added drupal_css_class() to clean class names and rename form_clean_id().
* - Patch #578520 by c960657: follow-up on make in url() only accept an array.Dries Buytaert2009-10-03
|
* - Patch #578520 by sun, c960657 | mfb, Dries, catch, mattyoung: Changed Make ↵Dries Buytaert2009-10-01
| | | | in url() only accept an array.
* - Patch #576076 by yoroy, Gábor Hojtsy | Bojhan: remove the 'Add a main ↵Dries Buytaert2009-10-01
| | | | menu link'.
* - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().Dries Buytaert2009-09-30
|
* - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, ↵Dries Buytaert2009-09-30
| | | | pwolanin: allow modules to specify per-page custom themes in hook_menu().
* #557542 follow-up by catch: Fixed module_implements() caching for ↵Angie Byron2009-09-29
| | | | authenticated users.
* - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵Dries Buytaert2009-09-29
| | | | url() only accept an array. Another nice API clean-up!
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, ↵Dries Buytaert2009-09-27
| | | | | | plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests. The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.
* - Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field ↵Dries Buytaert2009-09-26
| | | | updates.
* - Patch #582956 by dww | Damien Tournoud: fixed ↵Dries Buytaert2009-09-25
| | | | FormsTestCase::testRequiredFields().
* - Patch #585742 by Damien Tournoud | Amitaibu: content type wasn't created ↵Dries Buytaert2009-09-25
| | | | after drupalCreateContentType().
* - Patch #569364 by bjaspan, yched: handle failures on field storage creation.Dries Buytaert2009-09-22
|
* - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵Dries Buytaert2009-09-21
| | | | drupal_json() for consistency and readability.
* - Patch #249553 by sun: started to rename SimpleTest to Testing, at least in ↵Dries Buytaert2009-09-21
| | | | user output.
* - 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 #553524 by John Morahan: escape link text in assertions.Dries Buytaert2009-09-19
|
* - 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.
* - Patch #300993 by sun: extended the roles and permissions API so we can ↵Dries Buytaert2009-09-19
| | | | revoke permissions from a role etc.
* #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
|
* #556534 by xmacinfo: Fixed SimpleTest help text.Angie Byron2009-09-17
|
* #574796 by sun: Fixed 'Article' content-type permissions not granted to ↵Angie Byron2009-09-17
| | | | admin role after installation.
* #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 #572564 by boombatower | Gábor Hojtsy: Fixed Assertion message ↵Dries Buytaert2009-09-14
| | | | generator double escapes data.
* - 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
|
* #557220 by Everett Zufelt: Added alt attributes to SimpleTest results to ↵Angie Byron2009-09-11
| | | | assist screen-reader users.
* #566094 by Arancaytar and smk-ka: Fixed hierarchy generation in ↵Angie Byron2009-09-11
| | | | menu_tree_data().