Search
Results (18307)
- Help: RE: Mercurial - "The entry or revision ... view, annotate, or download a specific file.
- I'm also having issues viewing and annotating, etc., in the reposi ... should supply any information in particular.
- Help: RE: 'Issues' TAB giving internal error
- priyadarshee kumar wrote: > I will change th ... le if you mess up your db! <pre> UPDATE `issues` SET `lft` = '1' WHERE `lft` IS NULL; UPDATE `issues` SET `rgt` = '1' WHERE `rgt` IS NULL; UPDATE `issues` SET `root_id` = `id` WHERE `root_id` IS NULL; </pre>
- Open discussion: RE: List of pro's - JIRA vs Redmine
- I'm gonna comment on a few, the rest I agree ... ng options. Redmine is concentrating more on issues and projects, than employees and users. It ... s you're after. > Not possible to start issue from project and select subproject to which issue is related. You need to browse to specified project, only then, start an issue. How do you mean? If you're at the issue list of a project, that list includes the issues from sub-projects and you can just right-click an issue to change its status. > No issue Security Schemes. Not possible to define, which issue trackers can be seen for each role. Agree ... /tabs, you can't see all activity on current issue in one page http://www.redmine.org/issues/6843 <- how do you mean? what activity is missing? time log entries? > Can't comment on ...
- Open discussion: RE: List of pro's - JIRA vs Redmine
- I am now going through JIRA, as I have reache ... ng options. Redmine is concentrating more on issues and projects, than employees and users. It ... d users, which is poorly configurable. * No issue Security Schemes. Not possible to define, which issue trackers can be seen for each role. * Not possible to start issue from project and select subproject to which issue is related. You need to browse to specified project, only then, start an issue. * Estimated time for issue has poor functionallity. JIRA allows to writ ... /tabs, you can't see all activity on current issue in one page * Can't comment on issues * Not possible to set conditions to control who can perform a issue status change, and under what circumstances ... how the fields are split between tabs. Each issue...
- Hello. It seems that activity.atom only re ... ons. For example, it will update if i change issue status but will not update if i change issue priority, assignee, estimated time etc. Is i ... implemented yet to inform about more events?
- Help: RE: No created_on / updated_on after migration
- Sorry for tripleposting... I also followed cl ... don't know how to have a closer look to that issue.
- Help: RE: Why does a parent task priority also consider the priority of _closed_ sub-tasks?
- _Just in case anyone with a similar problem stumbles upon this..._ I have found two issues which come close to the problem: #6847 and #5490. Let's hope it will get fixed soon.
- Plugins: RE: Extended Schedules plugin with scheduling issues option
- Yes. It's "redmine_goyello_schedules". And I have found the issue. It seems "redmine_goyello_schedules" only support MySQL database, not PostgreSQL :(
- Plugins: RE: Time Tracker plugin
- install new version plugin 0.3 on redmine 1.0 ... 2010-11-09 19:04:55) [POST] Parameters: {"issue_id"=>"1902", "action"=>"start", "authenticit ... /500.html (500 Internal Server Error) </pre>
- Hi guys, I have developed a plugin to repr ... ally (such as a projector). I want to extend Issues in redmine to handle the job of keeping tra ... ble' to 'Occurpied'). The goal is to get issue to 'occurpy' the resources, may be change th ... tem to make it 'available' at the end of the issue tracker life-cycle. Is it possible for me to do an extension of issue or simply to create a new module to inherit Issue so that I can keep the issue tracking functionality and do my own good? Regards
- Hello! I just migrated from Trac 0.12.1 to ... ing worked fine, but when I want to visit an issue ( http://project.websitebaker-dev.de/projects/wb2/issues ) it gives 500 Internal error back. The ... "created_on" and "updated_on" fields inside "issues" seem to be false, they display "NULL" or " ... ' for nil:NilClass) on line #12 of app/views/issues/show.rhtml: 9: <%= render_issue_subject_with_tree(@issue) %> 10: </div> 11: <p class="author"> 12: <%= authoring @issue.created_on, @issue.author %>. 13: <% if @issue.created_on != @issue.updated_on %> 14: <%= l(:label_updated_time, time_tag(@issue.updated_on)) %>. 15: <% end %> ... _helper.rb:304:in `authoring' app/views/...
- New to Rails and wanting to try and figure ou ... in could listen to/for so that it could then issue a build request when "repository has been up ... ething similar) would be greatly appreciated.
- Help: RE: can't add new issue
- I am stuck in the same issue. Could you help me on the solution founded. Thanks,
- I've got a problem where if I attempt to upda ... a formatter 0.0.5 Redmine Newissuealerts plugin 0.0.2 Redmine Campfi ... mine/hook.rb:60:in `call_hook' app/models/issue.rb:507:in `save_issue_with_child_records' app/models/issue.rb:487:in `save_issue_with_child_records' app/controllers/issues_controller.rb:181:in `update' passenger ... /500.html (500 Internal Server Error) </pre>
- Help: RE: API with PHP not working?
- Hi Dennis! I'm thinking you aren't passing the minimal and required fields for a succesfully issue creation. When you're going to create an issue from Redmine's web interface, you need to fi ... _id, i think this will be enough! Regards!
- I really like how parent issues calculate their properties based on subtask ... For example, the subtask area shows Tracker, Issue Id, Subject, Status, %complete. I would like ... time left in the same area. Is that possible?
- Help: RE: Issue status (specified, coded, tested, ...) and percentage...
- I think that the Workflow based on status is ... en work on the project the best way you can.
- I've spent the morning operating (closing,arc ... ed the very same way we're alredy doing with issues. Actions like: * assigning an issue to a persona in charge * following an issue * closing an issue * Moving an issue to another project * and many more *are ... jects* In addition, the pity is that with issues all these operations are perfectly recorded as messages attached to each issue but with projects these are lost. This, o ... has already been discussed in at least: #5541
- Hi, I want to be able to relate an issue to more than one version because in our deve ... f smaller weekly version and want to include Issues in both the 6 monthly and weekly version. ... ther way of using the versions? Thanks Lee
- We are using Redmine for the development of a ... subproject. Now, I would like to copy an issue to several subprojects (e.g., copy the issue to the iOS, Android and J2ME subprojects). N ... this manually. Is it possible to copy the issue to other subprojects with 1 action? Or is ... correct one? Thanks in advance, Frederic.
- Hello. I'm creating a small tool that will fetch new issues from our redmine repository and do some uti ... un in background and to poll redmine for new issues ~ every minute. I have no problems getting all issues via "GET /issues.xml" API, but i don't know how to correctly poll NEW issues since last call. The only way i can suggest is to use "updated_on" field and get issues that has update time > last poll time. Is it correct? And if this is correct, how i can get issues with update time > specified time? The API documentation page has examples like "GET /issues.xml?project_id=2", but this is equality com ... REATER THAN specified time. Of course, "GET /issues.xml?update_time>'01.10.10 12:08:41'", and i ... . Any hints on correct API request i can use?
- Hi, I need to get a list of issues from a specific fixed_version. I use Issue with ActiveResource to do it but I haven't f ... n adding a fixed_version query parameter to /issues requests but I am not sure it is the best way to do it. Thanks! Have a great day.
- Plugins: RE: Extended Schedules plugin with scheduling issues option
- Did you rename this plugin to "redmine_goyello_schedules" ?
- Help: RE: Issue # should be unique in each project but not across the projects?
- Please note: I do *NOT* think that Redmine is ... ime to support a request for a really global issue identifier! If I did not like it I would not ... :) Thanks again for your attention! Snaky
- Hello, I wonder how could one manage three pr ... etup in Redmine, when changes in one project issue priority will re-align everything else accor ... can only work 8 hours per day. Any ideas?