Commit Graph

683 Commits (e35dc66756898758f322f6a462b09d0c1f756323)

Author SHA1 Message Date
Mike Koch 0c77843ea7 Slight changes, fix lockout vuln 8 years ago
Mike Koch 5c53ce7991 Redid password reset screen 8 years ago
Mike Koch 2b0b67d2a0 Login screen redone 8 years ago
Mike Koch 4ff6a97a26 Redo edit note UI 8 years ago
Mike Koch 10b293d0d3 API settings page redone, contentified 8 years ago
Mike Koch f23ca3598e Create ticket page uses new UI 8 years ago
Mike Koch 6d6fe67c53 Mail uses new UI 8 years ago
Mike Koch 8b14ef19cd View ticket and edit post on admin-side restyled 8 years ago
Mike Koch 03765bb798 Added clock to bottom, changed icons for reply vs cust reply 8 years ago
Mike Koch ee979cf15b Starting on timeline 8 years ago
Mike Koch f1e106bf48 More work on admin_ticket 8 years ago
Mike Koch b2f1ff3419 More admin ticket changes 8 years ago
Mike Koch 3eb1cdaffb More admin ticket changes 8 years ago
Mike Koch e3d2052912 Still working on admin ticket 8 years ago
Mike Koch 12aca461ad Move close/open ticket and create new for contact to dropdown 8 years ago
Mike Koch 579509ef59 Working on admin ticket restyling 8 years ago
Mike Koch e2c144d8ed Start working on ticket screen 8 years ago
Mike Koch 822c35f2ce Private KB follows new UI 8 years ago
Mike Koch e62e6233a6 FA doesn't need to be multiplied by 10 8 years ago
Mike Koch 44f90c595a manage_kb uses new style 8 years ago
Mike Koch d1145b0e98 Fix settings feedback, style add KB article 8 years ago
Mike Koch 8a0f99760e Working on new UI for knowledgebase 8 years ago
Mike Koch 8441b5ecc9 Profile uses new UI 8 years ago
Mike Koch 46be4939c1 Settings page uses new UI 8 years ago
Mike Koch d70e9fc350 #451 Use correct ticket editor when editing ticket/reply 8 years ago
Mike Koch baf90b7a5d Updated tools to new UI, starting on admin_settings 8 years ago
Mike Koch bd15f925bc Add minimize button to export box 8 years ago
Mike Koch d173ee35e9 Update export UI 8 years ago
Mike Koch 8e9ab82391 Getting started on export page 8 years ago
Mike Koch f1d4a69f61 Reports use new UI 8 years ago
Mike Koch af8af9b241 Calendar uses new UI 8 years ago
Mike Koch eed0a8b2d7 Move footer to new one 8 years ago
Mike Koch 42c49c688c Collapse add use, ticket tpl uses new UI 8 years ago
Mike Koch 34e58519f2 Canned responses uses new UI 8 years ago
Mike Koch 774d775c11 Manage categories uses new UI 8 years ago
Mike Koch e865412b5f Moved header stuff to old file names, working on permission templates 8 years ago
Mike Koch 1337090964 Merge remote-tracking branch 'origin/master' into new-staff-page 8 years ago
Mike Koch e0e748c5d8 Fixes #448 Set correct lock status, dont show open/close link to clients when ticket is locked 8 years ago
Mike Koch ef19dcb9b5 Update version headers 8 years ago
Mike Koch b580995f08 Update service_messages 8 years ago
Mike Koch 55ee82d385 Update manage_knowledgebase 8 years ago
Mike Koch 1b68a892a5 Updat knowledgebase_private 8 years ago
Mike Koch d2d913f033 Update admin index.php 8 years ago
Mike Koch ede399c609 Update export.php 8 years ago
Mike Koch 6612be3626 Update admin_settings.php 8 years ago
Mike Koch c755cbd061 Starting on manage users 8 years ago
Mike Koch 42bb2fc807 Search tickets now uses new UI 8 years ago
Mike Koch 5bb175933a admin_main now uses new styling 8 years ago
Mike Koch 8c01a46738 More work on ticket table 8 years ago
Mike Koch 93dac37532 Finished up search filter... I think 8 years ago
Mike Koch 601da6de92 More work on the get_tickets function 8 years ago
Mike Koch e251d586f9 Starting to work on ticket search 8 years ago
Mike Koch 5ce782d893 Start working on refactoring ticket table logic 8 years ago
Mike Koch e57f2e34c2 More progress on the new staff dashboard 8 years ago
Mike Koch 6b8fe5848d Getting started on a new backend look and feel 8 years ago
Mike Koch 31921ba521 #440 Notifications and autoassign are enums, not ints 8 years ago
Mike Koch 25be223030 #443 Fix typo 8 years ago
Mike Koch c2e511b71a Add comments to popover for staff 8 years ago
Mike Koch 5706563879 Fixes #433 fix undefined 'as_message' 8 years ago
Cody Mize cd53a5812e Update array instantiation syntax to support PHP 5.3.X 8 years ago
Mike Koch 33051e513e Add 'Message' tag next to message box 8 years ago
Mike Koch 22a6ed1820 Localize Select/Deselect all 8 years ago
Mike Koch e05e03ef2c Only touch the DB for mailgun if enabled 8 years ago
Mike Koch 252d317e79 #414 Replace ->fetch_assoc() with hesk_dbFetchAssoc() 8 years ago
Mike Koch a9a820219e #407 Fix file limits 8 years ago
Mike Koch ed0d107712 #406 fix legend language string 8 years ago
Mike Koch 40e2b6dad3 Add legend indicating each event icon 8 years ago
Mike Koch e01b7457fa #379 Another tweak to the category display 8 years ago
Mike Koch e663b9605f Get started on ticket popover. Still a couple TODO items 8 years ago
Mike Koch 0fdc62734c #379 Tweak calendar catgory display to prevent overflow issues 8 years ago
Mike Koch f8f9372ccb #381 Make select/deselect buttons smaller 8 years ago
Mike Koch 9aebf467d0 Merge branch 'fix-manage-statuses' into '2-6-0'
Fix on creating a new status

You were unable to create a new status because the page would reload itself when the modal appeared.

The problem was that the button was triggering the post's form. Adding type="button" to the button class, it will not.

See merge request !17
8 years ago
Santiago 915d434d9c Fix on creating a new status
You were unable to create a new status because the page would reload itself when the modal appeared.

The problem was that the button was triggering the post's form. Adding type="button" to the button class, it will not.
8 years ago
Mike Koch d334c33d31 #381 Add select/deselect all buttons for calendar categories 8 years ago
Mike Koch 47c7322a0c #380/#383 Respect category sort property 8 years ago
Mike Koch 60d3a17ad3 Change CSS selector to prevent sttyling issues 8 years ago
Mike Koch 4a9e613f0a Fix dropzone layout on notes 8 years ago
Mike Koch bf2b875b80 Fix markup for new_ticket 8 years ago
Mike Koch d4cad22526 Make sure & doesn't become & when editing a category 8 years ago
Mike Koch 41bbeaf97f Use the new button layout on all dropzones 8 years ago
Mike Koch 65452902bb Merge remote-tracking branch 'origin/master' into 2-6-0
Conflicts:
	admin/manage_knowledgebase.php
	inc/header.inc.php
	inc/headerAdmin.inc.php
	install/mods-for-hesk/sql/installSql.php
8 years ago
Mike Koch 760e71f35c Remove useless .val 8 years ago
Mike Koch 44236101e1 Add some tooltips, fix color on textbox 8 years ago
Mike Koch b224181067 Contentify non-translated strings 8 years ago
Mike Koch 51720f17a8 Add colorpicker for categories and statuses 8 years ago
Mike Koch 047f36c92c Replace semicolons with commas for multiple emails 8 years ago
Mike Koch 00e40bd02d #356 Add message to rich text editor when passed in via session or get 8 years ago
Mike Koch 5a8db97739 Fix time for created/updated on ticket header 8 years ago
Mike Koch ee87ec50e0 Fix canned responses 'Add to Bottom' 8 years ago
Mike Koch 825cc9e644 Closes #363 fix email validation 8 years ago
Mike Koch 50e4861d39 Some calendar fixes 8 years ago
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 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 f564bd47cc Merge remote-tracking branch 'origin/master' into hesk-2-6-7-update 8 years ago
Mike Koch 7cbd197284 Update headers 8 years ago
Mike Koch f7bd3374aa Update mail.php 8 years ago