Project

General



Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
account_controller.rb 8.75 KB 3906 about 15 years Eric Davis Refactor: Add methods to User to edit the encap...
activities_controller.rb 1.91 KB 4047 about 15 years Eric Davis Refactor: extract ProjectsController#activity t...
admin_controller.rb 3.03 KB 3200 almost 16 years Jean-Philippe Lang Admin info cleanup.
application_controller.rb 13.2 KB 4075 about 15 years Eric Davis Refactor: convert ProjectEnumerations to a reso...
attachments_controller.rb 2.91 KB 3281 over 15 years Jean-Philippe Lang Fixed: error when downloading a file with no ma...
auth_sources_controller.rb 2.48 KB 3744 over 15 years Eric Davis Refactor AuthSourcesController to support non-L...
auto_completes_controller.rb 665 Bytes 3945 about 15 years Eric Davis Refactor: move IssuesController#auto_complete t...
boards_controller.rb 3.41 KB 3942 about 15 years Eric Davis Allow key authentication for Boards. #6132
calendars_controller.rb 1.32 KB 4041 about 15 years Eric Davis Refactor: convert many of the custom Issue rout...
context_menus_controller.rb 1.61 KB 4059 about 15 years Jean-Baptiste Barth Do not display items without valid selection in...
custom_fields_controller.rb 2.32 KB 3627 over 15 years Azamat Hackimov New strings to localization (#5225) * error_can...
documents_controller.rb 3.1 KB 3597 over 15 years Eric Davis Refactor: Change the different find_object filt...
enumerations_controller.rb 2.64 KB 3524 over 15 years Jean-Philippe Lang Fixed: error while deleting an in-use enumerati...
files_controller.rb 1.25 KB 4084 about 15 years Eric Davis Refactor: split FilesController#new into #new a...
gantts_controller.rb 1019 Bytes 4072 about 15 years Eric Davis Rewrite the Gantt chart. #6276 This version of...
groups_controller.rb 5.09 KB 3934 about 15 years Jean-Baptiste Barth Added a warning when a new user or group member...
issue_categories_controller.rb 3.26 KB 3597 over 15 years Eric Davis Refactor: Change the different find_object filt...
issue_moves_controller.rb 2.24 KB 3940 about 15 years Eric Davis Refactor: pull up method to ApplicationController.
issue_relations_controller.rb 2.17 KB 3591 over 15 years Eric Davis Refactor: Split the find_object methods to prep...
issue_statuses_controller.rb 2.29 KB 3416 over 15 years Eric Davis Removed hard coded English string.
issues_controller.rb 12.7 KB 4083 about 15 years Jean-Baptiste Barth Fixed "Create and continue" redirection broken ...
journals_controller.rb 3.36 KB 4034 about 15 years Eric Davis Refactor: move IssuesController#changes to Jour...
ldap_auth_sources_controller.rb 917 Bytes 3744 over 15 years Eric Davis Refactor AuthSourcesController to support non-L...
mail_handler_controller.rb 1.55 KB 3202 almost 16 years Jean-Philippe Lang Change MailHandler 403 error message.
members_controller.rb 3.37 KB 3784 over 15 years Eric Davis Hide the role forms when editing or adding Proj...
messages_controller.rb 5.69 KB 3528 over 15 years Eric Davis Refactor: Decouple failed attachments and the f...
my_controller.rb 6.27 KB 3745 over 15 years Eric Davis Allow AuthSources to control if they allow pass...
news_controller.rb 3.51 KB 3597 over 15 years Eric Davis Refactor: Change the different find_object filt...
previews_controller.rb 835 Bytes 3946 about 15 years Eric Davis Refactor: move IssuesController#preview to a ne...
project_enumerations_controller.rb 856 Bytes 4075 about 15 years Eric Davis Refactor: convert ProjectEnumerations to a reso...
projects_controller.rb 9.74 KB 4070 about 15 years Eric Davis Refactor: split method ProjectsController#edit ...
queries_controller.rb 2.93 KB 3684 over 15 years Eric Davis Refactor: Move method to Query model
reports_controller.rb 3.24 KB 3692 over 15 years Jean-Philippe Lang Fixed: private subprojects names may be reveale...
repositories_controller.rb 10.5 KB 3680 over 15 years Jean-Philippe Lang Add "Repository" menu item after repository cre...
roles_controller.rb 2.55 KB 3627 over 15 years Azamat Hackimov New strings to localization (#5225) * error_can...
search_controller.rb 3.87 KB 3806 over 15 years Eric Davis Typecast issue ids when searched for. Older Po...
settings_controller.rb 2.28 KB 3176 almost 16 years Jean-Philippe Lang Adds an admin layout that displays the admin me...
sys_controller.rb 2.33 KB 3201 almost 16 years Jean-Philippe Lang Adds on optional API key to repositories manage...
timelog_controller.rb 14.2 KB 3931 about 15 years Eric Davis Refactor TimelogController#report's joins and p...
trackers_controller.rb 2.1 KB 3627 over 15 years Azamat Hackimov New strings to localization (#5225) * error_can...
users_controller.rb 5.84 KB 4066 about 15 years Eric Davis Allow user password changes when changing to In...
versions_controller.rb 5.59 KB 4050 about 15 years Eric Davis Refactor: move method, ProjectsController#roadm...
watchers_controller.rb 3.16 KB 3798 over 15 years Eric Davis Fix for Ruby 1.9 strings.
welcome_controller.rb 1.07 KB 2941 almost 16 years Eric Davis Renamed Project#public named_scope so it will n...
wiki_controller.rb 9 KB 3632 over 15 years Jean-Philippe Lang Makes the wiki sidebar editable (#5208). The co...
wikis_controller.rb 1.42 KB 3370 over 15 years Eric Davis Refactor: Pull up several #find_project methods...
workflows_controller.rb 3.27 KB 3536 over 15 years Eric Davis Refactor: Extract methods to before_filters

Latest revisions

# Date Author Comment
4084 2010-09-13 22:35 Eric Davis

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

4083 2010-09-11 22:21 Jean-Baptiste Barth

Fixed "Create and continue" redirection broken by recent changes. #6333

IssuesController#create is no more scoped under project, but
IssuesController#new is, so we need to precise project_id
when redirecting to "New issue" form.

4075 2010-09-10 18:00 Eric Davis

Refactor: convert ProjectEnumerations to a resource on a project.

4072 2010-09-10 05:09 Eric Davis

Rewrite the Gantt chart. #6276

This version of the Gantt chart supports nested charts. So Projects,
Versions, and Issues will be nested underneath their parents correctly.

Additional features:

  • Move all Gantt code to Redmine::Helpers::Gantt class instead of having it in...
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).

4066 2010-09-06 03:02 Eric Davis

Allow user password changes when changing to Internal authentication. #6267

4059 2010-09-03 23:43 Jean-Baptiste Barth

Do not display items without valid selection in context menu when on different projects. #4998

4055 2010-09-03 21:54 Jean-Baptiste Barth

Allow mass status update through context menu. #3411

NB: it cannot be done with issues from different projects, same as
other fields. This will be addressed separately, see #5332.

View revisions

Also available in: Atom