- Sep 05, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Sep 02, 2013
-
-
Peter Rotich authored
-
- Aug 13, 2013
-
-
Jared Hancock authored
If reading the remote_addr from X-Forwarded-For header, ensure that there is no leading or trailing whitespace. If ip_binding is enabled for staff sessions, this could cause unnecessary logouts
-
- Aug 09, 2013
-
-
Peter Rotich authored
Drop old mcrypt class
-
- Aug 02, 2013
-
-
Jared Hancock authored
-
- Aug 01, 2013
-
-
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
-
- Jul 04, 2013
-
-
Jared Hancock authored
This patch allows the upgrader to upgrade multiple database update 'streams'. The main stream is renamed to 'core' to reflect changes made to the config class. This will significantly ease customizations requiring database customizations, and will make plugins requiring database changes possible.
-
- Jul 03, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
- Supported pages: landing, offline, thank-you and other
-
Jared Hancock authored
-
- May 28, 2013
-
-
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
-
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 23, 2013
-
-
Jared Hancock authored
Since the first department id cannot be assumed
-
Peter Rotich authored
-
Peter Rotich 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 13, 2013
-
-
Jared Hancock authored
Add support for SSL certificates in the MySQL connection
-
- Apr 02, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 14, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 13, 2013
-
-
Peter Rotich authored
-
- Feb 19, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Feb 14, 2013
-
-
Peter Rotich authored
Remove piping setting option - it's now part of ticket create service (which include XML & JSON)
-
- Jan 21, 2013
-
-
Peter Rotich authored
Make collation consistent - utf8_general_ci.
-
- Jan 18, 2013
-
-
Peter Rotich authored
-
- Jan 07, 2013
-
-
Peter Rotich authored
-
- Dec 17, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Nov 01, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Oct 19, 2012
-
-
Peter Rotich authored
Template is used for canned auto-reply - triggered by filters.
-
- Oct 03, 2012
-
-
Peter Rotich authored
-