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-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-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-17Fixes #4046 Not checking for config/config.ini.php in the system check since ↵mattab
it's not required (and we display warning on other screens that need config writable) Also fixing install process regression and removing config.ini.sample.php
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-13Merge branch 'master' of github.com:piwik/piwik into ↵Thomas ZILLIOX
pleineLune__less-installation
2013-07-13Generate a base.css file from a base.less file for Installation & ↵Thomas ZILLIOX
CoreUpdater plugin
2013-07-12fixed/added some missing doc blockssgiehl
2013-07-10Change the extension to .less for CSS files that will be compiledThomas ZILLIOX
2013-07-07Fix build & remove Piwik::createAccessObject function.Benaka Moorthi
2013-07-06fixed several doc blockssgiehl
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-07-02Merge with masterThomas ZILLIOX
2013-06-20Remove styles tags from Installation pluginThomas ZILLIOX
2013-06-20always use the html5 charset declarationThomas ZILLIOX
2013-06-20Always use a valid HTML5 doctypeThomas ZILLIOX
2013-05-30Rename template file namesThomas ZILLIOX
2013-05-08Reorganizing the stylesheets & javascripts folders for every pluginsThomas ZILLIOX
2013-05-08Change all broken links starting with theme/default/imagesThomas ZILLIOX
2013-05-08Reorganizing the images folders for every pluginsThomas ZILLIOX
2013-04-29Small bug fixes.Fabian Becker
2013-04-22Fixed Installation to use structure meta-templateFabian Becker
2013-04-17Converted Installation conversionFabian Becker
2013-04-08Converted ImageGraph and more of Installation plugin to Twig.Fabian Becker
2013-04-07Converted CoreUpdater to Twig (except cli_ templates)Fabian Becker
2013-04-06Converted parts of InstallationFabian Becker
Added new function to Twig.php Converted genericForm
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-25Remove IE6 warning - Image URL is just redirecting (actually moved to: ↵Fabian Becker
http://www.ie6countdown.com/images/upgrade.jpg) IE6 has fallen to <7% so I think it is ok to remove.
2013-02-21Refs #1845, rewrote Installation JavaScript Tracking code page's text and ↵diosmosis
used async JavaScript for tracking code. Also, tweaked and applied some fixes for JavaScript Tracking code admin page.
2013-02-08Need this as well to prevent error if piwik uninstalled!mattab
Refs #3722
2013-02-07Refs #3733 Installer was broken because there is not yet a token_auth during ↵mattab
installer, disabling csrf protectionif piwik is not installed
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-02-05Security Check page doesn't look good on smaller screens (<1280px).Fabian Becker
max-width is 900px, else 100%.
2013-02-04Retain space after fadeOut by using show() on DOM element.Fabian Becker
fadeOut uses display: none always! Assign nextStep links the .submit class. fixes #3617
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
2013-01-18fully fixes #3684mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7773 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-23Refs #2997, add test for checkIfFilesystemIsNfs.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@7690 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-23Refs #2122, fix regression in PDO checking logic.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@7689 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-22Refs #2122, check for no adapters as well in system check admin page when ↵benakamoorthi
displaying summary message. git-svn-id: http://dev.piwik.org/svn/trunk@7682 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-22Fixes #2997, check for NFS filesystem during system check and if installing ↵benakamoorthi
switch to database sessions. git-svn-id: http://dev.piwik.org/svn/trunk@7681 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-21refs #3605 #2122 Claryfying mesage when load data in file not workingmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7678 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-21Fixes #2122, add System Check admin page for super user that runs ↵benakamoorthi
installation system check & added one extra check for LOAD DATA INFILE (only done on admin page). git-svn-id: http://dev.piwik.org/svn/trunk@7676 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-24Fixes #3473, add "GeoIP won't work" warning to installation system check for ↵benakamoorthi
mbstring, make sure GeoIP (Php) implementation checks for mbstring plugin, and remove silent fail calls in GeoIP plugins. git-svn-id: http://dev.piwik.org/svn/trunk@7290 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-14And thismattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6984 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-14Fixing website name not displayed when containing unicodemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6983 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-14Misc minormattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6755 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-14Small mods to the installmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6750 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-02Small changesmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6647 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-02 * Fixing broken POST tracking requests mattpiwik
* Now displaying gif after init, so that errors can be displayed properly when occuring during a BULK import * Fixes #3270 Displaying plain errors when the Tracking request is authenticated (ie. when runnning log import or other manual tracking API calls) git-svn-id: http://dev.piwik.org/svn/trunk@6642 59fd770c-687e-43c8-a1e3-f5a4ff64c105