Project

General

Profile

Search

Results (31864)

Defect #2755 (Closed): Failing test after r22 ... st_sort_by_float_custom_field_asc(QueryTest)"
After re-starting my instance of CCRB I notic ... alues cv_sort WHERE cv_sort.customized_type='Issue' ' at line 1: SELECT `issues`.`id` AS t0_r0, `issues`.`tracker_id` AS t0_r1, `issues`.`project_id` AS t0_r2, `issues`.`subject` AS t0_r3, `issues`.`description` AS t0_r4, `issues`.`due_date` AS t0_r5, `issues`.`category_id` AS t0_r6, `issues`.`status_id` AS t0_r7, `issues`.`assigned_to_id` AS t0_r8, `issues`.`priority_id` AS t0_r9, `issues`.`fixed_version_id` AS t0_r10, `issues`.`author_id` AS t0_r11, `issues`.`lock_version` AS t0_r12, `issues`.`created_on` AS t0_r13, `issue... 2009-02-15 15:00
Open discussion: RE: Subprojects should be allowed the same name
Ahh, Thanks I did search the issues for this but didn;t come across anything, I'll add my positive voice to that issue. 2009-02-15 14:01
Defect #2754 (Closed): Setting up the default ... hich already contains port param) in settings
By r2429, the plugin hook will setting up the ... * Send test mail in the setting page * The issue' url in the notification mail 2009-02-15 05:37
Defect #2753 (Closed): Status CSS Class in issue description is fault-prone
Related to Defect #2733 Same applies to the ... osed" style="width: 35%;">Closed</td> </pre> 2009-02-15 02:14
Open discussion: RE: Subprojects should be allowed the same name
I agree with you Ken and I found this old open issue about it. (http://www.redmine.org/issues/show/630) 2009-02-14 16:48
Plugins: RE: Schedules Plugin
It's now set up for external access, you can ... redmine-schedules-plugin/tree/master) or log issues at LSS (https://projects.littlestreamsoftware.com/projects/redmine-schedules). 2009-02-14 05:36
Patch #2748 (New): Improved Trac-Importer with subversion repository migration
I've spent some time improving the trac impor ... any Wiki-like texts (Milestone descriptions, Issue descriptions, Issue change notes, and Wiki pages) was added I ... change*** <pre> #!/bin/sh exit 0 </pre> 2009-02-13 23:22
Help: RE: reposman issues (SOLVED)
http://www.redmine.org/issues/show/2747 2009-02-13 22:30
Feature #2746 (Closed): Send out issue priority in the email notification header
The attached patch will send out an issue's priority with the notification email's hea ... you want to route urgent tickets differently. 2009-02-13 19:10
Feature #2745 (Closed): "Default columns Displayed on the Issues list" is not easy to read
In the Administration panel the "Default Columns Displayed on the Issues list" is really hard to read. It should be an unordered list instead of a single paragraph. 2009-02-13 18:47
Open discussion: RE: Can I use REST for Visual Studio integration?
Thanks Carl, Actually, the mylycon plugi ... in a future version of Redmine. A "generic" issue tracker for VS with plugins for different co ... quite nice... Maybe I should look into that.. 2009-02-13 18:21
Plugins: Detecting a change in an issue
So I'm looking at two hooks here: controller_issues_new_before_save and controller_issues_new_after_save. I'm writing a plugin that sends out an additional email when an issue is... * created with priority Immediate * ... but updating stumps me. I can't tell if the issue already was immediate or if this was changed in the edit. Suggestions? 2009-02-13 18:17
Help: How to accept messages from unknown email address?
Hi I'm using ldap for authentication, and ... t tickets. I also need the ability to submit issues via email for most users. However, some ... e. this means that redmine won't process the issue. is there a way that redmine could either 1) accept the email, process the new issue and author it with a default owner? 2) al ... ypurchasedcompanydomain.com regards simon 2009-02-13 16:53
Defect #2739 (Closed): Inversion of "h1." and "h2." in emails
When using "h1." and "h2." in the description of an issue, this appear correctly. In the mail, "h1." ... " is bigger than "h1."). It's ok for "h3." 2009-02-13 12:06
Open discussion: RE: Subticket/SubIssue Feature
+1 2009-02-13 12:06
Open discussion: RSS access key and security problem
Hello all, Someone who uses Redmine may like to use RSS access key to track the issues' statuses via RSS reader. I think that the ... ojects which are *private*. I may access the issue listing via RSS like this <pre> some_path/projects/redmine/issues?format=atom&key=RSS_KEY </pre> Such acc ... curity hole. What do you think about this issue? PS: sorry for my bad English. 2009-02-13 10:54
Plugins: ToDo lists plugin
Hello people, Ive developed a very usable ... of lists * Ability to tie a todo item to an Issue * Ability to assign todos to other users * ... tended use is for developers - We found that Issues(bug/feature request) are often too coarse a ... feedback, suggestions etc, very welcome. 2009-02-13 07:35
Help: RE: Troubleshooting retrieving emails via IMAP from GMAIL account
I Have Tried to Print all the values i am Pas ... he values that i pass from my email .But the issue.save code in receive_issue method always returns false.The issue is not getting added in the database.I also ... ations but still i am not able to create the issue as issue.save code always returns false I also Tried checking issue.errors but its not printing any errors so think there is no model validations restricting the issue from saving it.So i dont know why the issue is not getting saved Please guide me in this issue 2009-02-13 07:07
Defect #2736 (Closed): Links hard to distinguish
The shade of blue used for links can look a l ... text is small. A subtle underline would help. 2009-02-13 03:06
Patch #2735 (Closed): Ruby 1.8.7 and Rails 2.1.2
Rails 2.1.x is available with Ruby 1.8.7. ht ... e> Notes: * Rails has some compatibility issues with ruby 1.8.7. *The supported ruby versio ... otes: * Rails 2.0.x has some compatibility issues with ruby 1.8.7. Use ruby 1.8.6. * Rails ... ho are going to try Redmine. ...i think. 2009-02-13 01:58
Defect #2733 (Closed): Priority CSS Class in issue description is fault-prone
The priority CSS class in issue description can be wrong if your priority c ... ggest either use the same approach as in the issue list by just enumerating the priorities eg. ... ading the spaces with underscores or dashes. 2009-02-12 17:36
Feature #2731 (Closed): PDF issues export and formated content
When exporting an issue in PDF with 0.8, the formated content render ... unsigned int preformated = 0; </pre> </pre> 2009-02-12 16:01
Help: RE: Troubleshooting retrieving emails via IMAP from GMAIL account
I Executed this rake command rake redmine: ... d=secret folder=Support I am Creating New issue in my redmine account By Sending an Issue to My Gmail ID. My email is of following ... rinting the values of each fields in Receive_issue method in mail_handler.rb file.I am able to ... to receive that parameters In the model issue.rb there is a code validates_presence_of ... iority is mandatory field.So i cannot create issue without receiving the value for priority par ... at i can retrieve all the values in receive_issue method of mail_handler.rb) so that i can create issue successfully 2009-02-12 14:19
Patch #2730 (Closed): Add Watch/Unwatch item to issues context menu.
With this tiny patch you can now watch/unwatch issues using the context menu. 2009-02-12 14:16
Feature #2729 (Closed): Memorize activity events selection
A little annoyance that I found. In the Ac ... ters is reseted to the default values (being Issues, Changesets, News, Documents and Files acti ... fix? I'm running Redmine 0.8.0.devel.2415 2009-02-12 14:12
(29276-29300/31864)