summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not show 2 validation errors when user mail is blank.Jean-Philippe Lang2011-07-032-1/+8
* 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-033-1/+2
* Fixed: private queries should not be accessible to other users (#8729).Jean-Philippe Lang2011-07-034-3/+33
* PDF: support textilized changeset comments (revision log) on issue (#69).Toshi MARUYAMA2011-07-021-1/+3
* 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-022-1/+13
* Fixed: Workflow copy does not copy advanced workflow settings (#8739).Jean-Philippe Lang2011-07-022-2/+39
* Do not journalize blank description changes (#8712).Jean-Philippe Lang2011-07-022-1/+20
* PDF: add revision number/id of associated revisions on issue PDF (#8738).Toshi MARUYAMA2011-07-021-2/+3
* PDF: support textilized journal notes on issue (#69).Toshi MARUYAMA2011-07-011-1/+3
* PDF: support textilized issue description on issue (#69).Toshi MARUYAMA2011-07-011-1/+3
* Swedish translation updated by Nicklas Holm (#8728).Toshi MARUYAMA2011-07-011-14/+14
* PDF: code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-07-011-2/+2
* PDF: add new "RDMwriteHTMLCell" method for textilized PDF (#69).Toshi MARUYAMA2011-07-011-0/+4
* PDF: use RDMMultiCell for drawing lines of issue description (#69).Toshi MARUYAMA2011-07-011-7/+5
* PDF: add 'ln' parameter for drawing lines at RDMMultiCell() (#69).Toshi MARUYAMA2011-06-301-2/+2
* PDF: import rfpdf tcpdf patch for textilized PDF (#69).Toshi MARUYAMA2011-06-301-82/+528
* PDF: import Chinese rfpdf patch for textilized PDF (#69).Toshi MARUYAMA2011-06-301-13/+30
* PDF: import Korean rfpdf patch for textilized PDF (#69).Toshi MARUYAMA2011-06-301-13/+30
* PDF: import Japanese rfpdf patch for textilized PDF (#69).Toshi MARUYAMA2011-06-301-13/+30
* 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: queries error messages about custom fields output a 'translation missi...Jean-Baptiste Barth2011-06-272-1/+41
* Fixed circular dependencies possibly introduced when using reverse relations,...Jean-Baptiste Barth2011-06-263-1/+20
* replace RAILS_ROOT to Rails.root at test/test_helper.rb.Toshi MARUYAMA2011-06-231-3/+3
* scm: replace RAILS_DEFAULT_LOGGER to Rails.logger at abstract adapter.Toshi MARUYAMA2011-06-221-1/+1
* PDF: replace RAILS_ROOT to Rails.root at vendor/plugins/rfpdf/lib/tcpdf.rb.Toshi MARUYAMA2011-06-221-2/+2
* back out r6118. use ActionView::TestCase instead of HelperTestCase at MenuHel...Toshi MARUYAMA2011-06-221-1/+1
* back out r6117. use ActionView::TestCase instead of HelperTestCase at IssuesH...Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at test/unit/lib/redmine/m...Toshi MARUYAMA2011-06-221-3/+1
* use ActionView::TestCase instead of HelperTestCase at issues_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at test/unit/lib/redmine/w...Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at test/unit/lib/redmine/w...Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at timelog_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at sort_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at search_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at projects_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at custom_fields_helper_te...Toshi MARUYAMA2011-06-221-1/+1
* use ActiveSupport::TestCase instead of HelperTestCase at test/unit/lib/redmin...Toshi MARUYAMA2011-06-221-1/+1
* use ActiveSupport::TestCase instead of HelperTestCase at test/unit/lib/redmin...Toshi MARUYAMA2011-06-221-1/+1
* scm: use ActionView::TestCase instead of HelperTestCase at repository_helper_...Toshi MARUYAMA2011-06-221-3/+3
* replace RAILS_ROOT to Rails.root at test/test_helper.rb.Toshi MARUYAMA2011-06-201-5/+5
* Russian translation update by SERGEY ERSHOV (#8646).Toshi MARUYAMA2011-06-201-2/+2
* Added a test to ensure 'Project' column can be removed on issues list (#8411)Jean-Baptiste Barth2011-06-201-0/+6
* Added Project#enable_module! and Project#disable_module! (#7115)Jean-Baptiste Barth2011-06-192-1/+69