Search
Results (18298)
- Help: RE: syntax highlighter and plugin directory, ubuntu server
- There is no "auto-update" per se, if you mean ... ), updating the database (for which you just issue a migrate command, rails uses a versioning o ... you have a backup to be on the safe side ;-)
- Hi, In my plugin, I want to redirect the user to the issue editing page when he clicks a link. The thi ... d for example). In the edit action of the issues controller, there is a "request.post?" test ... ruby/rails noob (and web dev in general...).
- Help: RE: errors w/ remote viewing
- So are you getting the stated issue above when running in webrick and apache, or ... ix may be right about it being a permissions issue. Also what are you using to interface bet ... GI Ruby 1.8.6 Rails 2.3.5 Apache 2.2.3
- Help: RE: Where does Redmine determine if the Repository tab is shown?
- Jake Tanner wrote: > Every time I install ... s same spot. I want to have a public forum, issues and wiki but a private repository. An e ... has all the private stuff (or vice-versa)
- Plugins: RE: ToDo lists plugin
- another bug? add a query with order, can' ... }} Redirected to http://172.30.8.11/redmine/issues?query_id=1 Completed in 87ms (DB: 14) | 30 ... 8.11/redmine/queries/edit/1] Processing IssuesController#index (for 172.30.7.56 at 2010-03 ... n"=>"index", "query_id"=>"1", "controller"=>"issues"} *NoMethodError (undefined method `todo ... e/public/500.html (500 Internal Server Error)
- I'm trying to get redmine running w/ Apache on gentoo and having issues. Didn't get a response last time, couldn't ... . Any ideas what I'm doing wrong here?
- Help: RE: Where does Redmine determine if the Repository tab is shown?
- Plugin sounds best to me too. However, the R ... s same spot. I want to have a public forum, issues and wiki but a private repository. I also ... someone will team up with me to create this.
- Hi, Redmine newbie here. Is there a way to display all issues assigned to <<me>> across all projects, sor ... like to display that in "My Page". Thanks!
- Plugins: RE: ToDo lists plugin
- I think I have found the problem (at least I ... roblem is the "show_todos" method defined in IssuesControllerPatch that called "render :partial ... to: <pre><code class="ruby"> # def view_issues_show_description_bottom(context ={ }) # ... ntroller.show_todos # end render_on :view_issues_show_description_bottom, :partial => 'todos', :locals => { :todos => @todos } </code></pre>
- Let me start out by saying that I'm quite imp ... within a project. For example, I open a new issue in project A. It involves an issue with project A's web interface. I can categ ... wing the project 'A' and when I create a new issue, I'd need to be able to create it from proje ... hose/tag BOTH of those as categories for the issue. This ok for reporting and whatnot and woul ... rs. Let's start the discussion. Thanks.
- Hello, I'm running a Debian Testing. Kern ... uble... Could you explain me about this issue, please ? A config that i forgot ? Or something else ? Thank you in advance.
- Plugins: RE: 6 new open-source Redmine themes available!
- > Sak Tuy wrote: > > I tried out your libe ... Sak Tuy: Could you please report the issue on the GitHub issue tracker? The URL is: http://github.com/rajkrish/libernix-redmine-ecoblue/issues I would appreciate if you could also pos ... ve any. Thank you, -Rajesh Krishnan
- Help: RE: Win + MySQL: Object is not missing constant Project!
- Hi all, if nobady has a solution for this issue, what is the best configuration to use to have Redmine work on a windows environment?!
- 1. When I run the patch #1616 to allow replie ... handler_test.rb.rej: - :issue_categories + :issue_categories, + :boards ... 6db8c70>) on line #9 <http://www.redmine.org/issues/9> of settings/_notifications.rhtml: 6: 6 ... ing rejects to file config/settings.yml.rej
- Help: RE: errors w/ remote viewing
- Could this be a permissions issue?
- Help: RE: Best setup for redmine using ssl
- I am trying out passenger right now and really like it. There seems to be one issue though. When i go to upload a file in redmi ... rror message i find that it is a permissions issue, but i have not been able to locate the folder that has the permission issue. can anyone point me in the right direction?
- Help: RE: issues tab not showing issues per project
- Hi Felix, Seems after migrating data from ... ' for each project. This is probably why the issues for each project were shown. Thanks for the help! ps] this topic may be closed.
- Dear all, In the projectoverview there's a box titled "issue tracking" and it states the count for open and closed issues. Although my project has over 20 open issues and about 300 closed ones, the box says "Bu ... d is stated below: SELECT count(DISTINCT "issues".id) AS count_all, tracker_id AS tracker_id FROM "issues" LEFT OUTER JOIN "projects" ON "projects".id = "issues".project_id LEFT OUTER JOIN "issue_statuses" ON "issue_statuses".id = "issues".status_id LEFT OUTER JOIN "trackers" ON "trackers".id = "issues".tracker_id WHERE (((projects.id = 17 OR (projects.lft > 25 AND projects.rgt < 26))) AND issue_statuses.is_closed='f') AND (projects.status ... ct_id FROM enabled_modules em WHERE em.name='...
- My company will be setting up redmine so exte ... ing some research i found that there is some issues with ssl, fastcgi, and apache. I have also ... astCGI Ruby 1.8.6 Rails 2.3.5 Apache 2.2.3
- When editing a ticket, Redmine used to give a ... is change, anyone know if it was intentional?
- Hi all, I have an issue when running the command <pre> rake db:mi ... I've installed the mysql gem then i read the issue with MySQL 5.1. So i've uninstalled it an ... I'm attaching the trace. Thanks!
- Help: RE: redmine internal error when creating a ticket.
- Felix Schäfer wrote: > @gem list@ will tell ... er the webuser runs as....so that is not the issue. <pre> <Location /svn> DAV svn ... l/5.10.1/Apache/Redmine.pm line 352\n </pre>
- Open discussion: RE: Embed page containing issues in another application
- I'd really like to know that too!
- Help: RE: Overlapping Repositories / Projects
- Redmine is built with the assumption that one ... same tree if I remember correctly, i.e. the issue links in the commit logs will only be parsed for issues in the same project-tree. Regarding the ... ven project has been added to redmine since).
- Help: RE: Overlapping Repositories / Projects
- To share what I've discovered: My first qu ... if the repository for project A refers to an issue in project B, will it still setup the association between the Redmine issue and the SVN revision. In fact, it did, but ... under "Associated Revisions" in project B's issue, the revision appears twice. It was easy to ... te' to clear out the settings. On that test issue where the revision showed twice, it now only ... plicate data and I can still refer and close issues via SVN commit messages. Not the ideal sol ... e using the "closes" tag and they mistype an issue number in one of their commit messages and the number that was entered is one of the issues for MY project, will that close the issue in my project? That would kind of suck... ... s aren't really appreciating that fact... :-)