Project

General

Profile

  • svn:eol-style: native

# Date Author Comment
12736 2014-01-29 23:45 Toshi MARUYAMA

update copyright year (#15977)

Contributed by Daniel Felix.

12652 2014-01-11 13:27 Jean-Philippe Lang

Adds missing permissions on attachments/upload (#15664).

12650 2014-01-11 12:47 Jean-Philippe Lang

Fixed: cannot retrieve members for closed projects through the REST API (#15848).

12461 2013-12-26 04:52 Toshi MARUYAMA

fix typo redcarpet requirement in lib/redmine.rb (#15520)

12453 2013-12-23 18:07 Jean-Philippe Lang

Don't load redcarpet with JRuby.

12452 2013-12-23 14:05 Jean-Philippe Lang

Adds experimental support for Markdown formatting with redcarpet (#15520).

12427 2013-12-21 12:08 Toshi MARUYAMA

make IssuesHelperTest passes when config.threadsafe! is enabled (#12097)

12400 2013-12-14 09:22 Jean-Philippe Lang

Merged custom fields format refactoring.

11405 2013-02-16 12:35 Jean-Philippe Lang

Fixed that updating the issue form was broken by r4011 when user is not allowed to add issues (#13188).

11339 2013-02-10 11:31 Jean-Philippe Lang

Bulk watch/unwatch issues from the context menu (#7159).

11289 2013-01-30 18:34 Jean-Philippe Lang

Use POST instead of GET for logging out (#13022).

11206 2013-01-20 12:38 Jean-Philippe Lang

Split "Manage documents" permission into create, edit and delete permissions (#12401).

11169 2013-01-12 10:29 Jean-Philippe Lang

Copyright for 2013 (#12788).

Patch by Daniel Felix.

11064 2012-12-21 22:17 Jean-Philippe Lang

"New issue" menu item should not link to copy form (#12652).

10944 2012-12-05 22:59 Jean-Philippe Lang

Prevents redmine/scm/base from being reloaded in dev mode (#12097).

10938 2012-12-03 23:33 Jean-Philippe Lang

Removed unused Redmine::About class.

10915 2012-12-02 20:15 Jean-Philippe Lang

Load RMagick before the gantt helper (#12097).

10912 2012-12-02 19:32 Jean-Philippe Lang

Fixed dependency loading for when running in dev mode (#12097).

10909 2012-12-02 19:06 Jean-Philippe Lang

Explicitly load dependencies for when running with config.threadsafe! (#12097).

10705 2012-10-23 20:45 Jean-Philippe Lang

Ability to delete a version from a wiki page history (#10852).

10547 2012-10-03 23:36 Jean-Philippe Lang

Private issue notes (#1554).

Adds 2 new permissions for viewing/adding private comments to issues.

9940 2012-07-07 19:45 Jean-Philippe Lang

Use named routes.

9883 2012-06-25 19:49 Jean-Philippe Lang

Ability to close projects (read-only) (#3640).

A new permission (Close/reopen project) is available to give non-admin users the ability to close their projects.

9625 2012-05-05 03:01 Toshi MARUYAMA

route: scm: split entry and raw actions

9570 2012-04-28 18:19 Jean-Philippe Lang

Clean up custom field format definition.

9528 2012-04-25 19:17 Jean-Philippe Lang

Merged rails-3.2 branch.

9232 2012-03-11 12:43 Jean-Philippe Lang

Merged LdapAuthSourceController into AuthSourceController.

9059 2012-03-03 13:41 Jean-Philippe Lang

Use require instead of require_library_or_gem.

8928 2012-02-23 11:01 Jean-Philippe Lang

Adds support for adding attachments to issues through the REST API (#8171).

8906 2012-02-19 15:44 Jean-Philippe Lang

Removed faster_csv from lib (#5638).

8798 2012-02-06 10:47 Jean-Philippe Lang

REST API for project memberships (#7420).

8789 2012-02-05 17:35 Jean-Philippe Lang

Resourcified project memberships.

8777 2012-02-05 11:56 Jean-Philippe Lang

Adds a "Manage related isses" permission to add/remove commits/issues relations manually from the changeset view (#2009).

8648 2012-01-15 15:23 Jean-Philippe Lang

Resourcified repositories for CRUD operations to prepare for multiple SCM per project (#779).

8538 2012-01-07 18:27 Jean-Philippe Lang

Copy issues via bulk update action.

8027 2011-12-02 20:33 Jean-Philippe Lang

Dropped TimeEntryReportsController.

8020 2011-12-01 22:14 Jean-Philippe Lang

Resourcified boards.

8010 2011-11-30 20:51 Jean-Philippe Lang

Resourcified documents.

7921 2011-11-24 22:21 Jean-Philippe Lang

Fixed that :edit_time_entries permission allows creating time entries (#9405).

7920 2011-11-24 22:16 Jean-Philippe Lang

Fixed that :view_time_entries permission allows time entry editing (#9405).

7882 2011-11-20 18:09 Jean-Philippe Lang

REST API for issue categories (#9553).

7881 2011-11-20 16:55 Jean-Philippe Lang

Resourcified issue categories (#9553).

7826 2011-11-17 20:47 Etienne Massip

Updated permissions with newly added create and update actions (#9108).

6922 2011-08-31 18:05 Toshi MARUYAMA

remove trailing white-spaces from lib/redmine.rb.

6179 2011-07-04 19:44 Jean-Philippe Lang

Adds support for GET on /issues/:issue_id/relations (#7366).

6176 2011-07-04 19:03 Jean-Philippe Lang

Adds REST API for issue relations (#7366).

5468 2011-04-15 15:30 Jean-Philippe Lang

Makes set_own_issues_private permission not available to anonymous.

5466 2011-04-15 15:23 Jean-Philippe Lang

Private issues (#7414).

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.