- Jan 15, 2014
-
-
Peter Rotich authored
-
- Jul 17, 2013
-
-
Jared Hancock authored
Administrators are allowed to upload one or more logos and then select from the uploaded logos to set one for the client site. Logos can also be deleted on settings->pages submission
-
- Feb 19, 2013
-
-
Peter Rotich authored
-
- Oct 03, 2012
-
-
Peter Rotich authored
Use the improved login function Redirect to ticket view on successfull login.
-
Peter Rotich authored
change tryLogin to simply login
-
- Aug 13, 2012
-
-
Jared Hancock authored
-
- May 13, 2012
-
-
Peter Rotich authored
-
- May 10, 2012
-
-
Peter Rotich authored
-
- Apr 21, 2012
-
-
Jared Hancock authored
And correct several undefined function errors from several source files. So while function names in PHP are considered case-insensitive, it still makes sense to use consistent camel casing for both defining and calling methods. The lint test searches the code base for method calls, and then searches the code base again looking for a function definition matching the name of the function invoked. It's not failsafe, because it doesn't detect the class from which the method should belong, so it's likely to have false negatives. Furthermore, it won't work well for PHP 5 where several classes are built into PHP (and aren't searchable in the osTicket code base). Remove the include/staff/api.inc.php as it no longer appears to be used (and contains references to undefined methods).
-
- Mar 23, 2012
-
-
Peter Rotich authored
-
- Mar 19, 2012
-
-
Jared Hancock authored
-