6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 17 days ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating HelpDesk configure.php to have the same functionality as the timecard one. Now supports select list and text field types. More... about 20 years ago
Removed "item_project_id" from the update() method. Correct me if I'm wrong (please!), but that column already exists in version 0.1. I was getting a duplicate column error when trying to upgrade. More... about 20 years ago
Fixed PHP/JavaScript bug where auto-generated projects list wasn't showing up. Re-wrapped part of the UPGRADE file. More... about 20 years ago
Updating with change history. More... about 20 years ago
Making textarea taller per user request. More... about 20 years ago
Adding my changes to the UPGRADE file. More... about 20 years ago
Updating with change history. More... about 20 years ago
Added configuration option to toggle highlighting of undertime hours. More... about 20 years ago
Added variable levels of user permission, based on user type. This is set in the configuration of the module. More... about 20 years ago
Adding default config. More... about 20 years ago
Finished work on making the search fields configuratable. Not sure how to handle the layout problems the dynamically generated search table causes, though. More... about 20 years ago
Adding the config options for showing/hiding the search fields on the list screen. Config screen done. TODO, reflecting the config on the list page itself. Will be tricky cause we need to take the layout and table into account. More... about 20 years ago
Adding proper module configuration. Added support for the following three settings: Defaults that "assigned to" field to be that of the current user. Defaults the "notify by email" field to on. Defaults the "company" field to be that of the current user. More... about 20 years ago
Small fix, just in case the config.php file is missing. More... about 20 years ago
Tryign to fix an error experienced by cipher123. More... about 20 years ago
Add upgrade bug fix suggested by mmckeen. More... about 20 years ago
Sorting user list by last name, not first. More... about 20 years ago
Changing the default configuration and adding a little bit of documentation. More... about 20 years ago
Major additions. Integration of GrahamJB's patch for HelpDesk integration. Also, addition of HelpDesk configurations sections. Lots and lots of work. More... about 20 years ago
Fixing bug that was causing error in tasks and projects with ' in their names. More... about 20 years ago
Fixing a small error that caused the forward link to actually go backwards. More... about 20 years ago
Setting status to "Open" only if the current status is Unassigned on assigned user selection. More... about 20 years ago
Added Dana to the developers list in the README (long overlooked! sorry man) Fixed a bug I (once again) introduced that only logged one status change. Please note that only the last status change will be e-mailed out. Perhaps I'll make it so that all status changes per store() are added to the e-mail. More... about 20 years ago
Added the toggle file (hopefully in binary mode) More... about 20 years ago
Added JavaScript collapse/expand of the log comments for summary updates. They are collapsed by default so screen space isn't flooded with summary updates. More... about 20 years ago
Fixed the display of total "My Open" items (count item_id not item_status) Added labels for items on the add/edit screen More... about 20 years ago
Fixed the notify e-mails to work with the non-buggy code :\ More... about 20 years ago
Fixed a nasty bug I introduced that had to do with new items not properly storing their id in the status table. Sorry :( More... about 20 years ago
Fixed closed listing. More... about 20 years ago
Fixed item counts. More... about 20 years ago