- Nov 27, 2013
-
-
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.
-
- Jul 24, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jul 23, 2013
-
-
Jared Hancock authored
We should move initial data out of the install SQL file, which will make way for a few things: * Internationalization -- which breaks the migrater model currently. Moving the data outside the install script makes it translatable without changing the SQL hash * Review -- Migrations which add more data don't highlight new features that need review to the adminsitrator
-
- Jun 13, 2013
-
-
Jared Hancock authored
-
- Jun 12, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-