Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-08Reorganizing the stylesheets & javascripts folders for every pluginsThomas ZILLIOX
2013-04-28converted global js vars to local vars where possiblesgiehl
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2012-12-09refs #3359 marked some (now unused) methods as deprecated; small improvementssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7590 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-20refs #3359 moving ajax requests to a new ajax helper with more functionality ↵sgiehl
as the old functions git-svn-id: http://dev.piwik.org/svn/trunk@7489 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-04refs #3359 use global ajax method for goal managementsgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7370 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-19some more code improvementssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6273 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-31fixes #3065, refs #3011 initial version of multiple dashboard featuresgiehl
refs #2857 fixed id collisions in modal confirm windows by using an role attribute instead of id git-svn-id: http://dev.piwik.org/svn/trunk@6142 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-21fixes #2397robocoder
* update to jQuery 1.6.4 * http://blog.jquery.com/2010/10/16/jquery-143-released/ * http://blog.jquery.com/2010/11/11/jquery-1-4-4-release-notes/ * http://blog.jquery.com/2011/01/31/jquery-15-released/ * http://blog.jquery.com/2011/02/24/jquery-151-released/ * http://blog.jquery.com/2011/03/31/jquery-152-released/ * http://blog.jquery.com/2011/05/03/jquery-16-released/ * http://blog.jquery.com/2011/05/12/jquery-1-6-1-released/ * http://blog.jquery.com/2011/06/30/jquery-162-released/ * http://blog.jquery.com/2011/09/01/jquery-1-6-3-released/ * http://blog.jquery.com/2011/09/12/jquery-1-6-4-released/ * update to jQuery UI 1.8.16 * http://blog.jqueryui.com/2011/05/jquery-ui-1-8-13/ * http://blog.jqueryui.com/2011/06/jquery-ui-1-8-14/ * http://blog.jqueryui.com/2011/08/jquery-ui-1-8-15/ * http://blog.jqueryui.com/2011/08/jquery-ui-1-8-16/ git-svn-id: http://dev.piwik.org/svn/trunk@5357 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-06refs #2123 replaced js confirm with dialog for goal deletionsgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@4647 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-04Fix #2258 Updating Goal edit/add UI, Tracker, API (now returning ↵mattpiwik
nb_visits_converted as well as nb_conversions and revenue), and adding tests (just realized Goals API was not unit tested before umh) git-svn-id: http://dev.piwik.org/svn/trunk@4304 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-17refs #1895 - for consistencyrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3453 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-17fixes #1895robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3451 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-20refs #1630robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-30Refs #1490mattpiwik
* all INPUT, SELECT, TEXTAREA, submit use same design across admin UI and main UI * fixed other small ui issues * removed brown title next to Piwik on all pages, as it was too ugly to look at git-svn-id: http://dev.piwik.org/svn/trunk@2807 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-27Refs #71mattpiwik
* Adding PDF plugin, based on the submission from jeremy lavaux and Lyzun Oleksandr. * I rewrote nearly all code to comply with Piwik coding styles/guidelines/ etc. and also because it had to use the Metadata which wasn't yet created when the PDF code was initially written * Features customizable PDF reports (based on metadata reports), with description + scheduling (daily/weekly/monthly) and send to current user as well as additional emails listed * Added helper function Piwik::getCurrentUserEmail() * Refactored window modal popover into a helper method piwikHelper.windowModal (used to ask confirmation when deleting stuff) Refs #1490 * Refactored the Goals CSS into generic CSS which can be reused and is reused for PDF UI Refs #1184 * The callback must pass $this instead of the class name as it TODO * test scheduled tasks send email properly (email looks good + attachment works) * Add comment header in PDFReports files * Can we remove some files in TCPDF which adds a lot of space in the release (eg. some fonts in libs/fonts ?) * Test PDF with UTF8 characters git-svn-id: http://dev.piwik.org/svn/trunk@2697 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-06-21Refs #774 Adding a 'cancel' link below the add/edit Goals forms (to restore ↵mattpiwik
screen state previous to click) git-svn-id: http://dev.piwik.org/svn/trunk@2326 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-06-18Refs #774 mattpiwik
* Small styles updates in the Goals > Overview links. Adding link to the Goals Tracking documentation page on piwik.org git-svn-id: http://dev.piwik.org/svn/trunk@2322 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-06-15Refs #774 mattpiwik
* lazy scrolling to a DOM node should always use the helper piwikHelper.lazyScrollTo proxy to jquery scroll git-svn-id: http://dev.piwik.org/svn/trunk@2307 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-04-09Fixes #526mattpiwik
* Added possibility to change password, for super user and normal users * Refactored Login to add a new hook that is meant to init the session (set the cookies). this hook is called when the password is changed. * Added general feedback message at top of the admin screens, to let users know that changes have been successful. git-svn-id: http://dev.piwik.org/svn/trunk@2069 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-03-22Fixes #43mattpiwik
- modify websites admin UI, API to add a column Exclude IPs - IPs contain wildcards, unlimited IPs per website - below the website table, added a "Global IP exclude" list. Ips there are excluded from all websites automatically. - IPs are stored in the tracker cache file for fast access at Tracking time. - added new field in website table "excluded_ips" - refactored the ajax loading/error display to allow multiple loading/error div per page git-svn-id: http://dev.piwik.org/svn/trunk@1970 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-03-17Fixes #1068 added i18n in all existing Goal plugin strings & js stringsmattpiwik
updated documentation to explain how to translate JS strings in plugins + how to reload a widget in dashboard (this will be available in http://dev.piwik.org/trac/wiki/Plugins/GlobalFunctions after the release) git-svn-id: http://dev.piwik.org/svn/trunk@1929 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-12-09Fixing undefined in goal type (this must be some sort of jquery broken ↵mattpiwik
backward compatibility??) git-svn-id: http://dev.piwik.org/svn/trunk@1651 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-08-07refs #870 - add description when selecting "manually" triggered goalrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1372 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-08-04fixes #870 - tweak Add/Edit Goal UI when defining goals for manual only triggersrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1366 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-05-21Replace "new Object()" with equivalent "{}"; also fix "new Object" robocoder
(without constructor syntax). git-svn-id: http://dev.piwik.org/svn/trunk@1141 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-05-05- ADDED search field below data tables is now using the regular expression ↵mattpiwik
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
2009-01-14Fixing #452mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@870 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-26- cacheFile is now creating the directory if not already createdmattpiwik
- adding log_conversion table, and goal table in 0.2.27 - adding case sensitive/case insensitive matching - when goal plugin is disabled, conversions are not being recorded - adding release notes in the Goal tab to let users know that this is alpha release git-svn-id: http://dev.piwik.org/svn/trunk@844 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-24- adding CacheFile for caching data used in Tracker/* codemattpiwik
- adding form to add / edit a Goal - fixing line ending to Unix git-svn-id: http://dev.piwik.org/svn/trunk@842 59fd770c-687e-43c8-a1e3-f5a4ff64c105