Search
Results (18202)
- Help: RE: Command line ticket creation/modification?
- Thanks for the reply, well there is no docume ... dmine links # # Examples: # Issues: # #52 -> Link to issue #52 # Changesets: # r52 -> L ... omething related to a ticket it shows in the issue also a lot of really ugly code that shouln' ... latest commits and the commits shown in the issues. only tested it under git, I have no clu ... ll the other ugly patches I added. enjoy!
- I created some custom issues statuses but they are not showing on the status list when creating or updating an issue, although they are visible on status filter on 'view all issues' page. My system: ruby 1.8.6 (2007-09 ... Distrib 5.0.45, for redhat-linux-gnu (i386)
- Help: RE: hide possibility in a new issue as assign
- I would also bee very interested in such a fu ... limit users privileges. Thx. Redmine 0.8.2
- Open discussion: RE: Handling private repositories for public projects via reposman.rb
- Well due to overwhelming response :) I have d ... what I came up with. http://www.redmine.org/issues/3079 If anyone sees anything wrong or ha ... reat and does exactly what I wanted and more!
- Since some users have report a compatibility issue with redmine 0.8.2 and ezFAQ 0.0.2, I make t ... dmine before 0.8.2, please try ezFAQ 0.0.2.
- Help: RE: 500 error when accessing issue list
- Boudewijn van Liempd wrote: > further more a ... n from trunk. After disabling the plugin the issue no longer exists. Without further info I' ... released) which _should_ solve compatibility issues with current Redmine trunk. I've been doin ... ms with it... If this does not solve your issues please post with some more info (see [[Submissions]])...
- Help: RE: 500 error when accessing issue list
- further more after some searching I fond it h ... n from trunk. After disabling the plugin the issue no longer exists.
- Open discussion: RE: Hiding overview and activity
- After patching one needs to add permission view_issues on administration task to all non-anonymous ... not a bad idea. Regards Jan Alboszta
- We use RSS/Atom to push awareness about new issues to managers of different teams. On avera ... ernal scripts to clear directory/table? /T
- Help: RE: 500 error when accessing issue list
- I've found that the error only occurs when fi ... rd redmine fields are used it works normally.
- Hi since upgrading this morning I get interna ... when clicking on pre-defined filters for the issue list. I have no idea where to start looking. the log gives me: Processing IssuesController#index (for xxx.xxx.xxx.xxx at 200 ... >"pp2008", "action"=>"index", "controller"=>"issues"} ArgumentError (wrong number of argum ... .rb:320:in `statement' /app/controllers/issues_controller.rb:59:in `index' /usr/local ... public/500.html (500 Internal Server Error)
- Plugins: RE: Graphs plugin
- Mischa The Evil wrote: > This seems to becom ... trunk at r2641 and have found that both the issuelist-graphs aren't rendered correctly. I've p ... usual about your setup that might be related?
- Plugins: RE: Graphs plugin
- Brad Beattie wrote: > First release attached ... trunk at r2641 and have found that both the issuelist-graphs aren't rendered correctly. I've p ... happen on the current trunk. HTH...
- Hey all, I've tested the Redmine Graphs pl ... trunk at r2641 and have found that both the issuelist-graphs aren't rendered. The following is written to the logs: * Old Issues <pre> Processing GraphsController#old_issues (for 192.168.1.2 at 2009-03-30 01:51:55) [G ... eters: {"project_id"=>"root", "action"=>"old_issues", "controller"=>"graphs"} Rendering template within layouts/base Rendering graphs/old_issues Completed in 123ms (View: 97, DB: 6) | 200 OK [http://redmine.host.tld/projects/root/issues/old] Processing GraphsController#issue_age_graph (for 192.168.1.2 at 2009-03-30 01: ... Parameters: {"project_id"=>"1", "action"=>"issue_age_graph", "controller"=>"graphs"} Typ ... app/controllers/graphs_controller.rb:124:in `...
- Hello everyone! After i looked at the avai ... > from: sql = "SELECT project_id, COUNT(*) issue_count" (...) > to: sql = "SELECT project_id, COUNT(*) as issue_count" 2. About the second error, is that ... egards. Hugo Marcelino
- Help: RE: Default index page
- Hello Carlo, May be this will help you: "Sin ... /boards/2/topics/3398#message-3412 Put the Issues controller and project id.
- Open discussion: RE: Show us your themes!
- Wynn Netherland wrote: > Awesome work, Misch ... .. Btw: I've also responded to your other issue "here":http://www.redmine.org/boards/1/topics/5072 Kind regards, Mischa
- Help: RE: How to get tabs to show up in Redmine?
- clem johnson wrote: > I've installed redmine ... don't get the tabs e.g.: Overview, Activity, Issues... etc. to show up in the header anywhere? ... ect basis, you can control which tabs appear.
- I've installed redmine via the BitNami Redmin ... don't get the tabs e.g.: Overview, Activity, Issues... etc. to show up in the header anywhere? ... to install to get tabs or a config setting?
- Hello, Is there a way to see only issues that have "Assigned" status on "my page" among "Assigned to me issues"? I need this because we have the next d ... loper has assigned to him about a hundred of issues for the current milestone. Every day a developer accepts several issues to perform, and consequently he needs to se ... or for several next days if a task is large).
- Plugins: RE: How to update a different table in an issues hook
- I did something like this for my Budget plugi ... instead of it's id. Check out the @:helper_issues_show_detail_after_setting@ hook and my Budget plugin's use of that hook in @lib/budget_issue_hook.rb@. Eric
- Plugins: RE: How to update a different table in an issues hook
- Thanks for the input...that worked perfectly... I do have an issue with the History and the emailer in that whe ... I control this by one of the journal hooks?
- Is it possible to require fields that are def ... the estimated hours and due date fields for issues. If need be I can edit the code to make the ... would be nice to not have to modify the code.
- im running Redmine 0.8.2.stable.2633 on windo ... integration with mylyn in eclipse. all the issues import but unfortunately they appear as clo ... ). is there a way i can possibly update the issue query regular expression to change the status in mylyn? any help would be appreciated.
- Help: RE: Activity page desn't refresh
- Let me be more specific. I have a project with multiple issues. I logged time on a specific issue which can be seen under the "spent time" det ... thing? I assumed that any time logged on an issue would be displayed as recent activity.