Project

General

Profile

Search

Results (12483)

Defect #26537 (Closed): Column Project is not ... the list of default columns for time entries
After r16814, the column "Project" is no long ... ve that the column Project is missing For issues#index and before this commit, the columns P ... iew. Attached is a patch that fixes this. 2017-07-26 08:25
Patch #26534 (Closed): Allow project bulk edit of time entries
This issue follows #588#note-28 and adds the project fi ... ntire form is replaced on project change) - Issue autocomplete is available only for bulk edit ... project - Added the "Clear" checkbox to the issue field. - Moved the method "bulk_edit_error_messages" from issues_helper to application_helper because now it is used by both entities (issue and time entry). 2017-07-26 00:17
Feature #26531 (New): Sections in issue fields
For the moment, you can create custom fields ... ds (or even fields!) in desired sections. 2017-07-25 22:45
Feature #26530 (New): Links to Wiki pages of unauthorized projects should be smarter
I use to define a 'Sidebar' wiki page that co ... ect(s). A quick fix is much appreciated. 2017-07-25 21:25
Feature #26529 (Closed): Email notification when watcher is added and removed
Allow observers to be warned when they are inserted or removed from a task. 2017-07-25 15:44
Feature #26527 (Closed): Show previous comment version when editing an issue comment
I am able to edit an issue comment. I want to give this right to the ot ... f edits and the author/time of the last edit. 2017-07-25 14:02
Defect #26526 (Closed): Rails 5: production env: Search engine returns 500 error
<pre> Started GET "/search?utf8=%E2%9C%93&q=aaa&scope=all&all_words=&all_words=1&titles_only=&issues=1&news=1&documents=1&changesets=1&wiki_page ... `block in load_result_ids' . (snip) </pre> 2017-07-25 13:04
Feature #26525 (New): Add ability to configur ... weeks to display on Calendar block in My Page
In the current version, only the current week ... venient on weekends because users cannot see issues starting after a few days. This problem ... the calendar block to display several weeks. 2017-07-25 11:57
Patch #26522 (Closed): Repository routing bug ... ith (browse|entry|raw|changes|annotate|diff)/
If the first component of a path in a reposit ... the repository routing test illustrating the issue. I would suggest to change repository#ide ... _id (rows 280ff in current config/routes.rb). 2017-07-25 11:43
Defect #26520 (Closed): Blank "Issue" field on the "Log time" from the "Spent time - Details" page for an issue
When I tried to log time from a "Spent time - ... com/projects/project-identifier/time_entries?issue_id=%7E12345 ), I clicked the "Log time" link, and I saw an entry form for spent time with blank "issue" field and an orphan time entry was created ... Steps to reproduce: 1. Visit a list of issues under any project. (`/projects/project-identifier/issues`) 2. Visit an issue. 3. Click the "Log time" link. 4. Fill "Ho ... pent time under the project. 8. Back to the issue. 9. Then you'll see a link like "Spent time ... Then you'll see a list of spent time for the issue. (`/projects/project-identifier/time_entries?issue_id=%7E123`) 12. Click the "Log time" link ... ed result: An entry form is shown with a "Issue" field filled with a value like `123` (or any ... 2017-07-25 09:38
Defect #26518 (Closed): Rails 5: Adding a block in My Page causes "Invalid form authenticity token."
Steps to reproduce: 1. Open "My Page". 2. ... HTML Parameters: {"utf8"=>"✓", "block"=>"issuequery"} Can't verify CSRF token authenticity ... (Views: 24.5ms | ActiveRecord: 0.3ms) </pre> 2017-07-25 04:09
Defect #26515 (Closed): Email not being sent for NEW issues using async_smtp AND non-standard emission address
This is similar to an old issue about async_smtp mail. To reproduce - Pr ... ame tracker@example.com On project A, new issues will cause emails to be sent fine On Project B, new issues will cause emails to NOT be sent for NEW issues. UPDATES however will work fine. So this is like similar issues I see. I fixed it by returning to smtp emai ... . It looks like when you fixed the original issue from a few years back, you fixed it for emai ... ess different from the inbound email address. 2017-07-24 17:45
Patch #26514 (Closed): German translation for ... ge is semantically not correct and misleading
The german translation for the server's page- ... ed"_. This string is used for any wiki-page, issue but as well for real attachments. I recom ... te existiert nicht oder wurde entfernt.</pre> 2017-07-24 16:06
Defect #26513 (Closed): Rails5: production en ... uninitialized constant Redmine::SortCriteria)
<pre> Started GET "/test-trunk/projects/redmine-svn/issues" for ::1 at 2017-07-24 22:33:49 +0900 Processing by IssuesController#index as HTML Parameters: {"pr ... ry.rb:380:in `build_from_params' app/models/issue_query.rb:77:in `build_from_params' app/help ... .rb:299:in `retrieve_query' app/controllers/issues_controller.rb:43:in `index' lib/redmine/su ... sudo_mode' </pre> It is fine in test env. 2017-07-24 15:38
Defect #26509 (Closed): Page layout went crazy when migrating to 3.4.2.stable
Something wrong with styles/css? Menu layout ... system: Windows Ruby-aware server used: Thin 2017-07-24 11:04
Defect #26508 (Needs feedback): excel have wrong column name at custom field
i had added some custom fields , but when i e ... ion missing: en." pls check attached image 2017-07-24 10:35
Defect #26506 (Closed): User link syntax caus ... while sending email notification on Rails 5.1
Steps to reproduce: # Open "New issue" page. # Enter something in the subject fie ... nshot). Affected version: r16859 and later 2017-07-24 05:41
Patch #26501 (Closed): Change English translation for setting_issue_list_default_columns
I found inconsistent English translation. Ple ... atch changes English translation for setting_issue_list_default_columns to "Issues list defaults". !{width: 460px;}.inconsistent-translation@2x.png! 2017-07-23 07:49
Defect #26499 (Closed): DEPRECATION WARNING due to changes in dirty attributes methods in Rails 5.1
A lot of DEPRECATION WARNING messages are dis ... s: https://github.com/rails/rails/pull/25337#issuecomment-225166796 2017-07-23 02:48
Feature #26494 (Closed): Add ability to enable\disable multiple columns on project list page
Currently all project list displays on multi ... out to add abbility to disable this feature? 2017-07-21 13:40
Patch #26492 (Closed): % is not valid without a format specifier
roadmap overview raises ArgumentError: incomp ... as suggested on https://bugs.ruby-lang.org/issues/13761 it should be prepended with another ' ... 2.13.0 Filesystem </pre> 2017-07-21 11:49
Feature #26491 (New): mark incomplete total sums as such
This is a follow up to #26471. Due to lack ... spent hours) that can be shown as part of an issues list are actually not the real sum of the corresponding values of all issues in the result set (i.e. due to invisible time entries for a certain project in an issues list showing issues from multiple projects). We should somehow ... er places where such a hint might be helpful? 2017-07-21 03:42
Feature #26488 (Closed): Project settings : Move issue tracking settings to their own tab
I'd like to move a few issue tracking related settings to their own tab in project settings: * trackers selection * issue custom fields selection * default version ... tab a bit cleaner. Unlike now, trackers and issue custom fields would not appear on the new pr ... application settings. Feedback is welcome. 2017-07-20 19:18
Defect #26483 (Closed): REST api for issue doesn't work with sort
Hi, The REST api for issue [[Rest_Issues]] states that it accepts a parameter 'sort'. I use the api and pass in the column name, e.g. issue_id, updated_on, created_on, tracker_id etc, ... support sort at all. Please add the support. 2017-07-20 16:33
Patch #26472 (Closed): Japanese translation update (r16698)
Translated setting_close_duplicate_issues (#26192). 2017-07-19 15:22
(3001-3025/12483)