Andrew Dolgov
fcbed87b20
localized_js: add ngettext
2013-03-24 20:08:18 +04:00
Andrew Dolgov
8850646ff3
Merge pull request #77 from scarabeusiv/master
...
Fix pluralized forms and whitespace in translations and fix the l10n tools
2013-03-24 09:00:55 -07:00
Tomas Chvatal
a28c6ec9db
Fix typo.
2013-03-24 14:06:54 +01:00
Tomas Chvatal
bc97ba8c4f
Remove unused strings from czech pofile.
2013-03-24 13:58:55 +01:00
Tomas Chvatal
c0f45f8f18
Update all translations reflecting the whitespace change.
2013-03-24 13:58:05 +01:00
Tomas Chvatal
e5c3f0b21b
Cleanup gettext whitespace.
2013-03-24 13:57:30 +01:00
Tomas Chvatal
02237a1938
Update all translations based on new templates and regenerate compiled files.
2013-03-24 13:51:48 +01:00
Tomas Chvatal
022ee4fcd3
Update czech translations.
2013-03-24 13:51:18 +01:00
Tomas Chvatal
1b3ac3b42a
Regenerate templates.
2013-03-24 13:50:52 +01:00
Tomas Chvatal
1844694351
gettext whitespace fix
2013-03-24 13:37:40 +01:00
Tomas Chvatal
49807c2b3d
Fix remaining plural forms to work with gettext.
2013-03-24 13:32:03 +01:00
Tomas Chvatal
f5c1fef9cd
Fix plural forms on feed count.
2013-03-24 12:55:53 +01:00
Tomas Chvatal
243b050a0a
Fix plural forms on archived articles.
2013-03-24 12:42:50 +01:00
Tomas Chvatal
6cb57cc375
Fix whitespace, gettext is whitespace fragile.
2013-03-24 12:23:22 +01:00
Tomas Chvatal
9e5cac4342
Use plural forms.
2013-03-24 12:14:29 +01:00
Tomas Chvatal
e5abf36d22
Fix l10n scripts not to garbage headers.
2013-03-24 12:13:42 +01:00
Tomas Chvatal
c9c1a143e3
Revert "Update messages.po"
...
This reverts commit 3cf3ea412e
.
2013-03-24 11:47:42 +01:00
Andrew Dolgov
7be3fcd5e1
api, getCategories: properly return information for categories with 0 feeds, but children categories present
2013-03-24 14:46:45 +04:00
Andrew Dolgov
efc6553da4
api: implement subscribeToFeed/unsubscribeFeed ( closes #623 )
2013-03-24 14:28:43 +04:00
Andrew Dolgov
62a1f9899e
Merge pull request #74 from gvmelle/master
...
update nl_NL mo file
2013-03-24 01:52:16 -07:00
Andrew Dolgov
34b61f5b66
Merge pull request #75 from remram44/master
...
Fixes #621 , redirection to mobile/
2013-03-24 01:42:44 -07:00
Remi Rampin
a4d4bceb97
Removes redirection to mobile/
...
mobile/ was removed by d98e76d9c2
but the redirection still existed in
index.php, causing the site to be inaccessible on mobile devices.
2013-03-23 23:06:42 -04:00
Gideon van Melle
ca5f17633c
update translation file
...
added 5 new strings
2013-03-23 11:30:34 +01:00
Andrew Dolgov
7e4de9bb3a
remove .settings
2013-03-23 11:49:26 +04:00
Andrew Dolgov
0ee973542d
release 1.7.5
2013-03-23 10:56:48 +04:00
Andrew Dolgov
bf1dc420b9
Revert "title escaping: do not double-encode entities"
...
This reverts commit d6ce708930
.
2013-03-23 10:49:50 +04:00
Andrew Dolgov
99534a3dde
remove page title stuff for the time being
2013-03-23 09:51:30 +04:00
Andrew Dolgov
9972b7cdd7
Revert "update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title"
...
This reverts commit 8d051fa076
.
2013-03-23 09:48:15 +04:00
Andrew Dolgov
b68dce191f
Revert "fix tabs"
...
This reverts commit d6cb941459
.
2013-03-23 09:48:07 +04:00
Andrew Dolgov
c1353b6384
Revert "remove default definition of SITE_TITLE; rename to _SITE_TITLE as with other constants of this nature"
...
This reverts commit 1f56ba13cd
.
2013-03-23 09:45:21 +04:00
Andrew Dolgov
d6ce708930
title escaping: do not double-encode entities
2013-03-23 09:44:52 +04:00
Andrew Dolgov
01dffac771
remove lib/iui
2013-03-23 09:34:01 +04:00
Andrew Dolgov
d5a8e86417
show loading indicator when appending headlines
2013-03-23 09:30:57 +04:00
Andrew Dolgov
d080678c1d
span.author: force normal weight
2013-03-23 09:25:36 +04:00
Andrew Dolgov
9811276da7
rssfuncs: do not try to match on empty label
2013-03-23 09:23:02 +04:00
Andrew Dolgov
9e7f1f12f4
silence gzdecode() errors
2013-03-23 09:21:57 +04:00
Andrew Dolgov
68fb3c955a
update reset user password to use ttrssMailer
2013-03-23 09:20:16 +04:00
Andrew Dolgov
6ef8ec84cb
Merge pull request #73 from derekmurawsky/dmChanges
...
Centralized mail handling per post on google + community.
2013-03-22 22:09:34 -07:00
derekmurawsky
1b2afd2bd3
Additions:
...
classes/trssmailer.php - Created class TTRSS mailer which extends phpmailer and sets the default mail settings upon instantiation. Class includes quickmail function that allows for a quick email send with no extra configurion necessary.
Changes:
config.php-dist - Added the smtp port option
include/digest.php - Converted it to use the new ttrrssmailer class
include/sanity_config.php - Added the smtp port option to the sanity check
plugins/mail/init.php - Modified to use ttrssmailer class. This particular configuration shows a hybrid use case.
register.php = Modified to use ttrssmailer class.
All code was tested and functioned on my local machine.
2013-03-22 16:25:12 -04:00
Andrew Dolgov
0d6ecb1f1c
Merge pull request #71 from gvmelle/master
...
added dutch to array
2013-03-22 10:18:47 -07:00
Andrew Dolgov
4e791093da
Merge pull request #72 from MikkCZ/master
...
Revert .gtignore mistake change
2013-03-22 10:18:17 -07:00
Gideon van Melle
1f8d526fac
Typo
...
- had to be =
2013-03-22 18:08:20 +01:00
Gideon van Melle
1171fc4428
Added string for Dutch
...
Added "nl_NL" -> "Dutch", in the array for function get_translations()
2013-03-22 18:04:13 +01:00
Michal Stanke
ce4f6dc6b4
Revert ".gitignore"
...
This reverts commit bba6523d55
.
2013-03-22 17:58:37 +01:00
Andrew Dolgov
c5ec258040
Merge pull request #69 from mrstegeman/greader
...
Modify googlereaderkeys plugin with mark unread toggle.
2013-03-22 09:54:59 -07:00
Andrew Dolgov
0db06ae80a
Merge pull request #70 from MikkCZ/master
...
cs-CZ localization update
2013-03-22 09:54:38 -07:00
Andrew Dolgov
00daf19e37
Merge pull request #68 from gvmelle/master
...
Dutch translation files added
2013-03-22 09:49:32 -07:00
Michal Stanke
bba6523d55
.gitignore
2013-03-22 17:39:02 +01:00
Gideon van Melle
d71dc16166
some typing error corrections
2013-03-22 16:21:27 +01:00
MikkCZ
3cf3ea412e
Update messages.po
...
Up to line 950.
Changed some terminology
e.g. tag -> štítek, feed -> zdroj
2013-03-22 14:53:32 +01:00