Andrew Reeves: Author Summary

Builds triggered by Andrew Reeves

Builds triggered by an author are those builds which contains changes committed by the author.
264
23 (9%)
241 (91%)

Breakages and Fixes

Broken means the build has failed but the previous build was successful.
Fixed means that the build was successful but the previous build has failed.
9 (3% of all builds triggered)
4 (2% of all builds triggered)
-5
Build Completed Code Changes Tests
OFT › SNIFF › #139 6 months ago
OFJ-1210 Finding Point Of Contact

Fix disappearing editable fields.
OFJ-792 Finding Summary Enhancements

Add POC Summary queries.
Changed FindingTable::INDEX_CHUNK_SIZE from 10 to 200 to improve indexing performance.
- On my system with 10,000 Findings, this change made the time required to reindex go from 151 minutes to 13 minutes.
Updated FindingTable to allow searching by POC Organizational Unit
Fix summary count links on POC summary view.
OFJ-792 Finding Summary Enhancements

Update FindingSummary collapseNode method to only show expand control when node has children.
OFJ-792 Finding Summary Enhancements

Updated title of /systems/aggregation to "Systems: Aggregation View"
OFJ-792 Finding Summary Enhancements

Fix aggregation tree view system type icons and disposal system highlighting.
OFJ-792 Finding Summary Enhancements

Show POCs in summary in alphabetical order.
OFJ-792 Finding Summary Enhancements

Added aggregateSystemId to system model.
Added SystemController actions for manipulating the system aggregation hierarchy.
Added Aggregate System to system tab of system view.
OFJ-792 Finding Summary Enhancements

Add reportingOrganizationId to migration 120.
Add foreign key constraint for it to migration 121.
OFJ-792 Finding Summary Enhancements

Modify migration 120 to set all POC types to 'User'
Merge branch 'master' into ofj792

Conflicts:
        application/doctrine/data/fixtures/MigrationVersion.yml
        library/Fisma/Zend/Form/Manager/User.php
        public/javascripts/combined-min.js
OFJ-1476 Add the "Reporting Organization" field to the user card

Add Reporting Organization to the user info view script.
Merge branch 'ofj1210' into ofj792

Conflicts:
        application/doctrine/data/fixtures/Role.yml
Admin: Update application version to 2.15.1
OFJ-792 Finding Summary Enhancements

Set root organization as default ReportingOrganization for POCs.
OFJ-792 Finding Summary Enhancements

Address Finding POC Popup problem in firefox (#6 from comments).
OFJ-1210: Finding Point Of Contact

Address defects from code review OFC-371

Addresses OFC-371#c2801">http://crucible.openfisma.org/cru/OFC-371#c2801
Addresses OFC-371#c2802">http://crucible.openfisma.org/cru/OFC-371#c2802
Addresses OFC-371#c2803">http://crucible.openfisma.org/cru/OFC-371#c2803
OFJ-1210 Finding Point Of Contact

Add Poc model and update User model
Added Poc data fixture.
Update model table for search.
Add POC controller, privileges, events and form.
OFJ-792 Finding Summary Enhancements

Fix the Reporting Organization select on the Create User form.
Admin: Add migration to fix organization types
OFJ-792 Finding Summary Enhancements

Fix JS Lint issues.
OFJ-1515 Incorrect Column Size And Default For Configuration::default_bureau_id

Change type of default_bureau_id to match the type of the organization_type id field.
Modified migration to include default value specified by the schema file.
OFJ-792 Finding Summary Enhancements

Remove unnecessary @codingStandardsIgnoreFile annotation.
OFJ-792 Finding Summary Enhancements

Add migrations for:
 - Rename user table to poc
 - Add system.aggregatesystemid field
 - Rename finding.assignedtouserid to pocid

Only up() is implemented... so far.
OFJ-792 Finding Summary Enhancements

Fix selecting a source issue in Finding Summary -> POC View
OFJ-792 Finding Summary Enhancements

Fix Finding creation form.
Fix Finding Summary -> POC View in Production mode.
Fix problem with Aggregate System field of system view when system has no aggregate system.
OFJ-792 Finding Summary Enhancements

Fix bug in SystemController which caused creation of empty systems.
OFJ-792 Finding Summary Enhancements

Clean/Minify JS/CSS
OFJ-792 Finding Summary Enhancements

When viewing a POC which happens to be a user, redirect to the User controller to view it properly.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

updates to finding summary to allow for multiple views.
Pulled finding summary related code out of RemediationController and put it in a new SummaryController.
Made System type labels static and added public getter.
Added System Aggregation query and preprocessing.
Added system aggregation advanced search filter.
Updated finding summary count links to link to the appropriate search page.
Fix test class Tests_Application_Models_FindingTable
Admin: Recombine/Reminify JS/CSS
Admin: Correct bug in Migration 121.
OFJ-792 Finding Summary Enhancements

Addresses OFJ-1443 An error occurs when create or view a user in user page
Fix typo in UserController which breaks production mode.
OFJ-792 Finding Summary Enhancements

Update UserController::profileAction to update the POC index.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

Added storage object to store the last requested finding summary view.
Switched to using Zend_View_Helper_FormSelect to render the select boxes.
Consolidated and removed superfluous JS code from view script.
OFJ-792 Finding Summary Enhancements

Make summary screen first column header change when the view changes.
Fix finding summary PDF export for SAV and POCV.
Recombine/Minify
Testless build
OFT › PHPDOC › #244 6 months ago
OFJ-1210 Finding Point Of Contact

Fix disappearing editable fields.
OFJ-792 Finding Summary Enhancements

Add POC Summary queries.
Changed FindingTable::INDEX_CHUNK_SIZE from 10 to 200 to improve indexing performance.
- On my system with 10,000 Findings, this change made the time required to reindex go from 151 minutes to 13 minutes.
Updated FindingTable to allow searching by POC Organizational Unit
Fix summary count links on POC summary view.
OFJ-792 Finding Summary Enhancements

Update FindingSummary collapseNode method to only show expand control when node has children.
OFJ-792 Finding Summary Enhancements

Updated title of /systems/aggregation to "Systems: Aggregation View"
OFJ-792 Finding Summary Enhancements

Fix aggregation tree view system type icons and disposal system highlighting.
OFJ-792 Finding Summary Enhancements

Show POCs in summary in alphabetical order.
OFJ-792 Finding Summary Enhancements

Added aggregateSystemId to system model.
Added SystemController actions for manipulating the system aggregation hierarchy.
Added Aggregate System to system tab of system view.
OFJ-792 Finding Summary Enhancements

Add reportingOrganizationId to migration 120.
Add foreign key constraint for it to migration 121.
OFJ-792 Finding Summary Enhancements

Modify migration 120 to set all POC types to 'User'
Merge branch 'master' into ofj792

Conflicts:
        application/doctrine/data/fixtures/MigrationVersion.yml
        library/Fisma/Zend/Form/Manager/User.php
        public/javascripts/combined-min.js
OFJ-1476 Add the "Reporting Organization" field to the user card

Add Reporting Organization to the user info view script.
Merge branch 'ofj1210' into ofj792

Conflicts:
        application/doctrine/data/fixtures/Role.yml
Admin: Update application version to 2.15.1
OFJ-792 Finding Summary Enhancements

Set root organization as default ReportingOrganization for POCs.
OFJ-792 Finding Summary Enhancements

Address Finding POC Popup problem in firefox (#6 from comments).
OFJ-1210: Finding Point Of Contact

Address defects from code review OFC-371

Addresses OFC-371#c2801">http://crucible.openfisma.org/cru/OFC-371#c2801
Addresses OFC-371#c2802">http://crucible.openfisma.org/cru/OFC-371#c2802
Addresses OFC-371#c2803">http://crucible.openfisma.org/cru/OFC-371#c2803
OFJ-1210 Finding Point Of Contact

Add Poc model and update User model
Added Poc data fixture.
Update model table for search.
Add POC controller, privileges, events and form.
OFJ-792 Finding Summary Enhancements

Fix the Reporting Organization select on the Create User form.
Admin: Add migration to fix organization types
OFJ-792 Finding Summary Enhancements

Fix JS Lint issues.
OFJ-1515 Incorrect Column Size And Default For Configuration::default_bureau_id

Change type of default_bureau_id to match the type of the organization_type id field.
Modified migration to include default value specified by the schema file.
OFJ-792 Finding Summary Enhancements

Remove unnecessary @codingStandardsIgnoreFile annotation.
OFJ-792 Finding Summary Enhancements

Add migrations for:
 - Rename user table to poc
 - Add system.aggregatesystemid field
 - Rename finding.assignedtouserid to pocid

Only up() is implemented... so far.
OFJ-792 Finding Summary Enhancements

Fix selecting a source issue in Finding Summary -> POC View
OFJ-792 Finding Summary Enhancements

Fix Finding creation form.
Fix Finding Summary -> POC View in Production mode.
Fix problem with Aggregate System field of system view when system has no aggregate system.
OFJ-792 Finding Summary Enhancements

Fix bug in SystemController which caused creation of empty systems.
OFJ-792 Finding Summary Enhancements

Clean/Minify JS/CSS
OFJ-792 Finding Summary Enhancements

When viewing a POC which happens to be a user, redirect to the User controller to view it properly.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

updates to finding summary to allow for multiple views.
Pulled finding summary related code out of RemediationController and put it in a new SummaryController.
Made System type labels static and added public getter.
Added System Aggregation query and preprocessing.
Added system aggregation advanced search filter.
Updated finding summary count links to link to the appropriate search page.
Fix test class Tests_Application_Models_FindingTable
Admin: Recombine/Reminify JS/CSS
Admin: Correct bug in Migration 121.
OFJ-792 Finding Summary Enhancements

Addresses OFJ-1443 An error occurs when create or view a user in user page
Fix typo in UserController which breaks production mode.
OFJ-792 Finding Summary Enhancements

Update UserController::profileAction to update the POC index.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

Added storage object to store the last requested finding summary view.
Switched to using Zend_View_Helper_FormSelect to render the select boxes.
Consolidated and removed superfluous JS code from view script.
OFJ-792 Finding Summary Enhancements

Make summary screen first column header change when the view changes.
Fix finding summary PDF export for SAV and POCV.
Recombine/Minify
Testless build
OFT › SCHEMA › #271 6 months ago
OFJ-1210 Finding Point Of Contact

Fix disappearing editable fields.
OFJ-792 Finding Summary Enhancements

Add POC Summary queries.
Changed FindingTable::INDEX_CHUNK_SIZE from 10 to 200 to improve indexing performance.
- On my system with 10,000 Findings, this change made the time required to reindex go from 151 minutes to 13 minutes.
Updated FindingTable to allow searching by POC Organizational Unit
Fix summary count links on POC summary view.
OFJ-792 Finding Summary Enhancements

Update FindingSummary collapseNode method to only show expand control when node has children.
OFJ-792 Finding Summary Enhancements

Updated title of /systems/aggregation to "Systems: Aggregation View"
OFJ-792 Finding Summary Enhancements

Fix aggregation tree view system type icons and disposal system highlighting.
OFJ-792 Finding Summary Enhancements

Show POCs in summary in alphabetical order.
OFJ-792 Finding Summary Enhancements

Added aggregateSystemId to system model.
Added SystemController actions for manipulating the system aggregation hierarchy.
Added Aggregate System to system tab of system view.
OFJ-792 Finding Summary Enhancements

Add reportingOrganizationId to migration 120.
Add foreign key constraint for it to migration 121.
OFJ-792 Finding Summary Enhancements

Modify migration 120 to set all POC types to 'User'
Merge branch 'master' into ofj792

Conflicts:
        application/doctrine/data/fixtures/MigrationVersion.yml
        library/Fisma/Zend/Form/Manager/User.php
        public/javascripts/combined-min.js
OFJ-1476 Add the "Reporting Organization" field to the user card

Add Reporting Organization to the user info view script.
Merge branch 'ofj1210' into ofj792

Conflicts:
        application/doctrine/data/fixtures/Role.yml
Admin: Update application version to 2.15.1
OFJ-792 Finding Summary Enhancements

Set root organization as default ReportingOrganization for POCs.
OFJ-792 Finding Summary Enhancements

Address Finding POC Popup problem in firefox (#6 from comments).
OFJ-1210: Finding Point Of Contact

Address defects from code review OFC-371

Addresses OFC-371#c2801">http://crucible.openfisma.org/cru/OFC-371#c2801
Addresses OFC-371#c2802">http://crucible.openfisma.org/cru/OFC-371#c2802
Addresses OFC-371#c2803">http://crucible.openfisma.org/cru/OFC-371#c2803
OFJ-1210 Finding Point Of Contact

Add Poc model and update User model
Added Poc data fixture.
Update model table for search.
Add POC controller, privileges, events and form.
OFJ-792 Finding Summary Enhancements

Fix the Reporting Organization select on the Create User form.
Admin: Add migration to fix organization types
OFJ-792 Finding Summary Enhancements

Fix JS Lint issues.
OFJ-1515 Incorrect Column Size And Default For Configuration::default_bureau_id

Change type of default_bureau_id to match the type of the organization_type id field.
Modified migration to include default value specified by the schema file.
OFJ-792 Finding Summary Enhancements

Remove unnecessary @codingStandardsIgnoreFile annotation.
OFJ-792 Finding Summary Enhancements

Add migrations for:
 - Rename user table to poc
 - Add system.aggregatesystemid field
 - Rename finding.assignedtouserid to pocid

Only up() is implemented... so far.
OFJ-792 Finding Summary Enhancements

Fix selecting a source issue in Finding Summary -> POC View
OFJ-792 Finding Summary Enhancements

Fix Finding creation form.
Fix Finding Summary -> POC View in Production mode.
Fix problem with Aggregate System field of system view when system has no aggregate system.
OFJ-792 Finding Summary Enhancements

Fix bug in SystemController which caused creation of empty systems.
OFJ-792 Finding Summary Enhancements

Clean/Minify JS/CSS
OFJ-792 Finding Summary Enhancements

When viewing a POC which happens to be a user, redirect to the User controller to view it properly.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

updates to finding summary to allow for multiple views.
Pulled finding summary related code out of RemediationController and put it in a new SummaryController.
Made System type labels static and added public getter.
Added System Aggregation query and preprocessing.
Added system aggregation advanced search filter.
Updated finding summary count links to link to the appropriate search page.
Fix test class Tests_Application_Models_FindingTable
Admin: Recombine/Reminify JS/CSS
Admin: Correct bug in Migration 121.
OFJ-792 Finding Summary Enhancements

Addresses OFJ-1443 An error occurs when create or view a user in user page
Fix typo in UserController which breaks production mode.
OFJ-792 Finding Summary Enhancements

Update UserController::profileAction to update the POC index.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

Added storage object to store the last requested finding summary view.
Switched to using Zend_View_Helper_FormSelect to render the select boxes.
Consolidated and removed superfluous JS code from view script.
OFJ-792 Finding Summary Enhancements

Make summary screen first column header change when the view changes.
Fix finding summary PDF export for SAV and POCV.
Recombine/Minify
Testless build
OFT › JSL › #456 6 months ago
OFJ-1210 Finding Point Of Contact

Fix disappearing editable fields.
OFJ-792 Finding Summary Enhancements

Add POC Summary queries.
Changed FindingTable::INDEX_CHUNK_SIZE from 10 to 200 to improve indexing performance.
- On my system with 10,000 Findings, this change made the time required to reindex go from 151 minutes to 13 minutes.
Updated FindingTable to allow searching by POC Organizational Unit
Fix summary count links on POC summary view.
OFJ-792 Finding Summary Enhancements

Update FindingSummary collapseNode method to only show expand control when node has children.
OFJ-792 Finding Summary Enhancements

Updated title of /systems/aggregation to "Systems: Aggregation View"
OFJ-792 Finding Summary Enhancements

Fix aggregation tree view system type icons and disposal system highlighting.
OFJ-792 Finding Summary Enhancements

Show POCs in summary in alphabetical order.
OFJ-792 Finding Summary Enhancements

Added aggregateSystemId to system model.
Added SystemController actions for manipulating the system aggregation hierarchy.
Added Aggregate System to system tab of system view.
OFJ-792 Finding Summary Enhancements

Add reportingOrganizationId to migration 120.
Add foreign key constraint for it to migration 121.
OFJ-792 Finding Summary Enhancements

Modify migration 120 to set all POC types to 'User'
Merge branch 'master' into ofj792

Conflicts:
        application/doctrine/data/fixtures/MigrationVersion.yml
        library/Fisma/Zend/Form/Manager/User.php
        public/javascripts/combined-min.js
OFJ-1476 Add the "Reporting Organization" field to the user card

Add Reporting Organization to the user info view script.
Merge branch 'ofj1210' into ofj792

Conflicts:
        application/doctrine/data/fixtures/Role.yml
Admin: Update application version to 2.15.1
OFJ-792 Finding Summary Enhancements

Set root organization as default ReportingOrganization for POCs.
OFJ-792 Finding Summary Enhancements

Address Finding POC Popup problem in firefox (#6 from comments).
OFJ-1210: Finding Point Of Contact

Address defects from code review OFC-371

Addresses OFC-371#c2801">http://crucible.openfisma.org/cru/OFC-371#c2801
Addresses OFC-371#c2802">http://crucible.openfisma.org/cru/OFC-371#c2802
Addresses OFC-371#c2803">http://crucible.openfisma.org/cru/OFC-371#c2803
OFJ-1210 Finding Point Of Contact

Add Poc model and update User model
Added Poc data fixture.
Update model table for search.
Add POC controller, privileges, events and form.
OFJ-792 Finding Summary Enhancements

Fix the Reporting Organization select on the Create User form.
Admin: Add migration to fix organization types
OFJ-792 Finding Summary Enhancements

Fix JS Lint issues.
OFJ-1515 Incorrect Column Size And Default For Configuration::default_bureau_id

Change type of default_bureau_id to match the type of the organization_type id field.
Modified migration to include default value specified by the schema file.
OFJ-792 Finding Summary Enhancements

Remove unnecessary @codingStandardsIgnoreFile annotation.
OFJ-792 Finding Summary Enhancements

Add migrations for:
 - Rename user table to poc
 - Add system.aggregatesystemid field
 - Rename finding.assignedtouserid to pocid

Only up() is implemented... so far.
OFJ-792 Finding Summary Enhancements

Fix selecting a source issue in Finding Summary -> POC View
OFJ-792 Finding Summary Enhancements

Fix Finding creation form.
Fix Finding Summary -> POC View in Production mode.
Fix problem with Aggregate System field of system view when system has no aggregate system.
OFJ-792 Finding Summary Enhancements

Fix bug in SystemController which caused creation of empty systems.
OFJ-792 Finding Summary Enhancements

Clean/Minify JS/CSS
OFJ-792 Finding Summary Enhancements

When viewing a POC which happens to be a user, redirect to the User controller to view it properly.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

updates to finding summary to allow for multiple views.
Pulled finding summary related code out of RemediationController and put it in a new SummaryController.
Made System type labels static and added public getter.
Added System Aggregation query and preprocessing.
Added system aggregation advanced search filter.
Updated finding summary count links to link to the appropriate search page.
Fix test class Tests_Application_Models_FindingTable
Admin: Recombine/Reminify JS/CSS
Admin: Correct bug in Migration 121.
OFJ-792 Finding Summary Enhancements

Addresses OFJ-1443 An error occurs when create or view a user in user page
Fix typo in UserController which breaks production mode.
OFJ-792 Finding Summary Enhancements

Update UserController::profileAction to update the POC index.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

Added storage object to store the last requested finding summary view.
Switched to using Zend_View_Helper_FormSelect to render the select boxes.
Consolidated and removed superfluous JS code from view script.
OFJ-792 Finding Summary Enhancements

Make summary screen first column header change when the view changes.
Fix finding summary PDF export for SAV and POCV.
Recombine/Minify
40 of 44 failed
OFT › TRUNK › #830 6 months ago
Admin: Recombine/Reminify JS/CSS
Testless build
OFT › TRUNK › #828 6 months ago
OFJ-1210 Finding Point Of Contact

Fix disappearing editable fields.
OFJ-792 Finding Summary Enhancements

Add POC Summary queries.
Changed FindingTable::INDEX_CHUNK_SIZE from 10 to 200 to improve indexing performance.
- On my system with 10,000 Findings, this change made the time required to reindex go from 151 minutes to 13 minutes.
Updated FindingTable to allow searching by POC Organizational Unit
Fix summary count links on POC summary view.
OFJ-792 Finding Summary Enhancements

Update FindingSummary collapseNode method to only show expand control when node has children.
OFJ-792 Finding Summary Enhancements

Updated title of /systems/aggregation to "Systems: Aggregation View"
OFJ-792 Finding Summary Enhancements

Fix aggregation tree view system type icons and disposal system highlighting.
OFJ-792 Finding Summary Enhancements

Show POCs in summary in alphabetical order.
OFJ-792 Finding Summary Enhancements

Added aggregateSystemId to system model.
Added SystemController actions for manipulating the system aggregation hierarchy.
Added Aggregate System to system tab of system view.
OFJ-792 Finding Summary Enhancements

Add reportingOrganizationId to migration 120.
Add foreign key constraint for it to migration 121.
OFJ-792 Finding Summary Enhancements

Modify migration 120 to set all POC types to 'User'
Merge branch 'master' into ofj792

Conflicts:
        application/doctrine/data/fixtures/MigrationVersion.yml
        library/Fisma/Zend/Form/Manager/User.php
        public/javascripts/combined-min.js
OFJ-1476 Add the "Reporting Organization" field to the user card

Add Reporting Organization to the user info view script.
Merge branch 'ofj1210' into ofj792

Conflicts:
        application/doctrine/data/fixtures/Role.yml
OFJ-792 Finding Summary Enhancements

Set root organization as default ReportingOrganization for POCs.
OFJ-792 Finding Summary Enhancements

Address Finding POC Popup problem in firefox (#6 from comments).
OFJ-1210: Finding Point Of Contact

Address defects from code review OFC-371

Addresses OFC-371#c2801">http://crucible.openfisma.org/cru/OFC-371#c2801
Addresses OFC-371#c2802">http://crucible.openfisma.org/cru/OFC-371#c2802
Addresses OFC-371#c2803">http://crucible.openfisma.org/cru/OFC-371#c2803
OFJ-1210 Finding Point Of Contact

Add Poc model and update User model
Added Poc data fixture.
Update model table for search.
Add POC controller, privileges, events and form.
OFJ-792 Finding Summary Enhancements

Fix the Reporting Organization select on the Create User form.
OFJ-792 Finding Summary Enhancements

Fix JS Lint issues.
OFJ-792 Finding Summary Enhancements

Remove unnecessary @codingStandardsIgnoreFile annotation.
OFJ-792 Finding Summary Enhancements

Add migrations for:
 - Rename user table to poc
 - Add system.aggregatesystemid field
 - Rename finding.assignedtouserid to pocid

Only up() is implemented... so far.
OFJ-792 Finding Summary Enhancements

Fix Finding creation form.
Fix Finding Summary -> POC View in Production mode.
Fix problem with Aggregate System field of system view when system has no aggregate system.
OFJ-792 Finding Summary Enhancements

Fix selecting a source issue in Finding Summary -> POC View
OFJ-792 Finding Summary Enhancements

Fix bug in SystemController which caused creation of empty systems.
OFJ-792 Finding Summary Enhancements

Clean/Minify JS/CSS
OFJ-792 Finding Summary Enhancements

When viewing a POC which happens to be a user, redirect to the User controller to view it properly.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

updates to finding summary to allow for multiple views.
Pulled finding summary related code out of RemediationController and put it in a new SummaryController.
Made System type labels static and added public getter.
Added System Aggregation query and preprocessing.
Added system aggregation advanced search filter.
Updated finding summary count links to link to the appropriate search page.
Fix test class Tests_Application_Models_FindingTable
OFJ-792 Finding Summary Enhancements

Addresses OFJ-1443 An error occurs when create or view a user in user page
Fix typo in UserController which breaks production mode.
OFJ-792 Finding Summary Enhancements

Update UserController::profileAction to update the POC index.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

Added storage object to store the last requested finding summary view.
Switched to using Zend_View_Helper_FormSelect to render the select boxes.
Consolidated and removed superfluous JS code from view script.
OFJ-792 Finding Summary Enhancements

Make summary screen first column header change when the view changes.
Fix finding summary PDF export for SAV and POCV.
Recombine/Minify
Testless build
OFT › TRUNK › #827 6 months ago
OFJ-1515 Incorrect Column Size And Default For Configuration::default_bureau_id

Change type of default_bureau_id to match the type of the organization_type id field.
Modified migration to include default value specified by the schema file.
Admin: Add migration to fix organization types
Admin: Correct bug in Migration 121.
Admin: Update application version to 2.15.1
Testless build
OFT › SNIFF › #133 6 months ago
OFJ-1447 AutoComplete Cleared On Form Validation Failure

Fix Finding's Security Control tab so the newly selected control is loaded properly.
OFJ-1447 AutoComplete Cleared On Form Validation Failure

Update Fisma_Zend_Form_Decorator to render hidden fields without all the decorations of a normal field.
Change Fisma_Yui_Form_AutoComplete to not render its own hidden field.
Update asset.form, finding.form and finding_security_control.form to add in hidden fields.
Make a few changes to the Asset and Remediation controllers to handle these changes properly.
OFJ-1447 AutoComplete Cleared On Form Validation Failure

Modify AutoComplete javascript to clear hidden field when the text field is cleared.
Fix filtering problem on productId field of the Asset form.
Testless build
OFT › PHPDOC › #238 6 months ago
OFJ-1447 AutoComplete Cleared On Form Validation Failure

Fix Finding's Security Control tab so the newly selected control is loaded properly.
OFJ-1447 AutoComplete Cleared On Form Validation Failure

Update Fisma_Zend_Form_Decorator to render hidden fields without all the decorations of a normal field.
Change Fisma_Yui_Form_AutoComplete to not render its own hidden field.
Update asset.form, finding.form and finding_security_control.form to add in hidden fields.
Make a few changes to the Asset and Remediation controllers to handle these changes properly.
OFJ-1447 AutoComplete Cleared On Form Validation Failure

Modify AutoComplete javascript to clear hidden field when the text field is cleared.
Fix filtering problem on productId field of the Asset form.
Testless build
OFT › SCHEMA › #265 6 months ago
OFJ-1447 AutoComplete Cleared On Form Validation Failure

Fix Finding's Security Control tab so the newly selected control is loaded properly.
OFJ-1447 AutoComplete Cleared On Form Validation Failure

Update Fisma_Zend_Form_Decorator to render hidden fields without all the decorations of a normal field.
Change Fisma_Yui_Form_AutoComplete to not render its own hidden field.
Update asset.form, finding.form and finding_security_control.form to add in hidden fields.
Make a few changes to the Asset and Remediation controllers to handle these changes properly.
OFJ-1447 AutoComplete Cleared On Form Validation Failure

Modify AutoComplete javascript to clear hidden field when the text field is cleared.
Fix filtering problem on productId field of the Asset form.
Testless build
Build Completed Code Changes Tests
OFT › TRUNK › #828 6 months ago
OFJ-1210 Finding Point Of Contact

Fix disappearing editable fields.
OFJ-792 Finding Summary Enhancements

Add POC Summary queries.
Changed FindingTable::INDEX_CHUNK_SIZE from 10 to 200 to improve indexing performance.
- On my system with 10,000 Findings, this change made the time required to reindex go from 151 minutes to 13 minutes.
Updated FindingTable to allow searching by POC Organizational Unit
Fix summary count links on POC summary view.
OFJ-792 Finding Summary Enhancements

Update FindingSummary collapseNode method to only show expand control when node has children.
OFJ-792 Finding Summary Enhancements

Updated title of /systems/aggregation to "Systems: Aggregation View"
OFJ-792 Finding Summary Enhancements

Fix aggregation tree view system type icons and disposal system highlighting.
OFJ-792 Finding Summary Enhancements

Show POCs in summary in alphabetical order.
OFJ-792 Finding Summary Enhancements

Added aggregateSystemId to system model.
Added SystemController actions for manipulating the system aggregation hierarchy.
Added Aggregate System to system tab of system view.
OFJ-792 Finding Summary Enhancements

Add reportingOrganizationId to migration 120.
Add foreign key constraint for it to migration 121.
OFJ-792 Finding Summary Enhancements

Modify migration 120 to set all POC types to 'User'
Merge branch 'master' into ofj792

Conflicts:
        application/doctrine/data/fixtures/MigrationVersion.yml
        library/Fisma/Zend/Form/Manager/User.php
        public/javascripts/combined-min.js
OFJ-1476 Add the "Reporting Organization" field to the user card

Add Reporting Organization to the user info view script.
Merge branch 'ofj1210' into ofj792

Conflicts:
        application/doctrine/data/fixtures/Role.yml
OFJ-792 Finding Summary Enhancements

Set root organization as default ReportingOrganization for POCs.
OFJ-792 Finding Summary Enhancements

Address Finding POC Popup problem in firefox (#6 from comments).
OFJ-1210: Finding Point Of Contact

Address defects from code review OFC-371

Addresses OFC-371#c2801">http://crucible.openfisma.org/cru/OFC-371#c2801
Addresses OFC-371#c2802">http://crucible.openfisma.org/cru/OFC-371#c2802
Addresses OFC-371#c2803">http://crucible.openfisma.org/cru/OFC-371#c2803
OFJ-1210 Finding Point Of Contact

Add Poc model and update User model
Added Poc data fixture.
Update model table for search.
Add POC controller, privileges, events and form.
OFJ-792 Finding Summary Enhancements

Fix the Reporting Organization select on the Create User form.
OFJ-792 Finding Summary Enhancements

Fix JS Lint issues.
OFJ-792 Finding Summary Enhancements

Remove unnecessary @codingStandardsIgnoreFile annotation.
OFJ-792 Finding Summary Enhancements

Add migrations for:
 - Rename user table to poc
 - Add system.aggregatesystemid field
 - Rename finding.assignedtouserid to pocid

Only up() is implemented... so far.
OFJ-792 Finding Summary Enhancements

Fix Finding creation form.
Fix Finding Summary -> POC View in Production mode.
Fix problem with Aggregate System field of system view when system has no aggregate system.
OFJ-792 Finding Summary Enhancements

Fix selecting a source issue in Finding Summary -> POC View
OFJ-792 Finding Summary Enhancements

Fix bug in SystemController which caused creation of empty systems.
OFJ-792 Finding Summary Enhancements

Clean/Minify JS/CSS
OFJ-792 Finding Summary Enhancements

When viewing a POC which happens to be a user, redirect to the User controller to view it properly.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

updates to finding summary to allow for multiple views.
Pulled finding summary related code out of RemediationController and put it in a new SummaryController.
Made System type labels static and added public getter.
Added System Aggregation query and preprocessing.
Added system aggregation advanced search filter.
Updated finding summary count links to link to the appropriate search page.
Fix test class Tests_Application_Models_FindingTable
OFJ-792 Finding Summary Enhancements

Addresses OFJ-1443 An error occurs when create or view a user in user page
Fix typo in UserController which breaks production mode.
OFJ-792 Finding Summary Enhancements

Update UserController::profileAction to update the POC index.
Addresses OFJ-1444 The search result is not updated after the value on POC page are changed.
OFJ-792 Finding Summary Enhancements

Added storage object to store the last requested finding summary view.
Switched to using Zend_View_Helper_FormSelect to render the select boxes.
Consolidated and removed superfluous JS code from view script.
OFJ-792 Finding Summary Enhancements

Make summary screen first column header change when the view changes.
Fix finding summary PDF export for SAV and POCV.
Recombine/Minify
Testless build
OFT › TRUNK › #693 1 year ago
    OFJ-1177 Use yui-storage for search options        Addresses http://crucible.openfisma.org/cru/OFC-266#c1917    Addresses http://crucible.openfisma.org/cru/OFC-266#c1919 (version d9cddcb2e2f249cee2ce98a4eafe9738f36ac987)
    OFJ-1177 Use yui-storage for search options        Addresses http://crucible.openfisma.org/cru/OFC-266#c1902    Addresses http://crucible.openfisma.org/cru/OFC-266#c1909    Addresses http://crucible.openfisma.org/cru/OFC-266#c1921    Addresses http://crucible.openfisma.org/cru/OFC-266#c1915    Addresses http://crucible.openfisma.org/cru/OFC-266#c1910 (version 6e1bd59a2eecedd93b1a5fe3fcda6e294b9bdf55)
Testless build
OFT › TRUNK › #658 1 year ago
    OFJ-1240 A XSS vulnerability found on incident "Audit Log" tab view when Completed Workflow Step with name of <script type="text/javascript">alert('XSS FAIL!');</script>        Added view->escape() to clean up log messages. (version 512b4193acd69d44476101defd3d3a44174a4a02)
    OFJ-1181 Ignore Empty Advanced Search Fields        Allow advanced search fields to be empty.    Doctor Solr advanced search to permit empty queries. (version d3635c09cc569682a3d12cbe4f35fa7a7f845db0)
    OFJ-1174 Add "Go To..." option for models commonly referenced by ID        Added "Go To..." items to Findings, Vulnerabilities and Incidents menus. (version a20b8042561637a5228e5d21568bfab19fb0ac22)
    OFJ-1174 Add "Go To..." option for models commonly referenced by ID        Add ability to associate onclick events with menu items. (version 34c4a614c9be0aa3f197ada10cba600369197015)
    OFJ-1174 Add "Go To..." option for models commonly referenced by ID        Add generic "Go To" javascript event handler. (version cf86c12e5d9a9637e9c5f3ddab14f59c2c3f7d31)
    OFJ-1174 Add "Go To..." option for models commonly referenced by ID        Changed from button onclick event to form submit event so user can press Enter instead of clicking the button.    Focus() the text field for faster input. (version 5ffba58933214dab0f931f43d52fb540ea5c4521)
    OFJ-1181 Ignore Empty Advanced Search Fields        Added Fisma.Search.Criteria#hasBlankOperands method.    Used hasBlankOperands method within Fisma.Search.Panel to ignore blank criteria.    Cleaned up Fisma.Search.Criteria#getQuery to not throw exceptions regarding blank criteria. (version ffa3d34f7623c309dd80856b8debf200085442b1)
    OFJ-1174 Add "Go To..." option for models commonly referenced by ID        Added PhpDoc to Fisma_Yui_MenuItem::onclick property (http://crucible.openfisma.org/cru/OFC-214#c1606)    Added jsdoc header to public/javascript/Fisma/Menu.js (http://crucible.openfisma.org/cru/OFC-214#c1607)    Wrapped main menubar initialization javascript in onDOMReady event callback (http://crucible.openfisma.org/cru/OFC-214#c1614) (version eebae63d76d81a649d2d71d3d381b8d27516639b)
    OFJ-1244 CLONE - A XSS Vulnerability found on user Audit log page after add or update user name on create or edit user page        Fixed up escaping of username in audit log view script. (version 2c558f7fe3d1900bb4f8ef06f14e0227dde3120d)
    OFJ-1180: Multi-Valued Integer Search Fields        Fix for http://crucible.openfisma.org/cru/OFC-196#c1524    Added parenthesis to integerDoesNotEqual term to make evaluation order explicit. (version e17dcd657eb25888ab359fe526c18054f4598b67)
    OFJ-1180 Multi-Valued Integer Search Fields        Processed integerEquals and integerDoesNotEqual operands to allow for multiple values. (version f68ba5705ce390518047c12af8c901a846bde4ab)
    OFJ-1174 Add "Go To..." option for models commonly referenced by ID        Added Fisma_Yui_MenuItem_GoTo class and changed Fisma_Menu to use it. (version 0d16491987de8dbd1f380f3bf6a4abc2b712bc07)
Testless build
OFT › TRUNK › #471 1 year ago
Merge branch 'release-2.11' (version cba2618fa30d3877a28d492e6c6558e53bab27db)
OFJ-1098 Flaw in htmlToPdfText function Replaced use of \R escape sequence with \r for compatibility with PCRE pre-7.0 (version 32171f04e5dbc3bd2f7526ee321beb1b389359b1)
OFJ-1098 Flaw in htmlToPdfText function Replaced use of \R escape sequence with \r for compatibility with PCRE pre-7.0 (version 88259acb51c79505d6bc418bd0e8c7961ad4d76b)
Revert "OFJ-1098 Flaw in htmlToPdfText function" This reverts commit 32171f04e5dbc3bd2f7526ee321beb1b389359b1. (version f7a7344fadc9d3b6a32a678ce9b60d395732667e)
Testless build
OFT › TRUNK › #366 1 year ago
OFJ-775 Seperate Vulnerability Management from Findings Added CVSS display to details view Added report controller with reopened report Touch up list view (version f69c222a326146d17b95ec9f655b87193508702d)
Merge branch 'master' into ofj775 (version 822ee64cff2b97e195117f7f4dc432d97cb80399)
OFJ-775 Separate Vulnerability Management from Findings Move vulnerability forms into vm/forms directory (version 58d1bdb78e7d224e05643b9557f1bb0f648835e1)
OFJ-775 Seperate Vulnerability Management from Findings Removed searchAction to fall back on Fisma_Zend_Controller_Action_Object's implementation. Added view scripts for listing vulnerabilities. (version 4d5138de76a20b4a01b9f1653c747bad46089ef4)
OFJ-775 Seperate Vulnerability Management from Findings Moved Threat informatin into details tab. Added "generate vulnerabilities" script to populate the database with large numbers of pseudorandom vulnerabilities (version 700d337dc6b5e15d7b9666b9b3227ab96433e5d2)
OFJ-775 Seperate Vulnerability Management from Findings Added List Vulnerabilities menu item. (version 35a82bec03f080a9a5e8a280a4f18a3548dfc866)
OFJ-775 Seperate Vulnerability Management from Findings Updated finding/remediation to remove behavior being moved into Vulnerability Added Event and Privilege data for vulnerabilities Added vulnerability javascript to InjectAsset helper (version 56e637e03b9d7d10d645d4c8275fcc83e446334a)
OFJ-775 Seperate Vulnerability Management from Findings Added False Positive (FP) status type Fixed some references to Finding model in Fisma_Inject_Abstract (version 53b49222c435c9ed27bb537f08db4f82dda7e686)
OFJ-775 Seperate Vulnerability Management from Findings Added Fisma_Yui_LinkButton for decorating links as buttons (version 27617f7da13a4b360bd27240812105df2a0a18ef)
Admin: Removing migration 73 from ofj775 branch ofj775 is going to be a long running branch and the migrations should be created at the end when the branch is merged into master (version e01da51bf60647fed5c2ef9d7d93273c4525a416)
OFJ-775 Seperate Vulnerability Management from Findings Moved Asset back under System Inventory (version a0fa6d890759c2ebc0b8c5bfffb78ea2d90a9bc7)
OFJ-775 Seperate Vulnerability Management from Findings Added audit logging to Vulnerability.status field Added default value of "OPEN" to Vulnerability.status field Fixed outputting of CVSS Base Score on Vulnerability details (version 7c1e818ea9f8bca8a0669e428dc7b6808f619990)
Merge branch 'master' into ofj775 (version a4a2a7ef910310a9018874c9f5daad3554a7a49c)
OFJ-775 Seperate Vulnerability Management from Findings Created Vulnerability controller, forms and views using Finding/Remediation as a template. (version 1bd25007328c14a211b1895a67f6fa7d55b58995)
Merge branch 'master' into ofj775 Conflicts: application/modules/finding/controllers/IndexController.php (version 93e48ff46a7eec8ae6fbf11f94efe3eea3510e90)
OFJ-898 When uploading scan, the "vulnerabilities created" metric is always zero Fix typo: $this->totals should be $this->_totals (version d42d823dfdc4fe80be3e5835acaf98fc81c07425)
OFJ-868 Fixup search: remove back button and join in relations Removed "Back to Search" button Added overridable executeSearchQuery() method to FZCAO to allow joining in extra data into results Override executeSearchQuery and handleCollection in VulnerabilityController to query Asset name Modified view scripts to remove assetId and add Asset Name (version 5dc6c4599455a1b5de5fd4cbe6cdda2265859b9c)
OFJ-866 new assets don't show up on the asset list page Applied Mark's patches attached to issue in JIRA (version fc6a31a341cd8df7aa255e832e1b97817781b85f)
Revert "OFJ-864 Vulnerability creation form should have some way of specifying asset info: IP Address, Network, and Port, with an autocomplete option available for pre-defined assets." This reverts commit 3c0c5d28a6c0afddfeda47db3b46d9035eed9f5b. Conflicts: application/modules/vm/forms/vulnerability.form library/Fisma/Zend/Form/Manager/Vulnerability.php (version e050c53b94e2fd6e3ecf88fb61ffe78cb5392ac2)
OFJ-866 new assets don't show up on the asset list page Change legacy findings reference to vulnerabilities. (version 53beee55404bc47a92b9dec370e6500abd019f93)
Merge branch 'master' into ofj775 Conflicts: application/modules/finding/controllers/IndexController.php (version d3fa52ec6e877f2632d248d957df0b408ace7b5b)
OFJ-775 Seperate Vulnerability Management from Findings Changed Bugtraq, Cve and Xref relation models to be from Vulnerability instead of Finding (version b95989118dfaf0377578ad45d4b83280e8086b5e)
OFJ-775 Seperate Vulnerability Management from Findings Modified Fisma_Inject_Abstract to get get basic injection working with Vulnerabilities. Modified Fisma_Inject_Nessus to not mask underlying errors. (version 2fe89b1ab6cd27cee8379130cef40404536ea36e)
OFJ-775 Seperate Vulnerability Management from Findings Removed "Threat Level" from vulnerability details and condensed the section. Added cross-references section. (version 496caed435fe913ceaa0b20f278218d614d20b7f)
OFJ-775 Seperate Vulnerability Management from Findings Added asset tab to vulnerability tabview (version 4aa1166705114e90ffb19e2d98ef584f2e399274)
OFJ-866 new assets don't show up on the asset list page Modified OrganizationDependency ACL check to allow NULL organization to fallback on "unaffiliated" privilege. (version 6c1302c606088c3083710807afa8683eb383154c)
OFJ-864 Vulnerability creation form should have some way of specifying asset info: IP Address, Network, and Port, with an autocomplete option available for pre-defined assets. Move vulnerability forms into vm/forms directory (version 0ef7a43c3025d612e1af18035e0fe8f137e9d61e)
Merge branch 'master' into ofj775 Conflicts: application/doctrine/data/fixtures/Role.yml library/Fisma/Menu.php (version 2bc0e99a9cfe8d053218f324bfd0cff80ee9f42f)
OFJ-775 Seperate Vulnerability Management from Findings Added Vulnerability::setStatus mutator for setting the closed timestamp Cleaned up Fisma_Inject_Abstract::_save a bit. (version c9f58be6145304f8ddc5a0a3e0dac24ed7a1bfcd)
OFJ-775 Seperate Vulnerability Management from Findings Enable audit logging for duplicate vulnerabilities (version aa59d961587243349bba79bedd64fa6c9ea0f958)
Merge branch 'master' into ofj775 (version f8f803116106cd1e8111a3b5da0825eac92472f3)
OFJ-775 Seperate Vulnerability Management from Findings Moved vulnerability forms into default module. (version a770ad89be11e0fae7dd4230665ef7f67ad86437)
OFJ-775 Separate Vulnerability Management from Findings Added empty placeholder Dashboard Reorganized Vulnerability menu to have the same structure as other modules (version 920070bca1d2489572021a2ea046cf66051ef97c)
OFJ-775 Seperate Vulnerability Management from Findings Added mapping from module url component to module title proper. (version 31dd873b241ffcd679ed4363af0f67e06c767d76)
OFJ-775 Seperate Vulnerability Management from Findings Updated Finding, Bugtraq, Cve and Xref to reflect the proper relations. (version 9226494732e0d1ae2bca415057e214410e55a37c)
OFJ-775 Seperate Vulnerability Management from Findings Added "Duplicate of" field to the vulnerability view page. (version 125801e13814f91ea0bd2d5a2159760b4408ab35)
Revert "OFJ-866 new assets don't show up on the asset list page" This reverts commit fa5173e5c1d879c14d8c91d7257bfeba3d92b39c. (version edb9e88c0e17935d5be0d142692aa7cd328ed24c)
Merge branch 'master' into ofj775 Conflicts: application/modules/finding/controllers/IndexController.php application/modules/finding/views/scripts/remediation/finding.phtml (version 7bb60c845cbdc3cc8ebb0f38fd10163090ce17eb)
OFJ-775 Seperate Vulnerability Management from Findings Added Accept Risk, Identify False Positive and Close buttons. (version 7ed1952637c653242aa3da4af575921aa365963b)
OFJ-864 Vulnerability creation form should have some way of specifying asset info: IP Address, Network, and Port, with an autocomplete option available for pre-defined assets. Add asset search fields to vulnerability.form and Fisma_Zend_Form_Manager_Vulnerability (version 3c0c5d28a6c0afddfeda47db3b46d9035eed9f5b)
Revert "OFJ-864 Vulnerability creation form should have some way of specifying asset info: IP Address, Network, and Port, with an autocomplete option available for pre-defined assets." This reverts commit 0ef7a43c3025d612e1af18035e0fe8f137e9d61e. Conflicts: application/modules/default/forms/vulnerability.form (version b09b28cac28d5513df50147a3b42c3a6a4dafbf6)
OFJ-775 Seperate Vulnerability Management from Findings Modified Error controller to display better stack traces in logs and debug mode. (version cb25e4a7e7549960735992c344402f562651f496)
OFJ-870 Add VM to modules config Added VM module to module list and added checks in vm controllers. (version f86dea30d81f519329d46474213beb21030ddf5b)
OFJ-869 Change upload to many-to-many relationship Add to VulnerabilityUpload entries for each created, reopened and suppressed vulnerability. Removed unused constants and getDuplicateAction method. (version 4bdf2ba262e13a27b78e3869b1736b7fc5d8a281)
OFJ-869 Change upload to many-to-many relationship Add new VulnerabilityUpload schema/model/table Remove old vulnerability duplicate relations Remove old references to duplicate fields. Remove explicit setting of vulnerability state to 'OPEN' (breaks workflow) (version f294e534f8ee07b0d61f3ced172b2aeba30a35ca)
Merge branch 'master' into ofj775 (version 5116598de8197a58443d86a3df16c965d0f478ee)
OFJ-873 Modify reopen report to use network instead of bureau Updated reopen report to use network instead of bureau. (version 8af3a0f88270b58eb986e1526dc7a1ab651c24ea)
OFJ-872 Remove manual creation of vulnerabilities Added exceptions in VulnerabilityController create and edit actions. Removed unused view script, and form manager helper Removed unused form spec (version f0e619e199cdbce14c924327af1adfd21c7d80e3)
OFJ-869 Change upload to many-to-many relationship Removed reference to duplicate vulnerability ID (version c9f17af6622f95c135b2e0c7785f6ca907810a54)
OFJ-869 Change upload to many-to-many relationship Added "Upload History" tab to vulnerability view to display upload history information. (version 851bfb2ca058b15b7536a15054ac5f6112adb6e0)
OFJ-775 Seperate Vulnerability Management from Findings Moved vulnerability classes into their own module (version 06e4508ee5c1a1bdc9568788b93d301c07cca298)
OFJ-775 Seperate Vulnerability Management from Findings Cleaned up report controller (version 9014f4a4345182c4a45322d082d42924afa8cd75)
OFJ-775 Seperate Vulnerability Management from Findings Moved Assets and Products under Vulnerability Management (version 87bd109c32467347736bff7adc043639980366de)
OFJ-775 Seperate Vulnerability Management from Findings Added Vulnerability model, using Finding model as a template. (version cefd4022031a5c4caabc877486b1908253b2ba5f)
OFJ-775 Seperate Vulnerability Management from Findings Fixed up duplicate vulnerability handling Added Aggregated Risk Report Modifed Re-Opened Vulnerability Report to be Bureau/System instead of Bureau/Asset (version 239424ef5ec695b5b62a0a5b59b2c77be944fb97)
OFJ-775 Seperate Vulnerability Management from Findings Removed unused Fisma_Yui_LinkButton class (version 8683cbfc8bfedfefd346c5efc1646cbb60b78789)
OFJ-874 Create report: vulnerability counts by ip/port for OPEN, AR and FP Renamed report to Vulnerable Service Report Added report to navigation bar (version 4be5023a00580771cdfe78430acda82f5ebd2f9f)
Merge branch 'master' into ofj775 (version 38ad2c3915fc13162db88692e59322a7c21cd7a8)
OFJ-775 Seperate Vulnerability Management from Findings Moved list and searchbox view scripts into modules directory (version 573f419c6f082154b1f61046e1a8ca40c214476a)
OFJ-874 Create report: vulnerability counts by ip/port for OPEN, AR and FP Added asset vulnerability report action (version 652e1ed6bc7c55b231a5407a8b7a6bdd310ad3ed)
OFJ-866 new assets don't show up on the asset list page Add ability for subclasses of FZCAO to override the ACL checking behavior by calling an overridable wrapper of $this->_acl->requirePrivilegeForObject. Fix ACL checking for unaffiliated assets. Change legacy findings reference to vulnerabilities. (version fa5173e5c1d879c14d8c91d7257bfeba3d92b39c)
OFJ-869 Change upload to many-to-many relationship Renamed totalFindings to simply totals in Fisma_Inject_Abstract. Also fixed tallying of created, reopened and suppressed vulnerabilities. (version e8bbf57d8e23c155ebaba020fbb1cfd56ce23e67)
OFJ-775 Seperate Vulnerability Management from Findings Changed "findings" to "vulnerabilities" when injecting vulnerabilities. Changed audit log message for duplicate vulnerabilities (version ff6f138470286ca22fde62268b29c23957738ff1)
OFJ-775 Seperate Vulnerability Management from Findings Added titles to reports (version e278bf5519ab51e46a324c7f99adf83ad0fd317d)
Testless build
OFT › TRUNK › #324 1 year ago
Revert "OFJ-905 Separate configuration files" This reverts commit 8ba6ac67d0f4cc8975b1c09f244d8cdfb8128fa3. (version 98e9aa8145843d1c180455b043e3caee7ff327b0)
OFJ-905 Separate configuration files Set default environment for tests to development. (version 0efd1f2a45cfe5e10e616117b49308b82a7832c6)
Testless build
OFT › TRUNK › #316 1 year ago
OFJ-905 Separate configuration files Updated doctrine-cli and optimize-indexes to get APPLICATION_ENV from the shell environment (version 37d6f66fc9bd1a1b7c11f328c2ad6564eba5108d)
OFJ-905 Separate configuration files Remove application bootstrapping from command-line scripts. (version c2fb73955dacdc694d8c017f42e77bd073569b33)
OFJ-905 Separate configuration files Revert modification to .htaccess that was unintentionally committed with an earlier modification. (version 3998cb39f4f2b93fbe8dda9a3cf536b9601ef69e)
Merge branch 'master' into ofj905 (version c4302ecc5a654ab5474725e010acd8e6e11b55ce)
Merge branch 'master' into ofj905 (version dffa9c419eec037d78ae0e36664da6fbabcdfe80)
OFJ-905 Separate configuration files Fisma::setAppConfig needs to be called before Fisma::initialize (version 686d39932e5ff42bf7f94efb62a8a7bc73670cd7)
OFJ-905 Separate configuration files Added Zend_Application bootstrapping to doctrine-cli script. (version 5cacd6b874967ca61a657b1ec9072759fd98fc18)
OFJ-905 Separate configuration files Update generate-findings to use Zend_Application for bootstrapping. (version 340670804523b39079b6fd8f51338861c490bfb0)
OFJ-905 Separate configuration files Move a number of options set in Fisma::initialize into application.ini... more to come. (version c25c9c8838c6ade6640d76022ac4d845ee381edb)
OFJ-905 Separate configuration files Added Zend_Application bootstrapping to optimize-indexes script. (version 0bb21ddd073ea5a2708935699e5c4881e958698e)
OFJ-905 Separate configuration files Moved Fisma::$_applicationPath and Fisma::$_includePath initialization out of Fisma::initialize() and initialized them at declaration time instead. (version e2add542d0387b53d64e6659e8f2bb97f63d47ab)
OFJ-905 Separate configuration files Update fuzz-doctrine to use Zend_Application for bootstrapping Update fuzz-doctrine to ignore Table class and CurrentUser class. (version d7b74a6165557fc44a98e057f72bc57f689b20c7)
OFJ-905 Separate configuration files Moved ini_set calls from Fisma::initialize into the application.ini Changed 'php' to 'phpSettings' in application.ini for automatic initialization by ZF Changed 'xdebug' to 'phpSettings.xdebug' to use ZF standard ini settings (version 3cad397e78ef3544177321686e1da330e69d280d)
OFJ-905 Separate configuration files Created new database.ini.template file and pull database-related options out of application.ini.template, which is now just application.ini (version 5d6a6b669899e316000c5160d063d428a198603e)
Testless build
OFT › TRUNK › #163 1 year ago
Squashed commit of the following: commit 3fa68f985a1bde6724bb5df69a1ab59f7d779fd7 Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Thu Jul 22 12:21:23 2010 -0400 OFJ-691 Create phone number filter, validator, and standardize phone number type Fixed use of wrong filter in Fisma_Zend_Form_Element_Phone::clearFilters Added unit tests for Fisma_Zend_Form_Element_Phone and Fisma_Zend_Form_Manager commit 5aa962a52d877bbf7c6b4e471285351468233b79 Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Wed Jul 21 12:42:23 2010 -0400 OFJ-691 Create phone number filter, validator, and standardize phone number type Moved migration to later version. Added docblock and cleaned up source style to meet coding standards. commit 7d8db9e46f65626fa0362d136dcede7c911be1b6 Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Tue Jul 20 17:47:08 2010 -0400 OFJ-691 Create phone number filter, validator, and standardize phone number type Added unit tests for Fisma_Doctrine_Validator_Phone, Fisma_Zend_Validate_Phone, Fisma_Zend_Filter_Phone commit b6f7baa71f4df476a7b5e1ca39399292288a736b Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Tue Jul 20 16:58:28 2010 -0400 OFJ-691 Create phone number filter, validator, and standardize phone number type Added DocBlock comments. commit 06df92a3f9eca2f98796058648069ea150aa2a40 Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Tue Jul 20 16:06:30 2010 -0400 OFJ-691 Create phone number filter, validator, and standardize phone number type Create draft migration. commit ba530318a7e438826533ccb152c6d2e854bd9b18 Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Tue Jul 20 15:50:37 2010 -0400 OFJ-691 Create phone number filter, validator, and standardize phone number type Changed the storage method from simply the numbers to the full (###) ###-#### version to simplify some things. commit ad2febb90a2b3e8a938c4202b11c26a5866aeb5b Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Mon Jul 19 13:19:40 2010 -0400 OFJ-691 Create phone number filter, validator, and standardize phone number type Modified Incident schema to use phone number fields of width 10 instead of 15 commit dcab153e659f1abd77e4da0a808fd53764f9decd Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Mon Jul 19 12:06:37 2010 -0400 OFJ-691 Create phone number filter, validator, and standardize phone number type Fix typos in User schema Removed unused validator from contact_config form Fixed phone number format in configuration data fixture Modified Fisma_Zend_Form_Manager to not clobber form filters commit d9b02c13572848cc746fdcd349b014bc6082bfb9 Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Mon Jul 19 10:53:41 2010 -0400 OFJ-691 Create phone number filter, validator, and standardize phone number type Updated Configuration and User schemas. commit 5547f85438f2e168df7e2a280be70646297a1fa5 Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Fri Jul 16 16:32:39 2010 -0400 OFJ-691 Create phone number filter, validator, and standardize phone number type Changed types of form elements in application/forms Changed types of form fields in the Incident model. commit c83103a76540b39b4c538994e8a958573bfac569 Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Fri Jul 16 16:27:03 2010 -0400 OFJ-691 Create phone number filter, validator, and standardize phone number type Added "Phone" element type. Added "Phone" Doctrine validator Added formPhone view helper. (version 6ae49773fd1948bd810f0c110f985380c9defa99)
Testless build
OFT › TRUNK › #132 1 year ago
OFJ-716 Remove the panel controller and fix the main layout Squashed commit of the following: commit cbfaf9722361243af73f5d5785082be2989e13fb Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Thu Jul 8 15:07:13 2010 -0400 OFJ-716 Remove the panel controller and fix the main layout Corrected references to 'irworkflow' and 'ircategory' as well as another reference to 'account' commit d4c4dd940efa029750337c0f151cd70b071fd5f7 Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Thu Jul 8 14:34:00 2010 -0400 OFJ-716 Remove the panel controller and fix the main layout Changed IncidentDashboardController and associated view scripts to use AjaxContext to remove outer layout. commit 00afd1ab24dd3e60e457ba5b55035df41d3efa41 Author: Andrew Reeves <andrew.reeves@endeavorsystems.com> Date: Thu Jul 8 12:55:06 2010 -0400 OFJ-716 Remove the panel controller and fix the main layout Changed old reference to 'account' with 'user' (version b2e86026b753976386cff1964bed24e897a8729b)
OFJ-676 Plugin Report To Support HTML Added conditional logic for HTML columns to controller and views and added sample report with an HTML column. (version d39028fe1cf2c369f513c8b376eac5f0635552ce)
OFJ-677 Information systems should have lifecycle metadata Resolve problems from OFJ-83: - Added copyright to migration - Removed unused StringLength validators from system.form (version 996e3cade2c255234962eb1d71a219d2f6db835b)
OFJ-716 Remove the panel controller and fix the main layout Fixed problem with forwarding in Auth controller- need to reset the default layout when forwarding to another page. (version 7054bd9edc14707e2a2d34ceeb9f23953a5331e1)
OFJ-504 ErrorController has flawed logic that obscures error messages for un-authenticated users Added parent::preDispatch() to preDispatch() and removed old action stack code from FindingDashboardController. (version 400eea479e111f0d0e03923aff01e35d1456a10d)
OFJ-504 ErrorController has flawed logic that obscures error messages for un-authenticated users Added missing parent::preDispatch() to IncidentController (version abca4d6f18d38323f3098418d41c138e8ba6301d)
OFJ-677 Information systems should have lifecycle metadata Fix error in Finding::createAction introduced in 9b37fd98. (version de26c4aae1740f8f649dfd078d0da029617dc37a)
Admin Added migration for 2.7.2 app_version update. (version 107338d87eb2ed67526032002473ef5b44c38a7c)
Admin Updated minified/combined JS files. (version de4faf195b4856b930732c022cf1d5592b4e37a7)
OFJ-716 Remove the panel controller and fix the main layout Fixed reference to panel in Finding Summary JS file (version faffeebdf1b9ae79f38c4d412f2addadd4fee71d)
Merge branch 'release-2.7' Conflicts: public/javascripts/combined-min.js public/javascripts/combined.js (version 0a0d1756c763468a0b81063b20e1998f688d2f7b)
OFJ-716 Remove the panel controller and fix the main layout Fix reference to panel in FindingController (version 44921f57ad8f6dac0d4ae88b7200bbe25ddcc5c7)
Admin: Moved migration 58 to 59 to resolve conflict with incoming 58 from merge. (version 1edd78440d332b30c4e393ec55e9defcc7f6f3e1)
Testless build
Build Completed Code Changes Tests
OFT › JSL › #321 10 months ago
OFJ-1413 Fix CodeSniff Errors in Migrations

Add or fix CodeSniffer suppression annotation in the following files:
application/doctrine/migrations/1276192018_version55.php
application/doctrine/migrations/1276194655_version56.php
application/doctrine/migrations/1278427439_version58.php
application/doctrine/migrations/1278514713_version59.php
application/doctrine/migrations/1278615590_version60.php
application/doctrine/migrations/1278615592_version62.php
application/doctrine/migrations/1278632343_version64.php
application/doctrine/migrations/1279664125_version68.php
application/doctrine/migrations/1286251510_version81.php
application/doctrine/migrations/1286251511_version82.php
application/doctrine/migrations/1286251513_version83.php
application/doctrine/migrations/1286251514_version84.php
application/doctrine/migrations/1292469579_version85.php
application/doctrine/migrations/1292869983_version86.php
application/doctrine/migrations/1292869984_version87.php
application/doctrine/migrations/1292869985_version88.php
application/doctrine/migrations/1293576186_version92.php
application/doctrine/migrations/1305010676_version102.php
application/doctrine/migrations/1305140947_version105.php
application/doctrine/migrations/1305655358_version107.php
application/doctrine/migrations/1306265967_version108.php
application/doctrine/migrations/1306448719_version109.php
application/doctrine/migrations/old/1272382667_version38.php
application/doctrine/migrations/old/1272385051_version39.php
application/doctrine/migrations/old/1272385052_version40.php
application/doctrine/migrations/old/1272385053_version41.php
application/doctrine/migrations/old/1272385054_version42.php
application/doctrine/migrations/old/1272385055_version43.php
application/doctrine/migrations/old/1272385056_version44.php
application/doctrine/migrations/old/1272385057_version45.php
application/doctrine/migrations/old/1272385058_version46.php
application/doctrine/migrations/old/1272385059_version47.php
application/doctrine/migrations/old/1272385060_version48.php
application/doctrine/migrations/old/1272385061_version49.php
application/doctrine/migrations/old/1272385062_version50.php
No tests found
OFT › TRUNK › #472 1 year ago
OFJ-1098 Flaw in htmlToPdfText function Replaced \R with its equivelent atomic group instead of \r. (version a9fa1a7a2a1b6658c04afb8c67125340d275aae7)
Testless build
OFT › TRUNK › #175 1 year ago
OFJ-796 The OMB FISMA report does not work Changed the context keys of the derived ContextSwitch action helpers. (version 3688a8083b0fbd77ebe850d2f75ff1ea6f566022)
Testless build
OFT › TRUNK › #165 1 year ago
OFJ-691 Create phone number filter, validator, and standardize phone number type Fix broken test case (incorrect class name). (version 75a1b3b0fa59c1b5f8b86d35d2622357d475cbba)
Testless build

Powered by a free Atlassian Bamboo open source license for OpenFISMA. Try Bamboo - The Zen of Continuous Integration.