Project

General

Profile

Search

Results (18048)

Help: RE: Redmine 4.0 bundle update requires ... h can only be installed if using Ruby 2.4.0+
R Eddy wrote: > When installing Redmine 4.0, ... and 2.3 so I'm not sure why it reports this issue. Is Rubyzip actually required or could I jus ... following line to Gemfile.local resolves the issue: <pre> gem 'rubyzip', '< 2.0.0' if RUBY_VE ... =1.12.0. Maybe upgrading rvm resolves the issue. See https://github.com/rvm/rvm/issues/3737 for details. 2020-02-20 03:03
Help: Redmine 4.0 bundle update requires ruby ... h can only be installed if using Ruby 2.4.0+
When installing Redmine 4.0, 'bundle update' ... and 2.3 so I'm not sure why it reports this issue. Is Rubyzip actually required or could I jus ... gins: redmine_dmsf 1.6.2 2020-02-20 01:28
Help: RE: Description Field Content is Hidden When Editing an Issue
> Is it configurable, like to show the rich t ... like: <pre><code class="javascript"> $("#issue_description_and_toolbar").show(); </code></pre> 2020-02-16 11:15
Help: CSV exported data does not include with journals field in tickets.
Hello folks, When exporting all tickets t ... I am a new of Redmine so it might be known issue. --------------------------------------- ... ------------------------ Thanks very much, 2020-02-16 11:01
Help: [SOLVED] Description Field Content is Hidden When Editing an Issue
Hi, folks. When an Issue is in edit mode, the field +Description+ has ... .png! !Screenshot-2020-02-14-18-14-51.png! 2020-02-14 22:29
Help: RE: Connect 2 different Redmine ticketing systems, any tool?
Young Kim wrote: > Hello, > We have 2 diffe ... where clients and general public will create issues and comment them afterwards. * second is p ... ormation (times, billings). Then for each issue in the public project you may create 'brother' issue in the private project. Both issues may be connected by a relation. Yet anot ... seeing and manipulating logged time records. 2020-02-12 14:32
Help: RE: Connect 2 different Redmine ticketing systems, any tool?
Hey Kim, IMHO it's quite an unusual use case ... ances? Or do you just need a reference to an issue on our time logs. In this case a custom field with for the other instances issue number could do the job. Perhaps you can des ... more in detail. Kind regards, Bernhard 2020-02-12 13:12
Open discussion: RE: Redmine Plugin that will allow ticketing without redmine account
Hi Ken, If everybody is allowed to see the ... nt the anonymous role rights to add and edit issues with no plugin involved. The downside is, there are no email notifications for the issues author and all tickets are visible to every ... ivingEmails#Enabling-unknown-users-to-create-issues-by-email As you asked for plugins, there ... ent) Kind regards, Bernhard 2020-02-12 06:30
Open discussion: RE: edit attachment description after upload
Thanks for you reply,that's right, i wasn't trying from an issue but directly from the "file" section of a project... i guess i can do the edit attaching to an issue... that would be workaround 2020-02-11 11:21
Open discussion: edit attachment description after upload
Hi ! I can't figure out how to edit attach ... d the "this feature":https://www.redmine.org/issues/1326 but couldn't find any clue ... any help appreciated. I am using redmine 4.0.5 2020-02-06 20:57
Help: Intermittent 500 Internal Server Errors
Some users are getting 500 errors when loggin ... r.rb:529:in `render_feed' app/controllers/issues_controller.rb:62:in `block (2 levels) in index' app/controllers/issues_controller.rb:46:in `index' lib/redmine/ ... et lock; try restarting transaction: UPDATE `issues` SET `issues`.`done_ratio` = 90, `issues`.`updated_on` = '2020-01-20 08:22:21', `issues`.`lock_version` = 49 WHERE `issues`.`id` = 328453 AND `issues`.`lock_version` = 48): app/models/issue.rb:210:in `create_or_update' app/models/issue.rb:1716:in `recalculate_attributes_for' app/models/issue.rb:1666:in `update_parent_attributes' app/models/issue.rb:210:in `create_or_update' app/controllers/issue... 2020-02-05 06:54
Open discussion: Allow issue assignment to groups; regex filter
We use several groups within Redmine, but only want to allow issue assignment to groups that begin with "PM" (t ... e nice to have a "allowable" filter by regex. 2020-02-03 16:50
Plugins: RE: Plugin computed custom field
So all is ok for you ? We can close this issue ? 2020-02-03 09:33
Plugins: RE: Plugin computed custom field
OK, I didn't understand the fields are computed on saving issue, not during the view phase. Sorry. 2020-02-03 09:31
Plugins: RE: Plugin computed custom field
Hi, What do you mean ? You could add a new Text custom field, and you edited an issue and the result in the custom field is empty, instead of having a description of the issue object ? Aside from that, the solution with the test should work. 2020-01-31 17:58
Help: [PLUG-IN Development] - Help with testing
Hi, Sorry if this is a stupid question, bu ... . I added the following fixtures: projects, issue_statuses, project_trackers, trackers, users, member, roles, member_roles, workflows and issues. What am I missing in order to be able t ... ackers, visible by the user, on the view. 2020-01-31 17:58
Plugins: RE: Plugin computed custom field
Hi, Can you make a test with a Text Format ... because when creating the Custom Field, the issue attached is probably totally blank : <pre>< ... pdated_on && self.created_on </code></pre> 2020-01-31 10:34
Plugins: RE: Plugin computed custom field
I tried an integer custom field on issues with <pre>self.project_id</pre> formula or simply with <pre>1+1</pre>, but the field on the issue is always null. 2020-01-31 09:42
Help: RE: New issue tab not displayed
Mischa The Evil wrote: > Bernhard Rohloff wr ... n newer versions of Redmine there is no "new issue" tab anymore. > > This statement is false ... ettings > Display@ at the bottom of the list. 2020-01-31 06:35
Plugins: RE: Alias_method -> endless loop between plugins
Hi, you can reliably replace alias_method by ... your init.rb : <pre><code class="ruby"> IssueQuery.send(:prepend Backlogs::IssueQueryPatch) unless IssueQuery.included_modules.include? Backlogs::IssueQueryPatch </code></pre> P.S. this does not work for Helpers. 2020-01-31 02:44
Plugins: RE: New useful plugin Redmine eXtended Queries
* Time Entry Queries : ** New columns : *** ... roupable *** *Subject* *** *Watchers* *** Issues Tree : **** *⊨ Issue Id.* **** *⊨ Root task* **** *⊨ Parent tas ... le* *** Cumulative Hours : **** *Hours for issue and user* **** *Hours for issue* **** *Hours for user* **** *Hours for issue and user this month* **** *Hours for issue this month* **** *Hours for user this month* **** *Hours for issue and user previous month* **** *Hours for issue previous month* **** *Hours for user previo ... on Time Entries **** *Billable hours for issue and user* **** *Billable hours for issue* **** *Billable hours for user* **** *Billable hours for issue and user this month* **** *Billable hours for issue this month* **** *Billable hours for user this month* **** *Billable hours for ... 2020-01-31 02:30
Plugins: New useful plugin Redmine eXtended Queries
Hi, We have retributed a new Redmine Plugi ... h1. How it works h2. What it does * *Issue Queries* : ** New *Or Filters*, like Filt ... With or filters you can for example select issues assigned to you OR that you have created. ** New columns : *** Issues Tree : **** *Project of the parent isssue* ... ect Updated* ** The Updated on value *** Issue *Updated on* ** New filters : *** *Proje ... filter on Sub-projects, you always have the issues of the current project even if project is n ... **** *Parent task* (if on a project) **** *Issue* (if on a project) ** Input field replac ... tasks) To be continued in next message ... 2020-01-31 02:25
Plugins: RE: Plugin computed custom field
Hi, can you give us the source code you typed ... Model do you use the computed custom field ? issues ? 2020-01-31 02:17
Help: Strange problem with email notifications on Redmine 4.0.4
I'm having a hard time trying to debug what's ... 2) User A updates the ticket and assigns the issue to C. *Email notifications are sent to A an ... cation is sent? + Thanks in advance! Diego 2020-01-30 19:40
Help: RE: New issue tab not displayed
Bernhard Rohloff wrote: > In newer versions of Redmine there is no "new issue" tab anymore. This statement is false. Se ... t menu tab for creating new objects" setting. 2020-01-30 07:21
(1676-1700/18048)