50
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Various fixes and tweaks in history module. More... almost 15 years ago
Various fixes and tweaks in history module. More... almost 15 years ago
Fixes for Mantis Reports #2486 and #2545: More... about 15 years ago
Fixes for Mantis Reports #2486 and #2545: More... about 15 years ago
Changed display logic in modules/calendar/vw_day_events.php to pre-determine the number of concurrent events per row as well as the greates number of required columns to accurately determine the number of blank table columns needed to generate the display of events for the "Events" tab of "Day View". More... about 15 years ago
Changed display logic in modules/calendar/vw_day_events.php to pre-determine the number of concurrent events per row as well as the greates number of required columns to accurately determine the number of blank table columns needed to generate the display of events for the "Events" tab of "Day View". More... about 15 years ago
Fix for Mantis Report #2578: Events now display properly on all levels (month, week, and day views). Events will now dispaly in the day view if that day (or a part of it) falls within the event's start and end dates. More... about 15 years ago
Fix for Mantis Report #2578: Events now display properly on all levels (month, week, and day views). Events will now dispaly in the day view if that day (or a part of it) falls within the event's start and end dates. More... about 15 years ago
Fixes for localization/font issues based on diffs in Mantis Report #2614 and similiar existing code in modules/tasks/gantt.php. More... about 15 years ago
Fixes for localization/font issues based on diffs in Mantis Report #2614 and similiar existing code in modules/tasks/gantt.php. More... about 15 years ago
Miscellaneous improvements in translation (mainly for pop-up callendar). More... about 15 years ago
Miscellaneous improvements in translation (mainly for pop-up callendar). More... about 15 years ago
Fix for Mantis Report #2591: Filtered through query results to check that retrieved tasks can be accessed by the user before appearing on Tasks Gantt chart. More... about 15 years ago
Fix for Mantis Report #2591: Filtered through query results to check that retrieved tasks can be accessed by the user before appearing on Tasks Gantt chart. More... about 15 years ago
Fix for Mantis Report #2557: Code in modules/projects/reports.php was checking for translation file in wrong directory. Used full path in check instead and translation file is now found and used properly. More... about 15 years ago
Fix for Mantis Report #2557: Code in modules/projects/reports.php was checking for translation file in wrong directory. Used full path in check instead and translation file is now found and used properly. More... about 15 years ago
Upgraded ezpdf library to 009e. More... about 15 years ago
Upgraded ezpdf library to 009e. More... about 15 years ago
Cleaned up coding style in several files (e.g. make sure there is a space between 'if' keyword and opening paren) and substituted multibyte compatible string functions in non-third party codebase (i.e. PHP files not in lib directory) in place of less compatible string functions (e.g. mb_strlen() function in place of strlen() function) More... about 15 years ago
Cleaned up coding style in several files (e.g. make sure there is a space between 'if' keyword and opening paren) and substituted multibyte compatible string functions in non-third party codebase (i.e. PHP files not in lib directory) in place of less compatible string functions (e.g. mb_strlen() function in place of strlen() function) More... about 15 years ago
Further improvements on smartsearch and permissions: Results counts in smartsearch module accurately reflect counts based on items displayed as opposed to records retrieved (which we may not have view permissions on). More... about 15 years ago
Further improvements on smartsearch and permissions: Results counts in smartsearch module accurately reflect counts based on items displayed as opposed to records retrieved (which we may not have view permissions on). More... about 15 years ago
Fixing issue noted in my comments on Mantis Report #2505: While prermissions are enforced when following links given by the smartsearch module, too many results appear giving the illusion of access. Issue resolved by checking "view" instead of "access" permissions on the item level. More... about 15 years ago
Fixing issue noted in my comments on Mantis Report #2505: While prermissions are enforced when following links given by the smartsearch module, too many results appear giving the illusion of access. Issue resolved by checking "view" instead of "access" permissions on the item level. More... about 15 years ago
Fix for Mantis Report #2615: More... about 15 years ago
Fix for Mantis Report #2615: More... about 15 years ago
Last cleanup (hopefully) of unnecessary "$perms" variables. More... about 15 years ago
Last cleanup (hopefully) of unnecessary "$perms" variables. More... about 15 years ago
Fixed bug created by purging of "$perms" variables where getPermission() usage was more desireable by design. Added and initialized a "$perms" access control list object in the affected function. More... about 15 years ago
Fixed bug created by purging of "$perms" variables where getPermission() usage was more desireable by design. Added and initialized a "$perms" access control list object in the affected function. More... about 15 years ago