/[drupal]/contributions/modules/project_issue_file_test/pift.test.inc
ViewVC logotype

Log of /contributions/modules/project_issue_file_test/pift.test.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 21:47:11 2009 UTC (3 weeks, 4 days ago) by boombatower
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-7--1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Add array_filter() everywhere pifr_core is used to ensure only enabled versions are used.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 22:32:12 2009 UTC (5 weeks, 1 day ago) by boombatower
Branch: MAIN
Changes since 1.18: +3 -23 lines
Diff to previous 1.18
Convert all API version checks/queries to use taxonomy.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 16 23:03:16 2009 UTC (4 months, 1 week ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
Revert previous change.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 16 22:22:51 2009 UTC (4 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
#519562: update PIFT for project issue $node->project_issue removal.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 14 02:30:11 2009 UTC (7 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Remove extra comma on query.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 05:27:14 2009 UTC (7 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.14: +8 -9 lines
Diff to previous 1.14
* Initial test.
* Correct bugs found by test.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 06:15:37 2009 UTC (8 months ago) by boombatower
Branch: MAIN
Changes since 1.13: +37 -73 lines
Diff to previous 1.13
* Merge pift_file and pift_release into pift_test.
* Change timestamp back to last_tested.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 03:02:50 2009 UTC (8 months ago) by boombatower
Branch: MAIN
Changes since 1.12: +6 -5 lines
Diff to previous 1.12
Remove debug code and optimize queries.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 27 23:55:32 2009 UTC (8 months ago) by boombatower
Branch: MAIN
Changes since 1.11: +8 -6 lines
Diff to previous 1.11
Rework re-test interface.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 27 21:44:39 2009 UTC (8 months ago) by boombatower
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10
* Add PIFT_STATUS_QUEUE and implement accordingly.
* Rewrok themeing of attachments to display data fields properly.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 06:02:10 2009 UTC (8 months ago) by boombatower
Branch: MAIN
Changes since 1.9: +24 -5 lines
Diff to previous 1.9
Fill in the test queue code.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 03:42:10 2009 UTC (8 months ago) by boombatower
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
* Implement re-test submit handler.
* Tweak interface to be consistent for re-testing.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 00:01:46 2009 UTC (8 months ago) by boombatower
Branch: MAIN
Changes since 1.7: +6 -5 lines
Diff to previous 1.7
* Correct logic flaw in code that add previously submitted files.
* Update attachment themeing for new table logic.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 07:53:37 2009 UTC (8 months ago) by boombatower
Branch: MAIN
Changes since 1.6: +18 -15 lines
Diff to previous 1.6
* Remove reset send queue functionality.
* Add core project setting.
* Add test batch generation code.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 00:35:27 2009 UTC (8 months ago) by boombatower
Branch: MAIN
Changes since 1.5: +12 -3 lines
Diff to previous 1.5
Generate release tag for HEAD properly.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 00:08:16 2009 UTC (8 months ago) by boombatower
Branch: MAIN
Changes since 1.4: +14 -3 lines
Diff to previous 1.4
Generate release tag regular expression from core branches setting.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 22:21:41 2009 UTC (8 months ago) by boombatower
Branch: MAIN
Changes since 1.3: +3 -12 lines
Diff to previous 1.3
* Change issue status setting fields to select fields.
* Add release tag regex.
* Rename project_nid to pid for consistency.
* Update retest cron query.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 23:40:08 2009 UTC (8 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
* Prefix status constants.
* Move cron functions to seperate file.
* Remove orphined CSS.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 23:12:06 2009 UTC (8 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.1: +162 -3 lines
Diff to previous 1.1
* Add test functions for checking criteria and adding files.
* Clean up hook_comment() and hook_node().

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 04:56:35 2009 UTC (8 months, 1 week ago) by boombatower
Branch: MAIN
* Add project_release as requirement.
* Update status codes and clean up module file.
* #402934: Merge test results with attachment display.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2