Skip to content
Snippets Groups Projects
  1. Oct 30, 2017
  2. Sep 14, 2017
  3. Aug 10, 2017
  4. May 19, 2017
  5. May 13, 2017
  6. May 12, 2017
    • JediKev's avatar
      forms: Proper Field Deletion · ad34072c
      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.
      ad34072c
  7. Apr 24, 2017
    • Peter Rotich's avatar
      Add timezone setting to DateTimeField with time. · 06e348dd
      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.
      06e348dd
    • Peter Rotich's avatar
      DateTime · 69b85f0d
      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.
      69b85f0d
  8. Apr 10, 2017
    • Jared Hancock's avatar
      thread: Fix crash editing thread entry with inline image · 78d30cc7
      Jared Hancock authored
      This fixes an InconsistentModelException error when editing thread
      entries with inline images. The fix assumes that inline images are
      re-attached when a new ThreadEntry is created and the body is copied
      from the previous entry. Only the non-inline attachments need to be
      moved in the update query.
      78d30cc7
Loading