{9} Last 25 Commented-on tickets (25 matches)

Last 25 tickets which have been commented on.

Ticket Summary Created Reporter Description
#507 Problem with Digg and StumbleUpon feeds 03/14/08 reporter

I have just upgraded from 0.5.4 to 0.5.5 CVS today (20080314) and this issue is fixed , both Digg and StumbleUpon? feeds are reding in fine now.

Sorry to have mucked you around.

#502 Tiny bug in Mark All Read Plugin Version 0.6 from svn 02/15/08 reporter

My diff as I can't attach a file:

*** ~/markallread.php.orig 2008-02-15 21:09:52.000000000 +1100 --- plugins/markallread.php 2008-02-15 21:10:14.000000000 +1100 *************** *** 84,90 ****

} $options = rss_plugins_get_option( MARKALLREAD_CONFIG_OPTIONS ); if( $options & MARKALLREAD_OPTION_LINK_FEED )

! return "<a title='".('Mark This Feed as Read')."\" href=\"". getPath() ."feed.php?metaaction=ACT_MARK_CHANNEL_READ&amp;channel=" . $GLOBALSrss?->currentFeedsFeed-> id . "\" onclick=\"return _markallread(this,'feed','" . rss_feeds_feed_title() . "');\">" . $existingText . '</a>';

else

return $existingText;

}

--- 84,90 ----

} $options = rss_plugins_get_option( MARKALLREAD_CONFIG_OPTIONS ); if( $options & MARKALLREAD_OPTION_LINK_FEED )

! return "<a title=\"".('Mark This Feed as Read')."\" href=\"". getPath() ."feed.php?metaaction=ACT_MARK_CHANNEL_READ&amp;channel=" . $GLOBALSrss?->currentFeedsFeed-> id . "\" onclick=\"return _markallread(this,'feed','" . rss_feeds_feed_title() . "');\">" . $existingText . '</a>';

else

return $existingText;

}

#500 Can't Import OPML 11/16/07 cfriesen

The problem is Gregarius only allows URLs to be in the form of xmlUrl='ENTER URL', whereas the opml file you provided uses url='ENTER URL'.

#406 Auto Update Feed Title 11/03/07 cfriesen

Does this imply pulling the feed on demand then pulling the title?

Wouldn't it be better to add an option to update the title (and other properties, maybe) during the update process?

#318 add unread to do-not-prune list 11/03/07 cfriesen

Closed by [1772]

#243 Feed update interval should be modifiable per feed 11/02/07 cfriesen
#499 Feeds with identical title link to same feed view 10/31/07 cfriesen

This has to do with the mod-rewrite stuff using the title to lookup a feed by the title.

I'd suggest something like /[root]/fid/ for the mod-rewrite, which would break a lot of peoples indexed pages (maybe make a usemodrewrite.advanced?)

Or force the title to be UNIQUE (add a unique index to the column in the database?).

The second would be by far easiest, though I'm not sure it's practical.

#461 feed title with ? break gregarius 10/31/07 reporter

Might be fixed (current reversion is 1771). Feed title: "Is It Christmas?" results in URL: /gregarius/Is_It_Christmas_/ and seems to be displayed correctly.

#472 favicons not displayed (Postgresql) 10/25/07 reporter
#498 utf8_encode function problem 10/13/07 mbonetti

dupe of #497

#498 utf8_encode function problem 10/13/07 reporter
#496 Search Exact 10/13/07 cfriesen

Fixed in [1760]

#458 Display of HTML tables from RSS feeds shows images with wrong size 09/25/07 mbonetti

should be fixed in [1758]

#494 schema.php MySQL TEXT field syntax incorrect. 09/24/07 cfriesen

Are you by chance using MySQL 5?

I think I ran into something similar to this while upgrading another PHP application on my server. Something about the syntax of TEXT/BLOB being changed.

Chris

#493 rss.config.restrictrefresh = true and rss.config.refreshafter > 0 causes failed updates 09/24/07 mbonetti

Looks fine, thanks for the patch (applied in [1757])

#493 rss.config.restrictrefresh = true and rss.config.refreshafter > 0 causes failed updates 09/24/07 reporter

I can't attach a file, so patch inline

Index: themes/default/web/header.php
===================================================================
--- themes/default/web/header.php       (revision 1756)
+++ themes/default/web/header.php       (working copy)
@@ -6,7 +6,7 @@
        <link rel="stylesheet" type="text/css" href="<?php echo getPath() ?>css/print.css" media="print" />
        <?php echo rss_scheme_stylesheets(); ?>
 <?php echo rss_plugin_hook('rss.plugins.stylesheets', null); ?>
-<?php if(rss_header_autorefreshtime() > 0) { ?>
+<?php if(rss_header_autorefreshtime() > 0 && !getConfig('rss.config.restrictrefresh')) { ?>
        <meta http-equiv="refresh"  content="<?php echo rss_header_autorefreshtime(); ?>;<?php echo rss_header_autorefreshurl() ?>" />
 <?php } ?>
 <?php

#488 Icon scaling not working in admin 09/22/07 cfriesen

Of the 80 active feeds I have, around 10 where oversized and not scaling properly. Looked quite ugly. I already reverted it back to using the img tag in my copy as I don't really _need_ to click the itty-bitty little icon to check the checkbox.

Who knows, others might?

#488 Icon scaling not working in admin 09/22/07 mbonetti

I'm not sure we wanna fix this, because CSS icon makes for clickable labels. Is the occasional oversized icon (with overflow:hidden!) such a big issue?

#479 Ability to subscribe to feed as private 09/22/07 mdodoo

This ticket depends on #470.

#488 Icon scaling not working in admin 09/22/07 mdodoo

Assigning back to Marco because I am not sure of any way to fix this issue and keep the CSS styling.

#492 Chinese (in UTF-8) title/description becomes garbage when edit feed 09/21/07 reporter

forgot to mention, I can be reached @ ymehui at the yahoo com dot

Edmond

#473 New "skip to page" on feeds breaks rendering on IE 7.0 09/21/07 mdodoo

See [1756]

#473 New "skip to page" on feeds breaks rendering on IE 7.0 09/21/07 mdodoo
#473 New "skip to page" on feeds breaks rendering on IE 7.0 09/21/07 mdodoo
#414 patch to lilina to allow for title-click-expansion while a page is loading 09/19/07 cfriesen

Fixed in [1755].

(I was wondering where those 404 errors were coming from all of a sudden.)

Note: See TracReports for help on using and creating reports.