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
path: root/core/Db
AgeCommit message (Expand)Author
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-12this might the ui tests work again, somehow the database gets changed but the...Thomas Steur
2014-07-12Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-07-07remove all logs again and disable location settings to see if this causes itThomas Steur
2014-07-07it looks like it truncates all tables between tests?Thomas Steur
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-07-01started to add possiblity to add conversion columnsThomas Steur
2014-06-30In case config file uses PDO_MYSQL (backward compatibility)mattab
2014-06-30renaming PDO_MYSQL -> PDO\MYSQL for consistencymattab
2014-06-26pass all kind of column information so we can do some more checksThomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur
2014-06-25Fixes #5371 Make Piwik work PHP session hash function is non default such as ...mattab
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-18moved more code from core to plugins, eg Visit, Actions and some Conversion c...Thomas Steur
2014-06-17starting to move actions from tracker into pluginsThomas Steur
2014-06-16moved some more dimensions to plugins, fixed some issues, removed some more d...Thomas Steur
2014-06-13moved more logic from core to pluginsThomas Steur
2014-06-11starting to refactor reports into classes, also refactored some more dimensio...Thomas Steur
2014-06-10starting to move dimensions from core into plugins and put each dimension int...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-19Fixes #5181 Renamed methodmattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-15Fixes #4991 Deprecated the function Schema::dropTables() and DbHelper::dropT...mattab
2014-04-11Not a good ideamattab
2014-04-10Silent fail to gnore mysqli warningsmattab
2014-04-03started to work on command to set number of available custom variablesThomas Steur
2014-03-22Allow dropping databases by name for tests.diosmosis
2014-03-08Fix for error "Class '\Piwik\Db\Schema\' not found", default to Mysql when sc...mattab
2014-02-24Merge branch 'master' into uiunittestsdiosmosis
2014-02-22Rename hook for consistencymattab
2014-02-21Speeding up tests on travis by adding persist_fixture_data config option and ...diosmosis
2014-02-06Fix bug in beta10mattab
2014-02-05Streamline config. fixes #4611mattab
2014-02-05refs #4611 use InnoDB by default, added config option to change to different ...Thomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2014-01-23refs #4564 fix adding anonymous user is not possibleThomas Steur
2014-01-23refs #4564 fix sqlThomas Steur
2014-01-23refs #4564 added column superuser accessThomas Steur
2014-01-17Test to comment out MYSQL_ATTR_USE_BUFFERED_QUERY and see if build pass OK.mattab
2013-12-27Adding config setting to explicitely disable LOAD DATA INFILE to prevent erro...mattab
2013-12-27Adding option to set the chroot path in the config file so that the load data...mattab
2013-12-17fixes #4373, #1640Julien Moumné
2013-11-20Adding new column 'type' to 'piwik_site' table. Adding setters in Site object...mattab
2013-11-06Phpstorm organize importsmattab
2013-11-01Refs #472 Move some logic to TableLogActionmattab
2013-10-29Remove Piwik::translateException function.diosmosis