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
AgeCommit message (Collapse)Author
2009-02-11- patch from vipsoft:mattpiwik
Summary of changes: * jQuery updated from 1.2.2 to 1.2.6 * swfobject updated from 1.5 to 2.1 * sparkline updated from upstream cvs * fdd2div fixed to work with jQuery 1.2.6, and yuicompress'd * tooltip updated from 1.1 to 1.3 * superfish updated from 1.4.1 to 1.4.8, and yuicompress'd * blockUI updated from 1.33 to 2.11 * dimensions updated from 1.1.2 to 1.2 * scrollTo updated from 1.3 to 1.4 Files added: * libs/jquery/original\ lib/fdd2div-modified.js * libs/jquery/original\ lib/superfish_modified.js * libs/sparkline/LICENSE-BSD.txt * libs/sparkline/LICENSE-GPL.txt * libs/swfobject/expressInstall.swf Files removed: * libs/sparkline/LICENSE * libs/swfobject/README.txt No change to: ui.mouse, ui.sortable, and calendar git-svn-id: http://dev.piwik.org/svn/trunk@886 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-02-11git-svn-id: http://dev.piwik.org/svn/trunk@885 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-02-11adding few SEmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@884 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-02-04git-svn-id: http://dev.piwik.org/svn/trunk@883 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-14fix #495 Adding option in configuration file: ↵mattpiwik
show_website_selector_in_user_interface ; if set to true, the website selector will be displayed in the Piwik UI ; if your Piwik installation has thousands of websites, you may disable the website selector ; as it slows down the loading of the Piwik UI by setting this value to false following vipsoft suggestion git-svn-id: http://dev.piwik.org/svn/trunk@880 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-14fixing Setting how long cookies set by Piwik last #469mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@876 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-14adding cuil.com fix #448mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@873 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-14- fix #451 thanks Anthon for patch: Website selector too longmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@872 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-14- adding few search enginesmattpiwik
- minor changes git-svn-id: http://dev.piwik.org/svn/trunk@871 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-14Fixing #452mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@870 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-12fix #488 wrong links for API help pagemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@861 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-12- fixing failed when profiling enabled [prefixTable()]mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@860 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-12- Fixing Uncaught exception 'Exception' with message 'Error query: ↵mattpiwik
SQLSTATE[HY000]: General error: 1406 Data too long for column 'location_browser_lang' at row 1' in core\\Tracker\\Db.php git-svn-id: http://dev.piwik.org/svn/trunk@859 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-12Fix Division by zero in ↵mattpiwik
core/DataTable/Filter/AddColumnsWhenShowAllColumns.php on line 19 git-svn-id: http://dev.piwik.org/svn/trunk@858 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-270.2.28mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@854 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-27git-svn-id: http://dev.piwik.org/svn/trunk@853 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-27- fixing Call-time pass-by-reference has been deprecatedmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@852 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-26- cacheFile is now creating the directory if not already createdmattpiwik
- adding log_conversion table, and goal table in 0.2.27 - adding case sensitive/case insensitive matching - when goal plugin is disabled, conversions are not being recorded - adding release notes in the Goal tab to let users know that this is alpha release git-svn-id: http://dev.piwik.org/svn/trunk@844 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-24- adding CacheFile for caching data used in Tracker/* codemattpiwik
- adding form to add / edit a Goal - fixing line ending to Unix git-svn-id: http://dev.piwik.org/svn/trunk@842 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-22- fix actions table column namesmattpiwik
- display total size used by piwik in dbUsage plugin - adding tests in pre-release check git-svn-id: http://dev.piwik.org/svn/trunk@841 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-17- adding Goal Tracking related goodness in core, and pluginsmattpiwik
- goal table icon below datatable that have goal segmentation - rss export icon below datatable - cleaning code, refactoring, renaming goodness - adding switch enable_detect_unique_visitor_using_settings that enables/disable heuristic based on config hash - refactoring how plugins handle archiving for more clarity git-svn-id: http://dev.piwik.org/svn/trunk@838 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-09- a few renaming, datatable updates, test files updatemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@833 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-08git-svn-id: http://dev.piwik.org/svn/trunk@831 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-08git-svn-id: http://dev.piwik.org/svn/trunk@830 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-08git-svn-id: http://dev.piwik.org/svn/trunk@829 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-08- refactoring API/*mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@828 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-08git-svn-id: http://dev.piwik.org/svn/trunk@827 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-08- cleaning the API/ codemattpiwik
- deleting class Api_Apiable concept not used anymore git-svn-id: http://dev.piwik.org/svn/trunk@826 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-05- fixing bug in DataTable_Manager when freeing data from memory index was ↵mattpiwik
just not really indexing the right thing. git-svn-id: http://dev.piwik.org/svn/trunk@825 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-04- cookie expires in 2 yearsmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@824 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-02- adding option in config file:mattpiwik
; When loading piwik interface, Piwik will load by default the CoreHome module ; You can override the setting to force the user to login. ; This is useful when you have some websites view "anonymous" access but you want to ; force users to login instead of viewing the first anonymous website available default_module_login = true git-svn-id: http://dev.piwik.org/svn/trunk@821 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-01Piwik CM - main dir write permission is not necessary - AN-24Krystian Nowak
git-svn-id: http://dev.piwik.org/svn/trunk@802 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-280.2.26mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@791 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-28git-svn-id: http://dev.piwik.org/svn/trunk@788 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-28git-svn-id: http://dev.piwik.org/svn/trunk@784 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-28- fixing issue with Actions entering infinite loop because datatables are ↵mattpiwik
now freed during archiving. Now archives with freed tables are not cached, which forces to reload all datatable from db. git-svn-id: http://dev.piwik.org/svn/trunk@783 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-27git-svn-id: http://dev.piwik.org/svn/trunk@781 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-27git-svn-id: http://dev.piwik.org/svn/trunk@779 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-27- fixing #444 Piwik uses MySQL reserved word 'option' for table namemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@777 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-27- making archiving faster: job to clean out of date archives only done every ↵mattpiwik
15 execution git-svn-id: http://dev.piwik.org/svn/trunk@776 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-27- making archiving more memory efficient. free the tables after each ↵mattpiwik
ArchiveProcessing git-svn-id: http://dev.piwik.org/svn/trunk@775 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-27git-svn-id: http://dev.piwik.org/svn/trunk@773 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-27- 40 min profiling session, a few optimizations and fixing options autoload bugmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@772 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-27- killing the newsletter feature, now superset by campaign featuremattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@771 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-27- summary row label should not be -1 in actions nowmattpiwik
- all columns should not be "low population excluded" by default now. can switch to exclude low population when viewing all columns table - i18n on new icon - i18n on Actions table column labels - fixed truncation which should hopefully fix most of display issues when viewing all columns - subtables have more space efficient padding now git-svn-id: http://dev.piwik.org/svn/trunk@768 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-26- fix Warning: Invalid argument supplied for foreach() in ↵mattpiwik
/var/www/piwik/core/Updater.php on line 99 git-svn-id: http://dev.piwik.org/svn/trunk@767 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-26git-svn-id: http://dev.piwik.org/svn/trunk@764 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-25continent should now be correct if provider updates the countrymattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@762 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-25git-svn-id: http://dev.piwik.org/svn/trunk@760 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-11-24- fixed #423 null test missing in Archive.phpmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@755 59fd770c-687e-43c8-a1e3-f5a4ff64c105