summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Fixed that date range fields don't get enabled when using the calendar popup ...Jean-Philippe Lang2012-04-191-1/+1
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-153-0/+16
* Fixed MissingFeatureException: let user choose to copy attachments or not whe...Jean-Philippe Lang2012-04-141-0/+7
* Disable IE 8 compatibility mode (#10128).Jean-Philippe Lang2012-04-081-0/+1
* Slight changes to the plain text issue notification.Jean-Philippe Lang2012-04-082-10/+13
* Removed permissions logic from view.Jean-Philippe Lang2012-04-061-2/+6
* Moved the magnifier just after the filename.Jean-Philippe Lang2012-04-061-2/+2
* replace tabs to spaces at app/views/attachments/_links.html.erbToshi MARUYAMA2012-04-061-3/+3
* code layout clean up app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-3/+5
* fix html tag at app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-2/+4
* code layout clean up app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-35/+32
* replace tabs to spaces at app/views/repositories/show.html.erbToshi MARUYAMA2012-04-041-6/+6
* fix source indents of app/views/repositories/revisions.html.erbToshi MARUYAMA2012-03-301-4/+4
* replace tabs to spaces and fix indents at app/views/issues/new.html.erbToshi MARUYAMA2012-03-281-8/+8
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-243-9/+13
* Replace tables that were using the 'width' attribute with inline styles (shou...Toshi MARUYAMA2012-03-242-3/+3
* Remove some inline styling and some depreciated table cell attributes and rep...Toshi MARUYAMA2012-03-241-3/+3
* Fix missing cells at app/views/issues/show.html.erbToshi MARUYAMA2012-03-241-0/+3
* Fix duplicated 'back_url' IDsToshi MARUYAMA2012-03-241-1/+1
* Adds an icon to the "Test" link.Jean-Philippe Lang2012-03-111-1/+1
* Resourcified auth_sources.Jean-Philippe Lang2012-03-112-2/+2
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-113-3/+3
* Fixed Gantt months/weeks/days headers display with Ruby 1.9.Etienne Massip2012-03-101-7/+7
* Fixed that the proposed users list may be empty when adding a project member ...Jean-Philippe Lang2012-03-061-1/+1
* Adds a template for API error messages so that it does not depend on AR::Erro...Jean-Philippe Lang2012-03-041-0/+5
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-042-0/+0
* Use #issues_count which is already retrieved.Jean-Philippe Lang2012-03-021-2/+2
* Fixed that the bulk edit/copy form does not propose versions and categories f...Jean-Philippe Lang2012-03-011-7/+2
* Adds an optional LDAP filter (#1060).Jean-Philippe Lang2012-03-011-0/+3
* Mailer#url_for not called in views with Rails 3.1.Jean-Philippe Lang2012-02-277-8/+8
* Override @#url_for@ in AM to force generation of absolute links (#10251).Etienne Massip2012-02-277-7/+7
* Adds a helper for displaying validation error messages.Jean-Philippe Lang2012-02-264-4/+5
* Fixed escaping issue with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+1
* Use content_tag for "no change" options.Jean-Philippe Lang2012-02-251-4/+4
* Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and R...Toshi MARUYAMA2012-02-252-4/+4
* Replace auto_link with link_to in email templates.Jean-Philippe Lang2012-02-244-4/+4
* Rails3: view: html_safe for auto_link of project homepageToshi MARUYAMA2012-02-231-2/+4
* Fixes HTML.Jean-Philippe Lang2012-02-231-1/+1
* Pass the message id when previewing in edit mode (#10275).Jean-Philippe Lang2012-02-231-1/+1
* Pass the topic objet to #textilizable (#10275).Jean-Philippe Lang2012-02-231-1/+1
* Preserve uploaded files when on documents.Jean-Philippe Lang2012-02-231-1/+1
* Preserve uploaded files when on news.Jean-Philippe Lang2012-02-231-1/+1
* Preserve uploaded files when creating a forum topic.Jean-Philippe Lang2012-02-231-1/+1
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-0/+3
* add ":id => nil" to "Overall activity" link_toToshi MARUYAMA2012-02-221-1/+3
* code layout cleanup app/views/users/show.html.erbToshi MARUYAMA2012-02-221-1/+3
* Rails3: view: html_safe for common/_diff.html.erbToshi MARUYAMA2012-02-221-3/+3
* Rails3: view: mail: html_safe for auto_linkToshi MARUYAMA2012-02-174-4/+4
* Rails3: view: mail: html_safe for header and footerToshi MARUYAMA2012-02-171-2/+2
* Missing argument to new_project_query_path named route (#10254).Jean-Philippe Lang2012-02-161-1/+1