Frederic Guillot
c81b728d69
Merge Arabic translation #348 and improve user interface for RTL languages
2015-03-20 18:53:15 -04:00
juanjobe
a276bf9ec2
Actualizar la traducción al español
2015-03-20 16:17:17 +01:00
juanjobe
135808ecc0
Actualizar la traducción al español
2015-03-20 16:08:52 +01:00
juanjobe
2ec90f3db9
Actualizar la traducción al español
2015-03-20 15:59:57 +01:00
Frederic Guillot
1c59f939de
Update picofeed
2015-03-19 18:26:02 -04:00
Frederic Guillot
7ec0c11190
Update french translation
2015-03-19 18:23:31 -04:00
Frederic Guillot
dd82d6134e
Add contributor
2015-03-09 18:46:43 -04:00
Frederic Guillot
fba6995e81
Merge pull-request #344
2015-03-09 18:30:20 -04:00
Frederic Guillot
70796330bb
Merge pull-request #340
2015-03-09 18:26:37 -04:00
Mathias Kresin
3a65e5ee64
do mark-feed-as-read in javascript without reload
...
follow-up to 4809f736dc
. Update
integration tests, to ensure that all articles are marked read, instead
of only visible.
2015-03-08 13:19:29 +01:00
Mathias Kresin
065805e485
disable shortcut tests for firefox
...
The key property isn't properly set with selenium.
2015-03-08 13:19:29 +01:00
Mathias Kresin
0c3d8c787f
use keyboardevent.key if implemented
...
Beside other stuff the main reason for this change is the circumstance
that Firefox triggers the "Toggle RTL mode" shortcut if the user press
F11 to switch Firefox into the fullscreen mode.
Each browser sends keycodes that are used by different other keys on
the keyboard for the function keys. Firefox is the only browser which
sends the onkeypress event for the function keys.
The used keyboard event properties event.keyCode and event.which are
already marked as deprecated and has been removed from the Web standards.
The "DOM Level 3 Events" standard specifies event.key as their successor.
Right now event.key is only available for Firefox 29+ and Internet
Explorer 9+. Webkit based browser have support for the former specified
event.keyIdentifier.
The implementation of event.keyIdentifier isn't the same across
different webkit based browsers and buggy:
- the value for the z key is F11 (Chrome - Windows, Linux)
- the value for the F11 key is F11 as well on (Chrome - Windows, Linux)
- the value for latin keys is always the value of the capital letter (Chrome)
- the value for cyrillic keys depends on the shift modifier (Chrome)
- the value for the keypress event is always an empty string (Safari - Mac OS)
- the value for the keydown event matches the keyboard layout dependent character (Safari - Mac OS)
- the value for the keydown event does NOT matches the keyboard layout dependent character (Chrome - Windows, Linux)
Instead of workaround the problems, the event.which is used for every
browser that doesn't support event.key.
2015-03-07 18:23:36 +01:00
Miloš Jovanović
05d2ae316d
fixed typo with two question marks
2015-03-03 14:12:46 -06:00
Miloš Jovanović
c5109aea17
fixed typo with two question marks
2015-03-03 14:12:04 -06:00
Miloš Jovanović
ac11981d7f
branding looks strange in Latin using Serbian ortographical rules, switched it to original
2015-03-03 13:56:52 -06:00
Miloš Jovanović
e55492c265
Merge branch 'SerbianTranslation' of https://github.com/mrjovanovic/miniflux into SerbianTranslation
2015-03-03 01:30:09 -06:00
Miloš Jovanović
dc7a42aa23
Updated translations.php and added latin script version
2015-03-03 01:29:17 -06:00
Ing. Jan Kaláb
1e7201add4
new file: locales/sr_RS/translations.php
...
new file: locales/sr_RS@latin/translations.php
modified: models/config.php
Updated Serbian translation in cyrillic and latin script
2015-03-03 01:28:05 -06:00
Miloš Jovanović
42d0d9376d
Updated translations.php and added latin script version
2015-03-03 01:25:48 -06:00
Miloš Jovanović
20165fc7e3
Updated translations.php
2015-03-03 01:17:40 -06:00
Miloš Jovanović
8adbe1ff28
Updated translations.php
2015-03-03 01:06:24 -06:00
Miloš Jovanović
a32ff45326
On branch SerbianTranslation
...
Changes to be committed:
new file: locales/sr_RS/translations.php
modified: models/config.php
2015-03-02 23:35:58 -06:00
Frederic Guillot
ec95d8699d
Fix bug for atom items without date and add grabber rules
2015-03-02 22:31:20 -05:00
Ing. Jan Kaláb
580dd1f7b7
Update translations.php
...
typo
2015-03-02 16:46:41 +01:00
Ing. Jan Kaláb
c83be7318f
Update translations.php
...
Fixed plurals
2015-03-02 16:46:01 +01:00
Ing. Jan Kaláb
9fb5ef2655
Update translations.php
2015-03-02 14:11:28 +01:00
Frederic Guillot
39088b6ada
Add content grabber rule for developpez.com
2015-03-01 19:02:38 -05:00
Mathias Kresin
4809f736dc
implement mark-feed-as-read in javascript
2015-03-01 19:56:28 +01:00
Mathias Kresin
7f335a533d
update dependencies
...
- fixes #336
2015-03-01 19:56:11 +01:00
Frederic Guillot
9732824a8d
Merge partially #315 (add class to enclosure link)
2015-02-08 11:22:48 -05:00
Mathias Kresin
4516eb56a1
Update translation doc
2015-02-08 16:59:34 +01:00
Frederic Guillot
cb02a82c56
Add Hello Flat theme link
2015-02-07 12:11:12 -05:00
Frederic Guillot
93b4d7dea7
Change Hello theme address
2015-02-07 12:09:44 -05:00
Frederic Guillot
6e13e1519a
Change repo url
2015-02-07 11:49:55 -05:00
Frederic Guillot
5c8b01ac96
Move Proxy\isSecureConnection() to helpers
2015-02-07 11:19:25 -05:00
Frederic Guillot
ba4aa5173d
Enable logging for image proxy
2015-02-07 11:09:43 -05:00
Frederic Guillot
3a80fccbab
Merge pull-request #330
2015-02-07 10:28:38 -05:00
Frederic Guillot
5f6b67098e
Merge pull-request #324
2015-02-07 10:25:45 -05:00
Mathias Kresin
f3e9b4d9b5
improve image-proxy
...
- use passthrough mode for image proxy (fixes #295 )
- add image proxy when rendering an article (fixes #314 )
- add referrer cloaking option to feed options (fixes #319 )
2015-02-06 07:11:21 +01:00
Frederic Guillot
e1d0de8054
Update picofeed
2015-02-05 21:16:34 -05:00
Frederic Guillot
79862f61b4
Update vendor
2015-02-01 14:48:05 -05:00
Mathias Kresin
d2598bac96
improvements for multiple plural support for translations
...
- calculate the plural number only if the term has multiple plurals
- only numbers can be converted to absolute values
2015-01-31 08:19:47 +01:00
Mathias Kresin
ddcae31d48
add multiple plural support for translations
...
fixes #242
2015-01-30 19:45:23 +01:00
Frederic Guillot
60d125a05e
Move themes outside of the main repo
2015-01-29 21:06:54 -05:00
Frederic Guillot
34aca5bc6f
Update french translation
2015-01-29 19:54:40 -05:00
Mathias Kresin
a2686ae21d
add option to disable mark as read for original link
...
fixes #196
2015-01-30 00:14:01 +01:00
Mathias Kresin
5b9c330f69
update dependency check: add iconv
2015-01-30 00:13:19 +01:00
Frederic Guillot
5f92233aac
Sync locales
2015-01-28 21:58:05 -05:00
Frederic Guillot
33a6e50c96
Add debug_mode config option and update vendor
2015-01-28 21:57:34 -05:00
Frederic Guillot
fa9dc3ab8f
Change label for frontend update check and minor changes
2015-01-28 20:17:02 -05:00