summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* replace tabs to spaces and fix indents at app/views/settings/_repositories.ht...Toshi MARUYAMA2013-03-151-13/+13
* replace tabs to spaces at app/views/settings/_issues.html.erbToshi MARUYAMA2013-03-151-1/+1
* Fixing HTML in groups index viewToshi MARUYAMA2013-03-121-0/+1
* Log errors when bulk edit/copy fails (#13440).Jean-Philippe Lang2013-03-122-0/+2
* Always instanciate a relation.Jean-Philippe Lang2013-03-123-1/+4
* Moves Project#users to a regular method.Jean-Philippe Lang2013-03-121-1/+5
* Moves Project#principals to a regular method.Jean-Philippe Lang2013-03-121-1/+5
* Don't verify method.Jean-Philippe Lang2013-03-121-2/+2
* Prevent one query per User#member_of? call after r11508 (#13301).Jean-Philippe Lang2013-03-121-1/+5
* Mail handler: set mail_notification to only_my_events when creating a new use...Jean-Philippe Lang2013-03-111-0/+1
* Adds label_total_time string (#13337).Jean-Philippe Lang2013-03-104-7/+7
* Preserve gantt options when changing filters (#12122).Jean-Philippe Lang2013-03-091-2/+2
* move utf8 encoding from view to UnifiedDiff (#12641)Toshi MARUYAMA2013-03-071-5/+5
* remove unnecessary h() from diff filename (#12641)Toshi MARUYAMA2013-03-071-2/+2
* use %r{} instead of // at app/models/repository/subversion.rbToshi MARUYAMA2013-03-071-1/+1
* code layout cleanup AccountController#open_id_authenticateToshi MARUYAMA2013-03-061-4/+4
* Mail handler: adds --no-notification option to disable notifications to the c...Jean-Philippe Lang2013-03-031-0/+4
* Mail handler: adds --no-account-notice option for not sending account informa...Jean-Philippe Lang2013-03-031-2/+5
* Mail handler: adds --default-group option to add created user to one or more ...Jean-Philippe Lang2013-03-032-0/+15
* Adds autologin param in openid return_to url (#3371).Jean-Philippe Lang2013-03-021-1/+3
* Fixed that autologin cookie is not deleted when using custom cookie name (#13...Jean-Philippe Lang2013-03-021-1/+1
* Fixed that autologin is broken when using a custom cookie name (#13335).Jean-Philippe Lang2013-03-022-5/+8
* Add user's API key to /users/current.format (#8529).Jean-Philippe Lang2013-03-011-0/+1
* Fixed that copying an issue as a child of itself creates an extra issue (#133...Jean-Philippe Lang2013-03-011-5/+12
* Performance: avoid one "SELECT 1 ..." query per project on user memberships f...Jean-Philippe Lang2013-03-011-1/+1
* Adds "tracker-[id]" CSS class to issues (#13309).Jean-Philippe Lang2013-03-011-1/+1
* Performance: avoid querying all memberships in User#roles_for_project (#13301).Jean-Philippe Lang2013-03-011-1/+13
* Regexp not working as expected with ruby 2.0.Jean-Philippe Lang2013-03-011-1/+1
* Fixed that #reload raises a Stack too deep error with ruby 2.0.Jean-Philippe Lang2013-02-283-3/+6
* Code cleanup.Jean-Philippe Lang2013-02-281-2/+2
* Don't reload the issue in after_save callback.Jean-Philippe Lang2013-02-281-3/+0
* Time entry with 2 digits year should not validate (#3107).Jean-Philippe Lang2013-02-241-0/+1
* Use li tags for issue links in the sidebar (#13242).Jean-Philippe Lang2013-02-241-5/+9
* Code cleanup.Jean-Philippe Lang2013-02-241-2/+2
* Code cleanup.Jean-Philippe Lang2013-02-241-4/+4
* Code cleanup.Jean-Philippe Lang2013-02-241-4/+3
* Use ti tags for sidebar queries (#13242).Jean-Philippe Lang2013-02-241-6/+9
* Fixed that relations may not be refreshed when adding a follows relation (#13...Jean-Philippe Lang2013-02-242-1/+2
* Use User#generate_password in MailHandler.Jean-Philippe Lang2013-02-231-3/+1
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-233-11/+39
* Typo.Jean-Philippe Lang2013-02-231-1/+1
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-236-10/+13
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-233-2/+12
* Rename issues CSV and PDF exports.Jean-Philippe Lang2013-02-231-2/+2
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-235-37/+22
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-236-15/+18
* Fixed that requesting a message from an invalid forum should respond with 404...Jean-Philippe Lang2013-02-201-1/+2
* Removed hard-coded style in watchers list.Jean-Philippe Lang2013-02-201-1/+1
* Fixed that delete watcher link was broken by r11290 (#13231).Jean-Philippe Lang2013-02-201-3/+3
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-193-36/+23