Skip to content
Snippets Groups Projects
  1. Oct 24, 2016
  2. Oct 20, 2016
  3. Jul 09, 2016
  4. Jul 08, 2016
  5. Jun 30, 2016
  6. Jun 25, 2016
  7. Jun 20, 2016
  8. Jun 12, 2016
  9. Jun 11, 2016
  10. Jun 10, 2016
  11. Jun 08, 2016
  12. Jun 06, 2016
  13. Jun 02, 2016
    • Jared Hancock's avatar
      i18n: Ensure UTF-8 locale is set · ee2d3c72
      Jared Hancock authored
      This is required for system requests such as email piping. Since a user is
      not logged in for the request, the system locale will not be set and text
      might get corrupted based on the PHP configuration.
      
      Fixes #2910
      ee2d3c72
  14. May 27, 2016
  15. May 12, 2016
  16. May 02, 2016
    • Peter Rotich's avatar
      orm: Delegate ResultSet calls to QuerySet Iterator · 393a7d22
      Peter Rotich authored
      Allows for ability to access results without the need to call getIterator on
      the QuerySet. For example - $this->members->findFirst(array(...));
      
      This commit addresses regression issue brought about by commits 8ab4432f and
      eb0ba316 -- where ResultSet processing changed based on caching mode.
      393a7d22
  17. Apr 28, 2016
Loading