Commit Graph

1193 Commits (a801a64f93b63a9bce903dc9f42da67d268fdd88)
 

Author SHA1 Message Date
Mike Koch a801a64f93 Calendar is finished... I think. 8 years ago
Mike Koch 7f4f5fff23 Add saving of settings 8 years ago
Mike Koch 1d079a5336 Start working on settings 8 years ago
Mike Koch a860ba5d40 Add due date on create ticket screen 8 years ago
Mike Koch 3707fc52b5 Reset email flag when the due date changes 8 years ago
Mike Koch 23040e1745 Add null check for ownerless tickets 8 years ago
Mike Koch a47068c83b Add support for emails for users who want emails sent for overdue tickets not assigned to them 8 years ago
Mike Koch dd0481b452 Add notification for overdue tickets not assigned to me 8 years ago
Mike Koch 9c93b739b3 Add cron database functions file 8 years ago
Mike Koch 263a5804c8 Basic overdue ticket alerts working 8 years ago
Mike Koch a989911864 Add readonly option and security group 8 years ago
Mike Koch fe78f743d1 Moved all content strings into the language file 8 years ago
Mike Koch 472911d05a Contentified JS language 8 years ago
Mike Koch a4a92882b1 Some due date fixes and language file transfers 8 years ago
Mike Koch 2355d0b883 Add sample language field to use for JS language keys 8 years ago
Mike Koch e252038b55 Fix saving ticket due dates. Still need to contentify 8 years ago
Mike Koch 1d4b6ee6f7 Contentified majority of the calendar pages. Need to do JS though 8 years ago
Mike Koch 8756200fee Calendar cron job now working 8 years ago
Mike Koch 033dd8e4fb Getting started on the email stuff 8 years ago
Mike Koch b4e238ee41 Update jGrowl 8 years ago
Mike Koch 2aad4b8826 Respond to resizing events on the week/day view 8 years ago
Mike Koch 0b24713a60 Fix reminder dropdowns when editing 8 years ago
Mike Koch c35e0159db Fix updating reminders 8 years ago
Mike Koch 29ff273d78 SQL now properly works 8 years ago
Mike Koch 2863fb82e2 Remove reminder_time column, as the cron job uses SQL to calculate the time 8 years ago
Mike Koch 2006c3ca70 Getting started on the cron job 8 years ago
Mike Koch 7331396776 Add a couple columns to the install SQL 8 years ago
Mike Koch 7f07e73192 Fix background gray count conditional 8 years ago
Mike Koch 7155e18903 Fix SQL for public end 8 years ago
Mike Koch 5ada01e09d Return reminder information and display on edit modal 8 years ago
Mike Koch fe42a83100 Remove console.log 8 years ago
Mike Koch e7107996eb #189 Display public events on the calendar 8 years ago
Mike Koch 8e51429dce #189 Start working on customer-side calendar 8 years ago
Mike Koch 914fb0ff9c #189 Allow categories to be both tickets/events, events, or tickets 8 years ago
Mike Koch 1cdcc34d71 Add 'usage' for categories 8 years ago
Mike Koch 80687f3bed Reset category and reminder values when showing the create modal 8 years ago
Mike Koch ce46f3d4a1 #189 Add create event button to calendar header 8 years ago
Mike Koch 7639bf3dd7 #189 Store user's id when creating reminder 8 years ago
Mike Koch 31a69cebe9 Getting started on reminders 8 years ago
Mike Koch 1df4e7775a A bunch of calendar fixes 8 years ago
Mike Koch 4a09d508b8 Add ability to show/hide categories on the calendar view 8 years ago
Mike Koch 33cb1723ee Display category colors on calendar 8 years ago
Mike Koch d74b07b455 Add category colors, overall category UX improvements 8 years ago
Mike Koch 0743f63982 more work on category colors 8 years ago
Mike Koch 2fa0858fab Add 'Click to select' on each dropdown. Still need to add validation 8 years ago
Mike Koch 1b7cf24258 Escape the start/end times instead of intval
On 32-bit PHP installations, the start/end times will exceed the max size
of a 32-bit integer, causing the query to always return 0 results.
8 years ago
Mike Koch 5708c63b75 Add category support. Need to honoror 'click to select' though 8 years ago
Mike Koch 427e98eb94 Display overdue tickets in red 8 years ago
Mike Koch 8b0afb84c9 Display tooltip to create a new event after 250ms 8 years ago
Mike Koch 7567fc8ff5 Display popover when hovering over an event 8 years ago