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-02-02Refactor dashboard JS so links are generated by PHP instead of JS (for adding...diosmosis
2014-01-28Merge pull request #212 from piwik/multi_superuserThomas Steur
2014-01-28Convert the old author/author_homepage to the new structure.Fabian Becker
2014-01-28refs #4564 deprecated method was usedThomas Steur
2014-01-28Merge remote-tracking branch 'origin/master' into multi_superuserThomas Steur
2014-01-27Fixes #4580 - Make sure users editing / deleting segments have enough permiss...mattab
2014-01-23Merge remote-tracking branch 'origin/master' into multi_superuserThomas Steur
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ...Thomas Steur
2014-01-23Refs #4502 Fix bug in segment editor when editing as a view/admin user.mattab
2014-01-16Refs #4502 Fix segment editor so it works when used without the #hashTag and ...mattab
2014-01-09Refs #4459, tweak css of segment edit link, avoid overflow.diosmosis
2014-01-06Make segment selector bit wider + truncate segment name earlier, to fix the v...mattab
2013-12-10Fixes #4367, remove version column and move version to name column and make v...diosmosis
2013-11-18getting rid of the fetch parameterThomas Steur
2013-11-15Fixes #4076 * Segment editor now displays for visitor IP the options "AT mos...mattab
2013-11-11Adding type hinting to API classesmattab
2013-11-08Bugfix: metrics picker appers above the Widget selectorThomas ZILLIOX
2013-11-08Hide 'Widgets & Dashboard' panel on other pages than dashboardThomas ZILLIOX
2013-11-04Remove the widgetPanel DOM move on load & provide a generic top_controls pane...Thomas ZILLIOX
2013-10-26Refs #4200, revised documentation for all events in plugins/*.diosmosis
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-09refs #4199 updated some event docs and removed some more unused eventsThomas Steur
2013-10-09refs #4199 more event documentationsThomas Steur
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-02refs #4134 renamed template hooksThomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-29fixes #4163Julien Moumné
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-18consistent div name for errorsmattab
2013-09-18consistent div name for Loading...mattab
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-06* Renaming getCssFiles hook to getStylesheetFilesmattab
2013-09-06fixed some js errors, namespaces & coding stylesgiehl
2013-08-15replaced presentational html tagssgiehl
2013-08-14small jquery selector improvementssgiehl
2013-08-14added missing ';' / use double quotes for attribute values instead of single ...sgiehl
2013-08-13fixed some html markup errorssgiehl
2013-08-11Adapt the size of the segment selector on tiny screensThomas ZILLIOX
2013-08-11Merge branch 'master' of github.com:piwik/piwik into pleineLune__theme-detailsThomas ZILLIOX
2013-08-11BugFix: SegmentEditor > when editing a segment, the text overlaps with iconThomas ZILLIOX
2013-08-11The 'Add a segment' button was missing when there is too much segmentsThomas ZILLIOX
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-10Refs #3089, add initial visitor profile popup that uses dynamic data from Liv...Benaka Moorthi
2013-08-09Fix image rewriting by the AssetManager. Ex: The down arrox on SegmentEditor ...Thomas ZILLIOX
2013-08-09Bugfix: Allow user to create & edit segmentThomas ZILLIOX