Skip to content
Extraits de code Groupes Projets
  1. oct. 06, 2015
  2. juin 10, 2014
  3. fév. 02, 2014
  4. nov. 11, 2013
  5. oct. 14, 2013
  6. oct. 10, 2013
  7. oct. 08, 2013
  8. oct. 07, 2013
  9. oct. 02, 2013
  10. août 02, 2013
  11. juil. 23, 2013
  12. juil. 21, 2013
  13. juil. 20, 2013
  14. juil. 02, 2013
  15. juin 16, 2013
  16. mars 27, 2013
  17. fév. 05, 2013
  18. déc. 15, 2012
  19. avr. 14, 2011
  20. oct. 28, 2010
  21. août 20, 2010
  22. mars 29, 2010
  23. fév. 10, 2010
  24. jan. 30, 2010
  25. août 22, 2009
    • robocoder's avatar
      phpdoc cleanup: · 20cac9ad
      robocoder a rédigé
       * add @category (Piwik => 'core', Piwik_Plugins => 'plugins')
       * in core, use @package and @subpackage more consistently to group files/classes; exception is DataFiles/*, PluginsFunctions/*, and SmartyPlugins/*
       * in plugins, @package is the plugin name
       * removed '@param none' -- not a phpdoc convention
       * '@throws' and '@return void' are also not phpdoc conventions, but are widely used elsewhere, e.g., Smarty & Zend
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@1420 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      20cac9ad
  26. mai 04, 2009
    • mattpiwik's avatar
      - ADDED search field below data tables is now using the regular expression... · 26aebfe0
      mattpiwik a rédigé
      - ADDED search field below data tables is now using the regular expression syntax. For example, a search for "google|yahoo" would match all rows containing "google" or "yahoo". All search strings containing any of the special characters from this list: . \ + * ? [ ^ ] $ ( ) { } = ! < > | must be escaped with a back slash, eg. if you want to search for keywords containing "piwik!" you would search for "piwik\!". 
      - ADDED new configuration option: default number of rows returned in API responses "API_datatable_default_limit = 50"
      - REMOVED the automatic generic filters. The limit and sort and safe decode are applied by each module when necessary.
      - removed exact match filter. Now all searches are using regular expressions syntax. Exact match can be done using ^exact search here$
      - fixed notice when natural sort on a non existing column
      - fixed CSV export for datatable_array
      - clarified code for plotting multiple lines in an evolution chart
      - FIXED #624 Added icon "save as image" below all graphs (next to the Export icon)
      - moved all JS functions into the piwikHelper static class
      - added example in ExampleUI plugin to plot only visits from google and yahoo! in 4 lines of code
      - added message when flash is disabled and graph not showing, linking to piwik faq. 
      - added expressInstall.swf feature
      
      git-svn-id: http://dev.piwik.org/svn/trunk@1085 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      26aebfe0
  27. mai 01, 2009
Chargement en cours