summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Adds all/none operators to text custom field filters (#9790).Jean-Philippe Lang2012-05-121-2/+2
* Adaptive display of "Per page" links (#7720).Jean-Philippe Lang2012-05-101-4/+16
* change mailer model method comments to Rails3 styleToshi MARUYAMA2012-05-091-35/+35
* replace Mailer deliver syntax to Rails3 style at reminders method of mailer m...Toshi MARUYAMA2012-05-091-1/+1
* code layout cleanup app/views/wiki/edit.html.erbToshi MARUYAMA2012-05-091-3/+8
* Fixed that REST Uploads fail with fastcgi (#10832).Jean-Philippe Lang2012-05-081-1/+1
* remove redundant code from app/models/mail_handler.rbToshi MARUYAMA2012-05-061-4/+0
* Trackers should be sorted by position not by name.Jean-Philippe Lang2012-05-051-1/+1
* Fixed that activities option tags on the time entry bulk edit form are escaped.Jean-Philippe Lang2012-05-051-1/+1
* Fixed deprecated render calls in Mailer.Jean-Philippe Lang2012-05-054-4/+4
* Adds a deprecation warning to Mailer.deliver_*.Jean-Philippe Lang2012-05-051-0/+1
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-0513-18/+20
* Changes RedMine to Redmine in copyright notices.Jean-Philippe Lang2012-05-051-1/+1
* Copyright update.Jean-Philippe Lang2012-05-05144-140/+208
* Code cleanup, reuse the visible scope.Jean-Philippe Lang2012-05-051-3/+1
* Use Mail instead of TMail in MailHandler.Jean-Philippe Lang2012-05-052-32/+41
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-052-2/+15
* model: convert news finder to Rails3 syntaxToshi MARUYAMA2012-05-041-4/+3
* scm: fix revision graph left paddingToshi MARUYAMA2012-05-041-1/+4
* Fixed undefined method `<=>' for nil:NilClass when sorting repositories with ...Jean-Philippe Lang2012-05-041-1/+1
* scm: git: fix creating and updating repositoryToshi MARUYAMA2012-05-032-24/+24
* scm: fix broken main repository 'root' linkToshi MARUYAMA2012-05-021-1/+3
* scm: fix git and mercurial branch list box actionToshi MARUYAMA2012-05-021-1/+2
* Fixed error on commits per month graph (#10806).Jean-Philippe Lang2012-05-011-2/+2
* Adds css class to custom field input tags.Jean-Philippe Lang2012-05-011-11/+15
* 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-012-2/+10
* recovery base.html.erb "call_hook :view_layouts_base_sidebar" changed in Rail...Toshi MARUYAMA2012-05-011-4/+1
* Fixed openid redirect.Jean-Philippe Lang2012-04-291-1/+1
* Adds an id to the flash message divs (#9034).Jean-Philippe Lang2012-04-291-1/+1
* Merged #merge! calls.Jean-Philippe Lang2012-04-291-2/+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
* helper: replace remote_form_for to form_for at labelled_remote_form_forToshi 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
* RecordNotFound exception still raised with Rails3.Jean-Philippe Lang2012-04-281-1/+1
* Code cleanup.Jean-Philippe Lang2012-04-281-2/+2
* Fix no longer required with Rails 3.Jean-Philippe Lang2012-04-281-9/+0
* Makes image_tag pick the image from the current theme if it exists.Jean-Philippe Lang2012-04-281-2/+4
* Adds support for :plugin option to image_tag helper.Jean-Philippe Lang2012-04-281-0/+12
* Restores support for :plugin support to stylesheet_link_tag and javascript_in...Jean-Philippe Lang2012-04-281-0/+39
* set_table_name and set_locking_column are deprecated.Jean-Philippe Lang2012-04-272-2/+2
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-2619-47/+49
* Removed #utf8nize! that is no longer used with Rails 3.Jean-Philippe Lang2012-04-261-24/+0
* Manually generates the javascript that prototype_helper fails to do with ruby...Jean-Philippe Lang2012-04-251-6/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-25134-392/+371
* Reverted r9464 that broke a test. Project identifiers or ids can be used as p...Jean-Philippe Lang2012-04-221-1/+1
* Rails3: use Project.visible.find_by_identifier instead of .find for adding wa...Toshi MARUYAMA2012-04-221-1/+1
* Rails3: helper: html_safe for watchers_checkboxes in WatchersHelperToshi MARUYAMA2012-04-221-2/+4