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
2013-09-25Updating submodules.Benaka Moorthi
2013-09-12Adding SecurityInfo and VIsitorGenerator as submodulesFabian Becker
fixes #4120
2013-09-09Remove SecurityInfo and VisitorGenerator from core.Fabian Becker
refs #4120
2013-09-04moved translations for VisitorGenerator plugin to its own language files, as ↵sgiehl
it will be moved to its own repository
2013-08-13fixed some html markup errorssgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, ↵mattab
\Piwik\Plugins\* Added namespaces to functions.php files in the five plugins that had one Work in progress
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-15Refs #3942mattab
* Removing getInformation() call from core plugins * Renamed translation key PDFReports_PluginDescriptionReports => PDFReports_PluginDescription
2013-07-15Refactor template assignment of top menu + isFileWritable()mattab
2013-07-12fixed/added some missing doc blockssgiehl
2013-07-01* Enabling Twig 'strict_variables' so that we write best code possible, and ↵mattab
learn early if some tpl code is not valid. Fixing few bugs that this uncovered * refactoring the percent column label in getPercentVisitColumn() * removing indexBeforeMenu and putting directly in parent template Refs #4019
2013-06-25Reverting my commit where I removed all |raw per @halfdan feedbackmattab
Instead we should manually add the missing |raw... Refs #4019
2013-06-24See the branch 2.x-twig for list of commits on twig... Kuddos @halfdan for ↵mattab
your work! Here are some updates: * Removing |raw from the codebase. * Disabling autoescape by default (in Twig_Environment constructor: 'autoescape' => false ) * Adding |e('html') where html entities are needed * Fixing parse error in goals
2013-06-23Merge pull request #75Fabian Becker
2013-06-23Fix VisitorGeneratorFabian Becker
2013-06-22Huge merge! Lets see how the tests run..Fabian Becker
Merge branch 'master' into 2.x-twig Conflicts: core/ReportRenderer/Html.php core/SmartyPlugins/function.ajaxLoadingDiv.php plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl plugins/CoreHome/templates/donate.tpl plugins/CoreHome/templates/html_report_header.tpl plugins/CoreHome/templates/menu.tpl plugins/CoreHome/templates/period_select.tpl plugins/CoreHome/templates/reports_by_dimension.tpl plugins/Feedback/templates/index.tpl plugins/Goals/Controller.php plugins/Goals/templates/overview.tpl plugins/Live/API.php plugins/Live/templates/lastVisits.tpl plugins/Live/templates/visitorLog.tpl plugins/MobileMessaging/templates/SMSReport.tpl plugins/PDFReports/templates/add.tpl plugins/PDFReports/templates/list.tpl plugins/PDFReports/templates/report_parameters.tpl plugins/SEO/templates/index.tpl plugins/SegmentEditor/templates/selector.twig plugins/UserCountry/javascripts/userCountry.js plugins/Zeitgeist/stylesheets/common.css tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCity_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCountry_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getRegion_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest_segment_continent__UserCountry.getCountry_month.xml
2013-06-16More refactoring, moving SQL to classes and cleaning up logic so I can ↵mattab
understand it (nearly there)
2013-05-30Rename template file namesThomas ZILLIOX
2013-04-27Fix helperFabian Becker
2013-04-10Converted VisitorGenerator to TwigFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-03-14Remove commented debug code/var_dumps in plugins/Fabian Becker
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-02-05Check for browser archiving in Controller.phpFabian Becker
Show text according to browser archiving setting. fixes #3299
2013-02-05Fix README link to new README on GithubFabian Becker
2013-02-04Use the Piwik API instead of directly accessing the database.Fabian Becker
refs #3299
2013-01-29New admin menus, hooray!Fabian Becker
New vertical admin menus are organized as follow: - Predefined menus are Manage, Settings, Diagnostics, Plugins, Community - New submenus can be defined via Piwik_AddAdminSubMenu() - Piwik_AddAdminMenu defaults to "Settings" fixed #1552 git-svn-id: http://dev.piwik.org/svn/trunk@7815 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-17* Viewing Visits per visit duration as a graph should open Bar Graph view ↵mattpiwik
without limit=5 * Visitor Generator i snot recommended for Piwik core developers since it's slower to import lots of data git-svn-id: http://dev.piwik.org/svn/trunk@7645 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-07removing unused view variables; topbar is never rendered in admin headersgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7579 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-07-31Refs #3202, added modified access manager page & visitor generator plugin to ↵benakamoorthi
use the autocompleting site selector. Notes: * Moved inline site selector javascript to autocomplete.js. * Added the ability to change the current url (via broadcast.propagateNewPage) w/o showing the main AJAX loading gif. git-svn-id: http://dev.piwik.org/svn/trunk@6616 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-08VisitorGenerator: Do not set forced IP if already set from in logs to replaymattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5780 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-31Fixes #2458 - Visitor Generator now based on a "piwik access log, combined ↵mattpiwik
format" that is replayed faking Time/IP/User Agent/Accept language header. The file can be swapped for any other log file containing requests to piwik.php The current log file generates a little bit of ecommerce activity, as well as various pages & custom variables (based off Forum.piwik.org log file) git-svn-id: http://dev.piwik.org/svn/trunk@4841 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-14fixes #2312, refs #1679 - donerobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4451 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-11Fixes #855 Now detecting google style campaign parameters (utm_campaign, ↵mattpiwik
utm_term) git-svn-id: http://dev.piwik.org/svn/trunk@4389 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-08fixes #2242 - ME HATE BUGS! ME SMASH BUGS! DIE BUG DIE!robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4367 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-08fixes #2279robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4366 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-01fixes #2247 - set cip; refs #2242 - remove redundant checktokenauthinurl as ↵robocoder
we already have checkuserissuper and nonce git-svn-id: http://dev.piwik.org/svn/trunk@4275 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-01fixes #2242 - fix VisitorGeneratorrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4271 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-13Refs #1736 Sorting segments list to prevent random order test fail mattpiwik
Renaming one segment git-svn-id: http://dev.piwik.org/svn/trunk@3871 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-23invert parameters; fixes: "Warning: mt_rand(): max(x) is smaller than min(y) ↵robocoder
in ..."; reported in http://forum.piwik.org/read.php?2,71596 git-svn-id: http://dev.piwik.org/svn/trunk@3803 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-16Fixes #2022 mattpiwik
* Introducing 'priority filters' that can be queued from the Controllers directly, and can remove rows from the DataTable returned from the API. This is for example useful for several Controller views that use a same data source, but are interested in a different subset of this dataset. For example, Exit pages, Entry Pages and Page URLs all use the same DataTable, but Exit pages will only display the rows that have Exits / Exit rate. Therefore they must delete other rows in a filter that is applied before the 'Generic filters' that are Sort, Limit, etc. git-svn-id: http://dev.piwik.org/svn/trunk@3748 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-07Fixes #1382mattpiwik
* now preventing editing 2 rows at once * adding large SAVE button below the name on the left of the table (+ Cancel link which refreshes pages) Fixes #1980 * simplifying admin CSS, reusing same styles as PDF, Goals and datatables * deleting now unused icons & styles git-svn-id: http://dev.piwik.org/svn/trunk@3663 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-07Fixes #1373mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3660 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-24Reusing generic translations rather than having translators translate the ↵mattpiwik
same string twice git-svn-id: http://dev.piwik.org/svn/trunk@3333 59fd770c-687e-43c8-a1e3-f5a4ff64c105