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
2014-02-06beta112.0.4-b11mattab
2014-02-06submodulesmattab
2014-02-06Fix bug in beta10mattab
2014-02-05beta102.0.4-b10mattab
2014-02-05Fix installation refs PR #219mattab
2014-02-05Set JavaScript data via element attributes for SegmentSelectorControl. ↵diosmosis
Introduced new UIControl PHP class to function as base type for reusable controls (the analog of UIControl JS type).
2014-02-05Use UIControl as base type for segment selector/editor.diosmosis
2014-02-05Merge remote-tracking branch 'origin/master'2.0.4-b9mattab
2014-02-05beta9mattab
2014-02-05Small tweakmattab
2014-02-05fix password reset did not workThomas Steur
2014-02-05Revertmattab
2014-02-05Fixing UI tests?mattab
2014-02-05Fixing UI tests?mattab
2014-02-05Merge remote-tracking branch 'origin/master'mattab
2014-02-05Minormattab
2014-02-05fixes #4612 do not bootstrap complete CronArchive when we just want to run ↵Thomas Steur
scheduled tasks
2014-02-05Minormattab
2014-02-05refx #4612 fixes scheduled tasks were not executed when browser archiving is ↵Thomas Steur
enabled. Also fixes lots of errors that happened when the actual tasks were executed. For instance Twig was not found, some DB methods were missing because TrackerDB is slightly different and so on. Therefore we reuse the CronArchive logic to trigger scheduled tasks via HTTP which makes sure they are executed the same way and not in a limited Tracker mode way
2014-02-05refs #4611 fix fatal error because getProfiler and fetchCol methods did not ↵Thomas Steur
exist when executed in tracker mode
2014-02-05Streamline config. fixes #4611mattab
2014-02-05Remove $schema = 'Myisam' from all update methods refs #4611mattab
2014-02-05Fix logic: only run OPTIMIZE table on Myisam tables. Refs #4611mattab
2014-02-05Fix buildmattab
2014-02-05Minormattab
2014-02-05Fix minor bugmattab
2014-02-05Merge remote-tracking branch 'origin/master'mattab
2014-02-05Make UsersManager not fail, if the current user is set by another Login ↵mattab
plugin and UsersManager don't know about this user.
2014-02-05Minor whitespacemattab
2014-02-05sob modulesmattab
2014-02-05make sure to display a message at least PHP5.3 is needed if PHP version is ↵Thomas Steur
too old
2014-02-05updated submodulesThomas Steur
2014-02-05refs #4611 use InnoDB by default, added config option to change to different ↵Thomas Steur
storage engine, introduced new API method to create tables which will automatically use configured engine, run optimize table only for InnoDB tables
2014-02-05Fixes #4628 --enable-bots now works as expected + our importLogs integration ↵mattab
test shows that this wasn't working before.
2014-02-04beta8 needed with bug fixes2.0.4-b8mattab
2014-02-04Minormattab
2014-02-04Fixes #4626 Prevent warning on screen when user set valid host to a URL ↵mattab
instead of hostname
2014-02-04Changing new dialog in segment editor to use class instead of ID.diosmosis
2014-02-04Updating PleineLune submodule.diosmosis
2014-02-04Remove use of ID in segment selector HTML.diosmosis
2014-02-04Refs #4569 Tweak to message + display as raw for segment names with entities ↵mattab
to display ok
2014-02-04refs #4569 display warning in case browser archiving is disabledThomas Steur
2014-02-04refs #4563 make sure getting purge data settings works if UI is disabledThomas Steur
2014-02-04refs #4563 PrivacyManager Settings should be in Config and Option table, ↵Thomas Steur
also removed some completely from config as described in ticket
2014-02-04Fix CSS regression in morpheus segment editor styling.diosmosis
2014-02-04Fixes #4603 Adding lazy DB connection callmattab
2014-02-04Adding integration test for the Bulk Tracking API, it FAILS at present! refs ↵mattab
#4603 Thanks for the report, we didn't catch this failure as it wasn't properly continuously tested!
2014-02-04Refs #4189, add segment selector/editor unit tests & tweak CSS so tests look ↵diosmosis
right.
2014-02-03Properly show keywords in DisplayTopKeywordsFabian Becker
fixes #4618
2014-02-03Updating submodule (to fix build).diosmosis