Search
Results (18306)
- Help: RE: "Private" ticket
- I modified http://www.redmine.org/issues/337. Watchers also have permission to view tasks.
- Help: RE: JOIN/WHERE SQL for selecting issues viewable by a user
- turns out not to be too complicated, the SQL ... pre><code class="python"> SELECT * FROM "issues" LEFT OUTER JOIN "issue_statuses" ON "issue_statuses".id = "issues".status_id LEFT OUTER JOIN "projects" ON "projects".id = "issues".project_id WHERE ( 1 = 0 ... ,6,7 are the projects the user has the 'view_issues' permission. And here is my Python code ... proj_ids = user_projects_with_view_issue_perms(user_id) return q.where(or_( ... return q def user_projects_with_view_issue_perms(user_id): sql = """ sele ... d = :user_id and r.permissions like '%\:view_issues%' """ result = db.sess.execute(sq ... return [row['id'] for row in result] def ...
- Help: RE: Problem with new Issue field
- Fix for patch: s/visible/visible_private/
- Can someone tell me what the JOIN/WHERE SQL would be to select issues that are viewable by a given user id? I have an external application that needs to retrieve issues for a user, but only those they could see i ... logic seems to be: * if admin -> show all issues * show issues if user is part of a project with a role that has view permissions
- Plugins: RE: Overriding helpers in plugins?
- You must redefine the method and implement yo ... f custom_fields_tabs tabs = [{:name => 'IssueCustomField', :partial => 'custom_fields/index', :label => :label_issue_plural}, {:name => 'TimeEntryCu ... tivity::OptionName}, {:name => 'IssuePriorityCustomField', :partial => 'custom_fields/index', :label => IssuePriority::OptionName}, {:name => ... f custom_fields_tabs tabs = [{:name => 'IssueCustomField', :partial => 'custom_fields/index', :label => :label_issue_plural}, {:name => 'TimeEntryCu ... tivity::OptionName}, {:name => 'IssuePriorityCustomField', :partial => 'custom_fields/index', :label => IssuePriority::OptionName}, {:name => ... e patch in lib folder. regards. Rolando
- Plugins: RE: Object Daddy, plugins and test
- Update: I managed to remove the errors by cha ... ) Watcher.send(:include, WatcherPatch) Issue.send(:include, IssuePatch) Journal.send(:include, JournalPatch ... o Watcher.send(:include, WatcherPatch) Issue.send(:include, IssuePatch) Journal.send(:include, JournalPatch ... defined method `generate!'" errors were gone.
- Plugins: RE: XLS export plugin
- > Folder in which plugin should be installe ... ested_set budget_plugin chantra-redmine_newissuealerts classic_pagination coderay-0.7.6.227 ... to get it working? Thanks, sultansofswing.
- Help: RE: Bazaar repository not visible from redmine
- Hi all, please ignore this request. It turned out that it was a Jruby issue. I didn't investigate further but i trashed ... pected. Sorry for bothering you, Gabriele
- Help: RE: Rescan repository for ticket referencing
- Our issue for now is we have 22 projects with reposito ... the day in incremental. Cheers Russell
- Given the performance issues we've hit with 0.9.x and sqlite3 as a backe ... ut it looks like it's done a good job for us.
- Open discussion: RE: How to contribute
- I have some questions about Time Tracking fea ... ginally estimated) I really like Redmine issue tracking features. Nice job, guys. But now ... th the requirements definitions for this.
- I am running redmine 0.9 on windows server 20 ... etails log for it. Does any one have similar issues.
- Help: RE: Different priority levels for different trackers
- I am also in need of such a function. Besides ... n be defined on a project basis) solves this issue.
- Help: RE: Simultaneous Issue Editing
- Mentioning the word Concurrent in case that draws more attention :)
- Help: RE: Subversion and Redmine.pm - svn cop ... read status line: Secure connection truncated
- I also found that running mpm_worker with Red ... as I last tried it about a year ago. The issue brought itself to light by causing apaches p ... e.pm: You *have to* use the preforked apache.
- Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
- Thanks Felix, that explains why the query is ... supported in sqlite3 so perhaps this is the issue. sqlite3 is performing perfectly for our ... NCREMENT and ` for ") but there are escaping issues. For example our LDAP auth user name conta ... ormance bug as it certainly is a performance issue when using 0.9 vs 0.8 and if sqlite doesn't ... I assume this will just be passed off as an issue with ActiveRecord rather than Redmine. If ... at would be very useful. Cheers Russell
- Open discussion: RE: Our Latest Theme
- Redmine 0.9.2. Bugs: click on Issues (http://localhost:3000/issues?project_id=testprojid) write error NoMethodError in Issues#index Showing vendor/plugins/redmine_shane_and_peter_design/app/views/issues/_form.rhtml where line #4 raised: undefin ... hide_attachments ||= nil %> 3: 4: <% if @issue.new_record? %> 5: <% if @issue.copied %> 6: <p><%= f.select :project_id ... ins/redmine_shane_and_peter_design/app/views/issues/_new_issue.html.erb, vendor/plugins/redmine_shane_and_peter_design/app/views/issues/index.rhtml Why undefined method `new_re ... grammatical errors. I speak english not good.
- Help: RE: project subversion credentials
- Hi, I've juste submitted a patch for this ... can have a look here http://www.redmine.org/issues/5236 and please let me know your suggestions (I'm not a programmer)
- Help: RE: [Patch?] Browse private repositories without supplying login and password
- Just to let you know that I've submitted a small patch for this here: http://www.redmine.org/issues/5236 Please let me know if you have any suggestion.
- Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
- As far as I can tell, the second query gets m ... that you think there is a bug in this query.
- Help: RE: Problem with new Issue field
- Anyone can help? I'm making new "private issue" patch for 0.9.3 and I think many people need it
- Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
- I was running in production mode. I changed ... seems to make no visible difference for this issue. Yes a different DB may be the answer, bu ... ts now getting on for 10x as slow to show an issue.
- Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
- "Development log"? "SQLite"? No kidding it's ... an't think of anything else than downgrading.
- Running our 0.8.7 installation vs our 0.9.3 (upgraded from the 0.8.7 one), the time to display an issue has gone from 1.8s to 11.2s according to the ... e to how changesets our now looked up for an issue. Looking in the log for 0.8.7, I see the following when showing an issue: <pre>Changeset Load (0.579000) SELECT * FROM "changesets" INNER JOIN "changesets_issues" ON "changesets".id = "changesets_issues".changeset_id WHERE ("changesets_issues".issue_id = 4213 ) ORDER BY changesets.committed_on ... ositories".project_id INNER JOIN "changesets_issues" ON "changesets".id = "changesets_issues".changeset_id WHERE (((((projects.status=1 ... 2,32,13,7,38,42,1,36,37)))) AND ("changesets_issues".issue...
- Help: RE: "Private" ticket
- http://www.redmine.org/issues/337 ?