PHPCRED-12: Test and Release



Issue Information

Issue Type: Task
 
Priority: Blocker
Status: Closed

Reported By:
Ben Tasker
Assigned To:
Ben Tasker
Project: PHPCredlocker (PHPCRED)
Resolution: Done (2013-12-07 14:13:16)
Target version: 1.15,
Labels: Releases,

Created: 2013-12-07 00:35:24
Time Spent Working


Description
Test and release V1.15 of PHPCredLocker (the current dev branch)


Subtasks

PHPCRED-15: Minify Javascript
PHPCRED-16: Update Version Number
Toggle State Changes

Activity


btasker changed status from 'Open' to 'In Progress'
Unable to remove the Installation directory, not clear why
On Homepage (not logged in yet)


Uncaught ReferenceError: inlineDeCrypt is not defined


Relevant code section is


<!-- Fire the default scripts when the browser reports document ready -->
<script type="text/javascript">
var sesscheck; jQuery(document).ready(function() \{ checkKeyAvailable(); inlineDeCrypt();\});
</script>
Missing inlineDecrypt is because the JS hasn't been minified since the last update, changing the min name in config removes the issue.
- Keylength setting and override works.
- User addition and editing works
- Change password works


Pound (£) signs don't display correctly in passwords (PHPCRED-14)
Credential additon/edit/deletion works correctly.
Deletion of multiple users works (PHPCRED-8)
Deletion of CredTypes works
Search bar works
Pending completion of PHPCRED-15 and PHPCRED-16, V1.15 is ready for release
The 'About Page' still says the project is licensed under GNU GPL V2 (PHPCRED-10 relates to re-licensing), need to update.
Plugins also still display GNU GPL V2
Commit d0a7489 updates the licensing on both the About and within plugins.
Ready for release, pushing to dev branch then merging dev with master
dev branch deleted. V1.15 is now released!
btasker changed status from 'In Progress' to 'Resolved'
btasker added 'Done' to resolution
btasker changed status from 'Resolved' to 'Closed'