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
2011-04-13Refs #733 mattpiwik
* adding stub themes/default/rtl.css file loaded when the language is RTL (currently loaded for Arabic and Hebrew) * this stub file will be used to overwrite CSS properties to set text-align:right float:right etc. for all elements requiring to be aligned differently * Following screens use the RTL: Login, Admin screens, main dashboard reports, Update screen & Installation screens git-svn-id: http://dev.piwik.org/svn/trunk@4431 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-11fixes #2296 - race condition on locked session file; rolling use case into #1279robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4406 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-09Fixes #2286 Kuddos smaonmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4383 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-03-29Clarifying that Referer must be set + linking login form error to the ↵mattpiwik
related FAQ git-svn-id: http://dev.piwik.org/svn/trunk@4232 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-29Refs #572 PDF reports now work with a Custom Date Rangemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4215 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-14refs #2176 - refactor r2176robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4084 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-13fixes #2176 - add banner to installation and login template; (didn't add it ↵robocoder
to topbar as it messed up the layout in ie6...which btw looks fugly) git-svn-id: http://dev.piwik.org/svn/trunk@4077 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-13refresh logo mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3884 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-05Refs #1148 Prevent error in Signup plugin in 1.1.1mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3854 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-17refs #1914robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3761 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-16refs #1914 - oops ... forgot to check in the template changesrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3757 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-16refs #1914 - add missing phpdoc; nonce should have been a common view propertyrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3756 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-14refactoringrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3731 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-14I can do it!mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3728 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-14oops!mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3727 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-14stylemattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3726 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-12another best practicerobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3711 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-12delete invalid cookies, refs #1958robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3709 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-07refs #1958 - revert this line from [3529]robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3659 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-06refs #1958 - improve form security error messagerobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3644 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-03Applying style to renamed elementmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3582 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-03encoded URL in the reset password email, but mail is text/plainmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3581 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-03Various code cleanups and small improvements:mattpiwik
* Live! widget shows IP for all users except anonymous * Widgetize displays full URL to the widget + preview link below widget * Live! visitors text change from "Today" to "Last 24 hours" in preview * remove data_push feature introduced in r1330 + removing campaign redirect feature since they are not used * all errors should now display the Piwik header when applicable (or if a php error, prefixed with a sentence suggesting to submit error in piwik forums) * fixing bug with cookie update when a visitor manually converts the same goal in the same second * fixing XML output not valid in Chrome (HTML entities not valid, must use XML entities) * simplifying + refactoring the truncation code in datatables.js (move from JS to small smarty template - hopefully we can fix this truncation and make it nice soon) * removing unnecessary line breaks from translations * refactoring duplicate code in renderers git-svn-id: http://dev.piwik.org/svn/trunk@3565 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-25fixes #1914 - add webtests for login, forgot password, and password reset ↵robocoder
for valid and invalid input git-svn-id: http://dev.piwik.org/svn/trunk@3529 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-23Refs #1914 - fixing notice/warning on password reset submit mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3522 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-20refs #1624 - some residual, obsolete coderobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3469 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-19fixes #1901, refs #1592 - we can't use mock objects because of static method ↵robocoder
calls, so the wrappers around Zend_Session and Zend_Session_Namespace dummy initialize when executing from php-cli or headless php-cgi; this also addresses the hack by Parallels in their APS scripts git-svn-id: http://dev.piwik.org/svn/trunk@3468 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-29refs #1679 - config option to enable/disable Login framebusterrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3386 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-03fixes #1795 - set secure flag in login cookie when https (or reverse proxy)robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3286 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-10-27fixes #1679 - clickjacking countermeasuresrobocoder
There are two aspects of this patch: * header.tpl - framebuster code * Controller.php - set the "X-Frame-Options: deny" header in the HTTP response git-svn-id: http://dev.piwik.org/svn/trunk@3267 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-10-27fixes #1677 - added General force_ssl_login setting to global.ini.php ↵robocoder
(defaults to 0, disabled); this applies to login, lost password, and reset password forms I opted to implement this as a config file option (instead of via General Settings), as it ensures the sysadmin has file access to change the setting, in the event the secure login doesn't work (e.g., no virtual host listening to port 443). There are two aspects to the patch in order to handle reverse proxies: * checkForceSslLogin() - performs a server-side redirect if the connection isn't secure * header.tpl - performs a client-side redirect if the connection isn't secure git-svn-id: http://dev.piwik.org/svn/trunk@3266 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-10-09missing assertionsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3241 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-09-13tweaking all the unit tests to also run from the CLI, e.g.,robocoder
find plugins -name '*.test.php' -exec php {} \; git-svn-id: http://dev.piwik.org/svn/trunk@3143 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-09-05fix broken cachebuster; fix broken ajaxcdn; use piwik_version in cachebuster ↵robocoder
for consistency git-svn-id: http://dev.piwik.org/svn/trunk@3056 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-30refs #1419 - tests for hashed tokenrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3023 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-27fixes #1597 - add unit testrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2998 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-08-19phpdocsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2962 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-19refs #1624 - remove login referrer logicrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2960 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-16refs #1597 - fixes typo; it's too early in the morning for me to think about ↵robocoder
unit tests... git-svn-id: http://dev.piwik.org/svn/trunk@2949 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-12fix redirect if logout then login with different user id (and access)robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2919 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-12revert r2915robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2916 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-12logging out then logging in, should "forget" the refererrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2915 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-09fixes #1419 - hash token_auth in the login cookie; I'm deferring ↵robocoder
implementation of the Miller/Jaspan recommendations for the time being (at least until we've looked at #906 OAuth and have a better sense of what needs to be refactored) git-svn-id: http://dev.piwik.org/svn/trunk@2904 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-08refs #1419 - add 'Remember Me' to Login form; unchecked by default (which is ↵robocoder
safe by default); small change to core/Cookie.php to allow cookie to expire at end-of-session; shorten persistent cookie life to 14 days Note: potential compat buster: logme() cookie is no longer persistent git-svn-id: http://dev.piwik.org/svn/trunk@2901 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-29spacesmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@2790 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-27Refs #71mattpiwik
* Adding PDF plugin, based on the submission from jeremy lavaux and Lyzun Oleksandr. * I rewrote nearly all code to comply with Piwik coding styles/guidelines/ etc. and also because it had to use the Metadata which wasn't yet created when the PDF code was initially written * Features customizable PDF reports (based on metadata reports), with description + scheduling (daily/weekly/monthly) and send to current user as well as additional emails listed * Added helper function Piwik::getCurrentUserEmail() * Refactored window modal popover into a helper method piwikHelper.windowModal (used to ask confirmation when deleting stuff) Refs #1490 * Refactored the Goals CSS into generic CSS which can be reused and is reused for PDF UI Refs #1184 * The callback must pass $this instead of the class name as it TODO * test scheduled tasks send email properly (email looks good + attachment works) * Add comment header in PDFReports files * Can we remove some files in TCPDF which adds a lot of space in the release (eg. some fonts in libs/fonts ?) * Test PDF with UTF8 characters git-svn-id: http://dev.piwik.org/svn/trunk@2697 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-12Fixes #1472. Super user password reset will fail with message if config file ↵mattpiwik
not writable. git-svn-id: http://dev.piwik.org/svn/trunk@2473 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-06fixes #1442 - all GPL license incompatibilities resolvedrobocoder
Live: Thanks to Remy Sharp, jquery.spy is now explicitly MIT licensed. Installation: converted to use HTML_QuickForm2 Login: converted to use HTML_QuickForm2 git-svn-id: http://dev.piwik.org/svn/trunk@2438 59fd770c-687e-43c8-a1e3-f5a4ff64c105