- May 01, 2014
-
-
Josh Eldridge authored
- Change the table header from `Email Templates` to `Email Template Sets` - Change `Add New Template` to `Add New Template Set` This removes any possible confusion for new users. Instead of thinking that they have one template because it displays one template set, the new verbage will clarify that the table at templates.php is a list of their template sets.
-
- Apr 30, 2014
-
-
Peter Rotich authored
pjax: Fix missing global `event` on Firefox Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Apr 29, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Change client to user Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
user preview tool tip Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
pjax: Fix a few more small issues Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
notes: Hide new note box when editing a note Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Show user search box when adding a new user
-
Peter Rotich authored
Link to org & user landing pages & kill pjax on internal pages
-
Peter Rotich authored
-
Peter Rotich authored
Show auxiliary data for the organization at the end
-
Peter Rotich authored
We're sticking with user for now until 2.0
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
storage: Avoid using `strlen` to count bytes Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Apr 28, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Fix wrong ticket count on basic ticket search Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Change the order of organization data export Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
bad links fixed Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
On validation errors, `$faq` will be set to something non-null, like `false`, but will not be an instance of a Faq article.
-
Jared Hancock authored
For PHP installations that have `mbstring.func_overload` enabled (set to a value including `2`), the `strlen` function will be overloaded to use the `mb_strlen` equivalent. Problematically, the internal encoding of `UTF-8` will be applied to all file content, which will count UTF-8 characters rather than bytes. This will cause the data to be saved correctly; however, the `size` recorded in the %file table will be recorded incorrectly. This patch allows the backend to report the size of the contents saved with the request and provides a failsafe mechanism which will use the mbstring equivalent if available, and the mbstring version is coded to use the `8bit` as the encoding which will prevent reading characters. References: https://github.com/osTicket/osTicket-1.8/issues/552
-
Peter Rotich authored
Show auxiliary data for the organization at the end
-