| 1 |
// $Id: CHANGELOG.txt,v 1.96 2010/01/22 03:34:10 boombatower Exp $
|
| 2 |
|
| 3 |
PIFR 6.x-2.1, 2010-01-22
|
| 4 |
------------------------
|
| 5 |
- Changes:
|
| 6 |
* Proper API hook documentation.
|
| 7 |
* Correct environment documentation.
|
| 8 |
* #663456: Sudo-grouping: Group reviews by plugin.
|
| 9 |
* Correct variable naming from #663456.
|
| 10 |
* Correct logic for determining if the test is complete.
|
| 11 |
* Correct test list parsing.
|
| 12 |
* Per core standards place hook_schema() below other install hooks.
|
| 13 |
* #663538: Remove 'require pass' field from environment table.
|
| 14 |
* All environment list functions should return associative arrays.
|
| 15 |
* Client confirmation cannot use the same result logic as standard tests.
|
| 16 |
* Update client confirmation next() for previous logic change.
|
| 17 |
* Add call to set_time_limit() when performing coder review.
|
| 18 |
* Provide a 'never' option for test client re-test interval.
|
| 19 |
* Remove never used project re-test interval.
|
| 20 |
* Correct 'pifr_server_client_test_interval' associative array.
|
| 21 |
* Ensure that client environments are always in the same order.
|
| 22 |
* #523160: Implement views feed plugin for event log.
|
| 23 |
* Add test information to log feed plugin.
|
| 24 |
* Change feed plugin title format.
|
| 25 |
* Add 'directory' argument to SimpleTest plugin.
|
| 26 |
* Add 'directory' argument to Coder plugin.
|
| 27 |
* Only apply files ending in .diff or .patch.
|
| 28 |
* #666990: Support clone_db attribute for DrupalCloneTestCase.
|
| 29 |
* Correct merging of files in syntax_files().
|
| 30 |
* Correct logic for determining the applicable files and use in syntax().
|
| 31 |
* Add feedback about the success of the clone database import.
|
| 32 |
* Proper error handling during clone db import and use mysql CLI.
|
| 33 |
* Explicitely set clone DB prefix variable.
|
| 34 |
* Correct parsing of test information from list.
|
| 35 |
* Correct 'directory' argument implementation for SimpleTest backend.
|
| 36 |
* Remove $prefix from db->import() and refactor simpletest db-clone.
|
| 37 |
* Conform mysql, and postgres backends to user 'REPLACE'.
|
| 38 |
* Set verbose variable to false in SimpleTest backend.
|
| 39 |
* Filter syntax check by directory if specified.
|
| 40 |
* Remove notices from conditional logic.
|
| 41 |
* Remove legacy file includes.
|
| 42 |
* Update and revamp client testing setup.
|
| 43 |
* Cleanup SimpleTest review test and add Drupal base test.
|
| 44 |
* Add log message when patch is applied.
|
| 45 |
* Correct VCS documentation and ignore /dev/null as a changed file.
|
| 46 |
* Add coder review test and more detail to SimpleTest review test.
|
| 47 |
* Update e-mail detail heading format.
|
| 48 |
* Update README per project page.
|
| 49 |
* Remove 'database' argument from SimpleTest review backend.
|
| 50 |
* #669230: pifr_simpletest's assertion handling routines break when very large numbers of assertions present.
|
| 51 |
* Update debug setting description on settings page.
|
| 52 |
* Finalize status theming.
|
| 53 |
* #674198: Update module page path for core patch.
|
| 54 |
* #674306: Update install profile from 'default' to 'standard'.
|
| 55 |
* Change 'identifier' to 'client_identifier' in environment interface.
|
| 56 |
* Alphabetize .info dependency list.
|
| 57 |
* Edit client owner should use 'pifr manage clients' permission.
|
| 58 |
* Correct XML-RPC pifr.queue() return type in definition.
|
| 59 |
* #686210: Provide previews of XML-RPC test information on "Tools" tab.
|
| 60 |
* #678478: Client identifier stored in branch dependency field, but queried as branch_id.
|
| 61 |
* #688756: Improve Drupal installation plugin and correct Drupal 6 profile.
|
| 62 |
* Ensure that module has a .test file before passing to run-tests.sh.
|
| 63 |
* Remove unused $base variable.
|
| 64 |
* #679418: Revamp current tests.
|
| 65 |
* When running on blank host environment pifr.module needs to be explicitly included.
|
| 66 |
* Use official RFC e-mail signature.
|
| 67 |
* #690064: Add assertions to detail_summary().
|
| 68 |
* #691798: Build test-environment table to store relavant environments per test.
|
| 69 |
* Correct small issues with e-mail event code.
|
| 70 |
* Provide 'files' filter for coder plugin.
|
| 71 |
|
| 72 |
PIFR 6.x-2.0, 2009-12-18
|
| 73 |
------------------------
|
| 74 |
- Initial release (complete refactor and new features since 1.x).
|