Skip to content
  1. Feb 15, 2017
  2. Feb 12, 2017
  3. Nov 24, 2016
  4. Nov 20, 2016
  5. Sep 04, 2016
  6. Aug 20, 2016
  7. Jun 16, 2016
    • Mateu Aguiló Bosch's avatar
      Squashed commit of the following: · d2b4a142
      Mateu Aguiló Bosch authored
      commit 301ae27b44bcb8e6991fbd8f43da2f5ba81fca5a
      Author: Mateu Aguiló Bosch <mateu.aguilo.bosch@gmail.com>
      Date:   Thu Jun 16 08:14:40 2016 +0200
      
          [BUGFIX] Remove a pagination warning
      
          When the new pagination parameter comes back empty.
      7.x-2.11
      d2b4a142
    • Mateu Aguiló Bosch's avatar
      [FEATURE] Cache the already embedded content · a9d0cc4f
      Mateu Aguiló Bosch authored
      If two entities of the top resource point to the same entity, then
      it's embedded twice. For performance reasons we want to calculate
      it once and cache the result througout the request.
      a9d0cc4f
  8. Jun 03, 2016
  9. May 06, 2016
  10. May 04, 2016
  11. Apr 28, 2016
  12. Apr 06, 2016
  13. Apr 05, 2016
  14. Mar 23, 2016
    • Mateu Aguiló Bosch's avatar
      [FEATURE] Allow altering filters to support custom filters · 4700e5e8
      Mateu Aguiló Bosch authored
      Allow an easy way of altering the filtering by a custom data
      provider. This is the only recommended way to add support for
      filtering based on:
      
        - [x] Computed public fields: reverse the computation for the filter.
        - [x] Fields with preprocesses: reverse the preprocess for the
          filter. For instance, in a date field that is stored as a UNIX
          timestamp but displayed as a ISO-8601 the consumer wants to be
          able to accept filters with ISO-8601 dates in them. The
          alterFieldQuery would take the date string and parse it back
          to a UNIX timestamp.
      4700e5e8
  15. Feb 25, 2016
  16. Feb 20, 2016
  17. Feb 16, 2016
  18. Feb 15, 2016
  19. Feb 03, 2016
  20. Feb 02, 2016
  21. Jan 31, 2016
  22. Jan 18, 2016
  23. Dec 22, 2015
  24. Dec 21, 2015
  25. Dec 17, 2015