Project

General

Profile

  • svn:eol-style: native

# Date Author Comment
5313 2011-04-04 13:53 Toshi MARUYAMA

add bulk edit and bulk update actions for time entries (#7996).

get bulk edit form action working by mapping permissions.

Contributed by Adam Soltys.

5272 2011-04-01 15:44 Jean-Philippe Lang

Adds User and Version custom field format that can be used to reference a project member or version in custom fields (#2096).

These new field formats are available for project, issue, version and time entry custom fields.

4954 2011-02-27 14:34 Jean-Philippe Lang

Keep track of issue description changes (#746).

4466 2010-12-04 18:43 Jean-Philippe Lang

Adds a pseudo format to api template names and overrides ActionController#default_template so that api templates are chosen automatically.

4461 2010-12-04 11:13 Jean-Philippe Lang

Adds REST API for TimeEntries (#6823).

4452 2010-12-03 12:25 Jean-Philippe Lang

Adds a builder-like template system for rendering xml and json API responses.

4388 2010-11-07 23:38 Jean-Philippe Lang

Reverted r4381.

4381 2010-11-07 13:53 Jean-Philippe Lang

Removed gantt and calendar menu items that do not fit into the core project menu (#6271).

4296 2010-10-27 18:27 Eric Davis

Refactor: use :id instead of :page when linking to Wiki Pages

4290 2010-10-25 18:16 Eric Davis

Refactor: Rename WikiController#page_index to #index

index is the action that should list a collection of records, which is
what #page_index does.

4272 2010-10-22 18:20 Eric Davis

Refactor: split WikiController#edit into #update

update will handle the saving and should be accessed via POST only.

4266 2010-10-21 18:07 Eric Davis

Refactor: rename WikiController#index to #show, it's a single resource action

4265 2010-10-20 23:26 Eric Davis

Refactor: change :id on WikiController to use :project_id

Using :id to track projects on non-project controllers is confusing and
makes routing with resources difficult.

4261 2010-10-18 17:27 Eric Davis

Refactor: extract method from WikiController#special

4253 2010-10-15 17:36 Eric Davis

Refactor: extract #page_index from WikiController#special

4251 2010-10-13 19:13 Eric Davis

Refactor: extract method in WikiController#special to create a new #export method

4248 2010-10-11 17:31 Eric Davis

Refactor: extract TimelogController#edit to #update

4244 2010-10-08 17:39 Eric Davis

Refactor: extract TimelogController#create from TimelogController#edit

4239 2010-10-07 17:51 Eric Davis

Refactor: extract TimelogController#new from #edit

4235 2010-10-06 20:23 Eric Davis

Refactor: rename TimelogController#details to #index

4232 2010-10-05 18:07 Eric Davis

Refactor: extract TimelogController#report to a new controller class

4220 2010-09-28 22:19 Eric Davis

Refactor the hardcoded event actions (notifiables) to use a class

4172 2010-09-23 17:20 Eric Davis

Refactor: move #destroy_comment method to CommentsController#destroy

4170 2010-09-22 18:25 Eric Davis

Refactor: move NewsController#add_comment to CommentsController#create

4168 2010-09-21 17:20 Eric Davis

Refactor: split NewsController#edit into #edit and #update

4163 2010-09-20 17:13 Eric Davis

Refactor: split NewsController#new into #new and #create methods.

4090 2010-09-16 20:27 Eric Davis

Refactor: split VersionsController#new into #new and #create

4088 2010-09-15 18:50 Eric Davis

Refactor: Split VersionsController#edit into #edit and #update

4085 2010-09-14 18:24 Eric Davis

Refactor: convert FilesController to a restful resource.

4084 2010-09-13 22:35 Eric Davis

Refactor: split FilesController#new into #new and #create.

4075 2010-09-10 18:00 Eric Davis

Refactor: convert ProjectEnumerations to a resource on a project.

4070 2010-09-08 18:01 Eric Davis

Refactor: split method ProjectsController#edit to ProjectsController#update.

4069 2010-09-07 17:00 Eric Davis

Refactor: rename method ProjectsController#add to ProjectsController#new

4067 2010-09-06 16:53 Eric Davis

Refactor: split ProjectsController#add into #add (GET) and #create (POST).

4054 2010-09-03 17:04 Eric Davis

Refactor: move method, ProjectsController#reset_activities to ProjectEnumerationsController#destroy.

4053 2010-09-02 19:39 Eric Davis

Refactor: move method, ProjectsController#save_activities to ProjectEnumerationsController#save

4052 2010-09-01 17:17 Eric Davis

Refactor: move method, ProjectsController#add_file to FilesController#new.

4051 2010-08-31 17:12 Eric Davis

Refactor: move method, ProjectsController#list_files to FilesController#index.

4050 2010-08-30 17:30 Eric Davis

Refactor: move method, ProjectsController#roadmap to VersionsController#index.

4047 2010-08-27 16:05 Eric Davis

Refactor: extract ProjectsController#activity to a new Activities controller.

4041 2010-08-26 18:36 Eric Davis

Refactor: convert many of the custom Issue routes to REST resources.

4037 2010-08-24 17:27 Eric Davis

Refactor: extract #bulk_update method from IssuesController#bulk_edit.

4035 2010-08-23 17:32 Eric Davis

Updated permissions for r4034

4013 2010-08-22 20:42 Eric Davis

Treat Calendar and Gantt pages as separate modules. #6153

This will let the Issue Tracking, Gantt, and Calendar modules be enabled
or disabled as needed. A database migration will enable the Gantt and
Calendar for all existing projects that have Issue Tracking enabled....

4006 2010-08-19 20:16 Eric Davis

Refactor: move IssuesController#context_menu to a new controller.

3945 2010-08-17 17:03 Eric Davis

Refactor: move IssuesController#auto_complete to a new controller. #4382

3944 2010-08-17 01:56 Eric Davis

Add the Calendar as a project menu item.

3943 2010-08-17 01:56 Eric Davis

Add the Gantt chart as a project menu item

3941 2010-08-16 18:25 Eric Davis

Refactor: move IssuesController#reply to JournalsController

3936 2010-08-11 16:42 Eric Davis

Refactor: Extract a new IssueMovesController from IssuesController.

3918 2010-08-06 17:47 Eric Davis

Refactor: start to split IssuesController#move into two separate actions.

3909 2010-08-04 02:38 Eric Davis

Use the MenuManager for the Administration menu. #6008

Contributed by Jean-Baptiste Barth.

3732 2010-05-03 18:02 Eric Davis

Refactor: move Project Calendar to it's own controller.

3695 2010-04-28 17:54 Eric Davis

Refactor: Move gantts to a separate controller.

3688 2010-04-22 17:43 Eric Davis

Refactor: Split IssuesController#new to #new and #create to match REST pattern.

3672 2010-04-16 17:33 Eric Davis

Replace the hardcoded CustomField::FIELD_FORMATS with a class.

Custom Field Formats are now full objects and can be registered with
Redmine::CustomFieldFormat to add new formats.

3573 2010-03-13 15:56 Jean-Philippe Lang Adds subtasking (#443) including:
  • priority, start/due dates, progress, estimate, spent time roll-up to parent issues
  • descendant issues tree displayed on the issue view with context menu support
  • issue tree display on the gantt chart
  • issue tree copy on project copy...
3549 2010-03-06 19:43 Jean-Philippe Lang

Moves ProjectsController#add_issue_category to IssueCategoriesController#new.

3548 2010-03-06 19:25 Jean-Philippe Lang

Moves ProjectsController#add_version to VersionsController#new.

3480 2010-02-24 18:21 Eric Davis

Refactor: Start to extract IssuesController#edit into #update (REST).

3444 2010-02-17 21:05 Jean-Philippe Lang

Makes search providers extensible (#3936).

3440 2010-02-16 23:41 Eric Davis

Converted the REDMINE_SUPPORTED_SCM constant to a class

Now SCMs can be added or removed using a simple API, instead of being
hardcoded:

Redmine::Scm::Base.add('ScmName')
Redmine::Scm::Base.delete('ScmName')
3396 2010-02-08 18:53 Eric Davis

Separated ReportsController#issue_report into two separate actions.

3371 2010-02-06 10:30 Jean-Philippe Lang

Adds a permission for exporting wiki pages.

3261 2009-12-29 18:56 Eric Davis

Fixed the caption on the Files module. (#4406)

3238 2009-12-24 17:18 Jean-Philippe Lang Adds a 'Add subprojects' permission.
  • 'Add project' permission will let user create a root project
  • 'Add subprojects' permission will let project members create subprojects
3162 2009-12-12 16:23 Jean-Philippe Lang

Removes changelog view.
All trackers can now be displayed on the roadmap. By default, only those marked as displayed on the roadmap are displayed.

3123 2009-12-06 11:28 Jean-Philippe Lang

Version sharing (#465) + optional inclusion of subprojects in the roadmap view (#2666).

Each version of a project can be shared with:
  • subprojects
  • projects in the project hierarchy: ancestors + descendants (needs versions management permission on the root project)...
3108 2009-11-29 20:46 Jean-Philippe Lang

Enable tracker update on issue edit form (#2405).

3039 2009-11-14 13:08 Jean-Philippe Lang

Add view_issues permission (#3187).
A migration adds this permission to all existing roles to preserve current behaviour.
This permission controls access to issues, roadmap and changelog.

3023 2009-11-09 19:53 Jean-Philippe Lang

Adds a link to automatically close completed versions in project settings (#1245).

3007 2009-11-04 14:22 Jean-Philippe Lang

Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.

2977 2009-10-25 13:11 Jean-Philippe Lang

Add a permission to remove issue watchers (#2450).

2949 2009-10-22 00:34 Eric Davis

Added a Activities tab to Project Settings

  • Changed Project#activities to allow getting inactive Activities also: * Changed the Enumeration#all named_scope to exclude project specific Activities * Changed the Project has_many time_entry_activities to include all by default...
2877 2009-09-12 12:37 Jean-Philippe Lang

Adds spent time to the activity view (#3809).

2869 2009-09-12 10:36 Jean-Philippe Lang

User groups branch merged.

2750 2009-05-17 14:59 Jean-Philippe Lang

Ability to allow non-admin users to create projects (#1007).

This can be enabled in permissions settings. A non-admin user who creates a project is automatically added as a project member (the first role is given, TODO: make this given role configurable)....

2638 2009-03-28 13:07 Jean-Philippe Lang

Adds a user search field with autocompleter on project members screen.
User selection with checkboxes is disabled if there are more than 300 users available (#2993).

2116 2008-12-09 17:54 Jean-Philippe Lang

AttachmentsController now handles attachments deletion.

2059 2008-11-27 19:04 Jean-Philippe Lang

Adds a css class on menu items in order to apply item specific styles (eg. icons).

2022 2008-11-11 19:10 Jean-Philippe Lang

Pluggable admin menu (patch #2031 by Yuki Sonoda with slight changes).

2019 2008-11-11 16:07 Jean-Philippe Lang

Adds permissions to let users edit and/or delete their messages (#854, patch by Markus Knittig with slight changes).

2006 2008-11-10 19:59 Jean-Philippe Lang

Maps repository users to Redmine users (#1383).
Users with same username or email are automatically mapped. Mapping can be manually adjusted in repository settings. Multiple usernames can be mapped to the same Redmine user.

1955 2008-10-27 12:08 Jean-Philippe Lang

Makes wiki text formatter pluggable.
Original patch #2025 by Yuki Sonoda slightly edited.

1938 2008-10-18 12:07 Jean-Philippe Lang

Adds 'Delete wiki pages attachments' permission.

1815 2008-09-13 18:45 Jean-Philippe Lang

Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users (#1154).
A migration automatically adds this permission to roles that were allowed to view wiki pages.

1814 2008-09-13 18:31 Jean-Philippe Lang

Merged nbc branch @ r1812 (commit access permission and reposman improvements).

1798 2008-09-11 19:03 Jean-Philippe Lang

Adds support for free ticket filtering and custom queries on Calendar.
ProjectsController#calendar moved to IssuesController.

1797 2008-09-10 20:26 Jean-Philippe Lang

Adds support for free ticket filtering and custom queries on Gantt chart.
ProjectsController#gantt moved to IssuesController.

1786 2008-09-05 12:31 Jean-Philippe Lang

Merged hooks branch @ r1785 into trunk.

1772 2008-08-28 20:56 Jean-Philippe Lang

Adds posts quoting functionality (#1825).

1712 2008-08-03 11:14 Jean-Philippe Lang

Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398).

1701 2008-07-27 19:54 Jean-Philippe Lang

Activity refactoring.

1661 2008-07-13 14:25 Jean-Philippe Lang

Admin and Help links at the end of top menu.

1660 2008-07-13 14:12 Jean-Philippe Lang

Menu mapper: add support for :before, :after and :last options to #push method and add #delete method.

1508 2008-06-08 17:40 Jean-Philippe Lang

Adds Filesystem adapter (patch #1393 by Paul R).

1480 2008-05-30 19:42 Jean-Philippe Lang

Adds a Reply link to each issue note (#739). Reply is pre-filled with the quoted note.

1415 2008-05-04 17:05 Jean-Philippe Lang

Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).
New permission added: protect wiki pages. Once a page is protected, it can be edited/renamed/deleted only by users who have this permission.

1384 2008-04-30 10:51 Jean-Philippe Lang

Fixed: Home, Logout, Login links are absolute (#1122, #1145).

1361 2008-04-26 13:59 Jean-Philippe Lang

Estimated time recognizes improved time formats (#1092).