Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
account_controller.rb 9.13 KB 8784 over 13 years Jean-Philippe Lang Removed unsafe attributes assignment.
activities_controller.rb 2.75 KB 6197 about 14 years Jean-Philippe Lang Separation of RSS/API auth actions.
admin_controller.rb 2.93 KB 8679 over 13 years Jean-Philippe Lang Fixes admin menu display.
application_controller.rb 16.8 KB 8716 over 13 years Toshi MARUYAMA Ruby1.9: skip enforcing UTF-8 encodings on the ...
attachments_controller.rb 3.42 KB 8761 over 13 years Toshi MARUYAMA attachment: fix that diff type is not saved in ...
auth_sources_controller.rb 2.48 KB 6899 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
auto_completes_controller.rb 770 Bytes 6796 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
boards_controller.rb 3.49 KB 8021 over 13 years Jean-Philippe Lang Controller cleanup.
calendars_controller.rb 2.05 KB 6798 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
comments_controller.rb 1.05 KB 6898 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
context_menus_controller.rb 2.28 KB 7922 over 13 years Jean-Philippe Lang Fixed time entries context menu display accordi...
custom_fields_controller.rb 2.43 KB 8144 over 13 years Jean-Philippe Lang Resourcified custom fields.
documents_controller.rb 3.14 KB 8010 over 13 years Jean-Philippe Lang Resourcified documents.
enumerations_controller.rb 2.5 KB 8189 over 13 years Jean-Philippe Lang Resourcified enumerations.
files_controller.rb 1.24 KB 5837 about 14 years Toshi MARUYAMA remove trailing white-spaces from files control...
gantts_controller.rb 1.73 KB 6802 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
groups_controller.rb 5.13 KB 7946 over 13 years Jean-Philippe Lang Adds routes for group users.
issue_categories_controller.rb 4.4 KB 7882 over 13 years Jean-Philippe Lang REST API for issue categories (#9553).
issue_relations_controller.rb 3.21 KB 8162 over 13 years Etienne Massip Explicitly declare all routes and deactivate de...
issue_statuses_controller.rb 2.53 KB 7890 over 13 years Jean-Philippe Lang Resourcified issue statuses.
issues_controller.rb 15.8 KB 8774 over 13 years Jean-Philippe Lang Better handling of issue update conflicts (#8691).
journals_controller.rb 3.98 KB 6883 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
ldap_auth_sources_controller.rb 951 Bytes 8679 over 13 years Jean-Philippe Lang Fixes admin menu display.
mail_handler_controller.rb 1.53 KB 5838 about 14 years Toshi MARUYAMA remove trailing white-spaces from mail handler ...
members_controller.rb 4.49 KB 8798 over 13 years Jean-Philippe Lang REST API for project memberships (#7420).
messages_controller.rb 5.66 KB 7961 over 13 years Jean-Philippe Lang Update MessagesController#quote to match the in...
my_controller.rb 5.62 KB 6800 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
news_controller.rb 3.64 KB 8728 over 13 years Jean-Philippe Lang Allows attachments on news (#1972).
previews_controller.rb 1.71 KB 6808 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
project_enumerations_controller.rb 850 Bytes 6894 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
projects_controller.rb 9.9 KB 8648 over 13 years Jean-Philippe Lang Resourcified repositories for CRUD operations t...
queries_controller.rb 3.79 KB 7649 over 13 years Etienne Massip Refactor : convert queries to REST resources (a...
reports_controller.rb 3.25 KB 6807 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
repositories_controller.rb 14.1 KB 8777 over 13 years Jean-Philippe Lang Adds a "Manage related isses" permission to add...
roles_controller.rb 2.91 KB 8799 over 13 years Jean-Philippe Lang Adds a simple API for listing roles (#9725).
search_controller.rb 3.85 KB 6806 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
settings_controller.rb 2.28 KB 8679 over 13 years Jean-Philippe Lang Fixes admin menu display.
sys_controller.rb 2.64 KB 8756 over 13 years Toshi MARUYAMA code layout cleanup app/controllers/sys_control...
timelog_controller.rb 11.5 KB 8693 over 13 years Jean-Philippe Lang Fixed that project is ignored when entering an ...
trackers_controller.rb 2.52 KB 7888 over 13 years Jean-Philippe Lang Resourcified trackers.
users_controller.rb 8.27 KB 8146 over 13 years Jean-Philippe Lang REST urls for user memberships.
versions_controller.rb 6.99 KB 8699 over 13 years Jean-Philippe Lang Provide a direct access to completed versions f...
watchers_controller.rb 3.66 KB 8593 over 13 years Jean-Philippe Lang Avoid an AJAX query if the watchers form is alr...
welcome_controller.rb 1.07 KB 6816 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
wiki_controller.rb 11.1 KB 8787 over 13 years Jean-Philippe Lang Ability to edit a wiki page's parent on the edi...
wikis_controller.rb 1.41 KB 6872 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...
workflows_controller.rb 3.91 KB 6871 almost 14 years Toshi MARUYAMA remove trailing white-spaces from app/controlle...

Latest revisions

# Date Author Comment
8799 2012-02-06 11:06 Jean-Philippe Lang

Adds a simple API for listing roles (#9725).

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.

8787 2012-02-05 15:35 Jean-Philippe Lang

Ability to edit a wiki page's parent on the edit page (#6449).

8784 2012-02-05 13:21 Jean-Philippe Lang

Removed unsafe attributes assignment.

8782 2012-02-05 13:17 Jean-Philippe Lang

Fixed registration form broken by r8479.

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).

8774 2012-02-04 18:36 Jean-Philippe Lang

Better handling of issue update conflicts (#8691).

8771 2012-02-04 12:41 Jean-Philippe Lang

Removed useless code.

8761 2012-02-04 07:23 Toshi MARUYAMA

attachment: fix that diff type is not saved in user preference (#10152)

View revisions

Also available in: Atom