6
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Nov 10, 2024 — Nov 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made the notify e-mail a lot more informitive by attaching the last status log entry. Also, the subject of the e-mail now tells you if the item has been created or updated. More... over 21 years ago
Re-organized list search dropdowns to work better with long company and project names. Please let me know if it messed up the layout for your dataset. More... over 21 years ago
Cleaned up the code a bit and fixed a bug where the vw_idx_handler function was being called with the wrong number for "My Open" Sorry about the incomplete configuration code. I meant to finish it but got swamped with other work. I was hoping someone could pick it up where I left off. More... over 21 years ago
Fixed my error in commenting out the configure function. Also, flagged the configuration flag as off. More... over 21 years ago
Fixed error in calling configuration php, and commented out the configure option until it is complete. Please to not check in incomplete or non functional code. More... over 21 years ago
Adding search selectors for Severity, Call Source, Operating System, Application, Assigned To, Requestor, Company, and Project. More... over 21 years ago
Fixed error in the display of the ticket severity. More... over 21 years ago
Fixed status checking for item display. Shoudl use helpdesk_items.item_status to find current status of a ticket, and not anything from helpdesk_item_status. Also, added My Open tickets tab. More... over 21 years ago
Trimming search string so that "asdf" and "asdf " will return the same results. More... over 21 years ago
Putting in a lot of BS code to keep the days on the proper day. More... over 21 years ago
Linking out individual hour counts to detail info. More... over 21 years ago
Fixing an issue with an older version of PHP. More... over 21 years ago
Fixing an issue with an older version of PHP. More... over 21 years ago
Added binary flag, replaced images with non-corrupted versions.
Adam Donnison
as ajdonnison
More... over 21 years ago
Bumping it up to ver .02 to reflect report integration...... More... over 21 years ago
Added user report by week. More... over 21 years ago
Adding permissions control throughout. Also adding basic user time reporting. More... over 21 years ago
Adding perms to prevent users from viewing ppl's timecards that they don't have access to. More... over 21 years ago
Winnowing down the projects and tasks list to only those that user has perms to. More... over 21 years ago
Added perms checking, so only users of a company that a user has perms to are listed. More... over 21 years ago
Added user created items into the sql created by the perms control. More... over 21 years ago
Adding requestor_type back in. oops. More... over 21 years ago
Oops.. this file would help :) More... over 21 years ago
Fixed a typo in the permissions code. Redid the new perms function to be more generic (s/companies/list/g), some code cleanup, added a place-holder for module configuration since HTMLArea is being a bitch at the moment. More... over 21 years ago
Added "getPermsWhereClause" function to helpdesk.class.php to unifiy that perms checking, and then spread the love around to all areas. Now, all lists, and counts should take company permissions into account. It's dope. More... over 21 years ago
Added perms check for company access. More... over 21 years ago
Added item_created_by field to more easily display and join in that information, considering that that will be used as a permissions criteria. Added in perm checking to make sure users have access to the HelpDesk module before any display. Added in view and edit perm on the view and addedit screens based on what companies the users have permissions to, and whether they created the item or not. More... over 21 years ago
Tweaking the layout to make it a bit more narrow. More... over 21 years ago
Tweaking the layout a little more. More... over 21 years ago
Fixing problem I created. I was nulling out the item_id if the item already existed. Now fixed. More... over 21 years ago