Search
Results (18298)
- Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
- Boris Brodski wrote: > - The "New Comment" ... s - the comment appears on the page. > This issue stays open for me. Sorry, this was my fau ... e set first :-) Thanks for your nice work!
- Help: RE: Redmine + Thin-Error
- Same result. Here is the config/environme ... ctive_record.observers = :message_observer, :issue_observer, :journal_observer, :news_observer, ... l_environment.rb')) end end </pre>
- Help: RE: Redmine + Thin-Error
- Last idea: Uncomment *ENV['RAILS_ENV'] ||= ... later, but hopefully someone else spots the issue before then.
- Help: RE: Redmine + Thin-Error
- @# Be sure to restart your web server when yo ... ctive_record.observers = :message_observer, :issue_observer, :journal_observer, :news_observer, ... ditional_environment.rb')) end end @
- Help: RE: Fixing-keywords
- Seems like you don´t see what my problem is.. ... start whit the fix-keyword? and end whit the issue-link
- Help: RE: Fixing-keywords
- Ok, it seems the regex is less broad than I t ... e last line of [[RedmineSettings#Referencing-issues-in-commit-messages]] states: > After a keyword issue IDs can be separated with a space, a comma o ... d: $ID, $ID $MESSAGE, added: $ID & $ID</pre>
- I've changed my account setting and also sett ... rs and admin also is not receiving mails for issues documents added news added. Can you help me asap please
- Help: RE: SVN-properties (r1627) not showing when browsing
- Someone else ("Ве Fio":http://www.redmine.org/users/3906) has (finally) raised an issue for this error. See #6860.
- My fixing keywords dosent work My settings ... :*, Resloved:* </pre> The linking to the IssueID works fine but the autoclose will not work / Slaktarn
- Open discussion: RE: Why "activity" atom feed is so narrow?
- Thank you for your responce. I have created an issue: http://www.redmine.org/issues/6885 It's a bit huge since i have writte ... s it important and useful or no one needs it.
- Open discussion: RE: how to show Custom fields for Spent time?
- Jamie Gruener wrote: > We're using custom fi ... they are not part of the UI yet, please open issue to request adding them.
- Help: RE: Relate an Issue to more than one version
- You can't, best you can do is probably name t ... ion, like "half-year 1 - week 3" or whatever.
- Plugins: RE: Extending Issue
- Probably. Ruby is a pretty open language in terms of monkey-patching, so patch away.
- Open discussion: RE: Why "activity" atom feed is so narrow?
- Grigory Petrov wrote: > It seems that activi ... 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 ... et to inform about more events? IIRC only issue changes with comments create an activity act ... e if this is intended though. Please open an issue for this so that we can discuss this.
- Help: RE: Help upgrading RM 0.87 to 1.03?
- Robin Spiteri wrote: > When i manually remove the redmine_issues_group folder in /vendor/plugins/ , try [ ... ate:plugin RAILS_ENV=production NAME=redmine_issues_group VERSION=0@ (not sure about the other ... hat revert the changes it has made to the DB.
- Help: RE: Using nginx + thin giving Invalid form authenticity token error
- This sounds like a cookie issue. Make sure you get the cookie(s) from redmine and they are sent back by the browser to redmine.
- Help: RE: Best way to implement a "Filed Against version" extension
- James Moore wrote: > 1) extend issues to add a new field - its not clear to me ho ... yed enough with the custom fields yet though.
- Help: RE: issue error
- SwedishMatch TimerWolf wrote: > Are it anyway to get every project start on ID 1? No.
- Help: RE: issue error
- Are it anyway to get every project start on ID 1?
- Help: RE: issue error
- Hi, This is not a bug. Every new issue gets next free number as id, irrespective of the project / tracker it is assigned to.
- If i have 2 projects in my Redmine lets call ... 2" And if i go in to Project 1 and make a issue it gets id "#1" If i go in to project 2 and make a new issue its gets id "#2" And so on are that corre ... 1" Can it be a possible bug? / Slaktarn
- Help: RE: Best way to implement a "Filed Against version" extension
- I need to add that I want to reuse our existi ... to do this a few different ways 1) extend issues to add a new field - its not clear to me ho ... e proper version table for the given project.
- Hello everybody, I have developed a plugin ... save additional contact information with an issue. I have to admit that I am completely new to ... my contacts and I can also save them with my issues. There is only one thing left I would like ... therefore a look on the index action of the IssuesController class to get an idea how this fil ... y to be able to filter by my contacts in the issue list. But after looking into the code I ... ts table for filtering like one have for the issue list. I do not need the possibility to selec ... So I would appreciate any advice Peter
- I really would like some help getting the OS ... to "https://forge.typo3.org/generate-merlin-issues-feed.php" > > set issuesFeed to do shell script "curl --insecure " & ... cript's text item delimiters to {"☃"} > set issuesLines to every text item of issuesFeed > set AppleScript's text item delimiters to {""} > > set importedIssues to {} > set createdIssues to {} > set deletedIssues to {} > > > repeat with currentLine in issuesLines > > set AppleScript's text item delimiters to {""} > set rawIssueList to every text item of currentLine > se ... text item delimiters to {""} > > if (rawIssueList ≠ {}) and (item 1 of rawIssue...
- Help: RE: Help upgrading RM 0.87 to 1.03?
- Seems I can't get rid of the redmine_issues_group plugin. When i manually remove the redmine_issues_group folder in /vendor/plugins/ , try < ... _plugins RAILS_ENV=production PLUGIN=redmine_issues_group VERSION=0 </pre> (which *seems* to b ... e. Does anyone have any ideas on this?