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
2010-07-28refs #1368 - use schema instead of adapter; in strict mode, update() can't be...vipsoft
2010-07-28fixes #1519vipsoft
2010-06-06refs #1368 - more refactoring and phpdocsvipsoft
2010-06-03refs #1368 - Piwik::prefixTable() is deprecatedvipsoft
2010-05-31Fixes #1351 All error messages displayed to screen/API should not be translat...matt
2010-05-28fixes #1390 - use UNSIGNED INT for ip; since the upper 32 bits is unused, the...vipsoft
2010-05-28fixes #1391vipsoft
2010-05-20(no commit message)matt
2010-05-17refs #41, refs #1347 - regenerate cache filesvipsoft
2010-05-17remove duplicate ALTER statementsvipsoft
2010-05-12refs #1335 - move adapters in core/Db to core/Db/Adapter, mirroring libs/Zend...vipsoft
2010-05-06just in case this helps with "website updated, ts_created set automatically t...matt
2010-04-13fixes #1303 - quick fix until the Installer allows storage engine selectionvipsoft
2010-04-13Refs #1120matt
2010-04-13Refs #56matt
2010-04-12Updates now work with RC releases, so we can safely update the database RC fr...matt
2010-04-12Refs #56matt
2010-04-02fixes #41 - re-order schema change (dependencies)vipsoft
2010-03-31Fixes #41 Adding URL Query parameters exclude setting, per website, and globa...matt
2010-03-30Fixes #1001 Adding currency setting per websitematt
2010-03-29Refs #56 matt
2010-03-22extended getSql() interface to take optional adapter name; defaults to PDO_MYSQLvipsoft
2010-03-22Fixes #43matt
2010-03-21clean-up XHTML self-closing tags in preparation for validation; note: I skip...vipsoft
2010-02-20fixes #1129 - remove index_idsite_dates_period (formerly index_all) from arch...vipsoft
2010-02-12refs #1129, refs #1151 - refactoring to add getSql() to return array of SQL s...vipsoft
2010-02-10refs #1122 - fix core usagevipsoft
2010-01-29refs #1129 - add update scriptvipsoft
2010-01-06fix 0.4.1 update error SQLSTATE[42S22]: Column not found: 1054 Unknown column...vipsoft
2009-12-18Fixes #1088matt
2009-12-17Fixes #1086 Ability to save URLs longer than 255 charactersmatt
2009-12-16mandatory vs optional updatevipsoft
2009-12-15(no commit message)matt
2009-12-14(no commit message)matt
2009-12-14Update to 0.5.3 enables the new MultiSites plugin by defaultmatt
2009-12-12Ignore 1054 / 1091 errors (if triggered).vipsoft
2009-12-12ignore 'CREATE INDEX' 1061 error (duplicate key name)vipsoft
2009-12-12ignore 'ADD COLUMN' 1060 errors (column already exists) where user re-runs up...vipsoft
2009-12-12refactor [1637] and add unit testvipsoft
2009-12-09Moving time intensive operations at the end of the update process to try and ...matt
2009-12-02Change exception so this update is mandatory (error) instead of optional (war...vipsoft
2009-12-02Improve formatting if multiple warnings/errors during update.vipsoft
2009-11-16split 0.4.3 update (to fix inconsistencies) into release specific updatesvipsoft
2009-11-16fixes #1039 - remove obsolete file (0.2.10)vipsoft
2009-10-23- Fixes #708 kudos to Maciej for his work on this one, and Anthon & Matt for ...matt
2009-10-20rename update script, in event we push 0.4.4 before 0.5vipsoft
2009-10-20Remove unused filevipsoft
2009-10-16refs #1005 - use absolute pathvipsoft
2009-10-16fixes #1005 - delete obsolete directoriesvipsoft
2009-09-18fixes #904 - MySQL error codes; unsupported adapters can map these to driver-...vipsoft