Activity
From 2015-12-13 to 2015-12-16
2015-12-16
-
22:32 Patch #21550 (Needs feedback): New option in html redmine link parsing - attachments
- Option for parsing to choose if attachment link should be download link or not.
-
18:08 Feature #9445: Add Issue custom fields of User-format to the cross-project issuelist filters
- I'm using the patch against 3.1 with no problems. So it seems to work.
What's the next step? Should I submit it as... -
17:43 Feature #21549 (Closed): Add the Wiki pages' hierarchy on the URL path
- I'm trying to create a fully software documentation on Redmine's Wiki, and just realised one limitation on Wiki's imp...
-
15:40 Patch #21541: Russian translation improvement
- In Google Analytics, "Last week" translates as "прошлая неделя".
!google_analytics.png! -
12:17 Patch #21541 (Closed): Russian translation improvement
- In current translation for @label_last_week: последняя неделя'@ the word @последняя@ means 'last' as 'ultimate', not ...
-
15:22 Feature #10525: A new button to hide/show the sidebar
- Kirill Bezrukov wrote:
> We implemented this feature in our free theme [[Theme_List#Circle-theme|Circle]] without an... -
15:11 Feature #10525: A new button to hide/show the sidebar
- We implemented this feature in our free theme [[Theme_List#Circle-theme|Circle]] without any plugins requirement
-
14:03 Feature #20100: Custom version field that allows filtering versions in the list of options shown by "version's attached custom field" values
- That would be great! We have a similar use case.
I vote for it +1000 -
12:36 Defect #20943 (Resolved): migrate_from_trac.rake dont work
- There still was an issue with the script provided earlier, as importing of TRAC attachments still did not work.
It ... -
12:02 Defect #21540 (Closed): Chinese symbols in issues after upgrade to 3.2.0
- When I go to any issue I see chinese symbols.
!redmine_chinese.png!
When I update the page in browser then it shows... -
07:40 Feature #21536: Edit watchers: add "autocomplete off" tag to Input field
- Just tested on the redmine/demo site with redmine 3.x.
The input field looks similar to the older version and no aut... -
07:23 Feature #21536 (New): Edit watchers: add "autocomplete off" tag to Input field
- While assigning watchers to tickets, I usually type the first few letters of the names.
Due to the normal input fiel... -
05:12 Feature #6120 (Closed): keep autologin cookie with several web browsers
- I closed as duplicate of #10840.
2015-12-15
-
23:35 Defect #21535 (Closed): Moving a custom field value in the order switches in the edit view
- Since the upgrade from 3.1.2 to 3.2.0 the move buttons in the custom field view are switching on each click ins custo...
-
21:03 Defect #21534 (Closed): Backtrace cleaner should not clean plugin paths
- Rails.backtrace_cleaner.class::APP_DIRS_PATTERN
-
20:43 Feature #21447: Option to show email adresses by default
- Thanks! I'm using devel r14976 now and it's good. I extended this change a bit and added an option to disable self-no...
-
20:25 Patch #21533 (Closed): Bulgarian translation (r14975)
- Translated:
* label_default_values_for_new_users
#21447 -
19:10 Feature #21532 (Closed): Adding OR and XOR request to REST API and issue filters
- Easiest case:
If an issue has multiple boolean custom flags.
CF_01 = 1 AND (CF_02 = 1 XOR CF_05 = 1)
This c... -
19:04 Defect #21531 (Closed): rdm-mailhandler with project-from-subaddress fails
- Running "ruby extra/mail_handler/rdm-mailhandler.rb -k xxxx -u http://localhost:3000/" waits for stdin input, running...
-
19:03 Defect #21530 (New): If a new boolean custom field with a default value will be added the value won't be automatically applied to all issues
- If later on another custom field with an default value will be added.
All issues will have the state not assigned.
... -
17:06 Patch #1671: Show a breakdown of estimated/spent/remaining time for a version
- Updated the patch from P S for redmine 2.5.1 to work with redmine 3.2.0.
-
16:33 Defect #21528 (Closed): LDAP user autocreation doesn't work with attributes with Cyrillic
- Duplicate of #21453.
Try #21453#note-4. -
16:03 Defect #21528: LDAP user autocreation doesn't work with attributes with Cyrillic
- I'm sorry guys, I was wrong. The problem is not in spaces but in number of symbols in field. In my environment the at...
-
15:39 Defect #21528 (Closed): LDAP user autocreation doesn't work with attributes with Cyrillic
- I've configured LDAP authentication in Redmine and it works fine except one thing. If some attribute in LDAP (in Acti...
-
15:36 Defect #21490: Repository Statistics will not populate on client machines, only the host machine when using the http://localhost URL
- The \Bitnami\redmine-3.0.3-0\apache2\logs\access.log is posted above. The \Bitnami\redmine-3.0.3-0\apache2\logs\erro...
-
05:13 Defect #21490 (Needs feedback): Repository Statistics will not populate on client machines, only the host machine when using the http://localhost URL
-
05:06 Defect #21490: Repository Statistics will not populate on client machines, only the host machine when using the http://localhost URL
- Why not check redmine log?
-
03:35 Defect #21490: Repository Statistics will not populate on client machines, only the host machine when using the http://localhost URL
- All other pages for the Redmine site work with either URL address.
-
03:33 Defect #21490: Repository Statistics will not populate on client machines, only the host machine when using the http://localhost URL
- Here is the access.log from viewing the page with the URL starting with _http://localhost/redmine/_
>127.0.0.1 - -... -
00:34 Defect #21490 (Reopened): Repository Statistics will not populate on client machines, only the host machine when using the http://localhost URL
- Can you please expand on what you mean by
>"It is obvious your environment problem.
>There is no host depending ... -
15:13 Patch #21527 (Closed): Russian translation for 3.2.0
- Russian translation update for 3.2.0
-
11:37 Feature #21503: Option for email self-notification
- +1
I hope that the value is set to 0 by default. I think there are few people who want to receive notifications ab... -
10:51 Feature #21524 (New): Clone/copy a ticket/issue into multiple projects
- I can't find any plugin for this feature.
But I think this should be made available by the core redmine system..
... -
09:57 Defect #20143: Mailhandler cannot handle 4-byte characters
- Ragnar Nevries wrote:
> Toshi MARUYAMA wrote:
> > Try utf8mb4 (#10772#note-7).
>
> In fact, that solves the prob... -
07:19 Defect #18875: [Rest API][custom field]Why "GET /custom_fields.xml" required the System manager's privilege?
- Hmm, another thought on the implementation of this fix. Each tracker can have its own composition of custom fields, s...
-
04:24 Patch #21522 (Closed): Simplified Chinese translation for r14976
- Simplified Chinese translation for r14976
add about 30 lines translation
2015-12-14
-
21:27 Patch #21521 (Closed): Updated Spanish and Spanish Panama Translations
- Changes:
* Spanish Panama
** Change thousand delimiters and separator
** translation updated r14975
* Spanish
**... -
15:43 Feature #21519 (Closed): vote for tickets
- Duplicate of #6945.
-
15:36 Feature #21519 (Closed): vote for tickets
- I was reading the list of redmine tickets and was wondering, there are many features that would be really helpful, bu...
-
15:17 Patch #21487: Larger font for email notifications
- +1 and... thanx! :)
-
02:37 Patch #21487: Larger font for email notifications
- GMail users see notifications without any style Before Redmine 3.2.0 (#8335). But with styles (Redmine 3.2.0), fonts ...
-
14:22 Defect #21514: login page
- Your question seems to indeed relate to a "Planio account":https://plan.io/redmine-hosting/ rather than regular Redmi...
-
13:22 Defect #21514 (Closed): login page
- Please contact planio.
-
12:57 Defect #21514: login page
- sneha h wrote:
> the length of username must be less than 8 characters
-
12:28 Defect #21514 (Closed): login page
- the length of username must be less than 8 characters
-
14:10 Feature #21517 (Closed): Automatic issue relation through comments
- When mentioning another issue in the description or a comment with hashtag, this could automatically trigger the sett...
-
13:04 Patch #21497: Tooltip on progress bar
- +1
-
11:41 Defect #20636 (Closed): Internal error when you submit and invalid character
- No feedback.
-
10:20 Patch #21511 (Closed): Japanese translation update (r14975)
- Translated label_default_values_for_new_users.
-
09:32 Defect #21398: Mysql: 500 server error when submitting 4 bytes utf8 (to be saved in the 'notes' field)
- I've got the same problem. I've tested a conversion to UTF8MB4, which ist working.
I've posted a (german) article ... -
09:20 Feature #9928: Custom ext auth source password change message
- +1 it's language dependent, probably it should be some kind of plugin.
-
08:58 Feature #9928: Custom ext auth source password change message
- Hello,
That's a good idea and I'd love to have this configurable at work too.
It definitely makes sense to have p... -
07:55 Feature #21465: Make Redmine Repository module to handle better repositories removed in SCM and avoid not found error
- Yes, just the path specified as "URL" in Redmine Repository settings does not exists on SVN repository server but the...
-
04:45 Defect #21468: cursor is messed up with Chinese&English text in input box with Safari
- We cannot do anything. You had better report bug to Safari provider.
-
04:01 Defect #21468: cursor is messed up with Chinese&English text in input box with Safari
- Yeah it's a broswer issue, but I think this software should be capacitible with magor browsers.
-
03:31 Patch #21506 (Closed): Traditional Chinese translation (to r14976)
- * New
** label_default_values_for_new_users
-
00:48 Defect #17577 (Closed): <code> blocks have no numbers, help shows line numbers for <code> blocks though
- Line numbers in the help are removed by #20288 (Redmine 3.2.0).
2015-12-13
-
20:52 Defect #21504 (Closed): IssuePriority.position_name not recalculated every time it should
- The @position_name@ attribute of @IssuePriority@ instances is currently only recalculated when the @position@ of the ...
-
18:54 Feature #21503 (Closed): Option for email self-notification
- I patched r14976 to add an option for email self-notification. It would be nice to include this feature in the core a...
-
16:52 Feature #21465: Make Redmine Repository module to handle better repositories removed in SCM and avoid not found error
- So your SVN repository is not deleted but you have a Redmine repository that is mapped to a branch that was deleted f...
-
16:46 Defect #21478 (Closed): User Preference table access
- Please no help request here in the issue tracker.
-
16:44 Defect #21468 (Closed): cursor is messed up with Chinese&English text in input box with Safari
- It seems to be a browser issue as the input field is a regular textarea. No problem doing this with Chrome.
-
16:39 Feature #21500 (Closed): Add the "Hide my email address" option on the registration form
-
16:38 Feature #21500 (Closed): Add the "Hide my email address" option on the registration form
-
16:23 Feature #21447 (Resolved): Option to show email adresses by default
- Option added at the bottom of the "Authentification" settings.
-
15:54 Defect #21219 (Resolved): Date pickers images for start/due date fields are not shown for issues with subtasks
- Thanks.
-
13:39 Defect #4043: username/password fields get autocompleted
- Modern browsers don't support autocomplete="off".
*IE11+:*
https://msdn.microsoft.com/library/ms533486.aspx
> As... -
09:39 Feature #21421: Security Notifications when security related things are changed
- Adding patch 8 which allows overriding of originator and remote_ip causing a security notification and use these over...
-
08:36 Feature #21421: Security Notifications when security related things are changed
- Fix patch 7 to only send security notifications when admins are active.
-
08:13 Feature #21421: Security Notifications when security related things are changed
- Fix patch 3 to also send a security notification when the user's password is changed after a lost password.
-
07:11 Feature #21421: Security Notifications when security related things are changed
- Fix patches 6 and 7 so that security notifications only get sent to active admins only.
-
08:40 Defect #19820: SCM diff view crashes on some commits in Redmine 3.0.3
- C Tibirna wrote:
> I encounter the *exact* problem (identical trace) with latest 3.1.2 (git revision 2e43f22). Clear... -
08:34 Defect #19529 (Closed): downloaded files are truncated to 64Kb (or simply a 500 error) on second download
- No feedback.
-
08:24 Defect #21231 (Needs feedback): Workflow setup issues
- Did you try non admin user?
-
06:54 Feature #4928 (Closed): Add secondary page column with "non-versioned issues"
- Closing as duplicate of #1869.
-
06:12 Defect #4682: Completed version with wrong progress bar status
- This issue still can be reproduced in Redmine 3.2.0.
-
05:41 Feature #3425: View progress bar of related issues
- Updated the patch to make it compatible with latest trunk (r14972).
In Redmine 3.2, "Subtasks" have progress bar b... -
05:35 Defect #21227 (Closed): Email reminders sent for closed issues
- https://github.com/rubynovich/redmine_contacts_helpdesk/blob/4aadaf80956/config/routes.rb#L15...
-
05:32 Defect #8108: Email reminders sent for closed issues
- Simeon Felis wrote:
> We receive E-Mail reminders for closed tickets, too.
FTR: #21227. -
04:40 Patch #21497 (Closed): Tooltip on progress bar
- The progress bar on the Roadmap screen is divided into three different colors, but there is no explanation on the col...
Also available in: Atom