3fb409ffc6
Merge pull request #2454 from wallabag/fix-baggy-small-width
...
Fix baggy display on small screens
2016-10-16 21:05:30 +02:00
f69ab83a5a
add link to German documentation in about page
2016-10-16 09:23:58 +02:00
d32e1c424a
Fix baggy on small screens
2016-10-15 19:04:53 +02:00
a2f42d8eaa
Fixed Twitter Cards by adding a description tag
2016-10-10 16:05:06 +02:00
020c723e28
Added support of Twitter Cards for public articles
2016-10-10 14:33:34 +02:00
8eeefc658c
Merge pull request #2414 from szafranek/bugfix-bookmarklet
...
Remove automatic closing of the window from bookmarklet
2016-10-10 07:11:01 +02:00
d8a9209cfc
Remove automatic closing of the window from bookmarklet
2016-10-09 22:40:55 +02:00
28bb48905a
Optimize the way tag list is rendered
...
Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query.
Also change the layout of the tag list in material design
2016-10-09 18:55:22 +02:00
e39aec3e38
Merge pull request #2406 from szafranek/bugfix-number-of-annotations
...
Show number of annotations instead of nbAnnotations placeholder
2016-10-09 14:11:20 +02:00
90c766b96b
Show number of annotations instead of nbAnnotations placeholder
...
When there was more than one annotation, a placeholder was displayed in both themes, instead of actual number.
2016-10-09 04:59:04 +02:00
c5e4293efd
Fix few invalid HTML tags
2016-10-09 03:37:21 +02:00
d5c45d5288
Added default picture if preview picture is null
2016-10-07 15:21:31 +02:00
d0d196ffb3
Fixed review
2016-10-07 09:22:40 +02:00
f0d52417fb
Added OpenGraph support for public articles
...
Fix #2289
2016-10-07 09:05:18 +02:00
15f1352ef8
better tags on material
2016-10-05 14:06:55 +02:00
645c0d5bce
better tags on baggy
2016-10-04 20:11:10 +02:00
f733d8aaa3
Fix icon position
2016-10-04 15:12:48 +02:00
3e85e91159
Fixed calendar icon position with baggy theme
2016-10-04 15:00:47 +02:00
0c7f1ba796
Fixed icon position in share menu
2016-10-04 14:58:06 +02:00
46d78f87d9
fix icons
2016-10-04 14:48:22 +02:00
a494c33ef7
Basically, fix everything
...
* Remove install.sh
* Assets are now provided
* Icons font issues are fixed
2016-10-03 23:08:26 +02:00
0f70abd695
Fixed CSS for quickstart links
2016-10-03 10:27:01 +02:00
ab809de184
Merge pull request #2314 from wallabag/assets
...
Assets work
2016-10-03 09:09:45 +02:00
03141f9b95
Cleanup & add link on baggy menu
2016-10-02 11:08:53 +02:00
152fcccd44
Add users management UI
...
- remove the “add a user” from the config page
- add a CRUD on user
- fix some missing translations (+ bad indentation)
2016-10-02 11:08:53 +02:00
52c1fc7449
Merge pull request #2326 from wallabag/update-quickstart
...
Changed quickstart layout
2016-10-02 11:06:03 +02:00
6e5e27ab07
Merge pull request #2324 from wallabag/edit-tagging-rule
...
Add ability to edit a tagging rule
2016-10-02 11:05:10 +02:00
bfb3ae01da
Merge pull request #2323 from wallabag/footer-stats
...
Add simple stats in footer
2016-10-02 11:04:49 +02:00
a44d2613c7
Changed quickstart layout
2016-10-01 17:13:53 +02:00
bf3dc999e7
Add ability to edit a tagging rule
2016-10-01 16:52:05 +02:00
1264029cd4
Add simple stats in footer
2016-10-01 16:03:50 +02:00
40e219622a
Customize errors templates
...
All error goes to the same template which only display the error message and the status code.
2016-10-01 14:58:48 +02:00
2ff9991a1d
Removed duplicated templates files
2016-09-30 09:38:08 +02:00
c146f6940a
Assets work
...
* ES6 all the things !
* ESLint checks everything
* CSS fixes (use stylelint)
* Fix #2231
2016-09-28 10:30:18 +02:00
637aa17e6b
Merge pull request #2301 from wallabag/fix-rss-feeds
...
fix feeds not syncing on android app
2016-09-22 07:51:05 +02:00
389d55f86b
fix feeds not syncing on android app
2016-09-21 19:51:19 +02:00
da18a4682f
Merge pull request #1941 from wallabag/v2-asynchronous-jobs
...
Use asynchronous jobs for imports
2016-09-19 07:15:40 +02:00
ebe0787e09
Moved Pocket token to user config
2016-09-16 22:22:25 +02:00
458beef0a9
Fixed label for mark as read link in entry view
...
Fix #2286
2016-09-15 15:32:01 +02:00
e77cde4531
Remove FooterController
2016-09-15 11:11:24 +02:00
e01a3c98d6
Display how many messages are queue
...
- update the docker-composer to add Redis
- add migrations
2016-09-13 20:32:52 +02:00
d49c88f15a
Remove footer part
2016-09-13 20:31:06 +02:00
429d86f388
Added tags counter in sidebar (material theme)
2016-09-04 20:53:28 +02:00
59ddb9ae99
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 ...
2016-09-03 19:09:28 +02:00
8f8654913c
Merge pull request #2002 from wallabag/feature-display-itemsNumber
...
Feature display items number
2016-09-03 16:13:08 +02:00
b1e0a586e8
Fixed different font-size for labels in config screen
...
Fix #1788
2016-09-02 10:53:22 +02:00
336262e6ee
Merge pull request #2252 from wallabag/fix-last-merge
...
Fixed last merge who caused CSS/JS bugs
2016-09-02 10:27:41 +02:00
33adf8dc91
Merge pull request #2242 from wallabag/fix-minor-css
...
Fix print / article views
2016-09-01 22:23:45 +02:00
209ec7cedd
Add Readability to Quickstart page
2016-09-01 13:39:55 +02:00
a374ac0fd3
Fixed last merge who caused CSS/JS bugs
2016-08-30 13:52:28 +02:00