- Aug 12, 2013
-
-
Jared Hancock authored
This is one of the last major hurdles to make osTicket fully translatable. With the advent of 1.7.0, database migration is based on the MD5 hash of the install SQL file. Therefore, the install SQL script cannot be modified (ie. translated) or else the system cannot be migrated, since the MD5 hash will no longer match up. This patch pulls initial data out of the install file so that it can be translatable. Eventually the install worksheet can allow a drop-down box of the default system language. The default data from that language will be loaded into the system.
-
Jared Hancock authored
Anything that would happen after the last patch was applied would never be logged, because the system would immediately indicate that no upgrade was pending.
-
- Aug 11, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
Fixes #575
-
- Aug 10, 2013
-
-
Jared Hancock authored
Fixes #588
-
Jared Hancock authored
-
Jared Hancock authored
-
- Aug 09, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Introduced with the multi-stream upgrader
-
Jared Hancock authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Drop old mcrypt class
-
- Aug 08, 2013
-
-
Jared Hancock authored
-
- Aug 07, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Which will help against clobbering session cookies against other PHP applications shared on a parent domain of the domain hosting osTicket or in a parent folder or virtual folder.
-
- Aug 02, 2013
-
-
Jared Hancock authored
* Move migration scripted tasks to the stream folder naming them .task.php. * Add a MigrationTask abstract class to server as the base of migration tasks. * Move the migration tasks from class.upgrader to the new task files
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Add cipher validator - checks to make sure the cipher is valid & available.
-
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.
-
Peter Rotich authored
Add test function - basic testing (will be replaced by real test suit)
-
- Aug 01, 2013
-
-
Peter Rotich authored
Incoming messages with empty body and an inline attachment might not have parts - depending on encoding used. * Use "-" tag for emails with empty body/message
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
-
- Jul 30, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
If there characters in the plain text body of the email that appear like HTML tags, for instance From: <sip:527772432@172.18.0.2>;tag=952422a9dd1ap1a6o1 The <sip...> part would be removed by the Format::striptags() call in Format::sanitize().
-
- Jul 29, 2013
-
-
Peter Rotich authored
-
- Jul 28, 2013
-
-
Peter Rotich authored
-
- Jul 25, 2013
-
-
Jared Hancock authored
The "ft" field does not exist when the attachment migration takes place. Therefore, attachment migration will fail because the records cannot be inserted into the database due to the missing "ft" field.
-
Jared Hancock authored
Addresses #589
-
- Jul 24, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jul 23, 2013
-
-
Jared Hancock authored
- Logo selection radio buttons not vertically centered (Firefox) - font-size value incorrect in login.css - Incorrect : placement in FAQ category edit - Incorrect block width declaration (700 vs 700px) - Browsers disagree on the placement of CSS3 outline properties - Correctly place check boxes and radio buttons
-
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
-
Jared Hancock authored
Uses a seven step procedure: 1. (user) Fails to login twice or more 2. Clicks the 'Forgot my password' link on the login form 3. Submits the username or email address and triggers a password-reset email 4. Clicks the link in the email and is directed back to the reset page 5. Enters the username or email again and is logged in 6. Password change is forced, but current password is not required 7. Password is updated, user can continue the session without authenticating again
-