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-04-11Converted all goal templates 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/
2012-03-31fixes #3065, refs #3011 initial version of multiple dashboard featuresgiehl
refs #2857 fixed id collisions in modal confirm windows by using an role attribute instead of id git-svn-id: http://dev.piwik.org/svn/trunk@6142 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-06refs #2123 replaced js confirm with dialog for goal deletionsgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@4647 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-11Fixes #2293 Adding "Goal matching on page title" feature, making it a lot ↵mattpiwik
easier to trigger Goal on Custom named Events git-svn-id: http://dev.piwik.org/svn/trunk@4396 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-19- goal page html/cssJonas Heitzer
- css/js fixes git-svn-id: http://dev.piwik.org/svn/trunk@2578 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-06-14Refs #774mattpiwik
* Adding table by segments in the Goal Overview and in each specific Goal report. Data table is ajax loaded when the segment is clicked. In the 'Goal overview', the datatable displays all goals (this can be a lot of columns). In a specific goal tab, the datatable will only show columns for the sum of all goals and for this specific goal. * The 'Goals' datatable is now showing, for each goal: conversions, conversion rate and revenue per visit * Adding widgets for the Goals plugins: Goals overview, and one widget for each goal report git-svn-id: http://dev.piwik.org/svn/trunk@2303 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-04-11replace deprecated language="javascript" with type="text/javascript"robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2077 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-03-30Fixes #1001 Adding currency setting per websitemattpiwik
Defaulting currency to USD for all existing websites Simplifying website admin screen by rolling all settings into the same form (still using ajax) Adding SitesManager and UsersManager to the list of hidden plugins Slightly refactored printing money values to accomodate per website preference git-svn-id: http://dev.piwik.org/svn/trunk@2020 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-03-21clean-up XHTML self-closing tags in preparation for validation; note: I ↵robocoder
skipped plugins/Live as there's a large patch to merge git-svn-id: http://dev.piwik.org/svn/trunk@1968 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
2009-08-11Only returning pattern and pattern type when the goal is not manually ↵mattpiwik
triggered - only displaying in the UI when not manually. git-svn-id: http://dev.piwik.org/svn/trunk@1383 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-14Fixing #452mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@870 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-12-26- cacheFile is now creating the directory if not already createdmattpiwik
- adding log_conversion table, and goal table in 0.2.27 - adding case sensitive/case insensitive matching - when goal plugin is disabled, conversions are not being recorded - adding release notes in the Goal tab to let users know that this is alpha release git-svn-id: http://dev.piwik.org/svn/trunk@844 59fd770c-687e-43c8-a1e3-f5a4ff64c105