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
path: root/core
AgeCommit message (Collapse)Author
2013-09-13Fixes #4135 kuddos @halfdan for finding the bug & patch!mattab
2013-09-13Refs #4151, fix regression caused by refactoring hack.Benaka Moorthi
2013-09-12Refs #4151, make sure developing w/ merged assets disabled isn't a big pain.Benaka Moorthi
2013-09-12Refs #4151, make sure translations JS is always regenerated when merged ↵Benaka Moorthi
assets is disabled.
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-12Minor code changes + style following reviewmattab
2013-09-12Refs #3089, tweaks to getVisitorProfile API output. Includes change that ↵Benaka Moorthi
allows xml renderers to use special keys when rendering arrays.
2013-09-11renamed PDFReports translation keys to ScheduledReportssgiehl
2013-09-10Refs #4087, add UI screenshot tests to new repository, enable tests on ↵Benaka Moorthi
travis and make sure new repo is built every time integration tests pass on piwik build.
2013-09-09Attempt to fix visitor log row picker regression.Benaka Moorthi
2013-09-09Fixing build.Benaka Moorthi
2013-09-09Fixes #4063, allow csv renderer to handle arbitrarily nested data structures ↵Benaka Moorthi
at least a little bit gracefully.
2013-09-09Add Vimeo and Youtube to list of socialsFabian Becker
fixes #4097
2013-09-09Fix '% Visit' datatable column header bug by using |raw and make sure goal ↵Benaka Moorthi
names are escaped in HtmlTable::setShowGoalsColumnsProperties.
2013-09-08Return JSON string on error in bulk trackingFabian Becker
Return JSON string with statistics on success fixes #4141
2013-09-08Properly catch exception on failed authentication for bulk importFabian Becker
Set correct header for application/json refs #4141
2013-09-08Fix for notice on bulk importFabian Becker
fixed #4140
2013-09-07added testssgiehl
2013-09-07removed unused deprecated methodsgiehl
2013-09-07Merge branch 'master' of https://github.com/piwik/piwikFabian Becker
2013-09-07Removing this catch block as I can't explain itmattab
2013-09-06fixed todosgiehl
2013-09-06fixed some doc blocks; removed unused namespacessgiehl
2013-09-06Fix a few typosFabian Becker
2013-09-06Fix syntax error. VisitExcluded is not an Exception, nor is it ever thrownFabian Becker
2013-09-06Merge branch 'master' of https://github.com/piwik/piwikFabian Becker
2013-09-06Fix authentication for bulk trackingFabian Becker
refs #4135
2013-09-06* Renaming getCssFiles hook to getStylesheetFilesmattab
* Renaming function names * Removing getCss and getJs from CoreHome module since they are expected in the Proxy module Refs #4134
2013-09-06Fix typo function namemattab
2013-09-06fixing typos REFERRERmattab
2013-09-06Fix Tracker variable was not set properlymattab
2013-09-06Merge remote-tracking branch 'origin/master'mattab
2013-09-06Ignore new google and facebook bots http://forum.piwik.org/read.php?2,106051mattab
2013-09-06Merge pull request #103 from DaSchTour/patch-1Matthieu Aubry
Fixes #4098, kuddos DaSchTour
2013-09-04fixed coding style to be psr compatiblesgiehl
2013-09-04Fix failing test.Fabian Becker
2013-09-04Replace create_function calls with lambda functions.Fabian Becker
This allows the IDE to pick up all code! refs #4113
2013-09-04Merge branch 'master' of https://github.com/piwik/piwikFabian Becker
2013-09-04Remove unused variable [ci skip]Fabian Becker
2013-09-04code cleanup / improvementssgiehl
2013-09-04code improvements; added missing testssgiehl
2013-09-04completely refactored TranslationWriter to Translate\Writersgiehl
- it's now able to filter/clean translations, which shouldn't be done in tests only - uses the new Translate\Filter and Translate\Validate classes - is now able to write the files, and not only return data and path to write
2013-09-04moved clean method to Translate instead of TranslationWritersgiehl
2013-09-04better namingsgiehl
2013-09-04fixed doc block commentssgiehl
2013-09-04added translation validatorssgiehl
2013-09-04added translations filter to filter encoded entitiessgiehl
2013-09-04added translations filter to filter unnecassary whitespaces and linebreakssgiehl
2013-09-04added translations filter to filter by matching placeholder countssgiehl