Project

General

Profile

Search

Results (12603)

Feature #16207 (Closed): Use query name as the file name when exporting queries
By now if you export a custom issue query for ex. as a PDF, its named "issues.pdf" which says nothing and is inconvenient ... rs so this would really make our lifes easier 2014-03-03 14:01
Feature #16195 (New): Role with Issue visibility Permission as "View Issues within current users' group"
May be related to Feature #16074 request We have 3 options for each role Issue Visibility, # All issues # All non-private issues # Issues assigned / Created by User. How can the users from same group see each others issues, yet they are deprived of seeing issues from other groups. Consider : I have a ... and user2 should be able to see each others issues but not of user3 and user4 and vice versa. ... ee solution to this. Hence we can add new Issue visibility Permission as "View Issues within current users' group" 2014-02-28 07:46
Feature #16194 (Closed): Ruby 2.1 support
I run travis personally. https://travis-ci.o ... .1 defect. * https://github.com/rails/rails/issues/14188#issuecomment-36206823 * https://github.com/rails/rails/pull/14198 * https://bugs.ruby-lang.org/issues/9576 2014-02-28 05:43
Defect #16192 (New): link in email with attachment fail
I have redmine 2.4.1, when I upload a file as attachment to a new issue,which file name contains a "+" letter, then redmine will send a email to me to remind the new issue, I open the email and clike the attachment,i ... . any idea to correct it? thanks BRs Ray 2014-02-28 03:26
Defect #16191 (New): I have permission to use administrator rights issue [mobile] permission to enter the list of questions but no movement problems authority, see Annex
I have permission to use administrator rights issue [move] permission to enter the list of questions but no movement problems authority, see Annex 2014-02-28 02:40
Feature #16188 (New): Mark project categories as "inactive"
It would be nice to have the possibility to m ... nt users adding new tickets to this category. 2014-02-27 10:18
Defect #16187 (Closed): Spent time set in GIT commit messages are not handled.
Spent time set in GIT commit messages are not ... is not spent time is added to the referenced issue I'm using this king of syntax in my commi ... dmine plugins: no plugin installed </pre> 2014-02-27 10:17
Defect #16181 (Closed): When moving issues to a new project, Target Version is lost.
When moving issues to a new project, the configured relevant T ... when merging two formally-distinct projects. 2014-02-26 13:31
Feature #16180 (Closed): Expose Public/Private via API
I am trying to extend the API to return the " ... he note is private if it is returned. The issues_controller.rb file seems to use the standar ... ield. Is there any easy way to force this? 2014-02-26 11:05
Defect #16177 (Closed): Mercurial 2.9 compatibility
The following exception is thrown when I access my repository page. It seems to be a compatibility issue with Mercurial 2.9? <pre> ** Unknown exc ... ine plugins: no plugin installed </pre> 2014-02-26 08:12
Defect #16173 (Closed): API Rest // Customized fields for TimeEntries are not exported
Hello, there is no way through the rest AP ... ized fields of type TimeEntry... thank you 2014-02-25 17:51
Defect #16166 (Closed): Incorrect data on Issues assigned to me on MyPage
Environment: Redmine version ... Redmine plugins: no plugin installed 2014-02-25 12:50
Defect #16161 (Closed): Parent task search and datepicker not available after changing status
I played a bit with read only field for track ... d out a problem. When I try to create a new issue, only Tracker, Status and Parent Task fields ... eld, it starts the contextual search. !NewIssueOK.png! But then, when I change the status and the page is redrawn as per specific tracker/issue, Parent Task loses its Magnifier and the cap ... ate datepicker, not available at all. !NewIssueKO.png! Finally, if I create the issue and then try to update it, both Parent Task ... 0.0.1 - Redmine Tracker Control plugin 1.0.8 2014-02-24 14:20
Defect #16159 (Closed): Wrong calculation of spent time field on Issues report
I created top issue (Main feature) and one child issue for the top issue (feature 1). After that, I set "Spent time" for the child issue (feature 1) to 0.5 hours (or 1 hour, or 5 hours . . ). Issue report for the Main feature shows recalculat ... or the spent time (pic. 1). main_feature_issue Project's Issues report shows non-recalculated value for the ... ours as sum of all spent times for all child issues. (pic. 2). issues list Redmine production version 2.1.4. ... http://redmine-online.com/projects/sxp_test/issues 2014-02-24 09:17
Defect #16149 (New): Textile within-word markup doesn't work
Textile should allow markup to be used inside ... k as well to offset word-internal formatting. 2014-02-22 09:13
Defect #16145 (Closed): Apache git Authn
hi i cant integrate git with redmine. I have ... fortable for me in freebsd. If someone have issues for this? P.S. with default Redmine.pm the same Thx for help 2014-02-21 20:21
Defect #16143 (Closed): Can't insert too long comment field from repository (MySQL)
During reading latest revisions from SVN repository we encounter issue with too long comment: <pre> ActiveRecor ... long comments before insert them in database? 2014-02-21 09:16
Feature #16141 (New): View hook for issue queries
For my plugin I need a new hook for the contextual menu in issues view. This will allow to add further opera ... eset it as default in the project). Thanks 2014-02-20 18:01
Defect #16135 (Closed): Can you reopen Defect #15949
I've made comments about this issue Thank you! 2014-02-19 20:02
Patch #16133 (Closed): Available watchers on new issue form include users who cannot even view issues
The proposed watchers on the new issue form should be able to at least view issues. Otherwise it would not make sense to add t ... le.rb@11960#L36 No test for now, though. 2014-02-19 17:44
Defect #16132 (Closed): Unable to complete db migration task in update to r12244
CentOS-5.10 i686 <pre> svn info Path: . ... port/dependencies.rb:251:in `require' </pre> 2014-02-19 17:12
Defect #16126 (Closed): Regexp in time logging match does not work
It looks like time (e.g. _@5m_ or _@0.5hours_ ... )h? ) /x def scan_comment_for_issue_ids return if comments.blank? # keywords used to reference issues ref_keywords = Setting.commit_ref_keyw ... ords.delete('*') # keywords used to fix issues fix_keywords = Setting.commit_update_k ... gexp.escape(kw)}.join("|") referenced_issues = [] comments.scan(/([\s\(\[,-]|^)(( ... )(\s+@#{TIMELOG_RE})?/).each do |m| issue, hours = find_referenced_issue_by_id(m[0].to_i), m[2] if issue referenced_issues << issue # Don't update issues or log time when importing old commits ... _on < repository.created_on fix_issue(issue... 2014-02-19 09:42
Defect #16122 (New): redmine:email:receive should not abort with buggy mail
Hi I'm testing issue creation via email with redmine-2.4.3. It w ... ects/redmine/repository/revisions/12474, but issue is still present. rake -f ~/redmine-2.4 ... e tell if you need more data or testing. Issue looks very similar as the one here: http://s ... estions/19450199/redmine-receive-mail-field 2014-02-18 14:52
Feature #16117 (New): Add a new type of related issue: "exclusive"
That is, if resolving one issue conflicts with another issue (or several) and vice versa. A bit like blocking/blocked by, but both issues are blocking/blocked by each other (not a b ... a bonus, if one of the associated exclusive issues are resolved (or in progress?), all the oth ... (with a comment like "rejected by exclusive issue #nnn). 2014-02-18 09:52
Patch #16116 (Needs feedback): Sort of version options
Hi there, currently all versions are just ... version sort. See source:trunk/app/models/issue.rb#L743 Replace this line with <pre><cod ... Any regressions? Best regards, Daniel 2014-02-18 09:51
(5301-5325/12603)