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-15fixes #4151 removed _js hacksgiehl
2013-09-14Adding Filesystem class which contains file operationsmattab
And factored out code in ServerFilesGenerator.php
2013-09-13Refs #4151, fix regression caused by refactoring hack.Benaka Moorthi
2013-09-12Refs #4151, refactor translation JavaScript generation code and add event so ↵Benaka Moorthi
plugins can specify which strings should be available client-side.
2013-09-12Refs #4151, remove loadJavascriptTranslations twig function and ↵Benaka Moorthi
automatically generate translation JS for all plugins. Translation JS is now treated as an asset and is included in merged JS. Note: - Includes tweaks to capture.js: on webpage error stop capture program.
2013-09-04moved clean method to Translate instead of TranslationWritersgiehl
2013-08-16use array_replace_recursive, as array_merge_recursive produces arrays for ↵sgiehl
existing keys
2013-08-16Adjust Piwik_Translate function to handle nested translation arrayFabian Becker
Adjust Translate class to properly load .json translation into array Adjust JavaScript translation filter Adjust plugins manager to load plugin translations properly refs #4086
2013-08-01fixing more namespacessgiehl
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*, Metrics, Segment, SegmentExpression, ↵mattab
PluginsManager
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 Piwik_Config to \Piwik\Core\ConfigFabian Becker
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
2013-07-15Refs #3942mattab
* Removing getInformation() call from core plugins * Renamed translation key PDFReports_PluginDescriptionReports => PDFReports_PluginDescription
2013-07-07fixed some doc blocks, unresolved variablessgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event ↵Benaka Moorthi
dispatcher lib in libs/Event). Notes: - New dispatcher can execute callbacks before or after other callbacks. - It is also possible to dispatch events only to a specific set of plugins instead of all plugins. - Moved Piwik::unprefixClass to Piwik_Common::unprefixClass - Added visibility to some event handlers that were missing it. - Allowed two unit tests to fail w/ better diagnostic messages.
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-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-10-23Fixes #3466mattpiwik
* Now including Translate.php in the correct order ensuring that scheduled repotrs generated via a Tracker request, make use of translations. git-svn-id: http://dev.piwik.org/svn/trunk@7286 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-15Refs #2992 Site Search KABOOM, Refs #49mattpiwik
Implementing Site Search tracking & reporting in Piwik core! * New Admin UI to customize, for each site, wheter site search is enabled. Also options to set default values to use. * New Reports: Searches, Searches with no result, Search categories, Top Pages Following a Search * to track "No result keyword" users will have to tag their site with a JS call, or add a new parameter to the search result page &search_count=X (X being zero for no result searches) * Reports works with Row evolution, PDF/HTML reports, Piwik Mobile * idaction_url is now NULLable because, Site Search records a page with idaction_name == Keyword, and idaction_url == NULL. This ensures that the Site Searches don't create "Page URL Not defined" records. * updates to Tracker JS API, new function trackSiteSearch, also added in PHP tracker * New fields in log_visit to track searches * new segment, "searches" which can be used to select visitors who did a search ie. searches>0 or those who searched a lot, ie searches>10 TODO: * commmit integration test, TESTING, DOCS, FAQ, release, and a nice Prayer to the universe and the stars, hoping that I can code a major new feature without any bug... * It would be awesome to have compatiblity with Transitions so we can see, for a given site search, what are the starting pages and Destination pages Thank you for your patience Timo, and thank in advance everyone for your help Testing this new feature! git-svn-id: http://dev.piwik.org/svn/trunk@7190 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-13Refs #1823mattpiwik
- Cache regenerate should re-generate the cache file - Missing require_once which was causing error Fatal error: Class 'Piwik_UserCountry_LocationProvider' not found in /plugins/UserCountry/UserCountry.php on line 78 git-svn-id: http://dev.piwik.org/svn/trunk@7169 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-24completed a bunch of php doc blockssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6300 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-24refs #1713 - tracker config did not previously throw exceptions (BC); revert ↵robocoder
[6107] and part of [6103] git-svn-id: http://dev.piwik.org/svn/trunk@6111 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-24Fix build?mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6107 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5951 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-25Fixing regression introduced earlier todaymattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5908 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-25Fixes #2950mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5903 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-21refs #2960robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5871 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-19Refs #2714 remove echomattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5345 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-19refs #2714 improved csv/tsv exportBeezyT
git-svn-id: http://dev.piwik.org/svn/trunk@5334 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-04fixes #2256 - missing data type in phpdocs, e.g., @param $namerobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4311 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-29Fixes #2093mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4219 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
2010-12-21refs #1632robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3481 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-21 * Updating TCPDF to latest versionmattpiwik
* Fixes #1537 Adding specific fonts for specific languages. PDF Reports now generate in all languages (inc. arabic, chinese, japanese, russian, korean, ukrainian, etc.) except ahmaric and thai. * git-svn-id: http://dev.piwik.org/svn/trunk@3477 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-20Fixes #1632mattpiwik
* simplifying language loading code * PDFs are now generated in the user language, as well as the email subject/content git-svn-id: http://dev.piwik.org/svn/trunk@3470 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3270 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-20refs #1630robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-06-25 * Fixing unit tests that were failing since one test was loading translationmattpiwik
* adding svn:ignore to .htaccess files created during install * Updating Yahoo! and Alexa icons git-svn-id: http://dev.piwik.org/svn/trunk@2383 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-06-22quick fixes #1437 - setlocale(LC_CTYPE, '') so strtolower(), strtoupper(), ↵robocoder
ucfirst(), and ucwords() aren't affected by locale In the future, we might consider implementing a thread-safe alternative to using setlocale() given this warning: > The locale information is maintained per process, not per thread. If you are running PHP on a multithreaded server API like IIS or Apache on Windows, you may experience sudden changes in locale settings while a script is running, though the script itself never called setlocale(). This happens due to other scripts running in different threads of the same process at the same time, changing the process-wide locale using setlocale(). Reference: http://php.net/setlocale git-svn-id: http://dev.piwik.org/svn/trunk@2327 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-05-31Fixes #1351 All error messages displayed to screen/API should not be ↵mattpiwik
translated. Thanks JulienM for patch! I simply refactored the 'you must be have %s access [...]' messages by putting the admin/view/superuser as a parameter in the string git-svn-id: http://dev.piwik.org/svn/trunk@2246 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-05-20Fixes #306mattpiwik
- Adds new columns to the existing Pages report: Bounce rate, Average time on page, Exit rate - Adds new report: Entry pages - Adds new report: Exit pages - Adding table column inline help (on hover). Note: I don't think my metrics definitions are the best, they can be improved. anyone? I tried to add this icon: http://cdn.iconfinder.net/data/icons/uidesignicons/information.png but couldn't manage to make it look pretty (icon was either not positionned properly, or when it was positionned properly, it would appear in the dashboard even for columns that are hidden - the icon appeared out of nowhere..) git-svn-id: http://dev.piwik.org/svn/trunk@2202 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-03-31fixes #835 - optional language param to select translationrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2022 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-03-17Fixes #1068 added i18n in all existing Goal plugin strings & js stringsmattpiwik
updated documentation to explain how to translate JS strings in plugins + how to reload a widget in dashboard (this will be available in http://dev.piwik.org/trac/wiki/Plugins/GlobalFunctions after the release) git-svn-id: http://dev.piwik.org/svn/trunk@1929 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-03-08fixes #1195 - typo in commentsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1891 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-11-16refs #680 - improve usability of datepickerrobocoder
* updated from jquery calendar 2.7 to jquery-ui datepicker 1.7.2 * contains a DST-related fix that might solve an issue of duplicate days reported by some users * fixes regression in UI where clicking on calendar icon would not collapse the calendar * implements some of the style changes shown in the mockup * updated the calendar text translations from the jquery-ui i18n git-svn-id: http://dev.piwik.org/svn/trunk@1587 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-10-28fixes #997 - change data fetch for OFC2 widgets to load widget+data in a ↵robocoder
single fetch; moved HTML to graph.tpl; move JavaScript to common.js; fixed browser portability bug in findSWFGraph fixes #1020 - only the last chart added to the dashboard can be saved locally (using the right-click pop-up menu to "Save Image Locally"); the footer icon link worked properly fixes #947 - truncated translation string in Flash widget when "no data"; this is now styled consistently with "no data" for tables and tag clouds related changes: * data-file (Flash parameter) renamed to x-data-file; this is used by Widgetize to provide the code to embed Flash OBJECTs * add translation strings for Flash detection * move some translation strings to JavaScript and enhance getJavascriptTranslations() to always generate 'General' translation strings git-svn-id: http://dev.piwik.org/svn/trunk@1543 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-10-15refix #1003robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1502 59fd770c-687e-43c8-a1e3-f5a4ff64c105