Project

General



Profile

Statistics
| Revision:

# Date Author Comment
13997 2015-02-13 21:00 Jean-Philippe Lang

Removed IssuesController#update_form action, use #new and #edit instead.

13995 2015-02-13 18:32 Jean-Philippe Lang

Moved users list diplayed as available watchers on the new issue form to an helper.

13985 2015-02-08 13:07 Jean-Philippe Lang

Adds a :copy_issues permission (#18855).

When copy is allowed, target projects are those on which the user has the :add_issues permission.

13979 2015-02-08 10:37 Jean-Philippe Lang

Adds a specific string for blank values (#18918).

13972 2015-02-07 10:39 Jean-Philippe Lang

Extract grouping logic to an helper.

13970 2015-02-07 10:08 Jean-Philippe Lang

Sort helper undefined to_a for string (#18817).

Patch by Ondřej Ezr.

13954 2015-01-31 11:42 Jean-Philippe Lang

Show long text custom field changes as a diff (#15236).

13944 2015-01-25 10:04 Jean-Philippe Lang

Adds support for macro and Redmine links in PDF export (#13051).

13941 2015-01-24 11:58 Jean-Philippe Lang

Use named route.

13939 2015-01-24 11:47 Jean-Philippe Lang

Use .klass instead of .class_name.constantize.

13938 2015-01-24 11:45 Jean-Philippe Lang

Memorize journal details value name to display.

13937 2015-01-24 11:25 Jean-Philippe Lang

Use journalized attachments to prevent a query when displaying added file.

13935 2015-01-24 10:07 Jean-Philippe Lang

Don't check if attachments are editable individually.

13897 2015-01-18 12:45 Jean-Philippe Lang

Prevents calling #truncate on nil.

13892 2015-01-17 18:02 Jean-Philippe Lang

Upgrade to Rails 4.2.0 (#14534).

13886 2015-01-17 15:14 Jean-Philippe Lang

Add support for multiple email addresses per user (#4244).

13872 2015-01-11 10:09 Jean-Philippe Lang

Copyright update.

13864 2015-01-10 14:03 Jean-Philippe Lang

Fixed: Custom field is rendered, even if its value is empty (for multiple) (#18654).

13818 2014-12-30 12:24 Jean-Philippe Lang

The descendant count in the issues delete confirmation message is wrong if issues share some descendants.

13813 2014-12-26 13:08 Jean-Philippe Lang

Fixed duplicate content_url tag introduced in r13806 (#18707).

13806 2014-12-26 12:26 Jean-Philippe Lang

Allow attachment thumbnails from REST API (#18707).

13796 2014-12-24 13:29 Jean-Philippe Lang

Do not truncate subissue/related issues titles on the issue view (#18659).

Patch by Felix Schäfer.

13794 2014-12-24 13:24 Jean-Philippe Lang

Adds p/n access keys for previous/next links (#18692).

Patch by Go MAEDA.

13752 2014-12-13 19:05 Jean-Philippe Lang

Merged datepicker.js into application.js.

13741 2014-12-12 22:39 Jean-Philippe Lang

Removed unused helper.

13735 2014-12-11 18:58 Jean-Philippe Lang

Adds some helpers tests.

13702 2014-12-04 21:59 Jean-Philippe Lang

Removed unused helper.

13701 2014-12-04 21:58 Jean-Philippe Lang

Removed unused helper.

13700 2014-12-04 21:57 Jean-Philippe Lang

Removed unused helper.

13699 2014-12-04 21:54 Jean-Philippe Lang

Removed unused helper.

13698 2014-12-04 21:54 Jean-Philippe Lang

Removed unused helper.

13697 2014-12-03 21:26 Jean-Philippe Lang

Removed unused helper.

13668 2014-11-29 16:10 Jean-Philippe Lang

Configurable behavour for linking issues on copy (#18500).

13665 2014-11-29 14:41 Jean-Philippe Lang

Edit attachments after upload (#1326).

13662 2014-11-28 10:31 Jean-Philippe Lang

Group filters in the filter select list (#13849).

13656 2014-11-26 20:34 Jean-Philippe Lang

Use named routes or helpers.

13644 2014-11-23 14:45 Jean-Philippe Lang

Removed duplicate element ids.

13643 2014-11-23 14:36 Jean-Philippe Lang

Move wiki page to other project (#5450).

13602 2014-11-16 09:53 Jean-Philippe Lang

Moved new group user to its own action GroupsController#new_users.

13600 2014-11-15 12:20 Jean-Philippe Lang

Moved new project member to its own action MemberController#new.

13598 2014-11-14 22:51 Jean-Philippe Lang

Use named routes.

13597 2014-11-14 22:39 Jean-Philippe Lang

Code cleanup.

13596 2014-11-14 22:31 Jean-Philippe Lang

Fixed that Redmine links should not be parsed inside links (#18301).

13586 2014-11-11 14:18 Jean-Philippe Lang

Display visible users only for when adding project members (#11724).

13573 2014-11-08 11:52 Jean-Philippe Lang

Adds configuration settings to limit valid repository path (#1415).

13568 2014-11-06 21:45 Jean-Philippe Lang

Code cleanup.

13567 2014-11-06 21:35 Jean-Philippe Lang

Use em.info tags.

13565 2014-11-05 17:33 Jean-Philippe Lang

Use IssueRelation#to_s.

13562 2014-11-05 16:23 Jean-Philippe Lang

Time entries CSV export should include the tracker and subject of the issue (#18269).

13556 2014-11-04 21:17 Jean-Philippe Lang

Fixed that parent column should not include issue subject (#13673).

13555 2014-11-04 21:02 Jean-Philippe Lang

Fixed CSV content for parent issue column (#13608).

13537 2014-11-02 21:16 Jean-Philippe Lang

Adds (un)check all buttons to select all projects (#11702).

13504 2014-10-24 20:41 Jean-Philippe Lang

Restores commits reverted when rails-4.1 branch was merged (#18174).

Patch by Mischa The Evil.

13501 2014-10-24 04:18 Toshi MARUYAMA

remove unneeded "references" of joins

"references" is needed for includes, but not needed for joins.

13498 2014-10-23 23:46 Jean-Philippe Lang

Adds a single controller for users and groups memberships and support for adding multiple projects at once (#11702).

13483 2014-10-22 20:28 Jean-Philippe Lang

Removed deprecated stuff for Redmine 3.0.

13482 2014-10-22 19:37 Jean-Philippe Lang

Merged rails-4.1 branch (#14534).

13451 2014-10-18 12:14 Jean-Philippe Lang

Use relative URL for thumbnails according to :only_path option (#18119).

13425 2014-10-04 11:36 Jean-Philippe Lang

Adds css classes to get sort order on the issue list (#17993).

13424 2014-10-04 11:14 Jean-Philippe Lang

Removes routes for time entries nested under project/issues.

13422 2014-10-04 09:23 Jean-Philippe Lang

Let the new time_entry form be submitted without project (#17954).

13417 2014-09-28 16:51 Jean-Philippe Lang

Adds buit-in groups to give specific permissions to anonymous and non members users per project (#17976).

13415 2014-09-27 07:14 Toshi MARUYAMA

rename jQuery Datepicker i18n file name

jquery-ui renamed these files.
https://github.com/jquery/jquery-ui/commit/21154cfa2e02ef1814a6aff68b14553bdad165cb

13408 2014-09-14 16:17 Toshi MARUYAMA

Backport r13313 from rails-4.1 to trunk.

Upgrade to JQuery 1.11.1

13398 2014-09-14 11:41 Jean-Philippe Lang

Fixed: Issues counters in roadmap only link to issues in the same project (#9660).

Contributed by Sridhar Dhanapalan.

13363 2014-09-06 05:17 Jean-Baptiste Barth

Include enabled modules in projects API (#17602).

Contributed by Jan Schulz-Hofen <>

13338 2014-08-13 18:08 Toshi MARUYAMA

fix test failure on Ruby 1.8.7 PostgreSQL (#17484)

13335 2014-07-29 19:52 Jean-Philippe Lang

Add time entries custom fields to the context menu for quick bulk edit (#17484).

13325 2014-07-14 13:26 Jean-Philippe Lang

Don't prepend project name if the version is not shared.

13324 2014-07-14 13:03 Jean-Philippe Lang

Adds version date as title in #link_to_version (#17431).

13322 2014-07-14 12:35 Jean-Philippe Lang

Moved #link_to_version to ApplicationHelper (#17431).

13219 2014-07-05 12:43 Jean-Philippe Lang

Fixed relative "source" links in email notifications (#3483).

Patch by William Baum.

13216 2014-07-05 11:59 Jean-Philippe Lang

Option to render boolean custom fields as a single check box or radio buttons (#17003).

13106 2014-04-26 09:34 Jean-Philippe Lang

Redmine links not working with html escpaed characters (#16668).

13071 2014-04-07 10:06 Toshi MARUYAMA

fix typos of source comments at ApplicationHelper

13054 2014-04-06 13:11 Jean-Philippe Lang

Fixed that Link custom fields are not displayed as links on the issue list (#16496).

13042 2014-04-05 16:00 Jean-Philippe Lang

Adds "Check for updates" for installed plugins (#3177).

12998 2014-03-21 05:11 Jean-Philippe Lang

Use named routes.

12996 2014-03-21 05:05 Jean-Philippe Lang

Disable children when checking parent notifiable.

12989 2014-03-21 02:35 Jean-Philippe Lang

Fixed: right-aligned table of contents (TOC) not working with markdown (#16236).

12986 2014-03-21 01:27 Jean-Philippe Lang

Extract code to render project context links to helper (#16381).

Patch by Michael Esemplare.

12928 2014-02-25 21:17 Jean-Philippe Lang

Removed hard-coded strings (#16164).

12924 2014-02-25 03:54 Jean-Philippe Lang

Bulk edit workflows for multiple trackers/roles (#16164).

12896 2014-02-15 10:18 Jean-Philippe Lang

Fixed: Export CSV - Custom field true/false not using translation (#16081).

12869 2014-02-09 13:04 Jean-Philippe Lang

Makes #watcher_link return an empty string when given nil.

12849 2014-02-07 08:57 Jean-Philippe Lang

Show tabs for existing custom field types only and adds a view for choosing the type when adding a new custom field.

12835 2014-02-06 04:35 Toshi MARUYAMA

Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate at ApplicationHelper#format_activity_description

12834 2014-02-06 04:34 Toshi MARUYAMA

Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate at ApplicationHelper#link_to_message

12833 2014-02-06 04:34 Toshi MARUYAMA

Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate at ApplicationHelper#parse_redmine_links

12831 2014-02-06 04:33 Toshi MARUYAMA

Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate at ApplicationHelper#link_to_issue

12830 2014-02-06 04:33 Toshi MARUYAMA

Rails4: add ApplicationHelper#truncate_single_line_raw method replacing truncate_single_line

12809 2014-02-05 04:24 Toshi MARUYAMA

code format clean up ApplicationHelper#parse_redmine_links

12808 2014-02-05 04:24 Toshi MARUYAMA

code format clean up ApplicationHelper#link_to_issue

12736 2014-01-29 23:45 Toshi MARUYAMA

update copyright year (#15977)

Contributed by Daniel Felix.

12691 2014-01-24 11:28 Jean-Philippe Lang

Adds settings for disabling browser language detection and language preference (#2691).

12661 2014-01-12 10:58 Jean-Philippe Lang

Adds #favicon_path and #favicon_url helpers.

12653 2014-01-11 13:42 Jean-Philippe Lang

Removes duplicate ids (#15485).

12646 2014-01-11 12:22 Jean-Philippe Lang

Make favicon themeable (#15689).

Patch by Felix Schäfer modified by Jean-Philippe Lang.

12612 2014-01-10 13:48 Toshi MARUYAMA

Rails4: replace deprecated Relation#count with finder options at UsersHelper#users_status_options_for_select

12604 2014-01-10 12:23 Toshi MARUYAMA

remove unneeded Relation#all from RepositoriesHelper#render_changeset_changes