- Oct 30, 2017
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
And also fixup custom data fields used in conditions
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
The filter concept will allow for more sophisticated concepts including date formatting, and will also allow plugin interaction.
-
Jared Hancock authored
-
Jared Hancock authored
And add options for custom data form fields
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Nathan Febuary authored
-
Nathan Febuary authored
-
Nathan Febuary authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Sep 14, 2017
-
-
Peter Rotich authored
-
Peter Rotich authored
CVE-2017-14396
-
Peter Rotich authored
xss: Cached forms data
-
Peter Rotich authored
Encode html entities of cached form data
-
Peter Rotich authored
Format the advanced search title so that it will not allow javascript
-
Peter Rotich authored
Fix crash editing thread entry with inline image
-
Peter Rotich authored
This commit addresses an SQL injection vulnerability in ORM lookup function. * ORM implementation failed to properly quote fields, used in SQL statements, that might originate from unsanitized user input. * AttachmentFile lookup allowed for key based SQL injection by blindly delegating non-string lookup to ORM.
-
- Aug 10, 2017
-
-
aydreeihn authored
-
- May 19, 2017
-
-
Peter Rotich authored
forms: Proper Field Deletion
-
- May 13, 2017
-
-
Peter Rotich authored
Orphaned Tasks on Dept. Deletion
-
Peter Rotich authored
i18n: Fix getPrimaryLanguage() on non-object
-
Peter Rotich authored
Chunk long text body
-
Peter Rotich authored
Add TimezoneField
-
- May 12, 2017
-
-
JediKev authored
This addresses issue where upon deletion of a form field and all its entry values, the field record wouldn't be deleted from the `form_field` table. This links another issue where you can't delete a list if its been a field before. This is due to the list delete() function that checks for list field records in the `form_field` table.
-
- Apr 24, 2017
-
-
Peter Rotich authored
This is necessary to force a particular timezone on a DateTimeField entry. If timezone is not set then user's timezone is assumed.
-
Peter Rotich authored
Address edge cases where timezone mixups happens on DateTimeField Allow datetime field to be timezone agnostic (not timezone aware) to display the timezone used to set the field. The timezone of the last user or agent that edited the field is used.
-