summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Enlarge numeric filter fields.Jean-Philippe Lang2011-07-111-2/+2
* Adds float case on filters partial.Jean-Philippe Lang2011-07-111-1/+1
* Adds date based filters (#4729) and date range filter (#6954).Jean-Philippe Lang2011-07-101-47/+69
* Adds "between" operator for numeric filters (#6180).Jean-Philippe Lang2011-07-101-8/+17
* Cleanup select filter tag.Jean-Philippe Lang2011-07-091-3/+1
* Removed unused class.Jean-Philippe Lang2011-07-091-6/+6
* Adds a button to remove a file upload before submission (#5670).Jean-Philippe Lang2011-07-091-3/+5
* Adds visibility condition on parent project in API.Jean-Philippe Lang2011-07-092-2/+2
* Adds parent project to /projects/:id API (#8229).Jean-Philippe Lang2011-07-091-0/+1
* Fixed: search options get lost after clicking on a specific result type (#7501).Jean-Philippe Lang2011-07-091-0/+2
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-061-0/+10
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-052-3/+3
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-054-6/+6
* Adds breadcrumb on all wiki page views.Jean-Philippe Lang2011-07-047-5/+17
* Removed leading dash in ruby code.Jean-Philippe Lang2011-07-041-2/+2
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-044-6/+38
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-042-1/+12
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-043-3/+10
* 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-033-0/+7
* Do not show 'Send information' checkbox if email delivery is not configured.Jean-Philippe Lang2011-07-032-1/+3
* 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
* 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
* Escape AuthSources in the list.Toshi MARUYAMA2011-06-271-4/+4
* 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-131-1/+1
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-132-2/+2
* 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
* 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-221-1/+1
* 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: show only filename and filesize if setting of reporting last commit...Toshi MARUYAMA2011-05-132-5/+10
* Use link_to_user instead of a manual link in my account sidebar (#8345).Toshi MARUYAMA2011-05-121-1/+1
* HTML escape some user values in account sidebar (#8345).Toshi MARUYAMA2011-05-121-2/+2
* make username a link to their profile page (#8345).Toshi MARUYAMA2011-05-121-1/+1
* scm: change separator between command and version ',' to '|' in setting (#4273).Toshi MARUYAMA2011-05-101-1/+2
* scm: change i18n key name 'text_scm_version' to 'text_scm_command_version' in...Toshi MARUYAMA2011-05-101-1/+1
* scm: add the feature of SCM command availability automatic check in administr...Toshi MARUYAMA2011-05-041-1/+7
* scm: refactor projects/settings/_repository.rhtml.Toshi MARUYAMA2011-05-041-3/+9