- Jul 08, 2014
-
-
Jared Hancock authored
Also, the final version of the system will not require the `gettext` extension for PHP
-
- Jul 02, 2014
-
-
Jared Hancock authored
-
- Jun 25, 2014
-
-
Jared Hancock authored
-
- Jun 19, 2014
-
-
Jared Hancock authored
-
- Jun 18, 2014
-
-
Jared Hancock authored
-
- May 28, 2014
-
-
Jared Hancock authored
Also add several lint fixes for packaging
-
- Apr 14, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 18, 2014
-
-
Yehuda Katz authored
-
- Mar 17, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
-
- Mar 11, 2014
-
-
Jared Hancock authored
-
- Mar 10, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Feb 19, 2014
-
-
Jared Hancock authored
-
- Feb 08, 2014
-
-
Jared Hancock authored
-
- Jan 31, 2014
-
-
Jared Hancock authored
-
- Jan 29, 2014
-
-
clonemeagain authored
Creates a regression test for the parsePriority function, as suggested by GreezyBacon https://github.com/osTicket/osTicket-1.8/pull/348#issuecomment-31326865
-
clonemeagain authored
Allow tester to run single test by specifying it on command line: php run-tests.php TestMyThing etc. Still works for normal tests.
-
- Jan 21, 2014
-
-
Jared Hancock authored
-
- Jan 03, 2014
-
-
Jared Hancock authored
-
- Nov 27, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Nov 26, 2013
-
-
Jared Hancock authored
-
- Nov 21, 2013
-
-
Jared Hancock authored
-
- Nov 16, 2013
-
-
Jared Hancock authored
Allow the php source analyzer scan for $this in static functions as well as properly handle the exception variable inside catch blocks.
-
- Oct 25, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Use a PHP setup which uses the built-in PHP tokenizer to parse and traverse PHP scripts to determine (possible) access to uninitialized variables
-
- Oct 17, 2013
-
-
Jared Hancock authored
-
- Oct 14, 2013
-
-
Jared Hancock authored
Including adding support to the TCL uninitialized variable reader to ignore class-static variable access as well as detect inline functions and their closure arguments.
-
- Sep 30, 2013
-
-
Jared Hancock authored
Also, run the tests in the packager. The packager will automatically run the regression test suite prior to packaging a release. The package will not build if there is at least one fail from the regression tests.
-
- Sep 20, 2013
-
-
Jared Hancock authored
Add stubs.php to include stub classes for built-in PHP classes used throughout the code. This will allow the testing suite to verify that a method exists, albeit not in our codebase
-
- Sep 11, 2013
-
-
Jared Hancock authored
-
- Aug 09, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Aug 02, 2013
-
-
Jared Hancock authored
Only use 8 bytes (64-bits) for the IV data (salt) for the encryption keys, except for Mcrypt, which requires you to query the specific length and use it specifically.
-