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-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-06cssmattab
2013-03-03Fixes #3769 Hiding backtrace on login form + error pagesmattab
2013-02-27Minor changesmattab
2013-02-26Two additional variables in Controller.php for the views.Fabian Becker
Use SVG logo if available, for IE < 9 use png logo.
2013-02-26Remove letter spacing for login page headerFabian Becker
2013-02-26Added IE conditional for IE fallback css. IE < 9Fabian Becker
2013-02-25Last style fixes and JavaScript simplification using jQuery + jQuery.placeholderFabian Becker
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-25IE7/8 compatibility mode using html5.jsFabian Becker
2013-02-25Change DOCTYPE to html5Fabian Becker
Login page is now HTML5 compatible Embed input icons
2013-02-25New Login screen design with bigger logo and bigger input boxes.Fabian Becker
2013-02-24Adjust header.tpl to use the new CSS/LogoFabian Becker
2013-02-24Change login screen to look like the logo from piwik.orgFabian Becker
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-01-16Fix problem reported in http://forum.piwik.org/read.php?2,994141.10mattpiwik
Notice: Undefined index: login_logout_url in /mnt/weba/d2/34/51062934/htdocs/piwik/plugins/Login/Controller.php on line 499 git-svn-id: http://dev.piwik.org/svn/trunk@7762 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-01-04Fixing build, remove some debug output code and keep some other debug output ↵benakamoorthi
code. git-svn-id: http://dev.piwik.org/svn/trunk@7734 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-01-04Fixing build, more debug output finagling.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@7733 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-01-04Fixing build, adding more debug output.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@7732 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-01-02Refs #3637 adding new feature thx EricCG for patch + suggestion!mattpiwik
; By default when user logs out he is redirected to Piwik "homepage" usually the Login form. ; Uncomment the next line to set a URL to redirect the user to after he logs out of Piwik. ; login_logout_url = http://... git-svn-id: http://dev.piwik.org/svn/trunk@7711 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-20 * Fixing bug, when anonymous user is set with some permission, it should workmattpiwik
* Also fixing that now adding &debug to the URL will display the backtrace as expected Refs #3337 git-svn-id: http://dev.piwik.org/svn/trunk@7670 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-24Refs #3080mattpiwik
* Make sure a Port change results in warning message * Disabling trusted host chek should disable the Nonce check (otherwise login will still fail) * Displayed message in header.tpl rather than index,tpl since other "top menus" don't display 'index.tpl' * Login will never work when trusted host warning is displayed (because of Nonce check) so let's be clear and suggest a clear fix for this issue git-svn-id: http://dev.piwik.org/svn/trunk@7301 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-22Refs #3080, added trusted host admin UI, display warning in login, normal & ↵benakamoorthi
admin screens if hostname is not trusted, and make sure password reset is not possible if hostname is not trusted. git-svn-id: http://dev.piwik.org/svn/trunk@7279 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-19refs #3227 removing plugin simple testssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7240 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-17refs #2465: Starting the Insight plugin (in-site analytics)BeezyT
This is the code I wrote about a year ago :) There are several things that will be changed / removed but it's still good to have it in SVN - that's why I commit it like this. git-svn-id: http://dev.piwik.org/svn/trunk@7223 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-02Fixes #3334, redesigned the reset password functionality.benakamoorthi
Notes: * Resetting password is done through AJAX and the reset token does not need to be entered in a form. * Moved password related utility functions in UsersManager_API to UsersManager as static functions. * Added hidden _isPasswordHashed parameter to UsersManager::updateUser. * Make sure superuser login is set in Access instance when setSuperUser(true) is used. * Add ability to get rendered form data as array in QuickForm2 (moved existing logic in Piwik_View into new function). git-svn-id: http://dev.piwik.org/svn/trunk@6900 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-05-29Refs #3080 mattpiwik
* Enabling adding localhost / 127.0.0.1 to trusted hosts list otherwise logging in was failing in my test Install * Disable the feature until we have the UI to change the URL or display some kind of warning "The host you are using is different from the hostname known for this Piwik server. Do you wish to add the hostname %S to the list of trusted hostname?" Then the super user could accept. Otherwise this will cause problems with users migrating to different URLs which will then break logging (as the "Local URL" test will fail after piwik url changes) git-svn-id: http://dev.piwik.org/svn/trunk@6370 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-19optimized several css statementssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6272 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-03added/fixed several doc blocks; fixed some csssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6243 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-04-12Redundant in the URL; already in the body textrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@6206 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-04-06fixed / optimized several css propertiessgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6164 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-10refs #1713 - remove Config __destruct()robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@6028 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-06refs #1713 - splitting reader/writer just isn't possible with the way ↵robocoder
integration tests run git-svn-id: http://dev.piwik.org/svn/trunk@5968 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-23Fixes #2940mattpiwik
* Remove enable_framed_logins since we now have the more general enable_framed_pages * Still backward compatible if user has set enable_framed_logins =1 in a previous version * updated the [http://piwik.org/faq/how-to/#faq_92 iframe login FAQ] * Also updated [http://piwik.org/faq/how-to/#faq_92 iframe FAQ] to include mention of the setting git-svn-id: http://dev.piwik.org/svn/trunk@5888 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-12Fixes #2918mattpiwik
* Adding new setting force_ssl that will automatically redirect all http:// requests to the https:// equivalent. This ensures better security for the piwik server, since the token_auth is often found in the response body or in the GET parameters. git-svn-id: http://dev.piwik.org/svn/trunk@5815 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-11Fixes #2701mattpiwik
* Iframe busting ALL pages except widgets/dashboard * Refactored iframe busting code * This new behavior might break some backward compatibility but can be disabled by setting enable_framed_pages = 1 in the config file @vipsoft your review is welcome on this one! git-svn-id: http://dev.piwik.org/svn/trunk@5805 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-27Fixes #2503mattpiwik
* dont display "Piwik" in page title for login, stats and admin pages git-svn-id: http://dev.piwik.org/svn/trunk@5240 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-25fixes #2665robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5219 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-07-07refs #308 - mb.func_override friendlyrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5003 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-07-04fix typo in commentsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4993 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-07-03refs #308 - some cleanup; I'll fix the webtest later tonightrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4992 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-07-03refs #308 - salt the password reset token; minor compat buster (tokens ↵robocoder
issued in the past 24 hrs are invalidated) git-svn-id: http://dev.piwik.org/svn/trunk@4991 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-27Refs #2008 mattpiwik
* When custom logo, don't link the logo on login screen to piwik.org - add credits in footer, very discreet as to maximise the branding experience while still crediting us git-svn-id: http://dev.piwik.org/svn/trunk@4820 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-27Refs #2008mattpiwik
* keep uploaded logo ratio after resizing, just force the height (so it works for high logos, or wide logos) git-svn-id: http://dev.piwik.org/svn/trunk@4817 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-27fixes #2008 added possibility to define custom logosgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@4816 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-23fixes #1111 - add support for IPv6 addresses (tracking, anonymization, and ↵robocoder
exclusion) fixes #2095 - add new anonymization hook (pre-heuristics) fixes #2055 - optional IP filter when multiple proxies present fixes #1775 - SitesManager: supports CIDR notation for IP exclusion Notes: * Installer no longer checks for IPv6, so the related messages should be deleted from translations * IPv4 mapped addresses (e.g., ::ffff:127.0.0.1) are no longer re-mapped into IPv4 space * users who to query IP addresses from MySQL directly, can use the following SQL, but inet_ntoa() is limited to IPv4 addresses: {{{ select inet_ntoa(conv(hex(location_ip), 16, 10)) from piwik_log_visit; }}} * Windows: IPv6 inet_pton()/inet_ntop() not supported until php 5.3; see #2351 git-svn-id: http://dev.piwik.org/svn/trunk@4533 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-20Fixes #2340mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4514 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