Activity
From 2014-01-10 to 2014-01-12
2014-01-12
-
16:31 Defect #11053: Cannot delete issue
- I ran into the same problem.
My redmine is 2.4.2. I can create a new project and delete it. but cannot delete the is... -
15:40 Feature #5009: Add an option to set a custom field as unique
- Hi, this is not the same problem as having Auto Number feature.
For instance I need to create Custom Field storing... -
15:37 Feature #15855 (Closed): Add information about whether an issue is open or closed to Issues API response
- When I get a list of issues I would like to know whether the issue is open or closed depending on the status. For exa...
-
15:30 Defect #15854 (Closed): Searchable checkbox always set to FALSE after updating Custom Field
- It's possible however to set it using direct SQL statement ie.:...
-
12:08 Patch #13498 (Closed): Better validation for identifier length
- There's a min and max in the current implementation. I don't know how it was when this patch was submitted, please re...
-
11:42 Patch #13774 (Closed): Show warning if CSV-Export exceeds limit
- Feature added in r12663. I used the existing i18n string and added some tests.
-
11:40 Feature #13770: Show warning, when exported issues exceed the limit
- Warning added for CSV export in r12663.
-
11:13 Feature #13842: Support mobile phone users better
- Here is what I get on my iphone with the path applied:
!Img_5790.png! !Img_5791.png!
I'm not sure that it impro... -
11:04 Feature #14309 (Closed): Add favicon to Atom feeds
- Feature added in r12662.
-
10:20 Patch #14476 (Closed): Fix for Issue #13544
- Fixed in r12660.
-
10:20 Defect #13544 (Resolved): Commit reference: autogenerated issue note has wrong commit link syntax in multi-repo or cross-project context
- Fixed in r12660.
2014-01-11
-
23:39 Feature #15817 (Closed): Lock an issue during edit
- 1.1.1 is out of support.
Please update to a recent version, 1.1.1 has security issues.
Besides, you would *not* hav... -
23:37 Feature #15836 (Closed): Automatically add user as watcher for issues created via email.
-
18:29 Patch #14735: Allow negative time entries
- By the way, the previous patch has issues.
Here is a more correct version. -
18:25 Patch #14735: Allow negative time entries
- Jean-Philippe Lang wrote:
> Why should we allow negative time entries BTW?
It's very simple, time spent are repor... -
16:12 Patch #14735: Allow negative time entries
- Well I'm not sure either.
Maybe for a different use case like planning time savings. But I don't need this. -
14:31 Patch #14735: Allow negative time entries
- Why should we allow negative time entries BTW?
-
14:30 Patch #14766 (Closed): Better block detection on my page
- Patch committed in r12658, thanks. FYI I've replaced @.map{ |key, value| value}@ with a simple @.values@.
-
14:24 Defect #15485 (Closed): HTML 5 validation multiple ids
- Actually, the patch contains lots of syntax errors. Now fixed.
-
13:28 Defect #15664 (Resolved): Unable to upload attachments without add_issues, edit_issues or add_issue_notes permission
- Confirmed and fixed in r12652 including for other actions (documents, wiki...).
Thanks for pointing this out. -
13:22 Feature #14534: Upgrade to Rails 4.2
- I rebased on r12644.
* Git
** https://github.com/marutosi/redmine/commit/ab8c95e689318918c67a24cb39ee354f06ff8a0c... -
13:18 Feature #14339: Shortened issue watcher
- Yes this would be good too. But the new issue view is quite confusing if there is a project with 100+ Users. :-)
-
13:13 Feature #14339: Shortened issue watcher
- Having a watcher search field on the issue form (for members) and an other when clicking "Search for watchers" (for a...
-
12:53 Feature #15815: REST API : Add project status in API response
- #12921 is a bit different as it requests a filter on project status.
-
12:42 Feature #15815: REST API : Add project status in API response
- > We also need this, see #12921-1
I had missed the ticket of the same content, sorry.
And, thank you for! :) -
12:34 Feature #15815 (Closed): REST API : Add project status in API response
- Added in r12649.
-
12:47 Defect #15848 (Closed): REST API: Cannot retrieve memberships of closed projects
- Fixed in r12650.
-
12:29 Patch #15689: Make favicon themeable
- Thanks!
-
12:23 Patch #15689 (Closed): Make favicon themeable
- Patch committed in r12646 with slight changes:
* ruby 1.8 compatibility syntax
* use of @#assert_select@ instead of... -
12:12 Feature #15362 (Closed): Wrap filters, options and buttons with extra div on the issue list
- @div#query_form_with_buttons@ added in r12645 to issues and time entries filters.
-
12:02 Patch #12753 (Closed): Update config.i18n.load_path for plugin-supplied locales
-
11:32 Defect #15851 (Closed): upgrade redmine 0.8.7 from redmine 2.4.1
-
08:25 Defect #15851: upgrade redmine 0.8.7 from redmine 2.4.1
- This is not an issue.
Search in the forums. There are many threads describing this procedure. -
09:21 Feature #5664: Copying documents too when copying a project
- Added patch against trunk and updated unit tests.
-
00:12 Feature #2722: New user notification
- +1
-
00:02 Feature #3125: Merging 2 different Redmine Installations
- I updated Eric Davis plugin to be compatible with current redmine version. Source code (until pull request is accepte...
2014-01-10
-
19:59 Feature #15603: Addition of Activity field in Custom Report
- Does the report/querying available in "Projects / Overall spent time" solve this? You can add activity in the report ...
-
19:48 Defect #10312: Can not attach empty files.
- Affects current versions also (2.4)
While an empty file is not attached, it is still being databased. ... -
19:12 Defect #15851 (Closed): upgrade redmine 0.8.7 from redmine 2.4.1
- What are the procedures to upgrade from version 0.8.7 to version 2.4.1 redmine?
-
18:08 Defect #15849 (Closed): Redmine:Fetch_Changesets Single-inheritance issue in subclass "Repository:Git"
- Hi,
today we "migrated" our Redmine Environment from 2.3.1-devel to latest 2.4.2-stable. But we didnt upgrade the ... -
17:47 Feature #5127: Custom Fields to be configurable on 'per project' basis
- +1 as well
-
17:18 Defect #15848 (Closed): REST API: Cannot retrieve memberships of closed projects
- A customer of ours ("Planio":https://plan.io) uses the REST API to read amongst other things project memberships (@/p...
-
17:05 Feature #15815: REST API : Add project status in API response
- We also need this, see #12921-1
-
16:58 Feature #15847 (Closed): add "Spent time" field when creating issues via email
- That would be just what i need in order to have a complete and fast interface to track those little resolved issues, ...
-
16:07 Defect #5156: Bulk edit form lacks estimated time field
- @Ewan : Bulk edit of estimated times is possible through the right click menu over the check column of lists of issue...
-
14:55 Feature #15836 (Resolved): Automatically add user as watcher for issues created via email.
-
14:55 Feature #15836: Automatically add user as watcher for issues created via email.
- looks like if your email settings are set to "send me emails on things i am involved in" or above you get an email be...
-
11:22 Feature #15817: Lock an issue during edit
- I don't think we get these options come up - we are on version 1.1.1
There have been many occasions where I have s... -
06:32 Defect #6609: % Done for Parent Tasks [2]
- @Misha: We ended up writing our own patch to fix this annoyance as part of some other improvements, but I must say it...
-
06:10 Defect #6609 (Reopened): % Done for Parent Tasks [2]
- The behavior given by Ewan in the description is still present on source:/trunk@12577.
The implementation of the d... -
06:26 Feature #5458: Extend Start/Due date to include time
- Seems bug is re-introduced about auto decrements of date on update
>"Have noticed a bug that as we keep on updati... -
00:34 Defect #15827: Redmine is using a buggy Rails SQLite adapter
- Jan Niggemann (redmine.org team member) wrote:
> Do I get this right:
> - We provide a software that can use differ... -
00:05 Defect #15827: Redmine is using a buggy Rails SQLite adapter
- Do I get this right:
- We provide a software that can use different 3rd party backends.
- One of those backends is ... -
00:06 Feature #15829 (Closed): Filter by updated user
- Please ask questions in the forums.
Also available in: Atom