Search
Results (12601)
- Defect #5724 (Closed): Email creation of new issues for anonymous users failing due to email address length
- Having upgraded from an older version (which was without the ability to accept issues via email from unknown email addresses) to ... nymous posting functionality, have seen some issues regarding issues not being accepted from the submission scri ... ttempts to create the anonymous user for the issue. Maybe not an issue to be 'fixed' but maybe it is? Thanks, loving RedMine
- Defect #5723 (Closed): Error db:migrate with rails=2.3.8
- I use environment: <pre> Ruby version ... rg/classes/ActiveRecord/Migration.html)
- Patch #5722 (New): Custom Boolean Fields cannot be set to true
- ruby 1.8.7 Rails 2.2.3 Redmine 0.9.3.stable (MySQL) When having a custom boolean field for my issues, I was not able to set it to true since the ... he hidden input and the checkbox solved this issue. Just replace in /usr/share/redmine/app/help ... field_id) + hidden_field_tag(field_name, '0')
- Defect #5721 (Closed): attachment filename Chinese garbled in using receiving mail to create issue
- When I use receiving mail feature to create issues, Chinese garbled appeared. Notice that th ... nt picture. !attachment_name_screenshot.png!
- Defect #5718 (Closed): Issue status in Subtasks issues
- When you create a new subtask, you only can select "New" status for the new issue. I'm not sure if it's ok, because it's po ... xample to Resolved or Closed. The subtask issue status can not be changed. The parent issue status can not be changed. I think that it's useful allow to change subtask issue status as workflow permissions. Thanks
- Patch #5717 (Closed): Request for controller_timelog_edit_after_save hook
- The Timelog controller has controller_timelog ... it should provide the last as well. Thanks
- Patch #5714 (Closed): Request for controller_issues_bulk_edit_after_save hook
- I suggest adding controller_issues_bulk_edit_after_save hook to Issues controller. Issue controller has hooks: * controller_issues_new_before_save * controller_issues_new_after_save * controller_issues_edit_before_save * controller_issues_edit_after_save * controller_issues_bulk_edit_before_save That is pairs - ..._before_save/..._after_save. All but the controller_issues_bulk_edit_before_save hook. I need this ... ng '':journal => journal'' to: * controller_issues_bulk_edit_before_save * controller_issues_bulk_edit_before_save Thanks
- Feature #5712 (Closed): Reload themes
- It would be useful if there was a button/link ... that does this already, I'll extract it out.
- Feature #5711 (New): Make Bulk Edit menu more apparent...
- For the Issues list in any project, once you know that the ... uits their abilities/workflow/usage patterns.
- Defect #5709 (Closed): "latest projects" should only include projects which have not been archived.
- Archived projects are projects which you don' ... for them to be in the "Latest Projects" list.
- Feature #5708 (New): New Version Status: On Hold
- When a version is put on hold, all issues attached to it should not be visible from s ... custom development of SMS systems to telcos).
- Defect #5707 (Closed): When updating ticket, redmine loses the list of attached files
- When a user updates a ticket, but fails to se ... sqlite3 Database schema version 0
- Defect #5706 (Closed): Default config.log_level is too verbose for production
- The default config.log_level for production e ... on environment. It has actually caused me issues as my ./log/production.log file grew to ove ... on't need all this :info text for production.
- Feature #5705 (New): Display Issue Closed Date on Calendar View
- The calendar view currently displays the foll ... g and ending this day This works well for issues with planned due dates and for planning/loo ... s. The calendar could be even more useful if issues closed dates were represented. I propose that this be done by displaying the issue as any other (issue number as a gray link with a line through it ... would only need to be displayed when closed issues were included in the view.
- Defect #5703 (Closed): On SMTP failure, an internal error occurs and all changes to an issue are lost
- I'm trying to configure SMTP in a fresh Redmi ... send emails renders the system unusable - no issue can be updated - any modification causes an ... (from production.log): <pre> Processing IssuesController#edit (for 84.94.77.194 at 2010-06 ... "342", "notes"=>"sadfasdasd", "controller"=>"issues", "issue"=>{"start_date"=>"2010-06-17", "estimated_ho ... models/journal.rb:43:in `save' app/models/issue.rb:459:in `create_journal' app/controllers/issues_controller.rb:196:in `edit' passenger (2 ... nager.rb:154:in `spawn_application' </pre>
- Defect #5701 (Closed): Issues decription text is shown twice in Roadmap details page.
- h3. Defect description When displaying the ... (/versions/show/), the description of each issue is shown twice on the same line in the Related Issues box. See attached screen capture. h3. C ... Rails 2.3.5 * Redmine 0.9.4.devel.3767
- Defect #5699 (Closed): Prototype 1.6.1 breaks the "check all" links
- In my redmine setup all the "check all" boxes ... you're using repository code 0.9.4-2~bpo50+1
- Defect #5698 (Closed): redmine:email:receive_ ... mails with subject longer than 255 characters
- The automatic issue creation from mailbox silently ignores email ... an 255 characters - the model validation for Issue fails, and the mail is ignored. We ran in ... subject off at 255 characters and create the issue like that. Can be modified this way: in app/models/mail_handler.rb at line 137: issue.subject = email.subject.chomp[0..254]
- Defect #5696 (Closed): Redmine + PostgreSQL 8.4.4 fails on _dir_list_content.rhtml
- This bug is very similar to #3942. When re ... l * Database schema version 20100221100219
- Defect #5695 (Closed): Problem with assignable users in the report page
- In the report page, the assignable list shows ... Database schema version 20100221100219
- Defect #5691 (Closed): OpenID authentication fails with "Invalid null namespace"
- I get an error whenever I try to log in to my ... the Bitnami stack and configuration are the issue here, it seems to be a Ruby/open_id_authentication issue. <pre> $: /opt/bitnami/ruby/bin/ruby -v ... estions? Can I give you any more information?
- Patch #5690 (New): Change LDAP password
- Hello Guys i created a patch for changing use ... edmine/ldappassword.patch Regards - Oskar
- Defect #5688 (Closed): Version editing not accepting valid Date input
- When submitting a new Version or editing an e ... is obviously a less-than-ideal solution. The issue has been occurring for several versions now, ... 13171051 Redmine r3768 MS SQL Server 2008
- Defect #5687 (Closed): Redmine wiki formatting borks on yaml anchors
- e.g.: <pre><code class="yaml">someenv: &so ... s not to totally break the rendered version.)
- Feature #5686 (New): Allow to hide custom fields based on value of core fields (status)
- For example in this tracker i don't need to s ... his field does not required...) P.S. This issue is main reason why i can't use many custom fields in my project.