summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Do not show 2 validation errors when user mail is blank.Jean-Philippe Lang2011-07-031-1/+1
* Do not show 'Send information' checkbox if email delivery is not configured.Jean-Philippe Lang2011-07-033-1/+7
* Restored error messages on my account.Jean-Philippe Lang2011-07-031-0/+1
* Replaced h3+div with fieldsets on my account and user form.Jean-Philippe Lang2011-07-032-62/+62
* Adds an icon to the change password link.Jean-Philippe Lang2011-07-031-1/+1
* Fixed: private queries should not be accessible to other users (#8729).Jean-Philippe Lang2011-07-033-0/+9
* Removed colon before filters select.Jean-Philippe Lang2011-07-021-1/+1
* Removed duplicate LDAP link in application settings.Jean-Philippe Lang2011-07-021-4/+0
* Workflow copy view clean up.Jean-Philippe Lang2011-07-021-10/+17
* Normalize issue description EOLs do prevent false journal details (#8712).Jean-Philippe Lang2011-07-021-0/+7
* Fixed: Workflow copy does not copy advanced workflow settings (#8739).Jean-Philippe Lang2011-07-021-2/+2
* Do not journalize blank description changes (#8712).Jean-Philippe Lang2011-07-021-1/+4
* scm: return nil at model default_branch and override at git model (#8458, #67...Toshi MARUYAMA2011-06-302-1/+5
* Escape AuthSources in the list.Toshi MARUYAMA2011-06-271-4/+4
* Fixed circular dependencies possibly introduced when using reverse relations,...Jean-Baptiste Barth2011-06-261-1/+6
* Added Project#enable_module! and Project#disable_module! (#7115)Jean-Baptiste Barth2011-06-191-1/+21
* replace RAILS_ROOT to Rails.root in setting model.Toshi MARUYAMA2011-06-161-1/+1
* replace RAILS_ROOT to Rails.root of attachments storage path.Toshi MARUYAMA2011-06-151-1/+1
* Do not cache I18n strings when truncating a long diff (#5089).Jean-Baptiste Barth2011-06-131-1/+1
* Do not show inactive time entry activities in repository settings (#8573).Jean-Baptiste Barth2011-06-131-1/+1
* Do not show inactive document categories where not necessary (#8573).Jean-Baptiste Barth2011-06-132-2/+2
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-134-6/+6
* scm: fix JRuby tests fail in unit changeset following test.Toshi MARUYAMA2011-06-091-0/+7
* scm: catch all exceptions to get scm command version in repository model (#85...Toshi MARUYAMA2011-06-031-3/+3
* Fixed: Private flag ignored when creating an issue with set_own_issues_privat...Jean-Philippe Lang2011-06-011-1/+1
* Slight UI changes (#4273).Jean-Philippe Lang2011-05-292-10/+3
* scm: remove scm command and version on project setting (#4273).Toshi MARUYAMA2011-05-291-4/+2
* scm: show scm commands and versions on administration panel (#4273).Toshi MARUYAMA2011-05-291-2/+48
* scm: code clean up app/views/settings/_repositories.rhtml.Toshi MARUYAMA2011-05-291-13/+27
* code clean up settings helper.Toshi MARUYAMA2011-05-291-5/+12
* Fixed: activity shows updates of private issues (#8432).Jean-Philippe Lang2011-05-291-1/+0
* scm: mercurial: code clean up model.Toshi MARUYAMA2011-05-261-13/+16
* scm: mercurial: use regexp %r{} instead of // in model latest_changesets_cond().Toshi MARUYAMA2011-05-261-1/+1
* scm: add exception of fetching revisions error in repository model (#5357, #2...Toshi MARUYAMA2011-05-251-0/+2
* remove trailing white-spaces from sys controller source.Toshi MARUYAMA2011-05-251-6/+6
* scm: replace a tab to two spaces in app/views/settings/_repositories.rhtml.Toshi MARUYAMA2011-05-251-5/+5
* scm: remove trailing white-spaces from app/views/settings/_repositories.rhtml.Toshi MARUYAMA2011-05-241-2/+2
* Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356).Jean-Philippe Lang2011-05-222-4/+4
* scm: code clean up repositories controller.Toshi MARUYAMA2011-05-211-2/+6
* scm: remove trailing white-spaces from repositories controller.Toshi MARUYAMA2011-05-211-10/+10
* set svn:eol-style=native app/views/projects/settings/_activities.rhtml.Toshi MARUYAMA2011-05-211-42/+42
* set svn:eol-style=native app/views/common/error.html.erb.Toshi MARUYAMA2011-05-211-6/+6
* scm: code clean up app/views/repositories/revisions.rhtml.Toshi MARUYAMA2011-05-211-5/+12
* scm: code clean up app/views/repositories/revision.rhtml.Toshi MARUYAMA2011-05-211-6/+14
* scm: git: brush up model fetch_changesets() comment.Toshi MARUYAMA2011-05-191-5/+6
* scm: git: use hash#dup for extra_info in model fetch_changesets().Toshi MARUYAMA2011-05-191-1/+2
* scm: git: set revisions ordering inconsistent in existing database (#5357).Toshi MARUYAMA2011-05-191-1/+11
* remove trailing white-spaces from reports helper source.Toshi MARUYAMA2011-05-181-7/+7
* remove trailing white-spaces from projects helper source.Toshi MARUYAMA2011-05-181-11/+11
* remove trailing white-spaces from document observer model source.Toshi MARUYAMA2011-05-181-4/+4