- Dec 08, 2014
-
-
Jared Hancock authored
Define a static ::getQuery() method and define 'view'=>true in the model meta data and the SQL code retrieved from getQuery will be used inline when joining the model rather than using a table.
-
Jared Hancock authored
-
Jared Hancock authored
QuerySet::extra() — allow for extra tables and where clauses initially, long term, support extra fields in the SELECT and ORDER_BY clauses. QuerySet::distinct() — allow for specifying distinct columns in the query
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
If a common model is used in more than one select_related model (user and user__email), avoid fetching the columns for the user model more than once.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This adds support for things like SqlInterval::MINUTE(3) SqlExpression::minus(SqlFunction::NOW(), SqlInterval::DAY(1))
-
Jared Hancock authored
-
Jared Hancock authored
When using select_related with nullable relationships, ensure that when constructing models, that a NULL object is retrieved when handling a null relationship.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This allows stashing a forms current state and restoring it later
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
In-line forms are forms that are rendered as one field. The data of the inline form is also saved in the data for one field. Currently, the data is rendered to JSON and stashed in the database. The data in the field is also accessible via the variable replacement system, so something line %{ticket.field.subfield} can be handled by the inline form field.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Also fix syntax error preventing deletes and drop the [manage all phrases] feature for now.
-
Jared Hancock authored
-
Jared Hancock authored
Link entry and form and entryAnswer and field. This will alleviate extra queries which would otherwise be required.
-
Jared Hancock authored
-
Jared Hancock authored
-