summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Successful update notice for workflows (#15831).Jean-Philippe Lang2014-01-251-0/+2
* Redirect to back_url or referer when clicking "Sign in" while already logged-...Jean-Philippe Lang2014-01-252-2/+5
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-247-2/+25
* Adds firstname initials+lastname user format.Jean-Philippe Lang2014-01-241-0/+5
* remove unneeded Project#acts_as_nested_set :order => 'name' optionToshi MARUYAMA2014-01-211-1/+1
* call Project#set_or_update_position_under in Project.rebuild_tree! (#12431)Toshi MARUYAMA2014-01-211-0/+3
* back out r12680Toshi MARUYAMA2014-01-201-1/+1
* use :order_column option instead of :order for acts_as_nested_setToshi MARUYAMA2014-01-201-1/+1
* Don't display default watchers checkboxes on the new issue form when there ar...Jean-Philippe Lang2014-01-195-13/+23
* Prevents no method errors when reloading in development mode.Jean-Philippe Lang2014-01-191-0/+2
* Focus first text field automatically (#13134).Jean-Philippe Lang2014-01-194-6/+0
* Make sure that we don't set the done ratio to a value > 100% (#15870).Jean-Philippe Lang2014-01-191-0/+1
* Show warning when exported issues exceed the limit (#13770).Jean-Philippe Lang2014-01-121-2/+7
* Adds favicon to ATOM feeds (#14309).Jean-Philippe Lang2014-01-122-0/+2
* Adds #favicon_path and #favicon_url helpers.Jean-Philippe Lang2014-01-121-2/+15
* Fixed Changeset#text_tag for changeset with hash and repository identifier (#...Jean-Philippe Lang2014-01-121-5/+6
* Code cleanup (#14766).Jean-Philippe Lang2014-01-111-1/+1
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-116-9/+12
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-2/+2
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-1/+1
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-2/+3
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-111-1/+1
* Adds project status to GET /projects/:id and GET /projects API response (#158...Jean-Philippe Lang2014-01-112-0/+2
* Make favicon themeable (#15689).Jean-Philippe Lang2014-01-111-1/+2
* Wrap filters, options and buttons with extra div (#15362).Jean-Philippe Lang2014-01-112-6/+9
* cleanup syntax of Relation#all at WikiController#exportToshi MARUYAMA2014-01-111-1/+4
* cleanup syntax of Relation#all at app/views/watchers/_new.html.erbToshi MARUYAMA2014-01-111-1/+1
* code format cleanup WikiControllerToshi MARUYAMA2014-01-111-2/+8
* code format cleanup app/views/watchers/_new.html.erbToshi MARUYAMA2014-01-111-1/+5
* Rails4: replace deprecated find_all_by_* at WatchersControllerToshi MARUYAMA2014-01-101-2/+2
* Rails4: replace deprecated find_all_by_* at RepositoriesController#committersToshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated Relation#update_all at Project#create_time_entry_a...Toshi MARUYAMA2014-01-101-4/+3
* remove unneeded Relation#all from app/views/settings/_repositories.html.erbToshi MARUYAMA2014-01-101-2/+2
* Rails4: replace deprecated Relation#count with finder options at UsersHelper#...Toshi MARUYAMA2014-01-101-1/+1
* remove unneeded Relation#all from app/views/settings/_projects.html.erbToshi MARUYAMA2014-01-101-1/+1
* code format cleanup app/views/settings/_repositories.html.erbToshi MARUYAMA2014-01-101-6/+34
* remove unneeded Relation#all from RepositoriesHelper#render_changeset_changesToshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated find_all_by_* at TimelogController#find_time_entriesToshi MARUYAMA2014-01-101-1/+1
* cleanup syntax of Relation#all at QueriesController#indexToshi MARUYAMA2014-01-101-3/+5
* cleanup syntax of Relation#all at MembersController#indexToshi MARUYAMA2014-01-101-6/+5
* cleanup syntax of Relation#all at IssueStatusesController#indexToshi MARUYAMA2014-01-101-1/+1
* cleanup syntax of Relation#all at NewsController#indexToshi MARUYAMA2014-01-101-5/+5
* remove unneeded Relation#all from AuthSource#authenticateToshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated Relation#count with finder options at ProjectsCont...Toshi MARUYAMA2014-01-101-2/+2
* cleanup syntax of Relation#all at app/views/wiki/rename.html.erbToshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated Relation#sum with finder options at Issue#total_sp...Toshi MARUYAMA2014-01-101-2/+4
* cleanup syntax of Relation#all at app/views/wiki/edit.html.erbToshi MARUYAMA2014-01-101-1/+2
* add missing Relation#all at WorkflowsController#copy of r12583Toshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated find_all_by_* at WorkflowsController#copyToshi MARUYAMA2014-01-101-5/+4
* Rails4: replace deprecated Relation#update_all at IssuesControllerToshi MARUYAMA2014-01-101-2/+3