Project

General

Profile

Search

Results (31865)

Plugins: RE: ToDo lists plugin
Chaoqun Zou wrote: > Hi, david > Here is a ... etter to use format_date for date strings as issue's view does. Currently the below line in _to ... a few others). Thanks heaps for the feedback! 2009-03-26 09:54
Help: RE: IMAP connects okay but no insertion into Redmine (ideas?)
Sorry the Custom field should not be mandator ... d and make it as optional while creating the issue 2009-03-26 09:53
Help: RE: IMAP connects okay but no insertion into Redmine (ideas?)
Please check one thing.There is a option in A ... tom Fields".You can create custom fields for issues,projects ,users etc.Check that if u r using any Issue Custom field and also r u making that custom field as mandatory while creating the issue. Just remove the mandatory consition for the issue custom field if any custom field is there.Be ... ld also.Otherwise Model validation fails and Issue wont be created .Right now the issue creation by email facility what redmine prov ... elds So just remove the custom fields for issues and try runing the rake task once again.I think this will solve the problem for u Mr Doug Bromley 2009-03-26 09:52
Patch #3052 (New): Patch for Redmine to persist form state when adding multiple issues
When creating multiple issues in Redmine, I wanted that "save and continue" to persist some of the form states for the next issue. To do it, I made this little patch that enables a new issue to inspire itself on another issue. I’ve tested the patch against the stable releases 0.8.1 and 0.8.2. 2009-03-26 05:09
Open discussion: Patch for Redmine to persist form state when adding multiple issues
When creating multiple issues in Redmine, I wanted that "save and continue" to persist some of the form states for the next issue. To do it, I made this little patch that enables a new issue to inspire itself on another issue. I’ve tested the patch against the stable ... e-to-persist-form-state-when-adding-multiple-issues Regards. 2009-03-26 05:00
Plugins: RE: How to update a different table in an issues hook
Jason: There's two steps you'll need: h ... r the user input This would use the @view_issues_form_details_bottom@. You are really close ... o the form, it's getting associated with the issue when posted (as @params[:issue][:foo_id]@). What you would probably want t ... s as: # # params[:foo][:id] # def view_issues_form_details_bottom(context = {}) return ... a is sent, you need to associate it with the issue. The @:controller_issues_edit_before_save@ is perfect for that. Jus ... <pre><code class="ruby"> def controller_issues_edit_before_save(context = {}) # Create ... ext[:params][:foo] # Add the foo to the issue context[:issue].foos << foo return '' end </code></pre ... f you Foos don't save automatically with the issue... 2009-03-26 04:01
Plugins: RE: Storing in a new table or adding a column...
Depends on your data, I've done both (add col ... Worked fine until I related Deliverables to Issues, then several places of Redmine failed because MySQL didn't know which 'subject' field to use: Issues or Deliverables. Eric 2009-03-26 03:46
Patch #3051 (Closed): Show timelog reports for non-versioned issues
The attached patch allows non-versioned issues to display in the timelog report. 2009-03-25 22:25
Plugins: RE: How to update a different table in an issues hook
Please note that I could have easily added a field to the issues table called 'foo_number' and be done with my issue. In this plugin, an issue can be associated with multiple issues from the other issue tracker... 2009-03-25 19:42
Plugins: How to update a different table in an issues hook
I am trying to write a plugin that when a user updates an issue they have an additional text field called "F ... ng this one (thanks Eric). I have the *view_issues_show_details_bottom* hook working properly but I can't figure out how to get the *view_issues_form_details_bottom* hook to work. I have a foos table which has a field called "foo_number" and issues belongs_to foo. How do I in the *view_issues_show_details_bottom* hook display the corre ... ng which is wrong because it will update the issues table foo_id with the actual foo number and ... can do. This plugin allows the user to link issues to another issue tracker software (Jira, etc...) 2009-03-25 19:35
Feature #3050 (New): Deleted files should be ... on the history note in which they were added
If you add a file and later delete it, you wi ... th a strike-through once it has been deleted. 2009-03-25 18:50
Plugins: RE: ToDo lists plugin
Hi, david Here is a Simplified Chinese local ... etter to use format_date for date strings as issue's view does. Currently the below line in _to ... refresh the page by browser's refresh button) 2009-03-25 16:00
Feature #3046 (New): Mix associated revisions with journal entries
when an issue has a number of associated revisions and com ... m, so people might not notice that a certain issue had been fixed already. At the moment in ... ontent, think long preformatted lines). This issue would also be fixed by having one integrated ... approval I'm quite willing to provide a patch 2009-03-25 08:52
Open discussion: RE: default 'Assigned to:' without categories
I have done it, theat way: In ../app/models/issue.rb add string "self.assigned_to ||= User ... for new records only self.status ||= IssueStatus.default self.priority ||= Enume ... for new records only self.status ||= IssueStatus.default self.priority ||= Enume ... It is not "oldschool" way, but it works =) 2009-03-25 06:54
Feature #3042 (Closed): Massive issues update
Could be nice to have the possibility to update multiples issues at once. Very useful to reaffact the release for example. 2009-03-25 00:14
Open discussion: RE: Agile methodologies and Redmine
Hi, Is it possible to have the one burndo ... ield instead of the version? My team pick issues from different redmine projects every sprin ... ojects have different versions, we group the issues within the same sprint using a custom field ... s that possible? Cheers, André Carlucci 2009-03-24 22:39
Defect #3041 (Closed): Intermittent test failures - test_autologin
@test_autologin@ is failing every now and the ... something wrong with the test, maybe a Time issue? <pre> "Build 899aee4011cb992ea2156238c1 ... "test/unit/wiki_content_test.rb" "test/unit/issue_test.rb" "test/unit/repository_subversion_te ... .rb" "test/unit/document_test.rb" "test/unit/issue_status_test.rb" "test/unit/comment_test.rb" ... st.rb" "test/unit/search_test.rb" "test/unit/issue_category_test.rb" "test/unit/repository_cvs_ ... members_controller_test.rb" "test/functional/issue_categories_controller_test.rb" "test/functio ... account_controller_test.rb" "test/functional/issues_controller_test.rb" "test/functional/roles_ ... al/news_controller_test.rb" "test/functional/issue_relations_controller_test.rb" "test/function ... egration/projects_test.rb" "test/integration/... 2009-03-24 21:42
Plugins: Redmine Customer plugin v 0.2.0 released
I've just uploaded a new release of the "Redm ... treamsoftware.com/projects/redmine-customers/issues is open to the public and you are welcome t ... sts and patches for the next version. Eric 2009-03-24 19:55
Plugins: Schedules 0.3.0 released
Attached is the latest iteration of the Sched ... calculate the start date / due date for each issue in a version based on project member availab ... ware.com/projects/redmine-schedules/. Thanks! 2009-03-24 19:06
Open discussion: RE: redmine.org version?
It's a branch of the trunk at least. You can tell by the url format: * 0.8.x branch => /issues/show/3040 * trunk branch => /issues/3040 Eric 2009-03-24 18:15
Help: RE: hide possibility in a new issue as assign
I would also bee very interested in such a fu ... to forbit a role to assign a ticket to user. 2009-03-24 15:20
Help: RE: hide possibility in a new issue as assign
I was interested in this as well, but also co ... assign". btw, running 0.8.2.stable.2594 ;) 2009-03-24 10:58
Feature #3040 (Closed): Extend filter on subject field
*Context:* In order to identify each task, w ... d a filter type based on regular expression 2009-03-24 10:57
Feature #3039 (New): Make annotation why you ... m redmine depend on your notification options
If your profile is set to 'mail me on all my ... ust set their options to "all my projects". 2009-03-24 10:23
Wiki: ThemeSqueejee
h1. Redmine Squeejee theme {{>toc}} A t ... s: black, grey and white. It includes: * issue-colouring in the issuelist, based on default priority-enumerations for issues * more sophistically styled "tabs", "table ... |=. *Project issuelist* ... tachments/1757/roadmap-800x600.jpg | !issuelist-480x360.jpg!:/attachments/1758/issuelist-800x600.jpg | |=. *Issue* |=. *Issue journal* ... | | !issue-480x360.jpg!:/attachments/1759/issue-800x600.jpg | !issue_journal-480x360.jpg!:/attachments/1751/... 2009-03-24 09:41
(28901-28925/31865)