summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Adds environment information display to /admin/info.Jean-Philippe Lang2012-05-011-1/+5
* Fixed that sidebar with hook content only should not be hidden.Jean-Philippe Lang2012-05-011-2/+2
* recovery base.html.erb "call_hook :view_layouts_base_sidebar" changed in Rail...Toshi MARUYAMA2012-05-011-4/+1
* Tests broken by r9573.Jean-Philippe Lang2012-04-291-1/+1
* view: labelled_remote_form_for: equals sign mandatory to print blocks and use...Toshi MARUYAMA2012-04-291-1/+2
* view: labelled_form_for: equals sign mandatory to print blocks and use :asToshi MARUYAMA2012-04-292-2/+4
* view: remote_form_for: equals sign mandatory to print blocks and replace to f...Toshi MARUYAMA2012-04-293-7/+12
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-25119-149/+166
* 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