- Jan 09, 2013
-
-
Peter Rotich authored
-
- Dec 13, 2012
-
-
Peter Rotich authored
UTF-8 enclode attachment filenames Improve encoding/decoding routines
-
- Nov 23, 2012
-
-
Peter Rotich authored
-
- Nov 16, 2012
-
-
Peter Rotich authored
-
- Oct 02, 2012
-
-
Peter Rotich authored
-
- Aug 31, 2012
-
-
Peter Rotich authored
-
- Jul 30, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jul 28, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
* Improved and better init * Better attachments handling * Support for inline attachments
-
- Jul 25, 2012
-
-
Peter Rotich authored
-
- Jul 12, 2012
-
-
Bastian Kuhn authored
-
- Jun 24, 2012
-
-
Jared Hancock authored
-
- May 13, 2012
-
-
Peter Rotich authored
-
- Apr 26, 2012
-
-
Jonathan Putney authored
Correcting the if-statement for message delete and move.
-
Jonathan Putney 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 19, 2012
-
-
Jared Hancock authored
-