0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 17 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added delta files for SQLSrv up to version 3 More... almost 14 years ago
Added a base permissions schema for site permissions. Groups can now be associated with different permissions, though this commit doesn't add any functionality to Manuscript for checking permissions Fixed SchemaManager bug where new installs didn't just apply all the deltas and made the user visit the DB Upgrade controller More... almost 14 years ago
Added Groups controller and the ability to add groups. Added update to include an Admin group. User's primary group can be selected via a dropdown box now. Disabled changing the username. Fixed bug where the Name of the user was being stripped of whitespace. More... almost 14 years ago
Added Tws_Controller_Plugin_ModuleLayout plugin. Removed individual init() calls to set layout in Admin module More... almost 14 years ago
Corrected modifications for SQL Server 2008 and Schema Manager More... almost 14 years ago
Ported installer to use SchemaManager for installation. Set Upgrade controller to only run if versions do not match. Added Base script for Sqlsrv More... almost 14 years ago
Added Tws_SchemaManager to handle database migrations. Ported Sqlite over to SchemaManager and move some of the Sqlserv files. Began work on the Upgrade module More... almost 14 years ago
Added a base Config table to SQLite and set the version number to 1 More... about 14 years ago
Removed MAX_FILESIZE hidden element on file upload since it wasn't determining the correct filesize anyway. More... about 14 years ago
Fixed bug where install could be rerun after installation. More... about 14 years ago
Fixed bug where the user's Name was being stripped of spaces More... about 14 years ago
SQLSRV was not set to return dates as strings after the new installer. Corrected More... about 14 years ago
Fixed typo in install when detecting MS. More... about 14 years ago
Changed installer so that *Nix only has the option to install SQLite More... about 14 years ago
Exceptions were not being caught. Corrected More... about 14 years ago
Set Application.ini to not display errors More... about 14 years ago
Added install logic for SQL Server 2008 Corrected Schema file for SQL Server 2008 to allow for install routine Files that are too large now display an error upon upload More... about 14 years ago
Added install script with support for SQLite 3 More... about 14 years ago
Working on the Install script More... about 14 years ago
Ported the 'Create File' form over to Zend_Form More... about 14 years ago
Added a light gradient for the background More... about 14 years ago
Added comments to Comments Model Added tests for Comments Model More... about 14 years ago
Added comments to Mimetypes Model Added tests for Mimetypes Model More... about 14 years ago
Changed GetTags helper to return Tags in alphabetical order More... about 14 years ago
Fixed hash for the default root password More... about 14 years ago
Added tests for the Comments Table Added Application_Model_Comments::find() to help with testing Modified the load.sqlite script to allow '--coverage-html' when using PHPUnit to build coverage reports More... about 14 years ago
Somehow the test got missed in the last commit... More... about 14 years ago
Set up PHPUnit Tests Added tests and comments for Application_Model_Users More... about 14 years ago
Users can now be deactivated More... about 14 years ago
Files can now be deleted More... about 14 years ago