Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
account_controller.rb 11 KB 12438 over 11 years Jean-Philippe Lang Fixed that OpenID authentication fails with 422...
activities_controller.rb 2.8 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
admin_controller.rb 2.92 KB 12278 over 11 years Jean-Philippe Lang Add an indication to admin/info whether or not ...
application_controller.rb 18.1 KB 12691 over 11 years Jean-Philippe Lang Adds settings for disabling browser language de...
attachments_controller.rb 5.03 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
auth_sources_controller.rb 2.8 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
auto_completes_controller.rb 1.51 KB 11293 over 12 years Jean-Philippe Lang Use database LOWER instead of #downcase.
boards_controller.rb 3.25 KB 11964 about 12 years Jean-Philippe Lang Preload boards projects.
calendars_controller.rb 2.05 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
comments_controller.rb 1.62 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
context_menus_controller.rb 3.21 KB 12402 over 11 years Jean-Philippe Lang Removed hardcoded formats for right-click edit.
custom_fields_controller.rb 2.65 KB 12400 over 11 years Jean-Philippe Lang Merged custom fields format refactoring.
documents_controller.rb 3.08 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
enumerations_controller.rb 2.68 KB 11854 about 12 years Jean-Philippe Lang Fixed that submitting the form without selectin...
files_controller.rb 2 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
gantts_controller.rb 1.73 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
groups_controller.rb 3.63 KB 12518 over 11 years Toshi MARUYAMA Rails4: replace deprecated find_all_by_* at Gro...
issue_categories_controller.rb 3.65 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
issue_relations_controller.rb 2.58 KB 11461 over 12 years Jean-Philippe Lang Fixed that relations may not be refreshed when ...
issue_statuses_controller.rb 2.39 KB 12600 over 11 years Toshi MARUYAMA cleanup syntax of Relation#all at IssueStatuses...
issues_controller.rb 17.3 KB 12673 over 11 years Jean-Philippe Lang Don't display default watchers checkboxes on th...
journals_controller.rb 3.46 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
mail_handler_controller.rb 1.43 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
members_controller.rb 3.55 KB 12601 over 11 years Toshi MARUYAMA cleanup syntax of Relation#all at MembersContro...
messages_controller.rb 4.73 KB 12520 over 11 years Toshi MARUYAMA Rails4: replace deprecated passing options to f...
my_controller.rb 6.04 KB 12658 over 11 years Jean-Philippe Lang Code cleanup (#14766). Patch by Daniel Felix.
news_controller.rb 3.33 KB 12594 over 11 years Toshi MARUYAMA cleanup syntax of Relation#all at NewsControlle...
previews_controller.rb 1.91 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
project_enumerations_controller.rb 1.54 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
projects_controller.rb 8.43 KB 12592 over 11 years Toshi MARUYAMA Rails4: replace deprecated Relation#count with ...
queries_controller.rb 3.71 KB 12602 over 11 years Toshi MARUYAMA cleanup syntax of Relation#all at QueriesContro...
reports_controller.rb 3.25 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
repositories_controller.rb 14.4 KB 12615 over 11 years Toshi MARUYAMA Rails4: replace deprecated find_all_by_* at Rep...
roles_controller.rb 3 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
search_controller.rb 3.79 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
settings_controller.rb 2.54 KB 12216 almost 12 years Jean-Philippe Lang Fixed that non array commit_update_keywords rai...
sys_controller.rb 2.8 KB 11963 about 12 years Jean-Philippe Lang Cleanup of finders with :conditions option.
timelog_controller.rb 10.1 KB 12603 over 11 years Toshi MARUYAMA Rails4: replace deprecated find_all_by_* at Tim...
trackers_controller.rb 2.9 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
users_controller.rb 6.58 KB 12350 over 11 years Jean-Philippe Lang Fixed that preferences are not preserved when a...
versions_controller.rb 6.04 KB 11963 about 12 years Jean-Philippe Lang Cleanup of finders with :conditions option.
watchers_controller.rb 3.7 KB 12673 over 11 years Jean-Philippe Lang Don't display default watchers checkboxes on th...
welcome_controller.rb 1.07 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
wiki_controller.rb 11.8 KB 12620 over 11 years Toshi MARUYAMA cleanup syntax of Relation#all at WikiControlle...
wikis_controller.rb 1.28 KB 11169 over 12 years Jean-Philippe Lang Copyright for 2013 (#12788). Patch by Daniel F...
workflows_controller.rb 5.09 KB 12585 over 11 years Toshi MARUYAMA add missing Relation#all at WorkflowsController...

Latest revisions

# Date Author Comment
12691 2014-01-24 11:28 Jean-Philippe Lang

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

12673 2014-01-19 11:01 Jean-Philippe Lang

Don't display default watchers checkboxes on the new issue form when there are more than 20 members (#8562).

12658 2014-01-11 14:29 Jean-Philippe Lang

Code cleanup (#14766).

Patch by Daniel Felix.

12620 2014-01-11 07:03 Toshi MARUYAMA

cleanup syntax of Relation#all at WikiController#export

12618 2014-01-11 06:51 Toshi MARUYAMA

code format cleanup WikiController

12616 2014-01-10 13:49 Toshi MARUYAMA

Rails4: replace deprecated find_all_by_* at WatchersController

12615 2014-01-10 13:49 Toshi MARUYAMA

Rails4: replace deprecated find_all_by_* at RepositoriesController#committers

12603 2014-01-10 11:40 Toshi MARUYAMA

Rails4: replace deprecated find_all_by_* at TimelogController#find_time_entries

12602 2014-01-10 11:30 Toshi MARUYAMA

cleanup syntax of Relation#all at QueriesController#index

12601 2014-01-10 11:30 Toshi MARUYAMA

cleanup syntax of Relation#all at MembersController#index

View revisions

Also available in: Atom