Commit Graph

1225 Commits

Author SHA1 Message Date
Alexandre Alapetite
c96c80ee9a Merge pull request #499 from nicolaselie/dev
Username regexp is too strict
2014-05-09 10:10:12 +02:00
Nicolas ELIE
6aadb7e59a Username regexp is too strict
Username can contains more characters that the regexp allows. For example, on a raspberry pi, the default user for web server is 'www-data'.
2014-05-09 09:53:46 +02:00
Alexandre Alapetite
2f51556f77 jQuery 2.1.1
http://blog.jquery.com/2014/05/01/jquery-1-11-1-and-2-1-1-released/
2014-05-03 11:45:58 +02:00
Alexandre Alapetite
c5899b9893 Merge pull request #496 from aledeg/shortcut
Add a shortcut to access the search field
2014-04-27 18:49:15 +02:00
Alexis Degrugillier
f820f428ef Add a shortcut to access the search field 2014-04-27 11:00:25 -04:00
Alexandre Alapetite
7b57ecc9f0 Fix: Cannot open link from article header
https://github.com/marienfressinaud/FreshRSS/issues/490
2014-04-17 18:15:53 +02:00
Alexandre Alapetite
f25783ef5d Minor syntax changes for: New toggle buttons to filter articles
See
http://programmers.stackexchange.com/questions/23852/bitwise-or-vs-adding-flags
https://github.com/marienfressinaud/FreshRSS/pull/486
https://github.com/marienfressinaud/FreshRSS/issues/376
2014-04-15 12:16:31 +02:00
Alexandre Alapetite
339a12698c Merge pull request #486 from aledeg/simple-layout
New toggle buttons to filter articles (was: Delete favorite button)
2014-04-15 10:10:29 +02:00
Alexandre Alapetite
951a137f2d Merge pull request #488 from aledeg/error-favorite
Fix error when displaying favorite count
2014-04-15 09:58:59 +02:00
Alexis Degrugillier
77d2d2fb74 Fix error when displaying favorite count
This bug appears because we where trying to display a string as a number.
The function to translate was cutting the parameter to the first non numeric character (the space)

See #487
2014-04-14 19:01:24 -04:00
Alexis Degrugillier
bdd7b7b13e Revert delete favorite button 2014-04-14 18:34:24 -04:00
Alexis Degrugillier
6323311cb4 Add div.stick to collapse button space 2014-04-13 18:06:11 -04:00
Alexis Degrugillier
dd1055c35d Add sort button 2014-04-13 17:05:16 -04:00
Alexis Degrugillier
245c71ebe5 Add active class on filter buttons 2014-04-13 16:50:29 -04:00
Alexis Degrugillier
3a736e902c Move state constants from Configuration to Entry 2014-04-13 08:16:43 -04:00
Alexis Degrugillier
1e032608a6 Change rss icon fallback value 2014-04-13 07:39:33 -04:00
Alexis Degrugillier
cd87e2000a Revert deletion of the favorite actions 2014-04-13 07:35:17 -04:00
Alexis Degrugillier
86066b1659 Add a new status for 'ALL'
I made the conversion in every file I can think of.
It should not have any reference to the string 'all' for the state context
2014-04-13 07:28:41 -04:00
Alexis Degrugillier
d25afa9def Extract RSS feed from menu
The RSS action has now its own button. I also reorganized the button display order to be more natural.

I did not find an appropriate Unicode replacement for the Rss icon.
2014-04-12 22:46:35 -04:00
Alexis Degrugillier
e251247efb Fix DOM ids 2014-04-12 22:13:17 -04:00
Alexis Degrugillier
135486f4ef Change activate button layout 2014-04-12 22:09:10 -04:00
Alexis Degrugillier
3e665bcf9a Delete favorite button
I extract drop-down menu actions to make them as button action in the page header.
I removed the favorite button on the category list because it is a duplicate from the button action.
Now button action act as filters and you can combine them.

It is a test to see if we can keep it like that. There is still work to do to extract other actions from the drop-down list.
I did not want to change everything if we don't keep it.

See #376 and #277
2014-04-12 11:51:44 -04:00
Alexandre Alapetite
6a04683171 Revert "Revert "Fix click action on article""
This reverts commit c94e893dbb.
2014-04-11 09:05:31 +02:00
Alexandre Alapetite
c94e893dbb Revert "Fix click action on article"
This reverts commit 7e0566b0a1.
2014-04-11 08:41:51 +02:00
Alexandre Alapetite
903217d7a3 Merge pull request #482 from aledeg/click-article
Fix click action on article
2014-04-11 08:32:07 +02:00
Alexandre Alapetite
64a5a0d1a8 Merge pull request #481 from aledeg/theme-dark
Fix small color bug
2014-04-11 08:31:24 +02:00
Alexis Degrugillier
7e0566b0a1 Fix click action on article
Before, when the user clicks on an article header one, it expands. When it clicks a second time, it collapses.
When it clicks a third time it stays collapsed instead of expand.
Now it toggles the article between expanded and collapsed state.
2014-04-10 23:39:41 -04:00
Alexis Degrugillier
5ab6b7d2b1 Fix small color bug
There was a small bug color in Dark theme.
2014-04-10 21:59:31 -04:00
Alexandre Alapetite
11e86013aa Merge pull request #479 from aledeg/click-article
Fix unexpected behavior during navigation
2014-04-10 08:31:41 +02:00
Alexis Degrugillier
65bde8b6cf Fix unexpected behavior during navigation
When the navigation is done with the mouse and shortcuts, the focus on the current article is lost when
the article is collapsed with the mouse. So when navigating with the shortcut does not open the intended
article.

See #473 and #478
2014-04-09 20:20:32 -04:00
Alexandre Alapetite
8f59bce069 Merge pull request #475 from aledeg/new-config
Split reading configuration page
2014-04-09 09:00:54 +02:00
Alexis Degrugillier
b55571de8f Split reading configuration page
I splitted the reading configuration page in 2 pages. The display configuration page
to prepare for #265 and the reading configuration page.
It is just a test, feel free to discard that.

I also change some wording to be consistent through out the application.
2014-04-08 23:26:41 -04:00
Alexandre Alapetite
f6049f3be7 Change click behaviour on articles #3
Code simplification
https://github.com/marienfressinaud/FreshRSS/issues/473

60f73f53c4
2014-04-08 21:17:59 +02:00
Alexandre Alapetite
60f73f53c4 Change click behaviour on articles #2
https://github.com/marienfressinaud/FreshRSS/issues/473
https://github.com/marienfressinaud/FreshRSS/pull/474/files
2014-04-08 21:04:23 +02:00
Alexandre Alapetite
6ae8607882 Merge pull request #474 from aledeg/close-action
Change click behavior on articles
2014-04-08 20:30:24 +02:00
Alexis Degrugillier
117396f751 Change click behavior on articles
Before, when the user click on an article it closes even if he want to select text.
This behavior was not acceptable, so I changed it to close the article when cliking
on the article footer or in the article margins.

See #473
2014-04-07 19:07:01 -04:00
Alexandre Alapetite
40df0eb452 UI: Align article one entry lower
https://github.com/marienfressinaud/FreshRSS/issues/470
2014-04-06 16:20:10 +02:00
Alexandre Alapetite
b5e60062a5 Add link to article title
https://github.com/marienfressinaud/FreshRSS/issues/469
2014-04-06 13:23:35 +02:00
Marien Fressinaud
8ef32a10c6 Improve compatibility PHP 5.3 2014-03-30 20:47:00 +02:00
Alexandre Alapetite
e80c482e53 Prevent click on bookmarklet
https://github.com/marienfressinaud/FreshRSS/issues/464
2014-03-30 19:23:34 +02:00
Marien Fressinaud
ce3fbff61d Fix list of valid files (import label) 2014-03-30 19:21:03 +02:00
Marien Fressinaud
98f742cc35 Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev 2014-03-30 19:17:45 +02:00
Marien Fressinaud
5f974c2567 Merge branch '163-export' into dev
Conflicts:
	app/layout/aside_feed.phtml
2014-03-30 19:17:27 +02:00
Alexandre Alapetite
e2cd578b58 Spelling mistake
19517baf13
2014-03-30 19:15:24 +02:00
Marien Fressinaud
19517baf13 Add a bookmark to easily subscribe to websites
- FeedController->addAction (GET) shows a confirmation page
- If already subscribe, redirect to Configure->feedAction
- Add a bookmark in aside_feed

See #425 #426 and #464
2014-03-30 17:52:42 +02:00
Marien Fressinaud
27b678203b Minz_Url separator is "?" instead of "/?"
See https://github.com/marienfressinaud/FreshRSS/pull/426
2014-03-30 15:42:32 +02:00
Marien Fressinaud
34b17b748e Fix coding style 2014-03-30 14:55:29 +02:00
Marien Fressinaud
d3ab9e8c4b Improve OPML rendering
- Fix html entities rendering
2014-03-30 14:44:36 +02:00
Marien Fressinaud
779afe9c4e Import of articles is implemented!
- Remove massiveImportAction and addCategories from FeedController
- Fix typo for some methods (camelCase)
- addCategoryObject and addFeedObject return id if corresponding object already
  exists in DB
- introduce addEntryObject. Return -1 if Entry already exist (in order to keep
  quite good performances)
- Complete importArticles method

Need some more tests + better performance
2014-03-30 14:28:13 +02:00
Marien Fressinaud
9ea3819402 Better OPML import / export
- use a new OPML library (https://github.com/marienfressinaud/lib_opml)
- import has been completely rewritten (far better!)
- introduce addFeedObject and addCategoryObject (in DAO for the moment).
  Permit to add easily feeds and categories (check if they already exist in DB)
- introduce html_chars_utf8 (wrap htmlspecialchars for UTF-8)
2014-03-29 20:18:57 +01:00