Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would be nice to have the same functionality also for Activities #3

Open
chanibal opened this issue Feb 5, 2013 · 6 comments
Open

Comments

@chanibal
Copy link

chanibal commented Feb 5, 2013

Issue highlighting is good, but it seems like the Activity screen could use the same information.

On the Activity screen you can have issues, changesets, wiki edits and timetracking - it would be nice to have them all tracked for viewing of changes.

@ameya86
Copy link
Owner

ameya86 commented Feb 6, 2013

@chanibal
Copy link
Author

chanibal commented Feb 6, 2013

Hi, thanks for the update, unfortunately it has a problem:

Started GET "/projects/.../activity" for ... at Wed Feb 06 15:44:08 +0100 2013
Processing by ActivitiesController#index as HTML
  Parameters: {"id"=>"..."}
  Current user: chanibal (id=3)
Completed 500 Internal Server Error in 83ms

NoMethodError (undefined method `find_events' for AlreadyRead:Module):
  lib/redmine/activity/fetcher.rb:76:in `events'
  lib/redmine/activity/fetcher.rb:75:in `each'
  lib/redmine/activity/fetcher.rb:75:in `events'
  lib/redmine/activity/fetcher.rb:74:in `each'
  lib/redmine/activity/fetcher.rb:74:in `events'
  app/controllers/activities_controller.rb:41:in `index'

@ameya86
Copy link
Owner

ameya86 commented Feb 7, 2013

I dont know "AlreadyRead:Module".
AlreadyRead is "class".

please try

grep -R "module AlreadyRead" /redmine/path

@chanibal
Copy link
Author

chanibal commented Feb 7, 2013

Redmine release is latest stable, after reverting to the old version (0.0.1) of your plugin it works correctly again.
Your plugin is the only one currently installed.

$ grep -R "module AlreadyRead" .
./plugins/redmine_already_read/lib/already_read/query_patch.rb:module AlreadyReadQueryPatch
./plugins/redmine_already_read/lib/already_read/issue_patch.rb:module AlreadyReadIssuePatch

additional system info:

Redmine 2.2.2.stable.11327

Default administrator account changed   (checked)
Attachments directory writable      (checked)
Plugin assets directory writable    (checked)
RMagick available (optional)        (checked)

Environment:
  Redmine version                          2.2.2.stable.11327
  Ruby version                             1.8.7 (i686-linux)
  Rails version                            3.2.11
  Environment                              production
  Database adapter                         MySQL
Redmine plugins:
  redmine_already_read                     0.0.1       // reverted from 0.0.3 after it didn't work

@ameya86
Copy link
Owner

ameya86 commented Feb 10, 2013

Not reproduced my redmine.

@chanibal
Copy link
Author

I'll try to look at it again on monday or tuesday, maybe i installed it incorrectly somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants