summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-24Merge pull request #79 from xbasic/masterAndrew Dolgov
auth_ldap patch
2013-03-24label auto matcher: preg_quote() labelAndrew Dolgov
2013-03-24strip_harmful_tags: allow centerTomas Chvatal
2013-03-24Allow translation of notices in prefs.Tomas Chvatal
2013-03-24improve zoomed post content cssAndrew Dolgov
2013-03-24update translationsAndrew Dolgov
2013-03-24localized_js: add ngettextAndrew Dolgov
2013-03-24Merge pull request #77 from scarabeusiv/masterAndrew Dolgov
Fix pluralized forms and whitespace in translations and fix the l10n tools
2013-03-24Fix LDAP plugin error and add option disabling anonymous login befor bindWeb5
2013-03-24Fix typo.Tomas Chvatal
2013-03-24Remove unused strings from czech pofile.Tomas Chvatal
2013-03-24Update all translations reflecting the whitespace change.Tomas Chvatal
2013-03-24Cleanup gettext whitespace.Tomas Chvatal
2013-03-24Update all translations based on new templates and regenerate compiled files.Tomas Chvatal
2013-03-24Update czech translations.Tomas Chvatal
2013-03-24Regenerate templates.Tomas Chvatal
2013-03-24gettext whitespace fixTomas Chvatal
2013-03-24Fix remaining plural forms to work with gettext.Tomas Chvatal
2013-03-24Fix plural forms on feed count.Tomas Chvatal
2013-03-24Fix plural forms on archived articles.Tomas Chvatal
2013-03-24Fix whitespace, gettext is whitespace fragile.Tomas Chvatal
2013-03-24Use plural forms.Tomas Chvatal
2013-03-24Fix l10n scripts not to garbage headers.Tomas Chvatal
2013-03-24Revert "Update messages.po"Tomas Chvatal
This reverts commit 3cf3ea412ed02ac092f45c3156b32ff019810e15.
2013-03-24api, getCategories: properly return information for categories with 0 feeds, ↵Andrew Dolgov
but children categories present
2013-03-24api: implement subscribeToFeed/unsubscribeFeed (closes #623)Andrew Dolgov
2013-03-24Merge pull request #74 from gvmelle/masterAndrew Dolgov
update nl_NL mo file
2013-03-24Merge pull request #75 from remram44/masterAndrew Dolgov
Fixes #621, redirection to mobile/
2013-03-23Removes redirection to mobile/Remi Rampin
mobile/ was removed by d98e76d9c2 but the redirection still existed in index.php, causing the site to be inaccessible on mobile devices.
2013-03-23update translation fileGideon van Melle
added 5 new strings
2013-03-23remove .settingsAndrew Dolgov
2013-03-23release 1.7.5Andrew Dolgov
2013-03-23Revert "title escaping: do not double-encode entities"Andrew Dolgov
This reverts commit d6ce708930cb838af3ed1cf585d3ca62b7036d9b.
2013-03-23remove page title stuff for the time beingAndrew Dolgov
2013-03-23Revert "update SITE_TITLE customization to work without needing to be ↵Andrew Dolgov
pre-defined, make it compatible with unread count now being at start of title" This reverts commit 8d051fa0769922df69ac737eee9d13dff67095a9.
2013-03-23Revert "fix tabs"Andrew Dolgov
This reverts commit d6cb94145945a47fc843ed9c25197b1ece40cdae.
2013-03-23Revert "remove default definition of SITE_TITLE; rename to _SITE_TITLE as ↵Andrew Dolgov
with other constants of this nature" This reverts commit 1f56ba13cd69efca4f24a3bce9a8bb8ebcf3ebac.
2013-03-23title escaping: do not double-encode entitiesAndrew Dolgov
2013-03-23remove lib/iuiAndrew Dolgov
2013-03-23show loading indicator when appending headlinesAndrew Dolgov
2013-03-23span.author: force normal weightAndrew Dolgov
2013-03-23rssfuncs: do not try to match on empty labelAndrew Dolgov
2013-03-23silence gzdecode() errorsAndrew Dolgov
2013-03-23update reset user password to use ttrssMailerAndrew Dolgov
2013-03-22Merge pull request #73 from derekmurawsky/dmChangesAndrew Dolgov
Centralized mail handling per post on google + community.
2013-03-22Additions:derekmurawsky
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-22Merge pull request #71 from gvmelle/masterAndrew Dolgov
added dutch to array
2013-03-22Merge pull request #72 from MikkCZ/masterAndrew Dolgov
Revert .gtignore mistake change
2013-03-22TypoGideon van Melle
- had to be =
2013-03-22Added string for DutchGideon van Melle
Added "nl_NL" -> "Dutch", in the array for function get_translations()