- Jun 13, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Implement a simple signal (event) architecture Reviewed-With: Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
This allows another signal condition to the connection, so that, in addition to the (sub) class, another check can be made before the signal is delivered to the connected callable
-
- Jun 12, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jun 06, 2013
-
-
Jared Hancock authored
Fix HTTP assumptions in the installer Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
The installer assumes that the CWD of the running PHP process is setup/, which isn't necessarily true (if run from a cli module, for instance).
-
Jared Hancock authored
Address issues from the cli framework Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
- Jun 05, 2013
-
-
Jared Hancock authored
Include all the modules for `php manage.php --help` invocation. Also, pass the parsed arguments and options to the Module::run() implementation.
-
- May 28, 2013
-
-
Peter Rotich authored
Federate configuration settings Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
- timezone_offset was dropped from the config table at 1.7-dpr1 - upgrader: only apply five patches in one request - upgrader: fix readPatchInfo to work correctly - session: support migrating from 1.6 (again) - config: support migrating from 1.6 (fallback) - config: no default for 'isonline' setting - config: fix SQL whitespace issue for schema signature fallbacks - config: hash 1.6 versions in the schema signature lookup - upgrader: fix logging bug in attachment migration
-
Jared Hancock authored
Allow (a subset of) the configuration to also be saved in the session to make session-backed data more consistent and compatible with up-and-coming multi-site setups.
-
Jared Hancock authored
Attachment settings were merged into ticket settings SMTPSpoofing feature was moved to per-email rather than global
-
Jared Hancock authored
-
Jared Hancock authored
Change the config table from a column-based table to a key-value table with namespacing. This allows several parts of osTicket to store their respective configurations in the same table without requiring database structure updates 'namespace' is reserved in PHP
-
- May 24, 2013
-
-
Jared Hancock authored
Add mysqli interface to osTicket Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Add log error param flag
-
- May 23, 2013
-
-
Peter Rotich authored
Conflicts: setup/inc/class.installer.php
-
Jared Hancock authored
Allow osTicket to install on a database cluster Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Since the first department id cannot be assumed
-
Jared Hancock authored
Issue/upgrader bugs Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Update staffmembers.inc.php Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Update prereq.inc.php Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Fix incorrect class header info Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
Drop required usage of MyISAM tables, and drop fulltext indexes as they are not used in the code currently anyway. Also, use a blob to store session data so as not to waste space with UTF-8 encoding. Lastly, fix session_id storage to use VARCHAR(255) which is required for versions of MySQL < 5.0.3, and use ascii for the storage model for the session_id as it will contain simple characters only.
-
- May 22, 2013
-
-
Jared Hancock authored
The problem stems from assumed MySQL insert ids. In MySQL clusters, the id numbers will not necessarily be consecutive. This patch causes the install and upgrade patches to lookup the assumed values for the linked id numbers.
-
- May 14, 2013
-
-
Chris White authored
-
- May 13, 2013
-
-
Jared Hancock authored
Add support for SSL certificates in the MySQL connection
-
- Apr 19, 2013
-
-
Peter Rotich authored
-
- Apr 10, 2013
-
-
tomashastings authored
'Hightly' should be Highly
-
- Apr 09, 2013
-
-
tomashastings authored
Typo
-
- Apr 08, 2013
-
-
Peter Rotich authored
-