-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…s, added articles
- Loading branch information
Showing
5 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
_posts/2015-03-10-improved-localization-and-read-only-users.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
Mobile version now supports localization (with same URL parameter `?locale=XX`) with [language selection](/features/language-selector-on-login-screen.html). | ||
|
||
Desktop version also now has an ability to [select language at login screen](language-selector-on-login-screen.html). | ||
|
||
[Polish translation](/features/polish.html) was updated (thanks to [bigoss](https://github.com/bigoss) and [dumar](https://github.com/dumar) github users). | ||
|
||
Then added new feature - ability to [mark user read-only](/features/read-only-users.html). [read-only users]().- read-only users (link to feature page, update features list) | ||
|
||
This release contains changed order of buttons in archive toolbar (was 'Load, Import/Export, Clear', now it's 'Load, Clear and Import/Export') for better user experience (thanks to [bigoss](https://github.com/bigoss) github user). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
layout: feature | ||
title: Language selector on login screen | ||
--- | ||
|
||
When selection changes it redirects current page according to selected locale (by adding proper `?locale=XX` parameter to the address in web browser): | ||
|
||
![Language selector in desktop version](http://i61.tinypic.com/14mq2oh.png) | ||
|
||
![Language selector in mobile version](http://i62.tinypic.com/2lu5j4m.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: feature | ||
title: Polish translation | ||
--- | ||
|
||
![Polish UI screen shot](http://i57.tinypic.com/14v5gzt.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: feature | ||
title: Read-only users | ||
--- | ||
|
||
Any user can be marked as read-only either by `administrator` or by `manager` user in Settings >> User screen: | ||
|
||
![Marking user as read-only](http://i62.tinypic.com/2ldxego.png) | ||
|
||
Read-only user cannot apply any modifications to the underlying database (even cannot change his own account information). This is what is available for such users: | ||
|
||
* latest positions of shared devices | ||
* archived positions of shared devices | ||
* tracker server log (for read-only administrative account). | ||
|
||
In UI such user will have only 'Logout' button (and Settings >> Tracker server log for administrative account). |