6a88b61cf1
Translated another two files into romanian.
2016-02-17 22:40:26 +02:00
ebac4090b5
Added Persian (fa) (فارسی) translation
2016-02-17 15:37:29 +01:00
ab25e399f0
Fix \&
2016-02-17 13:39:23 +02:00
d8f5b27012
Translation file for the 'Romanian' language. Also recognised by ro_RO. Known in romanian as "Română".
2016-02-17 01:56:51 +02:00
b7c47a2a86
Create messages.fa.yml
...
Translation file for the 'Persian' language. Also recognized by fa_IR. Also known (in the Persian language) as Farsi. Also written like فارسی in Persian. All said, please call the language just 'Persian'.
2016-02-16 16:38:08 +01:00
f6249b67f6
Merge pull request #1668 from wallabag/v2-stuff
...
Few updates
2016-02-16 12:27:43 +01:00
9e33bc9dfd
Typos
2016-02-16 11:39:24 +01:00
559cd55bc8
Merge pull request #1672 from wallabag/v2-improve-baggy-theme
...
improve baggy theme (add new tag panel)
2016-02-15 19:22:13 +01:00
a8d5f8971e
fix typos
2016-02-15 17:04:48 +01:00
56349e470a
improve baggy theme (add new tag panel)
2016-02-14 20:12:03 +01:00
e8d8026242
display pictures properly
2016-02-14 19:10:33 +01:00
daa2b7e7c3
More translations
2016-02-12 16:59:15 +01:00
55da765e11
Add missing translations
2016-02-12 12:00:49 +01:00
c7a4f74f9f
Redirect to the right tab on /config
2016-02-12 12:00:26 +01:00
7a97c7d06f
Merge pull request #1656 from wallabag/v2-fix-new-user-password-prompts
...
fix labels on new user prompt
2016-02-11 18:19:35 +01:00
6fa4be38eb
fix labels on new user prompt
...
fix tests
nl
add translation validation length
2016-02-11 17:52:00 +01:00
06c190887f
Merge pull request #1654 from wallabag/fix-add-button-mobile-view
...
fix #1636
2016-02-11 17:15:28 +01:00
a7c7de4e9b
Better design of the close button
2016-02-11 16:51:12 +01:00
9b5edf33a0
Merge pull request #1663 from wallabag/v2-remove-tags-from-entry
...
remove tag from entry #1377
2016-02-11 16:49:03 +01:00
3a19060ca0
better translation
2016-02-11 12:39:35 +01:00
4c07a83b69
lots of diverse translation stuff & some typos
2016-02-11 01:42:37 +01:00
e686a76d34
improve test and change method name. Also, display number of entries for each tag
2016-02-10 18:40:15 +01:00
567421af50
remove tag from entry #1377
2016-02-10 17:41:28 +01:00
dcb6bd7a9d
fix #1636
2016-02-08 21:30:11 +01:00
eb15061d0b
Adjust export order
...
To be the same as on the entry page.
Also, export name doesn't need to be translated.
2016-02-04 20:41:30 +01:00
365a38984e
better display for txt
2016-02-04 20:31:26 +01:00
6c08fb68b8
add txt export
2016-02-04 20:30:51 +01:00
27c837dcd1
Merge pull request #1642 from wallabag/v2-escape-preview
...
Unescape content for Material card
2016-02-04 17:46:02 +01:00
e008c037f5
Merge pull request #1612 from wallabag/v2-settings-page
...
Settings page
2016-02-04 15:59:57 +01:00
0796532460
Unescape content for Material card
...
Using slice & striptags, the content is automatically escaped.
If some html character need to be displayed, they'll be escape too, sth like `&`.
Using |raw, the content isn't escape twice and is well displayed.
2016-02-03 20:45:15 +01:00
e43d27f845
Merge pull request #1605 from wallabag/v2-fix-sensiolabsinsight
...
[#1604 ] First draft to fix SensioLabsInsight report
2016-02-01 13:51:35 +01:00
a74a6ca2b1
Add new export config
2016-01-31 15:31:30 +01:00
63e40f2d7c
Add CraueConfig for internal settings
2016-01-31 14:48:26 +01:00
26975877d7
Always include warning message
...
We'll remove it later, on the stable release
2016-01-31 14:37:19 +01:00
bc78968764
Move default configuration out of parameters
...
These default configuration value shouldn't be in parameters.yml.
2016-01-31 14:37:19 +01:00
143869525f
Merge pull request #1629 from wallabag/fixexportformats
...
fix #1620 and introduce new parameters to export
2016-01-24 18:48:28 +01:00
b89444ad8b
fix #1620 and introduce new parameters to export
2016-01-24 18:21:09 +01:00
f47101e0c4
Add Turkish translation
...
Signed-off-by: Ogün Karakuş <kirk5bucuk@gmail.com >
2016-01-24 17:27:26 +02:00
5f8a785719
SensioLabsInsight fixes
2016-01-22 21:12:11 +01:00
b0b893eafd
[ #1604 ] First draft to fix SensioLabsInsight report
2016-01-22 21:12:11 +01:00
30d81a47c6
Move public assets for themes
...
So they can be installed using the `assets:install` command and there'll no longer symlink in the repo
They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
2016-01-22 13:45:14 +01:00
b91465c067
remove flattr on about page
2016-01-15 15:46:46 +01:00
1930c19d82
Merge pull request #1524 from wallabag/sf2.8
...
Upgrade to Symfony 3.0
2016-01-15 15:38:31 +01:00
5c072d2b57
Quickstart for beginners
2016-01-15 15:01:30 +01:00
1d76102a24
Fix recent update
...
- some missing url parameters from WallabagRestController & EntryController
- use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature)
- update ImportBundle (url & form)
2016-01-15 09:35:38 +01:00
5c895a7fd1
Update bundle & stock file
...
- update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition)
- update bundle to latest release
- remove security on profiler
2016-01-15 09:35:38 +01:00
619cc45359
Symfony Upgrade Fixer FTW
...
symfony-upgrade-fixer fix src/Wallabag/
2016-01-15 09:35:38 +01:00
4aa2997106
Merge pull request #1563 from wallabag/v2-fix-1394
...
#1394 Fixed 'mark as read' and 'mark as unread' links
2016-01-10 10:20:16 +01:00
6c9bad13e1
Fixed 'mark as read' and 'mark as unread' links
2016-01-09 22:20:19 +01:00
da82839bf8
add import link on baggy theme
2016-01-09 20:33:09 +01:00