Activity
From 2015-05-13 to 2015-05-15
2015-05-15
-
21:36 Defect #19855 (Needs feedback): Slow time to run querys
- Hi,
I'm actualy using redmine version 2.5 in production.
Before analizyng many logs of my database and observe... -
20:28 Defect #19271 (Resolved): Configuration of which versions are shown in version-format custom fields should not affect issue query filter
- I have created a patch fixing the problem. It is simply passing an option from query_filter_options to indicate that ...
-
20:25 Defect #19627: Cannot set task.Parent = Grandparent
- Hi,
I think it is related to #8794 and r11641 -
05:55 Defect #19627 (Confirmed): Cannot set task.Parent = Grandparent
-
19:15 Defect #8093: Incoming email with internal emails as attachments isn't processed properly
- Sergey Prosin wrote:
> Hi! Finally we've been able to deal with this issue. The problem was this kind of attachments... -
14:28 Patch #11898: Inheritable issue categories
- Just applied the same patch cleanly to 2.6 and 3.0.
Any chance this might be merged in at some point? -
11:44 Feature #19852 (New): lock % done (e.g. from 41-100 %)
- I am using Redmine 3.0.2. I have 3 user one is admin one is manager and last developer. Now when manager assign issue...
-
11:01 Feature #19851 (Closed): Sudo mode: Require password re-entry for sensitive actions (optional)
- This patch adds a so-called sudo mode as a safe-guard against damage done through hijacked sessions, be it remotely o...
-
10:18 Feature #19850 (New): Quote multiple comments
- It would be very handy to have a field allowing to select multiple items/comments to include in the quote.
Current...
2015-05-14
-
21:51 Defect #19844 (Closed): Roles are not aligned on new member form
- The new interface for adding new members to a project is harder to use than the previous version because of the way i...
-
21:46 Feature #19843 (New): Select what page to navigate to
- Ability to input/select exactly what page you want to navigate to when looking at a list of issues, custom fields, et...
-
17:38 Defect #19842 (Closed): User allowed to manage public queries in any project, can create public query visible to everyone for ALL projects
- If user is allowed to manage public queries in some project, from this project he will be able to create query:
- vi... -
16:35 Defect #19834 (Resolved): Login shows internal host/IP to internet public
- It seems to be a misconfiguration of nginx:
location / {
proxy_pass http://localhost:8000;
proxy_s... -
15:24 Defect #19840 (Closed): Missing validation for description size of versions
- We're using redmine 2.6.5. When you're creating a new version from the prjoect settings and try to write a log descri...
-
13:30 Defect #19693: Context menu is unaware of the field permissions
- I have the same problem on:
Redmine version 3.0.2.stable
Ruby version 1.9.3-p4... -
12:52 Feature #19838 (Closed): Project selection while creation a new issue
- Can I select project or subproject when I create a new issue?
-
01:22 Defect #19835 (Closed): Newlines stripped from CVS commit messages
- I noticed this in 3.0.3 but I think the issue was introduced with "this":https://github.com/redmine/redmine/commit/2d...
-
01:14 Defect #19795: Broken link to syntax help
- Sorry, we have found the reason, our admin has mistaken document root :( strangely, everything else seemed to work! M...
2015-05-13
-
22:39 Defect #11887: Issue permission doesn't apply to Administrators
- Trere is a strange behaviour in the app/models/issue.rb model.
A tracker (issue type) has to have a required custo... -
22:13 Defect #19834: Login shows internal host/IP to internet public
- nginx config:
server {
listen 80;
server_name
tracker.xxxx.com.ar;
l... -
22:09 Defect #19834 (Closed): Login shows internal host/IP to internet public
- When setting Require Authentication under Authentication, when you log out, you are redirected to login page, whose U...
-
22:05 Feature #13600: Allows specifying "canned responses"
- +1 to this one. That old plugin does not seems to be working on redmine 3.0.2
-
21:11 Feature #1183: add new tickets in the name of …
- +1 from me too.
Clients commonly make requests in email or chat sessions, or submit a ticket which should really b... -
21:11 Defect #19821 (Reopened): Failed to upgrade to latest Redmine version
- Hi Toshi.
May be i was not clear. By executing the migration script that you mention breaks
# We downloaded and ... -
00:33 Defect #19821 (Closed): Failed to upgrade to latest Redmine version
- I don't know what DB you use.
You need to remove mail column from users table by hand.
source:tags/3.0.3/db/migrate... -
19:10 Feature #19289: Exclude attachments from incoming emails based on file content or file hash
- Toshi MARUYAMA wrote:
> In your patch, '/home/redmine/redmine-ignored-attachments/*' is hard-coded.
Where do you pr... -
18:51 Feature #19829 (Closed): Delete multiple issue attachments at the same time in a transaction during editing
- Sometimes it is necessary to delete more than 1 attachment from an issue. That causes several journal entries and sev...
-
18:48 Feature #1767: Make spent time - & project custom fields configurable/switchable per project
- +1
-
18:44 Feature #973: Assign different status sets and workflows for separate projects
- +1 I need it every day!!!
Going to try this plugin https://github.com/jjrosalesuci/redmine_auto_assigned -
17:10 Feature #19828 (Closed): Rest API for projects - filter on project status.
- Our company uses redmine to track projects for a period of time, and then close them. We have a few hundred projects...
-
16:48 Defect #16895: Can't verify CSRF token authenticity on IE9 with Alias
- Hi, I've came accross a similar problem in IE that was caused by a security policy that was blocking cookies from som...
-
16:26 Defect #19827 (Closed): Redmine 3.0.2 email sending issue (530-5.5.1)
- Please use forum for questions.
-
16:14 Defect #19827 (Closed): Redmine 3.0.2 email sending issue (530-5.5.1)
- Dear Sirs,
the problem is long-standing, but has become for me after the actual migration to version 3.0.2 from 2.... -
16:23 Defect #19721: Upgrade from 2.6.4 to 3.0.2 fails with Mysql2::Error: Table 'email_addresses' already exists:
- - Restore from dumpfile
- drop table email_addresses;
- bundle exec rake db:migrate RAILS_ENV=production
-
16:22 Defect #19529: downloaded files are truncated to 64Kb (or simply a 500 error) on second download
- I said 1.9.3- *p194* *(2012-04-20)* is too old.
ruby-1.9.3- *p551* *(2014-11-13)* is last 1.9.3.
http://cache.ruby-... -
16:02 Defect #19529: downloaded files are truncated to 64Kb (or simply a 500 error) on second download
- Toshi MARUYAMA wrote:
> Antoine Beaupré wrote:
> > Toshi MARUYAMA wrote:
> > > Antoine Beaupré wrote:
> > > > Rub... -
15:55 Defect #19529: downloaded files are truncated to 64Kb (or simply a 500 error) on second download
- Antoine Beaupré wrote:
> Toshi MARUYAMA wrote:
> > Antoine Beaupré wrote:
> > > Ruby version 1.9... -
15:26 Defect #19529: downloaded files are truncated to 64Kb (or simply a 500 error) on second download
- Toshi MARUYAMA wrote:
> Antoine Beaupré wrote:
> > Ruby version 1.9.3-p194 (2012-04-20) [x86_64-l... -
14:40 Feature #5816: New issue initial status should be settable in workflow
- Johan Jäderblom wrote:
> The plugin adds an initial status "Initital". It will be set as the first and as the defaul... -
13:46 Feature #5816: New issue initial status should be settable in workflow
- I have made a fix for this. You can find a plugin here: https://github.com/Jaeder42/InitialStatusRedminePlugin
The... -
12:31 Feature #19826 (New): Add calendar in wiki pages
- Hi.
I look like a calendar in wiki page.
Thanks -
11:40 Feature #10121: Watchers - Add Group / Role
- +1
-
11:32 Feature #4511: Allow adding user groups as watchers for issues
- +1
-
10:44 Patch #19825 (Closed): Russian translation update
- Hi.
Here is diff-patch for some untranslated strings in ru.yml. -
10:20 Feature #13560: Force status transition on issue update
- Adding my comments from the patch #16364 here:
I just realized that there is a usability / validation issue, when ... -
08:14 Feature #19824 (Closed): Could redmine control permission of edit/delete my own issue
- Hi guys,
I've searched issue repo and found out that #1248 and #7444 is similar to my request. But it seems #1248 ... -
08:03 Feature #5195: edit_own_issues and delete_own_issues permissions
- +1
really helpful if redmine has this feature. -
07:41 Feature #1248: New Permission: Edit own issues
- +100
I really need this feature. We're planning to use Redmine but the lack of this feature blocks a lot. -
05:49 Feature #17493: Bulk change the project
- user want to merge one project to another.it means one of them is organization A, another is organization B.
when o... -
05:49 Feature #1840: Merge projects and issues classes to allow more hierarchical project structure
- user want to merge one project to another. It means one of them is organization A, another is organization B.
when ... -
04:02 Defect #19091 (Closed): SCM integration broken with JRuby (partial fix)
-
00:30 Feature #19809: Hide "Favourite projects" from MyPage
- Or how its possible to hide MyPage itself?
Also available in: Atom