{5} Assigned, Active Tickets by Owner (Full Description) (18 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

mbonetti (12 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#197 Mark all as read on click FEATURES Gregarius 0.5.5 defect normal 10/04/05

I assume this is where I'm supposed to submit a feature request. If so, I'd love it if when you clicked the link to display a feed, it would mark all of that feeds items as read.


#207 After purging, pb with the total items "number" BUGS Gregarius 0.5.5 defect normal 10/10/05

I purged about 33k items, and my "front" page still indicates the same amount of items.

I thought it was my cache, but doesn't look like, Maybe theme caching ?


#214 Sorting of feeds by # of posts, increasing or decreasing FEATURES Gregarius 0.5.5 defect normal 10/17/05

Besides the default sort by title, it might be good to able to sort the feeds in the feeds tab by #of unread posts.


#220 don't show certain feeds on the mai page FEATURES Gregarius 0.5.5 defect normal 10/21/05

I have a lot of feeds that I subscribe to, and they vary in terms of how often they're updated.

The problem I come across is that some feeds just overwhelm the others in terms of updates (like google news headlines, or business for example). It'd be really nice if we can have an option for feeds (or even entire categories) not to show up on the frontpage. Instead, I can visit my google news page on gregarius once or twice a day when I need to, and my frontpage will consist of my other feeds.

Would it be possible to do something like this in gregarius?

Discussion going on here: http://forums.gregarius.net/comments.php?DiscussionID=38&page=1#Item_1


#300 Ability to filter/sort tagged items like feeds/categories FEATURES Gregarius 0.5.5 enhancement normal 12/15/05

I would like to be able to view only unread tagged items (with the "Read only"/"Read and unread" select box), and sort them according to the rss.config.datedesc.read and rss.config.datedesc.unread options.


#451 Allow a non-numeric vfolder parameter for feed.php BUGS defect normal 10/18/06

Using an URL like feed.php?vfolder=news does not work anymore for quite some time, numeric id is now required.


#481 Autotagger chokes on multiple <category> fields in RSS 2.0 PLUGINS defect normal 06/10/07

See http://anime.miao.us/feed/ for an example. The Autotagger only gets one of many tags. Tags with spaces are split up into multiple tags...


#93 Private folders FEATURES Gregarius 0.5.5 defect normal 08/02/05

Allow folders to be flagged as Private, so that every feed added to that folder automatically receives the Private flag as well.


#149 Tags sorting FEATURES Gregarius 0.5.5 defect normal 08/29/05

Add ability to sort tags in the tags side column:

  • by date added
  • alphabetically (current)
  • by tag count

#195 .htaccess should be generated dynamically/manually FEATURES Gregarius 0.5.5 defect normal 10/03/05

The .htaccess file should be generated dynamically to prevent server configuration errors on different apache installations.

When the user opens the first gregarius page and the schema is created and default options are set, we should ask whether mod_rewrite is to be set and create the .htaccess file accordingly. This will allow a user to realize that there is a problem with the .htaccess file and the user can be warned to remove it, if it creates errors.

I also have a problem with multiviews. http://svn.gregarius.net/trac/changeset/582 We have a

Option -Multiviews

in the .htaccess file but my default gentoo install of apache does not allow this option to be overwritten in the user's directory. Maybe this option can also be dynamically put in, if required and does not create an error. Is this option necessary for gregarius to work properly?

Dynamic/manual generation of the .htaccess file will make installation of gregarius less of a problem.


#225 Feedlist Disappeared after MySQL upgrade (to mysql-4.1.14) BUGS Gregarius 0.5.5 defect normal 10/25/05

I upgraded mysql from 4.0.25 to 4.1.14 and when I next went back to gregarius, the list of feeds and list of articles had dissapeared.

I grepped through the code a bit and found the problem in cls/channels.php in the populate method - the query has a 'where f.id=c.parent' clause. When I checked it out, the only folder in my system had an id of 1 but all the feeds had a parent of 0. So i did a 'update channels set parent=1' (because i didn't have any other folders) and this resolved my problem.

Perhaps this is some subtle thing to do with the way default joins work or something - perhaps the query (and other similar queries in the system for getting the feeds) should use a left join instead of the implied join (which i think works out as an inner join) so that it gets the feeds that don't have a folder set. Anyway - this may not break at all for other users on the new MySQL version so perhaps wait and see.


#236 Force addition of an RSS feed FEATURES Gregarius 0.5.5 defect normal 10/25/05

There have been a lot of times where tring to add a known good rss feed times out on the remote server, so I have to add it via the db. There should be a way to add it in the admin section.


mdodoo (3 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#25 Support multiple users from a single installation FEATURES Gregarius 0.6.1 enhancement normal 06/20/05

I'm planning to use gregarius at the office (maybe with 6 or 7 people). Each of one wants its own gregarius with its own feeds. I mean, each of those people are not looking at the same feeds or maybe they have common feeds but they do not read them at the same time. Currently, I need to install many gregarius copy (code + database) as number of users to do that. When time to upgrade gregarius comes, I need to upgrade many copies again. We can try to setup symlink to have only one copy of the code, but we stay with multiple copies of database. I think it would be great to have a multi user option in gregarius. You can have a master gregarius admin who cans create user account. Each account has its own feeds and its own preferences. Maybe you can add also an option to exchange feeds between account ("send this feed to someone" with a drop down where you choose who). Finally, it's similar to bloglines :) But we don't want to use bloglines :) Thanks /JPC


#252 Redesign the configuration interface FEATURES Gregarius 0.5.5 defect normal 11/05/05

One thing that has been bugging me lately is the lack of a advanced configuration profile without editing files.

Can we possability have a advanced config option that lists *Every* config option there is (rss_*)? so normal people see one set of basic config options, and people can see everything if they so choose to.

Could also split them up into catagorys, such as Style Feed Plugins etc.

and have it a tad bit more user friendly.

Just a thought.


#170 Sync unread counts across the board FEATURES Gregarius 0.6.0 defect normal 09/08/05

The ideal case would be to make the unread counts syncronized in all places in gregarius. When you double click an item in the item view, the unread count changes correctly at the top of the item view and the unread count also changes at the top of the list of feeds and it changes next to the feed that this item belongs to. Maybe this could be done with a little javascript and some <span's>.

This was formerly reported in ticket #160


sdcosta (2 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#223 Items searchable by date FEATURES Gregarius 0.5.5 defect normal 10/24/05

Upgrade the search function so that you can set date and time parameters.


#421 Patch to replace MagpieRSS with SimplePie BUGS Gregarius 0.5.5 enhancement normal 06/14/06

I've taken a first swipe at replacing MagpieRSS with SimplePie?. The attached diff against Gregarius trunk @1498 works fairly well for me. Although Magpie isn't doing any parsing, I haven't entirely excised it from the project, mainly due to the patches added by Gregarius which I'm either not comfortable changing or haven't gotten around to fixing yet.

SP isn't quite ready for prime time, but they're quickly nearing a 1.0 release.


tsugliani (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#61 Have each "renderable" object have its own stylesheet FEATURES Gregarius 0.5.5 defect minor 07/18/05

Have each renderable object register its own stylesheet(s) to the Header object so that:

  • no unused CSS is loaded
  • it's easier to plug new advanced functionalities (e.g. not coverable by a plugin) -> "modules"?

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