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-08-16Converted PHP translations to nested JSONFabian Becker
refs #4086
2013-07-17Refs #4047 Also removing the now unused translation (and removed from otrance)mattab
2013-07-15Refs #4054mattab
* Removing PluginDescription from core en.php files, for all Example* plugins (to showcase the JSON file in the Example plugin)
2013-07-15Fix buildmattab
2013-07-15Refs #3942mattab
* Removing getInformation() call from core plugins * Renamed translation key PDFReports_PluginDescriptionReports => PDFReports_PluginDescription
2013-04-26language update refs #3430sgiehl
2013-04-23Refs #2135mattab
* BETA release of Segment editor. * API to add/update/delete/get recorded segments * cron script will pre-process segments marked as such * UI to create, update, apply segments TODOs @mattab - test with NON super user (anon/view/admin) - testing (and more testing)-- try to break it (it's not hard...) - UI: Saving the segment for reuse / pre-processing - Loading message: "This can take a while based on the amount of data that needs to be pre-archived" - i18n - Save & Apply this segment ==> "Test this segment" which would call VisitsSummary.get for early feedback ? + hoping for Piotr superJS Ninjas skills with some jquery/js that I can't figure out
2013-03-31language update refs #3430sgiehl
2013-03-11fixing builddiosmosis
2013-02-27Fix translations to make tests pass againFabian Becker
2013-02-21Fixing buildmattab
2013-02-11language update refs #3430sgiehl
2013-01-27big language update... Thx to all translators!sgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7795 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-12-23Refs #728, fix language manager test.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@7684 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-11-19removed SEO_Backlinks lang key, as it doesn't exist anymoresgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7488 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-24Fixes #3404, remove feedburner plugin and allow Piwik to work if plugin ↵benakamoorthi
folders do not exist. Notes: * Display warning if there are loaded plugins that cannot be found in the plugins diretory. git-svn-id: http://dev.piwik.org/svn/trunk@7296 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-15Refs #2992 Site Search KABOOM, Refs #49mattpiwik
Implementing Site Search tracking & reporting in Piwik core! * New Admin UI to customize, for each site, wheter site search is enabled. Also options to set default values to use. * New Reports: Searches, Searches with no result, Search categories, Top Pages Following a Search * to track "No result keyword" users will have to tag their site with a JS call, or add a new parameter to the search result page &search_count=X (X being zero for no result searches) * Reports works with Row evolution, PDF/HTML reports, Piwik Mobile * idaction_url is now NULLable because, Site Search records a page with idaction_name == Keyword, and idaction_url == NULL. This ensures that the Site Searches don't create "Page URL Not defined" records. * updates to Tracker JS API, new function trackSiteSearch, also added in PHP tracker * New fields in log_visit to track searches * new segment, "searches" which can be used to select visitors who did a search ie. searches>0 or those who searched a lot, ie searches>10 TODO: * commmit integration test, TESTING, DOCS, FAQ, release, and a nice Prayer to the universe and the stars, hoping that I can code a major new feature without any bug... * It would be awesome to have compatiblity with Transitions so we can see, for a given site search, what are the starting pages and Destination pages Thank you for your patience Timo, and thank in advance everyone for your help Testing this new feature! git-svn-id: http://dev.piwik.org/svn/trunk@7190 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-10Refs #3430 Committing first set of files coming from oTrance platform.mattpiwik
I had to edit the tests to clean up the files with the new system : * remove english translations of non translated strings, which were automatically put in the translated files * Keep ordering of language strings similar to the english file git-svn-id: http://dev.piwik.org/svn/trunk@7138 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-06Refs #3184, fixing build.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@6933 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-22fixing languagesBeezyT
git-svn-id: http://dev.piwik.org/svn/trunk@6864 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-02git-svn-id: http://dev.piwik.org/svn/trunk@6641 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-04-11refs #3073 new icon, highlighted icon when the configuration differs from ↵BeezyT
default, showing (default) in options git-svn-id: http://dev.piwik.org/svn/trunk@6191 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-04-07Fixes #53. Augmented the log data deletion feature. Added the ability to ↵benakamoorthi
purge old reports and metrics. Other changes: * Added the following plugin functions: Piwik_DropTables, Piwik_OptimizeTables, Piwik_DeleteAllRows. Also refactored existing code to use them. * Modified graph, tag cloud & datatable templates/views to show a different message if there's no data for a report and if its possible that report was purged. * Refactored DbStats API, added getAllTablesStatus method that doesn't modify the SHOW TABLE STATUS result. * Deletelogs config options are now stored in the DB. * Added task priority support to the TaskScheduler. git-svn-id: http://dev.piwik.org/svn/trunk@6174 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-04-06refs #3011 fix notice.mattpiwik
@SteveG maybe this NOTICE could reveal something more? for example, did we check this is compatible with the old dashboard format? git-svn-id: http://dev.piwik.org/svn/trunk@6163 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-16 * Adding Latvian language!mattpiwik
* Updating other languages git-svn-id: http://dev.piwik.org/svn/trunk@5850 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-01-18fixes #2869 removed yahoo backlink and indexed pages check; checking urls ↵sgiehl
without http:// is now possible git-svn-id: http://dev.piwik.org/svn/trunk@5680 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-12-18Fix buildmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5576 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-12-18Fix buildmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5561 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-18refs #1820 updating all languages and tests after removing language stringBeezyT
git-svn-id: http://dev.piwik.org/svn/trunk@5450 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-31Fix languagesmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5398 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-08Updating various languages: big thanks to all translators involved!mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5270 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-07-08Updating translationsmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5005 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-26Automatically removing all outdated translations from non english files, ↵mattpiwik
based on the english translation. Note that we leave translation of a few 3rd party plugins for now.. git-svn-id: http://dev.piwik.org/svn/trunk@4557 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-29Fix testsmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4226 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-29Updating translations with new TranslationWriter logicmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4218 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-20Fixes #2202 Now converting all entities to their characters when cleaning up ↵mattpiwik
translation files before release One side effect is that & is now & only (which I rememberr fails W3C recommendations... but hey at least it's working! git-svn-id: http://dev.piwik.org/svn/trunk@4149 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-18Updating languages for 1.2.1 (not sure why the string order seems to have ↵mattpiwik
changed in all files...?) + fixing typo in test git-svn-id: http://dev.piwik.org/svn/trunk@4121 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-16tidy up translations, moving obsolete/unknown translations to the end for ↵robocoder
review; remove setlocale(); fix embedded newlines and trim leading/trailing whitespace git-svn-id: http://dev.piwik.org/svn/trunk@4099 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-11documentation links updateJulienMoumne
git-svn-id: http://dev.piwik.org/svn/trunk@3865 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-09-12refs #1554 - unit test for "official" English language names used in ↵robocoder
translations git-svn-id: http://dev.piwik.org/svn/trunk@3139 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-29Updating translationsmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3005 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-28fixes #1655robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3004 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-29Updating German, Portuguese, Traditional Chinese translationsmattpiwik
Adding Norwegian Nynorsk translation! git-svn-id: http://dev.piwik.org/svn/trunk@2770 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-21Fixes #1481 mattpiwik
Admin UI pages were requiring period,date throwing an exception when not set properly as was the case after plugin disable. Made these screens not set date/period as calendar is never shown. Refs #1490 * Fixing loading... message for feedback form * Fixing style of inline help and yellow boxes in admin screens * Adding API to plugins not to display/disable git-svn-id: http://dev.piwik.org/svn/trunk@2604 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-21 * Updated Greek, German, Chinese translationmattpiwik
Refs #171 * Added test to check same number of %s in translations as in English. Writes the cleaned up file (without erroneous strings) in /tmp/ which are then easy to paste into /langs/ to pass the test, and ensure piwik doesn't break when used in any language. It would be nice if the Translation plugin was also doing this test :) (See LanguagesManager.test.php) git-svn-id: http://dev.piwik.org/svn/trunk@2598 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-05-07Updated Belarusian, Danish, German, Greek, Spanish, French, Italian, Dutch, ↵mattpiwik
Lithuanian, Polish, Russian languages! git-svn-id: http://dev.piwik.org/svn/trunk@2153 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-02-22Updated few translationsmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@1857 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-01-29fixes #1119 - remove out-of-date translations of password recovery email bodyrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1814 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-12-13refs #44 - translate columns in Live "Visitor Log"robocoder
rename typo'd translation string *OperatinsSystem to *OperatingSystem upcase submenu titles for consistency git-svn-id: http://dev.piwik.org/svn/trunk@1681 59fd770c-687e-43c8-a1e3-f5a4ff64c105