Commit Graph

700 Commits

Author SHA1 Message Date
Frederic Guillot 578f9cbf14 Add custom rules directory support 2015-04-10 20:34:48 -04:00
Mathias Kresin f346af2f38 keep selected options on feed adding error 2015-04-10 23:09:19 +02:00
Mathias Kresin ee98a62519 mark items on page 2+ read as well, update tests
Update integration tests, to ensure that all articles are marked read,
instead of only visible.
2015-04-07 22:46:50 +02:00
Frederic Guillot 13aaf5fbed Remove useless scripts 2015-04-06 15:14:44 -04:00
Frederic Guillot 8f67480dc9 Update README 2015-04-06 13:51:02 -04:00
Frederic Guillot 8c47ae3750 Fix bug remember me with multiple dbs disabled 2015-03-30 20:29:48 -04:00
Frederic Guillot 401a60c7a7 Improve remember me + update vendor 2015-03-30 20:13:07 -04:00
Frederic Guillot c795d46669 Update picofeed 2015-03-25 19:59:41 -04:00
Frederic Guillot c73e3ff9ba Merge pull-request #351 2015-03-25 19:41:23 -04:00
Bruce Doan cc859bab2d Implement Favicons request 2015-03-23 23:44:52 +07:00
Bruce Doan 5edb1bd64a Do not send removed/pruned item(s) to client 2015-03-23 23:42:31 +07:00
Frederic Guillot 60aa689e84 Merge pull-request #347 2015-03-22 14:18:51 -04:00
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