/[drupal]/contributions/modules/project_issue_file_review/pifr.module
ViewVC logotype

Log of /contributions/modules/project_issue_file_review/pifr.module

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.63 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 23:14:42 2009 UTC (6 weeks, 5 days ago) by boombatower
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-7--1
Changes since 1.62: +37 -1 lines
Diff to previous 1.62
#522858: Abstract review API and re-implement SimpleTest review.

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 9 01:39:47 2009 UTC (4 months, 2 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2
Changes since 1.61: +2 -2 lines
Diff to previous 1.61
#514162: log everything.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 12 01:18:12 2009 UTC (5 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.60: +1 -6 lines
Diff to previous 1.60
Remove old patch constant.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 09:32:06 2009 UTC (7 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.59: +13 -1 lines
Diff to previous 1.59
Add theme_state() back.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 06:46:39 2009 UTC (7 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.58: +1 -204 lines
Diff to previous 1.58
Remove old code.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 8 04:26:13 2009 UTC (7 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.57: +3 -2 lines
Diff to previous 1.57
Correct comment to be consistent with PIFT.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 01:08:49 2009 UTC (8 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.56: +1 -122 lines
Diff to previous 1.56
Remove old code.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 06:47:24 2009 UTC (8 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55
* Check for existing functions, from enabled SimpleTest, when loading browser.inc.
* Init statics at start of review and automatically reset.
* Escape database prefix.
* Remove chdir() in checkout().
* Add debug ability to runTests() and PIFR_DEBUG constant.
* Official client test.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 07:46:07 2009 UTC (9 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.54: +2 -8 lines
Diff to previous 1.54
* Remove client status codes.
* Add XML-RPC next() function and related code.
* Remove pifr_server_test_init().
* Add result utils.
* Add interval variables for re-confirmation.
* Update result tables: remove prefix test_.
* Change index on file table: project_id -> project_file_id.
* Add status and test_id to client_save().
* Insert test record when creating client record.

Revision 1.49.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 04:15:28 2009 UTC (9 months, 3 weeks ago) by boombatower
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-5
Changes since 1.49: +4 -1 lines
Diff to previous 1.49 , to next main 1.63
#366423 by hunmonk: Add a 'Disabled' option for server type.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 10:08:25 2009 UTC (10 months ago) by boombatower
Branch: MAIN
Changes since 1.53: +117 -117 lines
Diff to previous 1.53
* Replaced stray tabs with spaces.
* Added initial test.
* Corrected pifr_server_manage_access() parameter order.
* Corrected client manage form client_key being different on initial save.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 09:04:12 2009 UTC (10 months ago) by boombatower
Branch: MAIN
Changes since 1.52: +3 -1 lines
Diff to previous 1.52
Add menu hook descriptions for administrative items.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 18 09:21:29 2009 UTC (10 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.51: +5 -225 lines
Diff to previous 1.51
* Completely move server (client) utils and file utils to pifr_server.
* Port a few more util functions.
* Various clean-up.
* Removed duplicate code from pifr.module.
* Moved XML-RPC functions to pifr_server.
* Renamed PIFR_CLIENT_* constants to PIFR_SERVER_CLIENT_*.
* Abstracted access check for server managment.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 18 07:13:38 2009 UTC (10 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.50: +27 -3 lines
Diff to previous 1.50
* Refactored configuration page.
* Added general CSS properties.
* Cleared out pifr.admin.inc.
* Added basic pifr.module menu entries.
* Added general dashboard for administration.
* Created admin/pifr menu entry.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 23:41:09 2009 UTC (10 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49
* Update copyright.
* Move all client management functionality to pifr_server.manage.inc.
* Implement hook_user() and display servers managed by user.
* Add files to .info file.
* Update pifr_server_client_get() function.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 13 18:42:16 2008 UTC (11 months, 1 week ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-4
Branch point for: DRUPAL-6--1
Changes since 1.48: +1 -122 lines
Diff to previous 1.48
#344671: remove ability for PIFR to act as project server and old xmlrpc commands in favor of PIFT.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 12 04:14:44 2008 UTC (11 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.47: +7 -7 lines
Diff to previous 1.47
#343100: stop any PHP process when slave reset command issued & report slave status checking.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 06:30:05 2008 UTC (11 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
#344628: add setting for to replace PIFR_DEBUG constant.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 09:20:40 2008 UTC (11 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
#344680: rename pifr.client.inc to pifr.slave.inc for consistency. (follow-up)

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 08:33:03 2008 UTC (11 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
#344680: rename pifr.client.inc to pifr.slave.inc for consistency.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 05:46:18 2008 UTC (11 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.43: +21 -2 lines
Diff to previous 1.43
#341468 by aclight and boombatower: add a testing status page to PIFR slave interface.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 05:08:33 2008 UTC (11 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
* #343374 by aclight: typo in pifr_menu.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 04:58:49 2008 UTC (11 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.41: +8 -1 lines
Diff to previous 1.41
#343361 by aclight: test for additional requirements.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 04:03:17 2008 UTC (11 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.40: +17 -1 lines
Diff to previous 1.40
#342485: add massive optional debugging statements to pifr.review.inc.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 4 04:30:10 2008 UTC (11 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.39: +8 -1 lines
Diff to previous 1.39
* #342490: Add page to view most recent log messages.
* Record 'results sent' event.
* Paginate event log queries.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 4 03:00:54 2008 UTC (11 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.38: +4 -3 lines
Diff to previous 1.38
#337893: display a log of all the events happening in the life-cycle of a tested patch.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 06:45:23 2008 UTC (11 months, 3 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-3
Changes since 1.37: +42 -1 lines
Diff to previous 1.37
#341470: add server administration interface.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 23:09:24 2008 UTC (12 months ago) by boombatower
Branch: MAIN
Changes since 1.36: +3 -3 lines
Diff to previous 1.36
When queueing file for testing make sure file is not currently being tested.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 05:13:37 2008 UTC (12 months, 1 week ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-2
Changes since 1.35: +5 -3 lines
Diff to previous 1.35
Add "Check drupal.org" option to settings.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 07:32:21 2008 UTC (12 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.34: +10 -1 lines
Diff to previous 1.34
Add code to ensure that d.o is up and that latest HEAD passes all tests.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 07:20:09 2008 UTC (12 months, 3 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-1
Changes since 1.33: +3 -3 lines
Diff to previous 1.33
Added code to pause if error encountered so it doesn't fly through patches when something like d.o is down.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 00:17:12 2008 UTC (12 months, 3 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.32: +40 -13 lines
Diff to previous 1.32
* Corrected filename documenation on pifr_file_check().
* Organized menu hooks and added 3 rss feeds.
* Updated $return documenation.
* Added link to host feed.
* Added feed on opropriate node/file pages.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 06:27:13 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.31: +15 -2 lines
Diff to previous 1.31
Add search block and update pifr/ page.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 05:09:23 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.30: +8 -1 lines
Diff to previous 1.30
Initial statistics.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 04:49:32 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.29: +6 -3 lines
Diff to previous 1.29
Add role check around block list.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 00:22:46 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
Fixed patches tested query.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 25 22:15:30 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.27: +22 -8 lines
Diff to previous 1.27
* Provide conversion for result output.
* Comment file_insert method and add server_file_id field.
* Add server_file_id field to schema.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 25 20:37:52 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.26: +4 -1 lines
Diff to previous 1.26
Additional convertion from PIFT format.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 25 20:29:46 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.25: +4 -2 lines
Diff to previous 1.25
Format detection.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 25 20:24:44 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.24: +4 -1 lines
Diff to previous 1.24
Add support for call PIFR directly from PIFT.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 05:37:37 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.23: +14 -6 lines
Diff to previous 1.23
Update summary block query and add tests run block.

Revision 1.19.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 05:29:42 2008 UTC (13 months ago) by boombatower
Branch: DRUPAL-5
Changes since 1.19.2.5: +2 -5 lines
Diff to previous 1.19.2.5 , to branch point 1.19 , to next main 1.63
Remove unecessary left ignore.

Revision 1.19.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 03:00:07 2008 UTC (13 months ago) by boombatower
Branch: DRUPAL-5
Changes since 1.19.2.4: +2 -2 lines
Diff to previous 1.19.2.4 , to branch point 1.19
Correct xmlrpc description.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 02:43:36 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.22: +2 -3 lines
Diff to previous 1.22
Remove sent counter.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 02:42:00 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.21: +25 -1 lines
Diff to previous 1.21
Add block to display number of patches tested.

Revision 1.19.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 02:29:43 2008 UTC (13 months ago) by boombatower
Branch: DRUPAL-5
Changes since 1.19.2.3: +17 -12 lines
Diff to previous 1.19.2.3 , to branch point 1.19
* Correct variable names for test_master_*.
* Add support for seperate server keys
* Added left ignore setting.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 02:23:01 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.20: +46 -38 lines
Diff to previous 1.20
* Add server key field to server table.
* Use keys for all actions exception status.
* Correct pifr_file_get_all_sent() variable to query.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 22:18:43 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.19: +4 -2 lines
Diff to previous 1.19
Add setting for reporting test results.

Revision 1.19.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 22:00:55 2008 UTC (13 months ago) by boombatower
Branch: DRUPAL-5
Changes since 1.19.2.2: +2 -2 lines
Diff to previous 1.19.2.2 , to branch point 1.19
Make cron eligibility query allow for grouping of files by nid so that the latest can be determined for backlog cron.

Revision 1.19.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 08:23:12 2008 UTC (13 months ago) by boombatower
Branch: DRUPAL-5
Changes since 1.19.2.1: +39 -38 lines
Diff to previous 1.19.2.1 , to branch point 1.19
Added key used to confirm testing master server's identity.

Revision 1.19.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 08:15:25 2008 UTC (13 months ago) by boombatower
Branch: DRUPAL-5
Changes since 1.19: +74 -461 lines
Diff to previous 1.19
Initial code for drupal.org 5.x backport.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 08:07:35 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.18: +12 -4 lines
Diff to previous 1.18
* Update return value code comment.
* Add cron return results.
* Correct review code to run all tests.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 06:14:48 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.17: +38 -5 lines
Diff to previous 1.17
Add ability to send batch of files.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 05:53:38 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.16: +2 -39 lines
Diff to previous 1.16
Split off cron actions intro seperate file in preparation for later additions.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 01:43:57 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Change 'manager pifr' to 'manage pifr'.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 04:42:31 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.14: +15 -15 lines
Diff to previous 1.14
Add RESPONSE_ prefix to response codes.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 04:38:12 2008 UTC (13 months ago) by boombatower
Branch: MAIN
Changes since 1.13: +10 -6 lines
Diff to previous 1.13
Add testing master server active flag to allow for clean shutdown.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 22:20:39 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.12: +31 -37 lines
Diff to previous 1.12
Cleaned up code to make queuing easier and get ready for reporting.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 05:14:38 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Set both summary values in parse if results come back.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 03:50:40 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.10: +10 -16 lines
Diff to previous 1.10
Updated code to summarize results.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 02:46:41 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
Remove insertion of message ID.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 20:03:22 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Incorrect placeholder in query.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 07:31:44 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.7: +9 -1 lines
Diff to previous 1.7
Add reset slave page and fill in link.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 06:53:22 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.6: +41 -6 lines
Diff to previous 1.6
* Add variables: pifr_test_master_cron_delay and pifr_test_master_cron_last.
* Abstraction pifr_get_server_role() functionality.
* Add testing master cron setting.
* Update cron code to test role and cron delay settings.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 06:32:51 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.5: +9 -7 lines
Diff to previous 1.5
* Remove DUPLICATE_FILE response code.
* Add file back to queue for re-testing if duplicate.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 06:22:41 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.4: +12 -6 lines
Diff to previous 1.4
* Change pifr_file_queue_status() to return full queue record.
* pifr_file_queue_update() now set sent field.
* Added sent field to schema and file queries.
* Set received field when file is first inserted.
* Fixed incorrect "valid server check" in pifr_review().
* Updated pifr_reset() to function properly.
* Updated pifr_file_get_status() to display time file was sent for testing.
* Added configurable test_timeout variable and install delete.
* Cleaned up logic in pifr_server_check_slaves() and added support for busy slave timeout.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 05:00:40 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3
Add slave server check run on cron.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 04:38:27 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
* Added slave_id to file_get() and file_find() for consistency.
* Added pifr_file_get_url() and implemented.
* Added summary information on view_file() page.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 04:00:40 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.1: +6 -6 lines
Diff to previous 1.1
* Added checks for proper server type in XMLRPC hooks.
* Add file and server convienence functions for getting with either ID or name.
* Updated file and server URL to be simplified and accept either ID of strings.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 03:07:14 2008 UTC (13 months, 1 week ago) by boombatower
Branch: MAIN
* Rename files from project_issue_file_review* to pifr*.
* Fixed shema array mishap.

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