Skip to content
Extraits de code Groupes Projets
  1. juil. 05, 2016
  2. juin 27, 2016
    • Jonne Haß's avatar
      StatusMessage#raw_message returns empty string for NULL values · 09908a45
      Jonne Haß a rédigé
      Previously the federation layer has written the empty string to the
      database, now it writes nil/no value to it while our code still expects
      the empty string in some cases. Restore the old assumption by returning
      the empty string, the real raw value by now is available again in
      StatusMessage#text for those that need it, such as validations or tests.
      Non vérifiée
      09908a45
  3. juin 26, 2016
  4. mai 27, 2016
    • cmrd Senya's avatar
      Fix possible duplication of AspectVisibility · 717554ed
      cmrd Senya a rédigé
      No uniqueness control on AspectVisibility resulted in possible having
      multiple AspectVisibility objects in the DB for the same aspect and
      shareable which doesn't make sense. Introduce uniqueness validation
      and fix up tests where duplication happened.
      Non vérifiée
      717554ed
  5. mai 07, 2016
    • Ralin Chimev's avatar
      Do not change notification timestamp when making it read or unread. · 1773e3e3
      Ralin Chimev a rédigé
      Marking a notification as unread resets the timeago stamp causing
      the times to look wrong. It can be reproduced by marking an old
      notification as unread. Using the update_column instead of
      update_attribute will not touch the updated_at attribute, and
      thus will not affect the updated time ago in the view.
      
      Fixes #6798.
      
      closes #6821
      1773e3e3
  6. mars 07, 2016
    • Benjamin Neff's avatar
      refactoring PostService · d94eae0d
      Benjamin Neff a rédigé
      * move presenters back to controllers, this is view-logic
      * use PostService in CommentService
      * remove iframe route, this is not used anymore
      * id/guid limit at 16 chars, hex(8) is 16 chars long
      d94eae0d
  7. mars 06, 2016
Chargement en cours