]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
11 years agodaemon2: actually handle --quiet option
Andrew Dolgov [Mon, 25 Mar 2013 17:08:48 +0000 (21:08 +0400)] 
daemon2: actually handle --quiet option

11 years agoenable tooltips on normal mode
Andrew Dolgov [Mon, 25 Mar 2013 16:41:23 +0000 (20:41 +0400)] 
enable tooltips on normal mode

11 years agoremove unused clearTwitterCredentials
Andrew Dolgov [Mon, 25 Mar 2013 16:26:43 +0000 (20:26 +0400)] 
remove unused clearTwitterCredentials

11 years agoMerge pull request #85 from Joschasa/master
Andrew Dolgov [Mon, 25 Mar 2013 16:24:22 +0000 (09:24 -0700)] 
Merge pull request #85 from Joschasa/master

Updated german translation

11 years agodrop ttrss_filters from the schema
Andrew Dolgov [Mon, 25 Mar 2013 16:22:29 +0000 (20:22 +0400)] 
drop ttrss_filters from the schema

11 years agoUpdated german translation
Joschasa [Mon, 25 Mar 2013 16:15:35 +0000 (17:15 +0100)] 
Updated german translation

11 years agofix inverse rule to only mean negative regexp matching except for whole rule (refs...
Andrew Dolgov [Mon, 25 Mar 2013 16:08:34 +0000 (20:08 +0400)] 
fix inverse rule to only mean negative regexp matching except for whole rule (refs #631)

11 years agogetFilterName: only show inverse rules as actually inverse
Andrew Dolgov [Mon, 25 Mar 2013 15:58:37 +0000 (19:58 +0400)] 
getFilterName: only show inverse rules as actually inverse

11 years agolet us rejoice on being able to create double negative filters (refs #631)
Andrew Dolgov [Mon, 25 Mar 2013 15:46:43 +0000 (19:46 +0400)] 
let us rejoice on being able to create double negative filters (refs #631)

11 years agoupdater: add basic support for migrating feed icons
Andrew Dolgov [Mon, 25 Mar 2013 14:25:43 +0000 (18:25 +0400)] 
updater: add basic support for migrating feed icons

11 years agocdm expanded read: improve contrast a bit
Andrew Dolgov [Mon, 25 Mar 2013 12:55:21 +0000 (16:55 +0400)] 
cdm expanded read: improve contrast a bit

11 years agoMerge pull request #84 from scarabeusiv/master
Andrew Dolgov [Mon, 25 Mar 2013 12:53:17 +0000 (05:53 -0700)] 
Merge pull request #84 from scarabeusiv/master

Czech strings++

11 years agomake cdm expanded header less blue if read
Andrew Dolgov [Mon, 25 Mar 2013 12:52:58 +0000 (16:52 +0400)] 
make cdm expanded header less blue if read

11 years agofix adaptive vgroup view crashing
Andrew Dolgov [Mon, 25 Mar 2013 12:50:56 +0000 (16:50 +0400)] 
fix adaptive vgroup view crashing

11 years agosupport grouped vfeeds in adaptive mode
Andrew Dolgov [Mon, 25 Mar 2013 12:34:08 +0000 (16:34 +0400)] 
support grouped vfeeds in adaptive mode

11 years agoexperimentally tweak adaptive mode to show unread articles first and other stuff...
Andrew Dolgov [Mon, 25 Mar 2013 12:30:45 +0000 (16:30 +0400)] 
experimentally tweak adaptive mode to show unread articles first and other stuff later

11 years agoapi: fix updateFeed crashing (closes #616)
Andrew Dolgov [Mon, 25 Mar 2013 12:20:45 +0000 (16:20 +0400)] 
api: fix updateFeed crashing (closes #616)

11 years agoMerge pull request #83 from kythyria/master
Andrew Dolgov [Mon, 25 Mar 2013 12:10:40 +0000 (05:10 -0700)] 
Merge pull request #83 from kythyria/master

A slight fix for the Penny Arcade plugin

11 years agoadd a simple appearing preview for unexpanded cdm and normal mode
Andrew Dolgov [Mon, 25 Mar 2013 12:08:20 +0000 (16:08 +0400)] 
add a simple appearing preview for unexpanded cdm and normal mode

11 years agoadd a knob to disable reload on js change
Andrew Dolgov [Mon, 25 Mar 2013 12:07:39 +0000 (16:07 +0400)] 
add a knob to disable reload on js change

11 years agoAdd more new czech strings from the js files.
Tomáš Chvátal [Mon, 25 Mar 2013 11:52:43 +0000 (12:52 +0100)] 
Add more new czech strings from the js files.

11 years agoMake the Penny Arcade plugin pull in news posts as well as comics
kythyria [Mon, 25 Mar 2013 11:16:35 +0000 (11:16 +0000)] 
Make the Penny Arcade plugin pull in news posts as well as comics

11 years agounpackVisibleHeadlines: do nothing if not in cdm
Andrew Dolgov [Mon, 25 Mar 2013 10:15:22 +0000 (14:15 +0400)] 
unpackVisibleHeadlines: do nothing if not in cdm

11 years agodo some tweaks to prevent potential self-reading
Andrew Dolgov [Mon, 25 Mar 2013 10:01:33 +0000 (14:01 +0400)] 
do some tweaks to prevent potential self-reading

11 years agodigest: use new translation init stuff
Andrew Dolgov [Mon, 25 Mar 2013 08:47:42 +0000 (12:47 +0400)] 
digest: use new translation init stuff

11 years agoremove localized_js.php; integrate with other startup JS stuff
Andrew Dolgov [Mon, 25 Mar 2013 08:45:27 +0000 (12:45 +0400)] 
remove localized_js.php; integrate with other startup JS stuff

11 years agolocalized_js didn't use sessions
Andrew Dolgov [Mon, 25 Mar 2013 08:34:53 +0000 (12:34 +0400)] 
localized_js didn't use sessions

11 years agojs translations: look for notify_info and notify_progress; update translations
Andrew Dolgov [Mon, 25 Mar 2013 08:28:22 +0000 (12:28 +0400)] 
js translations: look for notify_info and notify_progress; update translations

11 years agoMerge branch 'master' of git://github.com/skikuta/Tiny-Tiny-RSS into skikuta-master
Andrew Dolgov [Mon, 25 Mar 2013 08:23:20 +0000 (12:23 +0400)] 
Merge branch 'master' of git://github.com/skikuta/Tiny-Tiny-RSS into skikuta-master

Conflicts:
locale/ja_JP/LC_MESSAGES/messages.po

11 years agocdmExpandArticle: bail out if id not present in buffer (closes #628)
Andrew Dolgov [Mon, 25 Mar 2013 07:56:48 +0000 (11:56 +0400)] 
cdmExpandArticle: bail out if id not present in buffer (closes #628)

11 years agocreate_published_article: set last_published properly on creation
Andrew Dolgov [Mon, 25 Mar 2013 06:30:01 +0000 (10:30 +0400)] 
create_published_article: set last_published properly on creation

11 years agoremove updated view mode
Andrew Dolgov [Mon, 25 Mar 2013 06:01:26 +0000 (10:01 +0400)] 
remove updated view mode

11 years agotweak strip_harmful_tags() for php 5.3.2 compatibility (refs #620)
Andrew Dolgov [Mon, 25 Mar 2013 05:17:14 +0000 (09:17 +0400)] 
tweak strip_harmful_tags() for php 5.3.2 compatibility (refs #620)

11 years agoupdate japanese translation
skikuta [Sun, 24 Mar 2013 21:53:44 +0000 (06:53 +0900)] 
update japanese translation

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Sun, 24 Mar 2013 20:07:11 +0000 (00:07 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agoMerge pull request #81 from scarabeusiv/master
Andrew Dolgov [Sun, 24 Mar 2013 20:06:59 +0000 (13:06 -0700)] 
Merge pull request #81 from scarabeusiv/master

More czech strings

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Sun, 24 Mar 2013 20:01:58 +0000 (00:01 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agoAdd more czech strings.
Tomas Chvatal [Sun, 24 Mar 2013 19:56:40 +0000 (20:56 +0100)] 
Add more czech strings.

11 years agoMerge pull request #79 from xbasic/master
Andrew Dolgov [Sun, 24 Mar 2013 20:01:36 +0000 (13:01 -0700)] 
Merge pull request #79 from xbasic/master

auth_ldap patch

11 years agolabel auto matcher: preg_quote() label
Andrew Dolgov [Sun, 24 Mar 2013 18:49:43 +0000 (22:49 +0400)] 
label auto matcher: preg_quote() label

11 years agostrip_harmful_tags: allow center
Tomas Chvatal [Sun, 24 Mar 2013 16:50:20 +0000 (17:50 +0100)] 
strip_harmful_tags: allow center

11 years agoAllow translation of notices in prefs.
Tomas Chvatal [Sun, 24 Mar 2013 16:50:20 +0000 (17:50 +0100)] 
Allow translation of notices in prefs.

11 years agoimprove zoomed post content css
Andrew Dolgov [Sun, 24 Mar 2013 16:22:16 +0000 (20:22 +0400)] 
improve zoomed post content css

11 years agoupdate translations
Andrew Dolgov [Sun, 24 Mar 2013 16:09:43 +0000 (20:09 +0400)] 
update translations

11 years agolocalized_js: add ngettext
Andrew Dolgov [Sun, 24 Mar 2013 16:08:18 +0000 (20:08 +0400)] 
localized_js: add ngettext

11 years agoMerge pull request #77 from scarabeusiv/master
Andrew Dolgov [Sun, 24 Mar 2013 16:00:55 +0000 (09:00 -0700)] 
Merge pull request #77 from scarabeusiv/master

Fix pluralized forms and whitespace in translations and fix the l10n tools

11 years agoFix LDAP plugin error and add option disabling anonymous login befor bind
Web5 [Sun, 24 Mar 2013 15:50:11 +0000 (11:50 -0400)] 
Fix LDAP plugin error and add option disabling anonymous login befor bind

11 years agoFix typo.
Tomas Chvatal [Sun, 24 Mar 2013 13:06:54 +0000 (14:06 +0100)] 
Fix typo.

11 years agoRemove unused strings from czech pofile.
Tomas Chvatal [Sun, 24 Mar 2013 12:58:55 +0000 (13:58 +0100)] 
Remove unused strings from czech pofile.

11 years agoUpdate all translations reflecting the whitespace change.
Tomas Chvatal [Sun, 24 Mar 2013 12:58:05 +0000 (13:58 +0100)] 
Update all translations reflecting the whitespace change.

11 years agoCleanup gettext whitespace.
Tomas Chvatal [Sun, 24 Mar 2013 12:57:30 +0000 (13:57 +0100)] 
Cleanup gettext whitespace.

11 years agoUpdate all translations based on new templates and regenerate compiled files.
Tomas Chvatal [Sun, 24 Mar 2013 12:51:48 +0000 (13:51 +0100)] 
Update all translations based on new templates and regenerate compiled files.

11 years agoUpdate czech translations.
Tomas Chvatal [Sun, 24 Mar 2013 12:51:18 +0000 (13:51 +0100)] 
Update czech translations.

11 years agoRegenerate templates.
Tomas Chvatal [Sun, 24 Mar 2013 12:50:52 +0000 (13:50 +0100)] 
Regenerate templates.

11 years agogettext whitespace fix
Tomas Chvatal [Sun, 24 Mar 2013 12:37:40 +0000 (13:37 +0100)] 
gettext whitespace fix

11 years agoFix remaining plural forms to work with gettext.
Tomas Chvatal [Sun, 24 Mar 2013 12:32:03 +0000 (13:32 +0100)] 
Fix remaining plural forms to work with gettext.

11 years agoFix plural forms on feed count.
Tomas Chvatal [Sun, 24 Mar 2013 11:55:53 +0000 (12:55 +0100)] 
Fix plural forms on feed count.

11 years agoFix plural forms on archived articles.
Tomas Chvatal [Sun, 24 Mar 2013 11:42:50 +0000 (12:42 +0100)] 
Fix plural forms on archived articles.

11 years agoFix whitespace, gettext is whitespace fragile.
Tomas Chvatal [Sun, 24 Mar 2013 11:23:22 +0000 (12:23 +0100)] 
Fix whitespace, gettext is whitespace fragile.

11 years agoUse plural forms.
Tomas Chvatal [Sun, 24 Mar 2013 11:14:29 +0000 (12:14 +0100)] 
Use plural forms.

11 years agoFix l10n scripts not to garbage headers.
Tomas Chvatal [Sun, 24 Mar 2013 11:13:42 +0000 (12:13 +0100)] 
Fix l10n scripts not to garbage headers.

11 years agoRevert "Update messages.po"
Tomas Chvatal [Sun, 24 Mar 2013 10:47:42 +0000 (11:47 +0100)] 
Revert "Update messages.po"

This reverts commit 3cf3ea412ed02ac092f45c3156b32ff019810e15.

11 years agoapi, getCategories: properly return information for categories with 0 feeds, but...
Andrew Dolgov [Sun, 24 Mar 2013 10:46:45 +0000 (14:46 +0400)] 
api, getCategories: properly return information for categories with 0 feeds, but children categories present

11 years agoapi: implement subscribeToFeed/unsubscribeFeed (closes #623)
Andrew Dolgov [Sun, 24 Mar 2013 10:28:43 +0000 (14:28 +0400)] 
api: implement subscribeToFeed/unsubscribeFeed (closes #623)

11 years agoMerge pull request #74 from gvmelle/master
Andrew Dolgov [Sun, 24 Mar 2013 08:52:16 +0000 (01:52 -0700)] 
Merge pull request #74 from gvmelle/master

update nl_NL mo file

11 years agoMerge pull request #75 from remram44/master
Andrew Dolgov [Sun, 24 Mar 2013 08:42:44 +0000 (01:42 -0700)] 
Merge pull request #75 from remram44/master

Fixes #621, redirection to mobile/

11 years agoRemoves redirection to mobile/
Remi Rampin [Sun, 24 Mar 2013 03:06:42 +0000 (23:06 -0400)] 
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.

11 years agoupdate translation file
Gideon van Melle [Sat, 23 Mar 2013 10:30:34 +0000 (11:30 +0100)] 
update translation file

added 5 new strings

11 years agoremove .settings
Andrew Dolgov [Sat, 23 Mar 2013 07:49:26 +0000 (11:49 +0400)] 
remove .settings

11 years agorelease 1.7.5 1.7.5
Andrew Dolgov [Sat, 23 Mar 2013 06:56:48 +0000 (10:56 +0400)] 
release 1.7.5

11 years agoRevert "title escaping: do not double-encode entities"
Andrew Dolgov [Sat, 23 Mar 2013 06:49:50 +0000 (10:49 +0400)] 
Revert "title escaping: do not double-encode entities"

This reverts commit d6ce708930cb838af3ed1cf585d3ca62b7036d9b.

11 years agoremove page title stuff for the time being
Andrew Dolgov [Sat, 23 Mar 2013 05:51:30 +0000 (09:51 +0400)] 
remove page title stuff for the time being

11 years agoRevert "update SITE_TITLE customization to work without needing to be pre-defined...
Andrew Dolgov [Sat, 23 Mar 2013 05:48:15 +0000 (09:48 +0400)] 
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 8d051fa0769922df69ac737eee9d13dff67095a9.

11 years agoRevert "fix tabs"
Andrew Dolgov [Sat, 23 Mar 2013 05:48:07 +0000 (09:48 +0400)] 
Revert "fix tabs"

This reverts commit d6cb94145945a47fc843ed9c25197b1ece40cdae.

11 years agoRevert "remove default definition of SITE_TITLE; rename to _SITE_TITLE as with other...
Andrew Dolgov [Sat, 23 Mar 2013 05:45:21 +0000 (09:45 +0400)] 
Revert "remove default definition of SITE_TITLE; rename to _SITE_TITLE as with other constants of this nature"

This reverts commit 1f56ba13cd69efca4f24a3bce9a8bb8ebcf3ebac.

11 years agotitle escaping: do not double-encode entities
Andrew Dolgov [Sat, 23 Mar 2013 05:44:52 +0000 (09:44 +0400)] 
title escaping: do not double-encode entities

11 years agoremove lib/iui
Andrew Dolgov [Sat, 23 Mar 2013 05:34:01 +0000 (09:34 +0400)] 
remove lib/iui

11 years agoshow loading indicator when appending headlines
Andrew Dolgov [Sat, 23 Mar 2013 05:30:57 +0000 (09:30 +0400)] 
show loading indicator when appending headlines

11 years agospan.author: force normal weight
Andrew Dolgov [Sat, 23 Mar 2013 05:25:36 +0000 (09:25 +0400)] 
span.author: force normal weight

11 years agorssfuncs: do not try to match on empty label
Andrew Dolgov [Sat, 23 Mar 2013 05:23:02 +0000 (09:23 +0400)] 
rssfuncs: do not try to match on empty label

11 years agosilence gzdecode() errors
Andrew Dolgov [Sat, 23 Mar 2013 05:21:57 +0000 (09:21 +0400)] 
silence gzdecode() errors

11 years agoupdate reset user password to use ttrssMailer
Andrew Dolgov [Sat, 23 Mar 2013 05:20:16 +0000 (09:20 +0400)] 
update reset user password to use ttrssMailer

11 years agoMerge pull request #73 from derekmurawsky/dmChanges
Andrew Dolgov [Sat, 23 Mar 2013 05:09:34 +0000 (22:09 -0700)] 
Merge pull request #73 from derekmurawsky/dmChanges

Centralized mail handling per post on google + community.

11 years agoAdditions:
derekmurawsky [Fri, 22 Mar 2013 20:25:12 +0000 (16:25 -0400)] 
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.

11 years agoMerge pull request #71 from gvmelle/master
Andrew Dolgov [Fri, 22 Mar 2013 17:18:47 +0000 (10:18 -0700)] 
Merge pull request #71 from gvmelle/master

added dutch to array

11 years agoMerge pull request #72 from MikkCZ/master
Andrew Dolgov [Fri, 22 Mar 2013 17:18:17 +0000 (10:18 -0700)] 
Merge pull request #72 from MikkCZ/master

Revert .gtignore mistake change

11 years agoTypo
Gideon van Melle [Fri, 22 Mar 2013 17:08:20 +0000 (18:08 +0100)] 
Typo

- had to be =

11 years agoAdded string for Dutch
Gideon van Melle [Fri, 22 Mar 2013 17:04:13 +0000 (18:04 +0100)] 
Added string for Dutch

Added "nl_NL" -> "Dutch", in the array for function get_translations()

11 years agoRevert ".gitignore"
Michal Stanke [Fri, 22 Mar 2013 16:58:37 +0000 (17:58 +0100)] 
Revert ".gitignore"

This reverts commit bba6523d550b34aa034ff245889f66ffcc9d64d1.

11 years agoMerge pull request #69 from mrstegeman/greader
Andrew Dolgov [Fri, 22 Mar 2013 16:54:59 +0000 (09:54 -0700)] 
Merge pull request #69 from mrstegeman/greader

Modify googlereaderkeys plugin with mark unread toggle.

11 years agoMerge pull request #70 from MikkCZ/master
Andrew Dolgov [Fri, 22 Mar 2013 16:54:38 +0000 (09:54 -0700)] 
Merge pull request #70 from MikkCZ/master

cs-CZ localization update

11 years agoMerge pull request #68 from gvmelle/master
Andrew Dolgov [Fri, 22 Mar 2013 16:49:32 +0000 (09:49 -0700)] 
Merge pull request #68 from gvmelle/master

Dutch translation files added

11 years ago.gitignore
Michal Stanke [Fri, 22 Mar 2013 16:39:02 +0000 (17:39 +0100)] 
.gitignore

11 years agosome typing error corrections
Gideon van Melle [Fri, 22 Mar 2013 15:21:27 +0000 (16:21 +0100)] 
some typing error corrections

11 years agoUpdate messages.po
MikkCZ [Fri, 22 Mar 2013 13:53:32 +0000 (14:53 +0100)] 
Update messages.po

Up to line 950.

Changed some terminology
e.g. tag -> štítek, feed -> zdroj

11 years agoModify googlereaderkeys plugin with mark unread toggle.
Mike Stegeman [Fri, 22 Mar 2013 12:40:39 +0000 (06:40 -0600)] 
Modify googlereaderkeys plugin with mark unread toggle.

11 years agoAdded maps and nl_NL translation files
Gideon van Melle [Fri, 22 Mar 2013 11:30:45 +0000 (12:30 +0100)] 
Added maps and nl_NL translation files

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

11 years agoCreate nl_NL
gvmelle [Fri, 22 Mar 2013 11:03:10 +0000 (12:03 +0100)] 
Create nl_NL

11 years agoadd basic password recovery thing
Andrew Dolgov [Fri, 22 Mar 2013 10:50:02 +0000 (14:50 +0400)] 
add basic password recovery thing

11 years agoadd active class for unexpanded cdm
Andrew Dolgov [Fri, 22 Mar 2013 09:04:41 +0000 (13:04 +0400)] 
add active class for unexpanded cdm