Search
Results (12400)
- Defect #2165 (Closed): Issue activity not wrapping around revisions
- A issue was introduced in r1963 where application.cs ... oth). This is a huge problem for some of our issues where we have 5 or more commits - the issue comments are pushed so far off the screen th ... css allows the history to wrap normally. !issue.png!
- Feature #2163 (Closed): Hudson Plugin
- Hello, I have developed a small plugin (hea ... obably you could add this to your Repository?
- Feature #2161 (Closed): Time tracking code should respect weekends as "no work" days
- I imagine this is a common requirement for a ... ich sets start and due dates on the basis of issue dependencies etc, treated weekend days by de ... time-tracking logic works at present): - Issues are never automatically scheduled for weeke ... ld mean that (amongst other things), when an issue is pushed back so that it spans a weekend, t ... default count weekend days towards time spent
- Defect #2154 (Closed): Issues list page,when user session has overtime,click "next page"
- as Subject describes,you will find the proble ... e" links in this page hava the same problems.
- Feature #2152 (Closed): Use CSS classes for closed issues in search results
- When displaying search results it would be helpful to see the issue state at a glance from the "icon". In the activity list closed issues have a CSS class "issue-closed" @dt.issue-closed {background-image:url(../images/ticke ... g);}@ - The search results make only use of "issue" CSS class missing visual indication of closed issues.
- Feature #2150 (New): Improved Trac migration ... acs site to migrated into single redmine site
- Had the case of having to move and combine 4x ... ces visible so added a external_ref field to issues table. Could not use id as moving lots of ... ove. I have attached the altered rake task
- Defect #2149 (Closed): Git Adapter date parsing ignores timezone
- Git adapter uses Time.parse() on the date str ... 0600 2008 </pre> This is causing a major issue with the repository to have incorrect times.
- Defect #2146 (New): Trac Importer: Attachments in Wiki will not converted correctly
- If you have the following situation <pre>[att ... 10.jar":attachment:JaGoSIAPI-0.0.10.jar</pre>
- Patch #2144 (Closed): Patch for main-level repository
- Here is a patch for High-level repository, ref to Issue #2120. Here how it works: If a changeset refers to an Issue that has not a linked repository, it looks f ... tory. If it has, changeset is linked to that Issue; If a project has no repository linked and ... pu click on revisin number linked to related Issue, it shows correctly changes made. Hope this helps, Andrea
- Feature #2141 (Closed): List SVN commits on issue page
- Hi, I really like the simplicity of Redmine' ... lacking - list the commits that reference an issue on the issue page.
- Feature #2139 (Closed): Roadmap: use estimated time for calculating progress
- The progress for an item (version) is not cal ... alculating the current progress of a project.
- Patch #2137 (Closed): blog plugin
- I wrote this plugins as # I want a stream ... bility to add new stream Redmine is fun :)
- Defect #2134 (New): CVS does not handle aliases
- When one adds a CVS alias as the SCM module, ... d in the repository." when trying to descend.
- Patch #2132 (Closed): Patch to prevent blocked issues from being closed
- I noticed issue #1740 and decided to try to contribute by co ... a patch. My proposed solution is that if an issue is blocked by another issue, then the available statuses should only inc ... New, Assigned, Resolved, Feedback). If the issue is NOT blocked by another issue, then closed statuses (e.g. Closed, Rejected ... includes updates for unit tests and fixtures.
- Defect #2131 (Closed): Delimiter of numbers incorrect in german language
- If you have setup up redmine with "german" as ... excel, when the data will be exported as cvs.
- Patch #2130 (Closed): Hungarian language file updated to r1977
- Hungarian language file updated to r1977
- Feature #2128 (New): Problems when 'Assigned To' field doesn't match 'Assigned' issue tracker
- There are problems when the Assigned To field is set, but the issue tracker is not set to _assigned_. A non-memb ... when they don't have permission to make the issue _assigned_. The issue then shows up in the assignee's "Issues assigned to me" area even when it _has not_ ... gned. Note that others struggle with this issue as well. See also #349, #640, and #1919. ... Assigned-to field and show it only when the issue is _assigned_. # Prevent a New issue from getting an assignment at all. # Make t ... mbers can be denied the ability to change it.
- Patch #2126 (Closed): Slovak language pack
- I have created Slovak (SK) language pack. The ... d (~95%). Maybe someone will appreciate it ;)
- Defect #2123 (Closed): Incoming Emails Overrides
- There is an issue when overriding the Tracker when sending an ... ill override the project but not the tracker.
- Defect #2122 (Closed): URL in send_reminders email for 'View all issues' is incorrect.
- In the emails send_reminder sends out, the URL inserted for the 'View all issues' link is not correct if you have the projec ... ut it looks to do the same thing in HEAD too.
- Feature #2120 (Closed): Different views between develop and funcional
- Using Redmine I have problems linking with SC ... patch I can see now the revision link on my Issue: <pre> *************** *** 83,88 **** ... - action = match[0] target_issue_ids = match[1].scan(/\d+/) target_issues = repository.project.issues.find_all_by_id(target_issue_ids) + + #Ora i child + Proje ... ory.project.id]).each { |cp| + target_issues = target_issues + cp.issues.find_all_by_id(target_issue_ids) + } + if fix_status && ... tion.downcase) # update status of issues logger.debug "Issues fixed by changeset #{self.revision}: #{issue_ids.join(', ')}." if logger && logger.debug? ... eview my project ? Thanks a lot, Andrea
- Defect #2119 (Closed): Template Error - Results in Internal Error in browser
- I installed passenger and setup Apache2 my in ... passenger-2.0.3/bin/passenger-spawn-server:46
- Defect #2118 (Closed): Can not access a particular issue
- Hi, I have migrated from Trac to Redmine and ... ow I have a little problem with a particular issue. Currently i can access all issues within the project with this single exeception (http://redmine.soebes.de/issues/show/34). <pre>Internal error An error ... /trunk (R1975). May be someone has a hint?
- Feature #2117 (Closed): Alternative view for "Projects" page
- When handling multiple projects with one Redm ... ts, new view or list view for many projects).
- Patch #2114 (New): Fixed Bugs in Importer Area
- Hi, i have created separate class and unit test to fix the following issues: #1949, #1950, #2023, #2052, #2053, #2054 ... preciated. Kind regards Karl Heinz Marbaise