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 (Expand)Author
2014-07-02Refs #5212 add missing reference, this maybe was a merge-failmattab
2014-07-02Fixes #5303, remove any old click handlers before attaching new ones in the r...diosmosis
2014-07-01fixes #5394 make sure content is visible before updating the report otherwise...Thomas Steur
2014-07-01factor out the Archive Purging code in own classmattab
2014-07-01Minor params re-ordermattab
2014-07-01add --concurrent-requests-per-website: When processing a website and its segm...mattab
2014-07-01Add support for --force-date-range parameter + also enable Verbose logging vi...mattab
2014-07-01core:archive console command: new parameter --force-periodsmattab
2014-07-01Fixes #5388 throw exception if date is not validmattab
2014-06-30better debug outputmattab
2014-06-30add silent fail to prevent error "zend opcache API is restricted by restrict_...mattab
2014-06-30Move UI Notifications example, from the Top Menu to the User Menu instead.mattab
2014-06-30Display instructions on how to fix a UI tests build at the end of the console...mattab
2014-06-28Allow UI testing system to specify extra plugins to load and install when run...diosmosis
2014-06-27Refs #4363, add workaround to fix bug where leaf rows of page titles reports ...diosmosis
2014-06-26Add reply-to in password recovery e-mails.Marcin Czołnowski
2014-06-26Merge pull request #331 from czolnowski/custom-reply-to-in-scheduled-reportsMatthieu Aubry
2014-06-26Change name of config variable into "scheduled_reports_replyto_is_user_email_...Marcin Czołnowski
2014-06-26fix jshint warningsThomas Steur
2014-06-26use dot notation for jshint preprocessor checkThomas Steur
2014-06-26fixes #5382 make sure a search with upper case characters worksThomas Steur
2014-06-26Show "There is no data for this report" when there is no user profile found (...mattab
2014-06-25Set reply_to equal to report creator.Marcin Czołnowski
2014-06-25Add segment table entry to DBStats' MockDataAccess class.diosmosis
2014-06-25Make sure calendar period double click behavior works w/ Morpheus' iCheck con...diosmosis
2014-06-25Fix regression in c28c242, only initialize uninitialized iCheck checkboxes.diosmosis
2014-06-25Merge branch 'master' of github.com:piwik/piwikmattab
2014-06-25Minor change to erro messagemattab
2014-06-25Remove font family from long CSS.diosmosis
2014-06-24Use FrontController::dispatch to get dashboard layout in Dashboard controller...diosmosis
2014-06-24Add event to Dashboard plugin to allow other plugins to change default dashbo...diosmosis
2014-06-24Use encoding function to avoid displaying extra entitiesmattab
2014-06-24Merge branch 'master' of github.com:piwik/piwikmattab
2014-06-24Add .less to be consistentmattab
2014-06-24using the device detector cache improves loading time by 300ms on my dev nodeThomas Steur
2014-06-23Fix installation CSS issue where checkboxes were not aligned w/ text labels.diosmosis
2014-06-23Make sure icheck is initialized after ajax page reload & fix label/input HTML...diosmosis
2014-06-22Remove some font-family usage (can inherit or use theme variable explicitly).diosmosis
2014-06-22Determine jqplot graph font through CSS instead of assuming Arial (w/ optiona...diosmosis
2014-06-21Updating VisitorGenerator submodule.diosmosis
2014-06-20Merge remote-tracking branch 'origin/master'mattab
2014-06-20fixes #5322 whois records can also read "created: $datetime"mattab
2014-06-20fixes #5332 remove all event listeners on the drawer before adding the new oneThomas Steur
2014-06-20fixes #5320 calculate total value of nb_pageviewsThomas Steur
2014-06-20Make core:update CLI output slightly bettermattab
2014-06-20Fixes #5370 Set $priority to false, so that the column is processed later on ...mattab
2014-06-19Improve error message wordingmattab
2014-06-19Merge pull request #322 from czolnowski/visitor-interfaceMatthieu Aubry
2014-06-19if you press next or previous and subtables were opened before, the next/prev...Thomas Steur
2014-06-18Fix context error with moving visitor instance creation into separate factory...Marcin Czołnowski