Log of /contributions/modules/project_issue_file_review/pifr.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.
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.