summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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()
2013-03-22Revert ".gitignore"Michal Stanke
This reverts commit bba6523d550b34aa034ff245889f66ffcc9d64d1.
2013-03-22Merge pull request #69 from mrstegeman/greaderAndrew Dolgov
Modify googlereaderkeys plugin with mark unread toggle.
2013-03-22Merge pull request #70 from MikkCZ/masterAndrew Dolgov
cs-CZ localization update
2013-03-22Merge pull request #68 from gvmelle/masterAndrew Dolgov
Dutch translation files added
2013-03-22.gitignoreMichal Stanke
2013-03-22some typing error correctionsGideon van Melle
2013-03-22Update messages.poMikkCZ
Up to line 950. Changed some terminology e.g. tag -> štítek, feed -> zdroj
2013-03-22Modify googlereaderkeys plugin with mark unread toggle.Mike Stegeman
2013-03-22Added maps and nl_NL translation filesGideon van Melle
sorry, made a mistake by creating a file instead of map. So that one has to be deleted. Added in the right way the necessary folders and added the messages.mo and po files for the Dutch translation. I suppose you yourself will changes the rest to include Dutch. I have done that for my own version (added nl_NL to the function.php file). regards, GvMelle
2013-03-22Create nl_NLgvmelle
2013-03-22add basic password recovery thingAndrew Dolgov
2013-03-22add active class for unexpanded cdmAndrew Dolgov
2013-03-22slightly enlarge expanded cdm header font sizeAndrew Dolgov
2013-03-22de-emphasize article authorAndrew Dolgov
2013-03-22feeds/view: periodically bump login timestampAndrew Dolgov
2013-03-22generate_syndicated_feeds use last_published/last_markedAndrew Dolgov
2013-03-22remove obsolete entries from ccache on loginAndrew Dolgov