Downloads
Download tar.gz
110.69 KB
MD5: 375d931abdfcd0baa47d89cf29af049d
SHA-1: 179d168bc7ab26bf47f4c5f1bb743e0950e1f776
SHA-256: 2b3842d58390936ae7431e27b95e32ecfe133b152d3e409c9243e942e9eb8c4b
Download zip
159.78 KB
MD5: 32464dceab3f6b40eca201e5567146ca
SHA-1: f1a30d5a9f5ab15a237b8fb524e81ec74d49a75e
SHA-256: 57c79f3b4057f13e994e7e6b9021dbc17c9d39ebac3c2186c7b8b569dea6d3d4
Release notes
PIFR 6.x-2.1, 2010-01-22
------------------------
- Changes:
* Proper API hook documentation.
* Correct environment documentation.
* #663456: Sudo-grouping: Group reviews by plugin.
* Correct variable naming from #663456.
* Correct logic for determining if the test is complete.
* Correct test list parsing.
* Per core standards place hook_schema() below other install hooks.
* #663538: Remove 'require pass' field from environment table.
* All environment list functions should return associative arrays.
* Client confirmation cannot use the same result logic as standard tests.
* Update client confirmation next() for previous logic change.
* Add call to set_time_limit() when performing coder review.
* Provide a 'never' option for test client re-test interval.
* Remove never used project re-test interval.
* Correct 'pifr_server_client_test_interval' associative array.
* Ensure that client environments are always in the same order.
* #523160: Implement views feed plugin for event log.
* Add test information to log feed plugin.
* Change feed plugin title format.
* Add 'directory' argument to SimpleTest plugin.
* Add 'directory' argument to Coder plugin.
* Only apply files ending in .diff or .patch.
* #666990: Support clone_db attribute for DrupalCloneTestCase.
* Correct merging of files in syntax_files().
* Correct logic for determining the applicable files and use in syntax().
* Add feedback about the success of the clone database import.
* Proper error handling during clone db import and use mysql CLI.
* Explicitely set clone DB prefix variable.
* Correct parsing of test information from list.
* Correct 'directory' argument implementation for SimpleTest backend.
* Remove $prefix from db->import() and refactor simpletest db-clone.
* Conform mysql, and postgres backends to user 'REPLACE'.
* Set verbose variable to false in SimpleTest backend.
* Filter syntax check by directory if specified.
* Remove notices from conditional logic.
* Remove legacy file includes.
* Update and revamp client testing setup.
* Cleanup SimpleTest review test and add Drupal base test.
* Add log message when patch is applied.
* Correct VCS documentation and ignore /dev/null as a changed file.
* Add coder review test and more detail to SimpleTest review test.
* Update e-mail detail heading format.
* Update README per project page.
* Remove 'database' argument from SimpleTest review backend.
* #669230: pifr_simpletest's assertion handling routines break when very large numbers of assertions present.
* Update debug setting description on settings page.
* Finalize status theming.
* #674198: Update module page path for core patch.
* #674306: Update install profile from 'default' to 'standard'.
* Change 'identifier' to 'client_identifier' in environment interface.
* Alphabetize .info dependency list.
* Edit client owner should use 'pifr manage clients' permission.
* Correct XML-RPC pifr.queue() return type in definition.
* #686210: Provide previews of XML-RPC test information on "Tools" tab.
* #678478: Client identifier stored in branch dependency field, but queried as branch_id.
* #688756: Improve Drupal installation plugin and correct Drupal 6 profile.
* Ensure that module has a .test file before passing to run-tests.sh.
* Remove unused $base variable.
* #679418: Revamp current tests.
* When running on blank host environment pifr.module needs to be explicitly included.
* Use official RFC e-mail signature.
* #690064: Add assertions to detail_summary().
* #691798: Build test-environment table to store relavant environments per test.
* Correct small issues with e-mail event code.
* Provide 'files' filter for coder plugin.