- Aug 20, 2015
-
-
Jared Hancock authored
-
- Aug 19, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
The system would encode 'access -related' as 'access+-related' when changing the sorting preference and would crash the query. This patch fixes the search engine code to avoid a BOOLEAN MODE search when improper operators are used in the query terms, and it fixes the sorting preference system to properly decode the '+' to a space when rewriting the URL.
-
- Aug 18, 2015
-
-
Jared Hancock authored
No. Seriously. Like from 11k seconds down to 0.3 for a full-text search on several thousand tickets.
-
- Aug 07, 2015
-
-
Jared Hancock authored
-
- Aug 06, 2015
-
-
Jared Hancock authored
-
- Jul 21, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jul 13, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
This patch automatically configures reindexing of the search table when the table is dropped and recreated.
-
- Jun 25, 2015
-
-
Jared Hancock authored
orm: Correctly label correlated query joins via sub-queries orm: Fixup formatting of dates in queries orm: Fixup mangling of parameter values with colons in sub-queries misc: Fixup incorrect offset calculation in Misc::dbtime() forms: search: Add ability to describe a field search search: Fix crash searching by ticket due date search: Fix wrong results if searching by a date field (unix epoch was not converted to MySQL date format) search: Fix wrong results searching by date == or !=
-
- Jun 03, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
* Fix search on boolean field
-
Jared Hancock authored
* Fix crash visiting tasks page while ticket adv search * Fix search on custom fields * Add search on ticket source * Move more advanced fields to drop-down
-
Jared Hancock authored
* Fix crash in Ticket::getLastRespondent * Fix crash is ORM if using a superclass of a relationship from cache. For instance, if the cache contains an ObjectThread instance, but a TicketThread instance is required in the relationship. In such a case, use the cached data, but change this class. This; however, violates the single nature of cache entries. * Fix spurious events appearing after upgrade due to deleted tickets * Ensure floating content in thread-body divs does not float past the bottom * Provide an anchor to thread entries * Show thread entries before events where both have the same timestamp * Fix double events for collaborator additions * Credit email sender with collaborator addition * Fix incorrect rendering of collaborator addition event * Fix crash on new ticket due to non-static function * Fix missing sort on sub-query if explicitly declared in QuerySet * Fix missing parentheses in SQL for ['field__eq' => QuerySet] * Fix incorrect SQL on compileSelect for models with inherited $meta['table'] * Dynamically adjust relative time client side
-
- May 22, 2015
-
-
Jared Hancock authored
* Reindexing did not properly flush the last batch of items to the search therefore reindexing would always miss the last few items. * Creating a new html thread entry with inline images resulted in empty search content * HTML tag stripping in HtmlThreadBody::getSearchable() would result in missing white space between some words, resulting in poor searchable content
-
- May 21, 2015
-
-
Jared Hancock authored
-
- May 13, 2015
-
-
Jared Hancock authored
-
- May 05, 2015
-
-
Peter Rotich authored
Add ability to extend Form Support the concept of form ID Clear/hide field errors on blur
-
- Mar 23, 2015
-
-
Jared Hancock authored
-
- Mar 10, 2015
-
-
Jared Hancock authored
-
- Mar 05, 2015
-
-
Jared Hancock authored
Which indicates permissions are not windowed by an object's department
-
Jared Hancock authored
Also, convert the user tickets template file to use ORM
-
Jared Hancock authored
-
- Feb 10, 2015
-
-
Jared Hancock authored
This patch converts the central file and threading classes over to use the ORM.
-
- Dec 11, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
-
Peter Rotich authored
Detach conversation thread from ticket to make it more generic. Any object can now have its own thread complete with entry type and attachments.
-
- Dec 10, 2014
-
-
Jared Hancock authored
-
- Dec 08, 2014
-
-
Peter Rotich authored
Lint test rulez!
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Oct 23, 2014
-
-
Jared Hancock authored
-
- Oct 21, 2014
-
-
Jared Hancock authored
Especially on Galera clusters, search indexing with MyISAM tables will cause unstable clusters and loss of data. For standalone clusters using MySQL 5.6 or MariaDB 10.0, the database default table storage engine can be used, since either support fulltext indexing.
-
- Sep 08, 2014
-
-
Jared Hancock authored
This fixes hits when using the MySQL full text search backend
-
- Sep 02, 2014
-
-
Jared Hancock authored
Furthermore, revamp the __cdata system to better support multiple selection fields. Drop the `.._id` fields and use a coalesce of the ID value of the entry value or the entry value itself. For JSON backed fields, strip some JSON characters to result in a comma-separated list. The search engine now uses MySQL FIND_IN_SET to analyze a search selection in advanced searches. Also, interaction with the MySQL full text search backend is fully supported.
-