Activity
From 2014-01-09 to 2014-01-11
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:29 Revision 12658 (svn): Code cleanup (#14766).
- Patch by Daniel Felix.
-
14:24 Defect #15485 (Closed): HTML 5 validation multiple ids
- Actually, the patch contains lots of syntax errors. Now fixed.
-
13:55 Revision 12657 (svn): Removes duplicate ids (#15485).
-
13:47 Revision 12656 (svn): Removes duplicate ids (#15485).
-
13:45 Revision 12655 (svn): Removes duplicate ids (#15485).
-
13:45 Revision 12654 (svn): Removes duplicate ids (#15485).
-
13:42 Revision 12653 (svn): Removes duplicate ids (#15485).
-
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:27 Revision 12652 (svn): Adds missing permissions on attachments/upload (#15664).
-
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:50 Revision 12651 (svn): Syntax error with ruby1.8.
-
12:47 Defect #15848 (Closed): REST API: Cannot retrieve memberships of closed projects
- Fixed in r12650.
-
12:47 Revision 12650 (svn): Fixed: cannot retrieve members for closed projects through the REST API (#15848).
-
12:33 Revision 12649 (svn): Adds project status to GET /projects/:id and GET /projects API response (#15815).
-
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:28 Revision 12648 (svn): Adds rel=stylesheet condition for stylesheets assertions.
-
12:26 Revision 12647 (svn): Use #assert_select instead of #assert_tag.
-
12:22 Revision 12646 (svn): Make favicon themeable (#15689).
- Patch by Felix Schäfer modified by Jean-Philippe Lang.
-
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:12 Revision 12645 (svn): Wrap filters, options and buttons with extra div (#15362).
-
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. -
11:14 Revision 12644 (svn): Rails4: replace deprecated find_all_by_* at TimelogControllerTest
-
11:14 Revision 12643 (svn): Rails4: replace deprecated Relation#first with finder options at TrackersControllerTest
-
11:13 Revision 12642 (svn): Rails4: replace deprecated Relation#first with finder options at TimelogControllerTest
-
11:13 Revision 12641 (svn): Rails4: replace deprecated Relation#first with finder options at RepositoriesGitControllerTest
-
11:13 Revision 12640 (svn): Rails4: replace deprecated Relation#first with finder options at RepositoriesControllerTest
-
11:13 Revision 12639 (svn): Rails4: replace deprecated Relation#first with finder options at MessagesControllerTest
-
11:12 Revision 12638 (svn): Rails4: replace deprecated Relation#first with finder options at IssuesControllerTransactionTest
-
10:25 Revision 12637 (svn): Rails4: replace deprecated Relation#update_all at SearchControllerTest
-
10:24 Revision 12636 (svn): Rails4: replace deprecated Relation#first with finder options at UsersControllerTest
-
10:24 Revision 12635 (svn): Rails4: replace deprecated Relation#first with finder options at WikiControllerTest
-
10:24 Revision 12634 (svn): code format cleanup WikiControllerTest
-
10:24 Revision 12633 (svn): Rails4: replace deprecated find_all_by_* at TimelogCustomFieldsVisibilityTest
-
10:23 Revision 12632 (svn): Rails4: replace deprecated Relation#update_all at ProjectEnumerationsControllerTest
-
10:23 Revision 12631 (svn): Rails4: replace deprecated find_all_by_* at ProjectEnumerationsControllerTest
-
09:50 Revision 12630 (svn): fix find_all_by_id(n1, n2) parameter at TimelogCustomFieldsVisibilityTest
- find_all_by_id(n1, n2) returns only n1 result.
-
09:50 Revision 12629 (svn): code format cleanup TimelogCustomFieldsVisibilityTest
-
09:32 Revision 12628 (svn): Rails4: replace deprecated find_all_by_* at IssuesCustomFieldsVisibilityTest
-
09:32 Revision 12627 (svn): Rails4: replace deprecated find_all_by_* at IssuesControllerTest
-
09:21 Feature #5664: Copying documents too when copying a project
- Added patch against trunk and updated unit tests.
-
08:47 Revision 12626 (svn): Rails4: replace deprecated Relation#last with finder options at MessagesControllerTest
-
08:47 Revision 12625 (svn): Rails4: replace deprecated Relation#last with finder options at IssuesControllerTest
-
08:46 Revision 12624 (svn): code format cleanup ProjectEnumerationsControllerTest
-
08:46 Revision 12623 (svn): code format cleanup MessagesControllerTest
-
08:22 Revision 12622 (svn): Rails4: replace deprecated find_all_by_* at IssuesControllerTest
-
08:05 Revision 12621 (svn): fix find_all_by_id(n1, n2) parameter at IssuesCustomFieldsVisibilityTest#test_index_with_partial_custom_field_visibility
- find_all_by_id(n1, n2) returns only n1 result.
-
07:03 Revision 12620 (svn): cleanup syntax of Relation#all at WikiController#export
-
06:51 Revision 12619 (svn): cleanup syntax of Relation#all at app/views/watchers/_new.html.erb
-
06:51 Revision 12618 (svn): code format cleanup WikiController
-
06:26 Revision 12617 (svn): code format cleanup app/views/watchers/_new.html.erb
-
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...
-
13:49 Revision 12616 (svn): Rails4: replace deprecated find_all_by_* at WatchersController
-
13:49 Revision 12615 (svn): Rails4: replace deprecated find_all_by_* at RepositoriesController#committers
-
13:49 Revision 12614 (svn): Rails4: replace deprecated Relation#update_all at Project#create_time_entry_activity_if_needed
-
13:49 Revision 12613 (svn): remove unneeded Relation#all from app/views/settings/_repositories.html.erb
-
13:48 Revision 12612 (svn): Rails4: replace deprecated Relation#count with finder options at UsersHelper#users_status_options_for_select
-
13:24 Revision 12611 (svn): Rails4: replace deprecated Relation#first with finder options at ApiTest::VersionsTest
-
13:13 Revision 12610 (svn): remove unneeded Relation#all from app/views/settings/_projects.html.erb
-
13:12 Revision 12609 (svn): code format cleanup app/views/settings/_repositories.html.erb
-
12:25 Revision 12608 (svn): Rails4: replace deprecated Relation#first with finder options at ApiTest::VersionsTest
-
12:24 Revision 12607 (svn): Rails4: replace deprecated Relation#first with finder options at ApiTest::UsersTest
-
12:24 Revision 12606 (svn): Rails4: replace deprecated Relation#first with finder options at ApiTest::TimeEntriesTest
-
12:24 Revision 12605 (svn): Rails4: replace deprecated Relation#first with finder options at ApiTest::ProjectsTest
-
12:23 Revision 12604 (svn): remove unneeded Relation#all from RepositoriesHelper#render_changeset_changes
-
11:40 Revision 12603 (svn): Rails4: replace deprecated find_all_by_* at TimelogController#find_time_entries
-
11:30 Revision 12602 (svn): cleanup syntax of Relation#all at QueriesController#index
-
11:30 Revision 12601 (svn): cleanup syntax of Relation#all at MembersController#index
-
11:30 Revision 12600 (svn): cleanup syntax of Relation#all at IssueStatusesController#index
-
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... -
09:39 Revision 12599 (svn): Rails4: replace deprecated Relation#first with finder options at integration IssuesTest
-
09:38 Revision 12598 (svn): Rails4: replace deprecated Relation#first with finder options at ApiTest::IssuesTest
-
09:38 Revision 12597 (svn): Rails4: replace deprecated Relation#first with finder options at ApiTest::IssueRelationsTest
-
09:38 Revision 12596 (svn): Rails4: replace deprecated Relation#first with finder options at ApiTest::IssueCategoriesTest
-
09:37 Revision 12595 (svn): Rails4: replace deprecated Relation#first with finder options at ApiTest::AttachmentsTest
-
09:13 Revision 12594 (svn): cleanup syntax of Relation#all at NewsController#index
-
09:00 Revision 12593 (svn): remove unneeded Relation#all from AuthSource#authenticate
-
08:46 Revision 12592 (svn): Rails4: replace deprecated Relation#count with finder options at ProjectsController#show
-
08:46 Revision 12591 (svn): cleanup syntax of Relation#all at app/views/wiki/rename.html.erb
-
06:46 Revision 12590 (svn): Rails4: replace deprecated Relation#first with finder options at IssuesControllerTest
-
06:46 Revision 12589 (svn): remove unneeded Relation#all from IssuesControllerTest#test_bulk_copy_to_another_project
-
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... -
06:02 Revision 12588 (svn): Rails4: replace deprecated Relation#sum with finder options at Issue#total_spent_hours
-
05:45 Revision 12587 (svn): cleanup syntax of Relation#all at app/views/wiki/edit.html.erb
-
05:45 Revision 12586 (svn): remove unneeded Relation#all from IssuesControllerTest#test_bulk_copy_should_allow_not_changing_the_issue_attributes
-
05:19 Revision 12585 (svn): add missing Relation#all at WorkflowsController#copy of r12583
-
05:11 Revision 12584 (svn): Rails4: replace deprecated Relation#first with finder options at IssueRelationsControllerTest
-
05:11 Revision 12583 (svn): Rails4: replace deprecated find_all_by_* at WorkflowsController#copy
-
05:11 Revision 12582 (svn): Rails4: replace deprecated Relation#last with finder options at IssuesControllerTest
-
04:54 Revision 12581 (svn): remove unneeded Relation#all from WorkflowsControllerTest#status_transitions
-
04:39 Revision 12580 (svn): Rails4: replace deprecated Relation#update_all at IssuesController
-
04:39 Revision 12579 (svn): Rails4: replace deprecated find_all_by_* at IssuesController
-
02:21 Revision 12578 (svn): Rails4: replace deprecated Relation#first with finder options at AttachmentsControllerTest
-
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.
2014-01-09
-
23:48 Feature #15817 (Needs feedback): Lock an issue during edit
-
23:46 Feature #15817: Lock an issue during edit
- >updates have been lost
When more than one user updates an issue, the other(s) will get the following options:
- ... -
23:42 Defect #15830 (Closed): Internal error
- You didn't read [[SubmittingBugs]] and there's no Redmine 4.2.1...
-
06:58 Defect #15830 (Closed): Internal error
- I have installed redmine 4.2.1 on Cetos 5.8. I am getting the following log error which i am trying access the redmin...
-
21:37
Feature #15782: Workflow Field Permissions - Status-Based Field Visibility
- Just to note: _this_ issue's relation to #12005 is only as far as the description given in the initial issue creation...
-
20:27 Feature #15340: Custom field referencing other tickets
- #13690 proposes a solution to allow new relationships to be added. However, I'm not fluent enough in Ruby to implemen...
-
09:39 Feature #15340: Custom field referencing other tickets
- thanks for the nice little implementation for prototyping.
For a final solution I would rather make a new field type... -
06:44 Feature #15340: Custom field referencing other tickets
- Nice to see some progress on this.
However, even today this is possible by creating a text field (and using one o... -
19:50 Feature #15838 (New): feedback recived status designation
- when an update is received to an issue via email the status is set to the designated "feedback received" status
3 pa... -
19:44 Feature #15837 (New): Reply to closed ticket changes status to "reopen" designated status
- when an email is received from a valid user to a closed issue that issue's status is set to the designated "reopen" s...
-
19:02 Feature #15836 (Closed): Automatically add user as watcher for issues created via email.
- 1. fill the description:
I have a queue issue that when an email comes into redmine and it isn't for a project it ge... -
17:36 Feature #1926: Issues identifiers
- Take a look at this plugin: http://projects.andriylesyuk.com/project/redmine/issue-id
Please help him to release thi... -
17:31 Feature #13378: Custom fields Type Auto Number Increasing
- Hi All,
Take a look at this plugin: http://projects.andriylesyuk.com/project/redmine/issue-id
But it is still dev... -
17:13 Feature #12706: Ability to change the private flag when editing a note
- +1
When adding a note, most users forget to set the "private notes".
And at this time, it is not possible to chang... -
16:43 Feature #15835 (New): New permission to allow to view all projects
- We are developing an synchronization of projects between Redmine and another application with the usage of the Redmin...
-
16:20 Patch #15833: Watchers checkboxes are now being hidden by default
- This patch duplicates in some way my patch #14339.
-
15:11 Patch #15833: Watchers checkboxes are now being hidden by default
- I have patched our instance already, so you need to click on the new icon to see the huge list :-)
Take care. -
15:09 Patch #15833 (Closed): Watchers checkboxes are now being hidden by default
- Hello,
on our instance when reporting new issues, we have many members for our project and the checkbox columns ar... -
16:04 Defect #15834 (Closed): Creating subtask without having permission on parent issue tracker
- In my Redmine I have multiple trackers, multiple roles and crossed permissions: let's say "developer" user can create...
-
14:37 Feature #15760: JS response support for #render_error
- Recommend an errors.js view in common directory that adds the flash messages to the top of the page similar to a vali...
-
14:16 Feature #12215: Option to inherit Issue Category list from Parent project to Sub-projects
- Duplicate of #5358
-
14:12 Feature #5358: Share Issues Categories for sub-projects
- +1
database logic have to be definitly be modified the right way.
Edit - Workaround:
In solution to use catego... -
11:05 Feature #10541: Fixed start date for gantt chart (per project)
- +1
-
10:55 Revision 12577 (svn): remove unneeded Relation#all from RepositorySubversionTest
-
10:55 Revision 12576 (svn): remove unneeded Relation#all from RepositoryMercurialTest
-
10:54 Revision 12575 (svn): remove unneeded Relation#all from RepositoryDarcsTest
-
10:54 Revision 12574 (svn): remove unneeded Relation#all from RepositoryCvsTest
-
10:54 Revision 12573 (svn): remove unneeded Relation#all from RepositoryBazaarTest
-
10:32 Defect #15831 (Closed): Successful update notice for workflows
- It seems the successful update notice for workflow edits has been removed in r9977, and no such notice is rendered ei...
-
09:35 Revision 12572 (svn): remove unneeded Relation#all from Watcher#prune
-
09:14 Revision 12571 (svn): Rails4: replace deprecated find_all_by_* at UserTest
-
09:14 Revision 12570 (svn): Rails4: replace deprecated find_all_by_* at FieldFormat
-
08:50 Feature #7993: Select Default Report (or Custom Report quick links)
- +1
-
08:41 Revision 12569 (svn): remove unneeded Relation#all from Watcher#prune_single_user
-
08:41 Revision 12568 (svn): code format cleanup Watcher model
-
08:40 Defect #15781 (Closed): Customfields have a noticable impact on search performance due to slow database COUNT
- Thanks for the feedback, I'm closing it as using an alternative search engine is out of the scope of this request. It...
-
08:07 Revision 12567 (svn): backout r12562 : remove unneeded Relation#all from Repository::Mercurial#latest_changesets
-
08:06 Revision 12566 (svn): backout r12540 : remove unneeded Relation#all from News#latest
-
07:43 Revision 12565 (svn): Rails4: replace deprecated Relation#first with finder options at WikiContentTest
-
07:43 Revision 12564 (svn): Rails4: replace deprecated Relation#first with finder options at UserTest
-
07:34 Revision 12563 (svn): Rails4: replace deprecated find_all_by_* at IssueQuery model
-
06:25 Revision 12562 (svn): remove unneeded Relation#all from Repository::Mercurial#latest_changesets
-
06:09 Revision 12561 (svn): remove trailing white-spaces from RepositoryTest
-
06:09 Revision 12560 (svn): code format cleanup RepositoryTest
-
06:09 Revision 12559 (svn): Rails4: replace deprecated find_all_by_* at ProjectTest
-
06:08 Revision 12558 (svn): Rails4: replace deprecated find_all_by_* at RepositoryTest
-
06:08 Revision 12557 (svn): Rails4: replace deprecated Relation#update_all at RepositoryTest
-
05:30 Revision 12556 (svn): remove unneeded Relation#all from ProjectTest#test_destroy
-
05:24 Revision 12555 (svn): Rails4: replace deprecated Relation#update_all at QueryTest
-
05:24 Revision 12554 (svn): Rails4: replace deprecated Relation#update_all at ProjectTest
-
05:23 Revision 12553 (svn): Rails4: replace deprecated Relation#update_all at WatcherTest
-
05:23 Revision 12552 (svn): Rails4: replace deprecated Relation#update_all at ProjectNestedSetTest
-
05:23 Revision 12551 (svn): Rails4: replace deprecated Relation#first with finder options at MailHandlerTest
-
05:23 Revision 12550 (svn): Rails4: replace deprecated Relation#first with finder options at CipheringTest
-
05:22 Revision 12549 (svn): Rails4: replace deprecated Relation#first with finder options at IssueTest
-
05:13 Feature #15829 (Closed): Filter by updated user
- Hi Guys
I want to filter by assign users who updated on issue. How to make it? Please advise. And which mobile app... -
05:01
Feature #15828: mention system.
- typo @i got a notification.@ -> @user got a notification.@
-
04:59
Feature #15828 (Closed): mention system.
- It is nice to have some like when i type @@user@ in any of redmine wiki areas (wiki/issue/comment...) user got a noti...
-
04:51 Revision 12548 (svn): Rails4: replace deprecated find_all_by_* at Tracker model
-
04:35 Revision 12547 (svn): Rails4: replace deprecated Relation#update_all at IssueTest
-
04:34 Revision 12546 (svn): Rails4: replace deprecated Relation#update_all at Repository model
-
03:37 Revision 12545 (svn): Rails4: replace deprecated find_all_by_* at WikiPageTest
-
03:37 Revision 12544 (svn): Rails4: replace deprecated Relation#update_all at User model
-
02:15 Feature #14418: Copy inner issues relations along with issues
- This would also be useful to us. we use a structure of issus -> child issues with set proceeds/follows as a template ...
-
01:06 Revision 12543 (svn): code format cleanup ChangesetTest
-
01:05 Revision 12542 (svn): remove unneeded Relation#all from MailHandler#add_watchers
-
01:05 Revision 12541 (svn): remove unneeded Relation#all from Project#copy_issues
-
01:05 Revision 12540 (svn): remove unneeded Relation#all from News#latest
-
01:04 Revision 12539 (svn): remove unneeded Relation#all from ChangesetTest#test_ref_keywords_closing_with_timelog
-
01:04 Revision 12538 (svn): Rails4: replace deprecated Relation#first with finder options at ChangesetTest
Also available in: Atom