]>
git.immae.eu Git - github/wallabag/wallabag.git/log
Jeremy Benoist [Sat, 3 Sep 2016 17:26:23 +0000 (19:26 +0200)]
CS
Jeremy Benoist [Sat, 3 Sep 2016 17:09:28 +0000 (19:09 +0200)]
Remove Twig globals
Twig Global function are called globally. This means even on a query to the api.
Using a function we can decide when we want to call it.
Also, remove previous `COUNT(e.id)` since it doesn't work on PostgreSQL ...
Jeremy Benoist [Sat, 3 Sep 2016 16:11:07 +0000 (18:11 +0200)]
Instead of selecting the whole data, just count it
Instead of performing a complex select (to retrieve all data for entry, etc...) just select the counter and retrieve it.
Down from ~50ms to ~30ms on the unread page (with 500 items)
Jeremy Benoist [Sat, 3 Sep 2016 14:13:08 +0000 (16:13 +0200)]
Merge pull request #2002 from wallabag/feature-display-itemsNumber
Feature display items number
Nicolas Lœuillet [Sat, 3 Sep 2016 12:02:50 +0000 (14:02 +0200)]
Store cache lifetime in config
Nicolas Lœuillet [Fri, 2 Sep 2016 09:17:47 +0000 (11:17 +0200)]
Merge pull request #2260 from wallabag/fix-config-fontsize
Fixed different font-size for labels in config screen
Nicolas Lœuillet [Fri, 2 Sep 2016 08:53:22 +0000 (10:53 +0200)]
Fixed different font-size for labels in config screen
Fix #1788
Nicolas Lœuillet [Fri, 2 Sep 2016 08:27:41 +0000 (10:27 +0200)]
Merge pull request #2252 from wallabag/fix-last-merge
Fixed last merge who caused CSS/JS bugs
Jeremy Benoist [Fri, 2 Sep 2016 07:52:15 +0000 (09:52 +0200)]
Add tinydot to material concat
Jeremy Benoist [Thu, 1 Sep 2016 20:23:45 +0000 (22:23 +0200)]
Merge pull request #2242 from wallabag/fix-minor-css
Fix print / article views
Nicolas Lœuillet [Thu, 1 Sep 2016 18:26:23 +0000 (20:26 +0200)]
Merge pull request #2258 from mruminski/2.1
Update messages.pl.yml
Nicolas Lœuillet [Thu, 1 Sep 2016 18:20:12 +0000 (20:20 +0200)]
Enable cache for queries
Mateusz Rumiński [Thu, 1 Sep 2016 17:42:26 +0000 (19:42 +0200)]
Update messages.pl.yml
add missing polish translations
Nicolas Lœuillet [Thu, 1 Sep 2016 17:18:39 +0000 (19:18 +0200)]
CSS indentation
Jeremy Benoist [Thu, 1 Sep 2016 12:18:48 +0000 (14:18 +0200)]
Merge pull request #2255 from wallabag/readability
Add Readability import
Nicolas Lœuillet [Thu, 1 Sep 2016 11:36:26 +0000 (13:36 +0200)]
Added documentation for Readability migration
Jeremy Benoist [Thu, 1 Sep 2016 10:07:35 +0000 (12:07 +0200)]
Add Readability to Quickstart page
Jeremy Benoist [Thu, 1 Sep 2016 07:57:02 +0000 (09:57 +0200)]
Add tests on ReadabilityImport
Jeremy Benoist [Thu, 1 Sep 2016 07:36:27 +0000 (09:36 +0200)]
Add missing translations
Jeremy Benoist [Thu, 1 Sep 2016 07:36:11 +0000 (09:36 +0200)]
Fix import count tests
Jeremy Benoist [Thu, 1 Sep 2016 06:00:30 +0000 (08:00 +0200)]
Add Readability import
Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)
Nicolas Lœuillet [Tue, 30 Aug 2016 11:52:28 +0000 (13:52 +0200)]
Fixed last merge who caused CSS/JS bugs
Jeremy Benoist [Sun, 28 Aug 2016 14:15:27 +0000 (16:15 +0200)]
Merge remote-tracking branch 'origin/master' into 2.1
Jeremy Benoist [Sun, 28 Aug 2016 13:56:17 +0000 (15:56 +0200)]
Merge pull request #2243 from wallabag/feature-untagged-entries
Add untagged entries
Jeremy Benoist [Sun, 28 Aug 2016 13:30:53 +0000 (15:30 +0200)]
Add missing translations
Nicolas Lœuillet [Fri, 26 Aug 2016 19:01:56 +0000 (21:01 +0200)]
Add tests for untagged entries
Nicolas Lœuillet [Fri, 26 Aug 2016 14:55:41 +0000 (16:55 +0200)]
Add untagged entries
Fix #1631
Jeremy Benoist [Sun, 28 Aug 2016 12:33:46 +0000 (14:33 +0200)]
Merge pull request #2245 from wallabag/change-page-title
Changed where page title is displayed
Quent-in [Sat, 27 Aug 2016 10:24:18 +0000 (12:24 +0200)]
Occitan version
Occitan translation, I hope I properly put it where it has to be.
If there reminds other textes to translate, please let me know!
Nicolas Lœuillet [Fri, 26 Aug 2016 19:26:21 +0000 (21:26 +0200)]
Changed where page title is displayed
Nicolas Lœuillet [Fri, 26 Aug 2016 19:20:02 +0000 (21:20 +0200)]
Fixed print view for baggy theme
Nicolas Lœuillet [Fri, 26 Aug 2016 12:26:47 +0000 (14:26 +0200)]
Fix print / article views
Jeremy Benoist [Fri, 26 Aug 2016 10:14:36 +0000 (12:14 +0200)]
Merge pull request #2240 from wallabag/add-icon-public-share
Add icon for public share link
Jeremy Benoist [Fri, 26 Aug 2016 05:26:42 +0000 (07:26 +0200)]
Merge pull request #2241 from modos189/v2-issue-1991
Fix issue #1991: correction of the height field to add articles
Alexandr Danilov [Thu, 25 Aug 2016 22:13:35 +0000 (01:13 +0300)]
Fix issue #1991: correction of the height field to add articles
Nicolas Lœuillet [Thu, 25 Aug 2016 14:19:21 +0000 (16:19 +0200)]
Add icon for public share link
Thomas Citharel [Thu, 25 Aug 2016 13:55:30 +0000 (15:55 +0200)]
Merge pull request #2238 from modos189/v2-improve-view
V2 improve view
Nicolas Lœuillet [Thu, 25 Aug 2016 13:39:15 +0000 (15:39 +0200)]
Merge pull request #2237 from wallabag/add-original-url-public-entry
Add original link in public view of the article
Nicolas Lœuillet [Thu, 25 Aug 2016 13:32:38 +0000 (15:32 +0200)]
Remove text about original URL in public view
Alexandr Danilov [Thu, 25 Aug 2016 13:22:47 +0000 (16:22 +0300)]
A new version of the plugin tinydot with update on window resize
Alexandr Danilov [Thu, 25 Aug 2016 13:09:55 +0000 (16:09 +0300)]
Changes in the login form:
* The alignment of the login form centered in WebKit
* Indent after the reference password recovery
Nicolas Lœuillet [Thu, 25 Aug 2016 12:39:33 +0000 (14:39 +0200)]
Add original link in public view of the article
Jeremy Benoist [Thu, 25 Aug 2016 07:30:51 +0000 (09:30 +0200)]
Merge pull request #1904 from wallabag/feature-public-mode
Share entry with a public URL
Jeremy Benoist [Wed, 24 Aug 2016 20:29:36 +0000 (22:29 +0200)]
Update test
and some cleanup
Jeremy Benoist [Wed, 24 Aug 2016 19:56:02 +0000 (21:56 +0200)]
Handle share_entry
- share_entry needs to be in the migration too
- and it needs a translation
Jeremy Benoist [Wed, 24 Aug 2016 19:38:26 +0000 (21:38 +0200)]
Handle table prefix in migration
and fix migration for name field in oauth table
Jeremy Benoist [Wed, 24 Aug 2016 09:39:17 +0000 (11:39 +0200)]
Merge pull request #2236 from wallabag/allow-failure-php-7.1
Allow failure for PHP 7.1
Jeremy Benoist [Wed, 24 Aug 2016 09:13:00 +0000 (11:13 +0200)]
Merge pull request #2186 from wallabag/addRegistration
Add option to disable registration
Jeremy Benoist [Wed, 24 Aug 2016 08:49:43 +0000 (10:49 +0200)]
Allow failure for PHP 7.1
Got tired of `EE/home/travis/build.sh: line 45: 4445 Segmentation fault (core dumped) phpunit -v` using PHP 7.1.0beta3
Nicolas Lœuillet [Wed, 24 Aug 2016 08:28:43 +0000 (10:28 +0200)]
Add simple test
Nicolas Lœuillet [Wed, 24 Aug 2016 07:11:14 +0000 (09:11 +0200)]
Merge pull request #2234 from cstuder/patch-1
Fixes mailto link in documentation
Nicolas Lœuillet [Wed, 24 Aug 2016 07:10:55 +0000 (09:10 +0200)]
Merge pull request #2235 from wallabag/german-doc-config
Add configuration for german documentation
Nicolas Lœuillet [Wed, 24 Aug 2016 07:07:49 +0000 (09:07 +0200)]
Change annotation for uuid field
Nicolas Lœuillet [Wed, 24 Aug 2016 06:53:20 +0000 (08:53 +0200)]
Add configuration for german documentation
Christian Studer [Wed, 24 Aug 2016 06:43:38 +0000 (08:43 +0200)]
Fixes mailto link in german translation
Christian Studer [Wed, 24 Aug 2016 06:43:17 +0000 (08:43 +0200)]
Fixes mailto link in french translation
Christian Studer [Wed, 24 Aug 2016 06:22:35 +0000 (08:22 +0200)]
Fixes mailto link
Nicolas Lœuillet [Tue, 23 Aug 2016 15:24:46 +0000 (17:24 +0200)]
Merge pull request #2230 from modos189/issue_2055
Cut entries title in card view: continued
Nicolas Lœuillet [Tue, 23 Aug 2016 14:55:49 +0000 (16:55 +0200)]
Change links on baggy theme
Nicolas Lœuillet [Tue, 23 Aug 2016 14:49:12 +0000 (16:49 +0200)]
Change share entry behavior
Nicolas Lœuillet [Wed, 27 Apr 2016 19:31:12 +0000 (21:31 +0200)]
Add translations
Nicolas Lœuillet [Mon, 18 Apr 2016 20:45:52 +0000 (22:45 +0200)]
Improve migration
Nicolas Lœuillet [Fri, 15 Apr 2016 11:42:13 +0000 (13:42 +0200)]
Add test and fix migration
Nicolas Lœuillet [Wed, 13 Apr 2016 20:26:02 +0000 (22:26 +0200)]
Add Cache on Share Action
Nicolas Lœuillet [Sun, 10 Apr 2016 19:48:11 +0000 (21:48 +0200)]
Add migration
Nicolas Lœuillet [Sun, 10 Apr 2016 15:33:15 +0000 (17:33 +0200)]
Share entry with a public URL
Alexandr Danilov [Tue, 23 Aug 2016 09:58:35 +0000 (12:58 +0300)]
Replacement plugin dotdotdot (6.7 KB) on my tinydot (315 bytes)
Nicolas Lœuillet [Tue, 23 Aug 2016 09:51:13 +0000 (11:51 +0200)]
Merge pull request #2218 from wallabag/api-delete-tags-1982
Delete tag or tags by label
Nicolas Lœuillet [Thu, 21 Apr 2016 20:35:42 +0000 (22:35 +0200)]
Implement Twig_Extension_GlobalsInterface to remove deprecation
Nicolas Lœuillet [Thu, 21 Apr 2016 20:30:50 +0000 (22:30 +0200)]
Display entries number for each category
Jeremy Benoist [Sun, 24 Jul 2016 10:14:52 +0000 (12:14 +0200)]
CS
Thomas Citharel [Sun, 24 Jul 2016 09:41:04 +0000 (11:41 +0200)]
Proper parameter name, simplify logic & phpdoc
Thomas Citharel [Sat, 2 Jul 2016 12:35:52 +0000 (14:35 +0200)]
Add option to disable registration
Jeremy Benoist [Tue, 23 Aug 2016 05:36:43 +0000 (07:36 +0200)]
Remove duplicate pager on baggy
Jeremy Benoist [Sun, 24 Jul 2016 08:55:49 +0000 (10:55 +0200)]
Add some tests
Also, retrieve tag from the request instead of the query (which will be the same but it's more easy to test).
Moved down `deleteTagAction` because it conflicted with the new action:
api_delete_tag => /api/tags/{tag}.{_format}
api_delete_tags_label => /api/tags/label.{_format}
And finally, throw exception when a tag is not found before removing it.
Thomas Citharel [Sat, 25 Jun 2016 17:25:50 +0000 (19:25 +0200)]
CS
Thomas Citharel [Sat, 25 Jun 2016 16:37:41 +0000 (18:37 +0200)]
Delete tag or tags by label
Tests not included
Jeremy Benoist [Fri, 17 Jun 2016 21:57:35 +0000 (23:57 +0200)]
Fix typos in field name
Thomas Citharel [Sat, 21 May 2016 16:09:38 +0000 (18:09 +0200)]
added name on client
Nicolas Lœuillet [Sat, 30 Apr 2016 13:03:22 +0000 (15:03 +0200)]
Add tests for tag list routes
Nicolas Lœuillet [Wed, 20 Apr 2016 08:04:32 +0000 (10:04 +0200)]
Translations and baggy view for tags
Nicolas Lœuillet [Thu, 14 Apr 2016 13:03:22 +0000 (15:03 +0200)]
Links on each tag in Tags view
Jeremy Benoist [Tue, 23 Aug 2016 05:24:00 +0000 (07:24 +0200)]
Update SymfonyRequirements
Jeremy Benoist [Mon, 22 Aug 2016 21:03:16 +0000 (23:03 +0200)]
Merge remote-tracking branch 'origin/master' into 2.1
Alexandr Danilov [Mon, 22 Aug 2016 20:59:20 +0000 (23:59 +0300)]
Simplify the initialization of the plugin dotdotdot
Alexandr Danilov [Mon, 22 Aug 2016 20:34:44 +0000 (23:34 +0300)]
Added the jquery library dotdotdot ( http://dotdotdot.frebsite.nl/ ) that allows you to clip a text on the second line and fixed cut entries title in card view
Thomas Citharel [Sat, 21 May 2016 16:09:38 +0000 (18:09 +0200)]
Added name on client
- Fix typos in field name
- Added migration for name field in API client table
Manually cherry-picked from PR
https://github.com/wallabag/wallabag/pull/2171
Jeremy Benoist [Sun, 24 Jul 2016 09:15:51 +0000 (11:15 +0200)]
Upgrade PHPUnit to version 5
- Fix deprecated getMock
- Use PHPUnit 4 for PHP 5.5 build
Manually cherry-picked from PR
https://github.com/wallabag/wallabag/pull/2201
Nicolas Lœuillet [Mon, 22 Aug 2016 08:40:24 +0000 (10:40 +0200)]
Merge pull request #2226 from wallabag/prepare-207
Prepare wallabag 2.0.7
Nicolas Lœuillet [Mon, 22 Aug 2016 08:08:21 +0000 (10:08 +0200)]
Prepare wallabag 2.0.7
Nicolas Lœuillet [Mon, 22 Aug 2016 07:40:21 +0000 (09:40 +0200)]
Merge pull request #2222 from wallabag/add-date-on-article-view
Added creation date and reading time on article view
Jeremy Benoist [Sun, 21 Aug 2016 20:22:34 +0000 (22:22 +0200)]
Display text on baggy
Instead of using icons (which aren't available) display real text for reading time & creation date
Jeremy Benoist [Sun, 21 Aug 2016 20:11:20 +0000 (22:11 +0200)]
Merge pull request #2221 from wallabag/replace-favorite-star
Replaced favorite word/icon with star one
Thomas Citharel [Sat, 20 Aug 2016 12:31:32 +0000 (14:31 +0200)]
Merge pull request #2224 from wallabag/avoid-exception-import
Avoid breaking import when fetching fail
Jeremy Benoist [Fri, 19 Aug 2016 21:52:19 +0000 (23:52 +0200)]
Avoid breaking import when fetching fail
graby will throw an Exception in some case (like a bad url, a restricted url or a secured pdf).
Import doesn't handle that case and break the whole import.
With that commit the import isn't stopped but the entry is just skipped.
Also, as a bonus, I've added extra test on WallabagImportV2 when the json is empty.
Nicolas Lœuillet [Thu, 18 Aug 2016 13:36:28 +0000 (15:36 +0200)]
Changed code indentation
Nicolas Lœuillet [Thu, 18 Aug 2016 13:30:28 +0000 (15:30 +0200)]
Fixed some translations
Nicolas Lœuillet [Thu, 18 Aug 2016 13:23:19 +0000 (15:23 +0200)]
Added creation date and reading time on article view
Fix #2034
Nicolas Lœuillet [Thu, 18 Aug 2016 09:58:35 +0000 (11:58 +0200)]
Replaced favorite word/icon with star one
Fix #2041
Jeremy Benoist [Thu, 18 Aug 2016 09:56:02 +0000 (11:56 +0200)]
Merge pull request #2220 from Rurik19/master
Enable PATCH method for CORS in API part