summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-054-13/+28
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-055-7/+7
* Adds breadcrumb on all wiki page views.Jean-Philippe Lang2011-07-048-5/+23
* Removed leading dash in ruby code.Jean-Philippe Lang2011-07-041-2/+2
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-045-36/+101
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-043-2/+22
* Document why relation is reversed after validation.Jean-Philippe Lang2011-07-041-0/+2
* Set a default value for relation type.Jean-Philippe Lang2011-07-041-2/+10
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-045-13/+48
* Adds css for syntax highlight on welcome page (#8512).Jean-Philippe Lang2011-07-031-0/+1
* Adds a 'New version' link on the roadmap.Jean-Philippe Lang2011-07-034-3/+10
* 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