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
2008-08-04- renamed modules/ directory in core/mattpiwik
- cleaning admin UI - adding widgetize module - cleaning template architecture git-svn-id: http://dev.piwik.org/svn/trunk@586 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-28- fix #316 Calling API with idSite=All and a period range like last30 ↵mattpiwik
results in an error git-svn-id: http://dev.piwik.org/svn/trunk@585 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-28- fix #316 Calling API with idSite=All and a period range like last30 ↵mattpiwik
results in an error git-svn-id: http://dev.piwik.org/svn/trunk@584 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-28- refactoring exception and error message output: now always the nice output ↵mattpiwik
will be used (with piwik logos, etc.) - redirecting to piwik.org through an html page, so we lose the referer, to make sure we can't get any token_auth in the referer when going to piwik.org git-svn-id: http://dev.piwik.org/svn/trunk@583 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-28- Adding description to each pluginmattpiwik
- cleaning plugins listing, splitting ExamplePlugin in multiple small plugins, renamed Home -> CoreHome PluginsAdmin -> CorePluginsAdmin AdminHome -> CoreAdminHome - simplified authentication classes (not using Zend_Auth_Db anymore) - adding a new widget listing the last posts on Piwik.org/blog git-svn-id: http://dev.piwik.org/svn/trunk@581 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-27- fixing bug in filter AddSummaryRowmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@580 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-27- fix #262 Graph pie chart "other" field is labelled as -1 instead of Othersmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@579 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-27- non significant updatesmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@578 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-27- fix #271 VISIT_STANDARD_LENGTH constant should be set in config filemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@575 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-27First shot at fixing #305 Init breaks on php 5.2.4 or above due to ↵mattpiwik
malfunctioning of realpath git-svn-id: http://dev.piwik.org/svn/trunk@574 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-23- fixing one more bug in referer detectionmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@572 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-23- fixing bug in plugin activation: now LogStats plugin are added to the ↵mattpiwik
config file since the installation git-svn-id: http://dev.piwik.org/svn/trunk@570 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-23- now counting Google images referers as a search engine with keywordsmattpiwik
- fixed a bug for some referer detection git-svn-id: http://dev.piwik.org/svn/trunk@569 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-23- you can now Piwik_LogStats::getDb() from your plugin to get the Db objectmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@568 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-21fix #298 ("Non-static method Piwik_Visualization_OpenFlashChart::esc() ↵mattpiwik
should not be called statically, assuming $this from incompatible context") git-svn-id: http://dev.piwik.org/svn/trunk@566 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-21- small fixes (removing TODO from the code)mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@561 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-21- fixing #199 Campaign Detection failuremattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@560 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-21- fixing #199 Campaign Detection failuremattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@559 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-21- some cleanup and random small fixesmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@558 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-21- fix #309 CSV export doesn't support UTF8 charactersmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@557 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-20- now compatible mysql >= 4.0mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@554 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-20- javascript tag now handles HTTPS pages automaticallymattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@553 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-09- starting work on #287. Feedback needed.mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@551 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-05- Cleaning Login / Auth mechanism. Now it should be possible to have a ↵mattpiwik
completely different login mechanism, by just overwriting the Login plugin. Have fun! git-svn-id: http://dev.piwik.org/svn/trunk@550 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-04- fixing dashboard when using multiple sitemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@548 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-07-02- fixing bug at installationmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@546 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-30- fix #245 last1 does not work with month and yearmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@540 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-28- fixing error including period/range.phpmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@537 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-27- cleaning/refactoring before bug fixingmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@536 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-27- needs slash at the beginning of pathmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@534 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-27- config directory should be writable only when making configuration changesmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@533 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-26- UsersManager.setUserAccess now requires an idSites.mattpiwik
If you want to apply the access to all websites, use idSites="all" git-svn-id: http://dev.piwik.org/svn/trunk@530 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-26- converting line breaks to UNIXmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@526 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-26- improved echo output of DataTable (now showing user friendly output of ↵mattpiwik
datatable_Array) - refs #208 hopefully fixed by limiting the number of levels in the Actions table hierarchy - refs #124 started cleaning html code (patch by milianw) git-svn-id: http://dev.piwik.org/svn/trunk@525 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-21- adding hooks in LogStats modules, see ↵mattpiwik
http://dev.piwik.org/trac/wiki/Plugins/Hooks git-svn-id: http://dev.piwik.org/svn/trunk@524 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-11- fixes #205 you can now install with a mysql port non 3306 by specifying ↵mattpiwik
your.host:4455 git-svn-id: http://dev.piwik.org/svn/trunk@522 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-09- fixing bug in sum algorithm when there is a summary row.mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@519 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-09- adding 7 new translations: german, spanish, italian, russian, ukranian, ↵mattpiwik
catalan, dutch - translations fallback to english by default (customizable in config file) - adding a few strings that weren't translatable before - 'translationAvailable' plugin information entry is now optional (defaults to false) refs #251 git-svn-id: http://dev.piwik.org/svn/trunk@518 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-09- renaming spreemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@516 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-09- renaming spree, let's rename all "details" columns by what they really ↵mattpiwik
are: metadata I am NOT 100% confident that I'm not breaking something here, it's quite a large renaming. git-svn-id: http://dev.piwik.org/svn/trunk@515 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-08- cleaning files organization + renaming for graphs (I couldn't figure ↵mattpiwik
myself, now much better :)) git-svn-id: http://dev.piwik.org/svn/trunk@514 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-08- adding new search engines, thanks thomasmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@511 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-06- fixing noticemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@509 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-06- fixing noticemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@508 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-06Adding new feature: you can now use comma separated idsite in all the APIs ↵mattpiwik
methods. Examples: ?module=API&method=VisitsSummary.getVisits&idSite=1,2,3,15&period=day&date=last2&format=xml Adding a new magic keyword "all" that will give stats for all the websites for which the requesting user (or token_auth) has view access ?module=API&method=VisitsSummary.getVisits&idSite=all&period=day&date=last2&format=xml - Expanding the concept of Piwik_Archive_Array - Adding tests for rendering Array of Array - Cleaning the renderer structure, but still work to do to make the code clearer (it's becoming quite complex...) git-svn-id: http://dev.piwik.org/svn/trunk@506 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-02- recursion optimization: we first truncate the root table, then the child ↵mattpiwik
tables - changed so that getId() on DataTable are indexed at 0. Im not sure this is backward compatible git-svn-id: http://dev.piwik.org/svn/trunk@505 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-02- making things faster for the 2 bottlenecks: actions & referersmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@504 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-01- adding a new concept: DataTable can now have a Summary row. A big table ↵mattpiwik
can be truncated after 200 rows for example, and the 201st row will the be a summary row which is (label = 'Others', nb_visits = sum(nb_visits), etc.) git-svn-id: http://dev.piwik.org/svn/trunk@503 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-05-29- fixing wrong name for configuration value for minimum_memory_limitmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@501 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-05-29- now trying to set the memory limit (bis)mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@500 59fd770c-687e-43c8-a1e3-f5a4ff64c105