Skip to content
Extraits de code Groupes Projets
  1. oct. 02, 2014
  2. sept. 29, 2014
  3. sept. 18, 2014
    • diosmosis's avatar
      Adding new PivotByDimension DataTable filter that can pivot a report by... · 41fabcb3
      diosmosis a rédigé
      Adding new PivotByDimension DataTable filter that can pivot a report by (almost) any dimension. The filter can pivot reports by their subtable dimension and can also pivot by other dimensions (by using segments).
      
      Notes:
      
      - in the UI, only pivoting by subtable is supported
      - change to CSV DataTable renderer so column names w/ commas & quotes can appear in text
      - change to XML DataTable renderer so column names w/ invalid XML characters can be rendered (bit of an iffy change, XML format needs an overhaul I think)
      - includes new config option 'pivot_by_filter_enable_fetch_by_segment'
      - includes additions to component metadata classes (ie, Report/Dimension)
      41fabcb3
  4. sept. 13, 2014
  5. août 13, 2014
  6. juil. 26, 2014
    • diosmosis's avatar
      Refactoring IntegrationTestCase class: · 8c94dc71
      diosmosis a rédigé
        - moved all API URL generation logic & API response handling logic to separate classes
        - created ApiTestConfig class to hold API test options (and documentation for properties)
        - remove unnecessary IntegrationTestCase properties and methods (including apiNotToCall/apiToCall)
        - remove as many unnecessary API test options as possible (including abandonedCarts, hackDeleteRangeArchivesBefore)
        - rename checkRequestResponse to assertApiResponseHasNoError
      8c94dc71
  7. juil. 23, 2014
  8. juil. 19, 2014
  9. juil. 10, 2014
  10. juil. 09, 2014
  11. juil. 07, 2014
  12. juil. 05, 2014
  13. juil. 01, 2014
  14. juin 25, 2014
  15. juin 15, 2014
  16. juin 10, 2014
  17. mai 13, 2014
    • Thomas Steur's avatar
      refs #4706 added possibility to register a closure or a callable method to... · 1fbb453c
      Thomas Steur a rédigé
      refs #4706 added possibility to register a closure or a callable method to process processed metrics as late as possible and to make sure it always returns the correct value whenever it is called. Otherwise the value does not get updated in case for instance the nb_visits column changes (done in SumRow). Whenever there is a column that is not numeric and not the label column it should use a callback method instead of calculating the value directly to make sure the correct value is returend when using flat or truncate or ...
      1fbb453c
  18. mai 09, 2014
  19. mai 07, 2014
  20. mai 06, 2014
  21. avr. 12, 2014
  22. avr. 09, 2014
  23. avr. 04, 2014
  24. mars 22, 2014
  25. mars 03, 2014
  26. mars 02, 2014
  27. fév. 24, 2014
  28. fév. 23, 2014
  29. fév. 22, 2014
    • diosmosis's avatar
      Modified tests to allow testing login & password reset functionality: · d3acd98e
      diosmosis a rédigé
      - Modify test user adding logic to hash password instead of using pre-hashed password.
      - Allow testing environment to be configured via Option values that start w/ 'Tests.'.
      - Put a couple test classes into namespaces. Add test event to Piwik\Mail class so emails can be intercepted.
      - Change some test logging level to INFO.
      - Added load + reload methods to PageFacade in capture.js
      d3acd98e
Chargement en cours