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/lang
AgeCommit message (Collapse)Author
2009-12-15update warning messagematt
2009-12-15fixes #869 - Installation - detect presence of a reverse proxy and warn if ↵vipsoft
mismatch with $_SERVER['HTTPS']; add 'reverse_proxy' config setting
2009-12-14(no commit message)matt
2009-12-14Update French languagematt
2009-12-14Your Dashboard->Dashboard (force it in all languages)matt
2009-12-14refs #389 Fixing date selection, fixing column sorting, few styles modificationsmatt
2009-12-14refs [1687], remove the URL entirely as it breaks the Plugins pagevipsoft
2009-12-14Security plugin: small translation modification and redirection to URL ↵matt
without publishing the referer
2009-12-14Few translations adjustmentsmatt
2009-12-13refs #44 - translate columns in Live "Visitor Log"vipsoft
rename typo'd translation string *OperatinsSystem to *OperatingSystem upcase submenu titles for consistency
2009-12-13refs #389, commit MultiSites pluginvipsoft
2009-12-13fix Albanian locale; see http://forum.piwik.org/index.php?showtopic=2771vipsoft
2009-12-12refs #1055 - moved translations from the pluginvipsoft
2009-12-09(no commit message)matt
2009-12-09Adding Bulgarian, Albanian, updating Catalan, Finnish, Dutchmatt
2009-12-09- Few updates in the messaging matt
- in DBStats API, table name is not bound using ? in the query, so it has to be escaped
2009-12-05fixes #9 - add inline help re: alias urls to SitesManager "add site"vipsoft
2009-12-01fix typovipsoft
2009-12-01Updated 'Installation_ConnectionCharacterSetNotUtf8' help text.vipsoft
2009-11-26Add timezone check to installer; warn if mismatch between MySQL and php vipsoft
timezone settings
2009-11-26Tested with PHP 5.3.1vipsoft
Installation: * add another step (databaseCheck); warn if not UTF8 * provide charset example in config.ini.sample.php * missing translation strings from some forms * handle last step ('finished') being refreshed or language selected * handle incomplete install (i.e., anonymous user or initial site not created) index.php: * handle session.save_path not defined, unable to mkdir, or not writable MySQLi: * handle connection error * uncaught exceptions from Dashboard, ExampleFeedburner, and LanguagesManager
2009-11-16refs #680 - improve usability of datepickervipsoft
* updated from jquery calendar 2.7 to jquery-ui datepicker 1.7.2 * contains a DST-related fix that might solve an issue of duplicate days reported by some users * fixes regression in UI where clicking on calendar icon would not collapse the calendar * implements some of the style changes shown in the mockup * updated the calendar text translations from the jquery-ui i18n
2009-11-10missing translation stringsvipsoft
2009-10-28rename translation string for consistencyvipsoft
2009-10-28fixes #997 - change data fetch for OFC2 widgets to load widget+data in a ↵vipsoft
single fetch; moved HTML to graph.tpl; move JavaScript to common.js; fixed browser portability bug in findSWFGraph fixes #1020 - only the last chart added to the dashboard can be saved locally (using the right-click pop-up menu to "Save Image Locally"); the footer icon link worked properly fixes #947 - truncated translation string in Flash widget when "no data"; this is now styled consistently with "no data" for tables and tag clouds related changes: * data-file (Flash parameter) renamed to x-data-file; this is used by Widgetize to provide the code to embed Flash OBJECTs * add translation strings for Flash detection * move some translation strings to JavaScript and enhance getJavascriptTranslations() to always generate 'General' translation strings
2009-10-23- Fixes #708 kudos to Maciej for his work on this one, and Anthon & Matt for ↵matt
the review. Changes from Maciej's patch: -- the old Actions stats are displayed in the Page titles section, ensure BC when users were specifying page titles, they would appear in the same report. The api Actions.getActions (now deprecated) is a proxy to Actions.getPageTitles) -- applied schema change to log_conversion -- empty action names and empty URLs are now accepted at tracking time. They will be replaced at archiving time by the strings defined in the config file. - API: if a method has a comment @deprecated, it won't be shown in the API listing page (used for the now deprecated Actions.getActions() API call) - Fixes #693 Visits generator now asks for user confirmation before inserting fake data in the DB TODO: - apply small modifs to the JS tracker (setCustomUrl() and action_name defaulting to document.title) - improve/fix unit tests around the expected behavior of Action naming
2009-10-22Updating french translationmatt
2009-10-21Adding Koreanmatt
2009-10-21Added Korean, Norwegianmatt
Updated Catalan, Greek, Spanish, French, Italian, Dutch, Russian, Serbian
2009-10-13refs #1003 - add widget category translation stringvipsoft
2009-10-12Add missing widget category name.vipsoft
2009-09-24refs #984 - adapters no longer default to utf8 connection; add utf8 ↵vipsoft
connection charset test -- warning currently suppressed pending further investigation; in the interim, users can manually add 'charset = utf8' to their config.ini.php to get the desired behaviour fix bug where skipping step in installation munged session var and a browser restart was necessary fill in default port from adapter restore emulated prepares for pdo_mysql to facilitate use of query cache
2009-09-18fixes #904 - MySQL error codes; unsupported adapters can map these to ↵vipsoft
driver-specific SQLSTATE (see example) fixes #980 - Piwik Installation support for "MySQL Improved" (mysqli) extension fixes #984 - Set client connection charset to utf8. Fixed tracker profiling data not recorded until after report generated. More refactoring and database abstraction: - Installation gets a list of adapters instead of hardcoding in the plugin - checking for database-specific system requirements deferred to the adapter - error detection moved to adapter but we still use MySQL error codes rather than defining new constants Note: unit tests don't run with MYSQLI -- Zend Framework's Mysqli adapater doesn't support prepare() yet
2009-09-11fixes #978 - error in translation string (%ss typo) -- the arg should already bevipsoft
pluralized (i.e., CoreHome_PeriodDays)
2009-08-29fixes #956 - remove Piwik's utf8_encode check from libs/upgradephp. Added ↵vipsoft
Installation checks for json and xml extensions. Tweak system check layout.
2009-08-22Consistency in page headers.vipsoft
2009-08-21LanguagesManager setLanguageForUser() and setLanguageForSession(): rename ↵vipsoft
$language param to $languageCode. Piwik::isPhpCliMode() deprecated; moved to Piwik_Common::isPhpCliMode() Piwik_Common::getBrowserLanguage() uses $_ENV['LANG'] if PHP CLI Fixes #749 - Login form changes 1) Lost password form now sends an email with reset instructions and link to a password change form instead of changing the password. 2) Added password change form which requires input of a generated token (valid for 24 hrs). 3) Fix $urlToRedirect handling; refactoring; phpdoc comments; minor reformatting
2009-08-16fixes #937 - CoreUpdater: translate remaining strings; add browser lang ↵vipsoft
detect and language selector
2009-08-16fixes #759 - add browser lang detection and language selector; make ↵vipsoft
remaining strings translateable
2009-08-13fixes #924 - add more Updater messagesvipsoft
2009-08-13fixes #919 - add more helpful help text to Installationvipsoft
2009-08-12fixes #925, refs #793 - provide curl and stream methods (as originally ↵vipsoft
proposed by Uli) Order of preference: curl (6s), stream (10s), socket (13s) to d/l latest.zip Add Piwik::getTransportMethod() and add to Installation system check
2009-08-05fixes #700 - added check for zlib and SPL at install; based on pebosi's patchvipsoft
2009-08-02refs #894 - generate friendly error message if configuration file exists but ↵vipsoft
points to an empty database
2009-08-01fixes #893 - minor adjustments to labels; sent notification to translations ↵vipsoft
(at) piwik.org
2009-07-28fixes #878 - update German translation (forwarded a copy of the patch to ↵vipsoft
translations (at) piwik.org
2009-07-23Adding Belarusian languagematt
2009-07-10- Adding Lithuanian language (from Donatas Stonys)matt
- Updating Danish, Spanish, French, Italian, Slovak, Swedish, Thai languages
2009-07-03refs #777 - convert 'site' to 'website' in translateable strings for consistencyvipsoft
2009-06-08updating taiwanesematt