- Apr 29, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 28, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 27, 2012
-
-
Peter Rotich authored
-
- Apr 26, 2012
-
-
Jonathan Putney authored
Correcting the if-statement for message delete and move.
-
Jonathan Putney authored
-
Jonathan Putney authored
'msg_id' is no longer the field name in TICKET_EMAIL_INFO: changed to 'message_id'. TICKE_THREAD_TABLE was corrected to TICKET_THREAD_TABLE.
-
Jonathan Putney authored
Updating include/class.config.php: canFetchMail was not checking for the proper database field name in the config table.
-
- Apr 25, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 23, 2012
-
-
Jared Hancock authored
-
Jared Hancock authored
Add the ability of revoking previous ticket state tracking events when new events are logged for the same ticket. This will allow, for instance, the ability to revert the 'closed' state of a ticket when the ticket is reopened. For statistics tracking, a user could configure whether or not the events should be counted for each event tracked or just the non-annulled events. For instance, if a ticket is closed and reopened several times, only the very last closed event should count toward the statistics for the ticket. Therefore, when a ticket is reopened, previous closed events should be marked as annulled.
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
-
- Apr 22, 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).
-
- Apr 20, 2012
-
-
Kelli Shaver authored
-
Kelli Shaver authored
-
- Apr 19, 2012
-
-
Kelli Shaver authored
changing ticket create/status bottons on client landing page, redoing navbar shadow with css, adding kb icons
-
- Apr 13, 2012
-
-
Peter Rotich authored
-
- Apr 09, 2012
-
-
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
-
- 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.
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
-
- Apr 02, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 01, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-