- Apr 23, 2012
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Support continuous database updates / migration Advanced search form Merge message, response, and notes tables into one ticket thread table (which will support more extensible message options in the future) Add ticket state event tracking, which will be used for reporting Reviewed-by: Jared Hancock
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Creating Team Error - Column 'isenabled' specified twice Reviewed By: Peter Rotich 04/23/12
-
Jared Hancock authored
-
- Apr 22, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
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).
-
- Apr 19, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Feature/buttons navbar kbicons Reviewed By: Peter Rotich - 04/19/12
-
Kelli Shaver authored
changing ticket create/status bottons on client landing page, redoing navbar shadow with css, adding kb icons
-
Kelli Shaver authored
-
- Apr 13, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
Implement attachment migration for attachments Add support for more information stored about the patches in the individual patche files with a Javadoc style syntax
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 11, 2012
-
-
Peter Rotich authored
Add simple syntax check to test suite Reviewed By: Peter Rotich (04/10/12)
-
- Apr 09, 2012
-
-
Jared Hancock authored
-
Jared Hancock authored
Add SQL patch file and update the main install SQL (MySQL) script to transfer messages, responses, and notes into the new ticket_thread table. For new installations, transfer is not necessary because there are no messages
-
Jared Hancock authored
Replace the ticket_{message,response,note} tables with a single ticket_thread table that will contain data for all three current message types. This simplifies much of the ticket thread code and paves the way for other types of messages in the future.
-
Peter Rotich authored
-
Jared Hancock authored
And make globbing platform independent, which also fixes an issue where not all PHP files were scanned by the phplint tool for uninitialized variables
-
- Apr 06, 2012
-
-
Jared Hancock authored
Track assigned department, team, staff, and help topic when the ticket event occurs. This will greatly help in correlation of various reports and queries Also start plowing the way toward incremental database updates using a patching technique. The hash of the main install SQL script for a respective database will be used to track the signature of the database currently. The signature will be stored in %config::schema_signature, and the main.inc.php script can simply check the value in the schema against the value known to the source code to be the signature the code expects. Should the two signatures differ, patches in the setup/inc/sql/patches folder should exist and be executed to assist in incrementally upgrading the database to the new-current schema version.
-
Peter Rotich authored
Fix unitialized variables. Reviewed by: Peter Rotich
-
Jared Hancock authored
-
Jared Hancock authored
-