Commit Graph

  • 0ba0a7bcc9 remove commented out Rails2 including from lib/redmine/hook.rb Toshi MARUYAMA 2012-05-09 10:50:10 +00:00
  • d9304e062a Fixed ActionController::TestUploadedFile#respond_to? for failing tests. Jean-Philippe Lang 2012-05-08 11:18:31 +00:00
  • 40af0a2cbf Merged r9654 from trunk. Jean-Philippe Lang 2012-05-08 11:05:37 +00:00
  • ddfb2315aa Replaced "Allow users to unsubscribe" with "Allow users to delete their own account" (#10787). Jean-Philippe Lang 2012-05-08 11:03:45 +00:00
  • eb53d600c9 Fixed that REST Uploads fail with fastcgi in 1.4-stable (#10832). Jean-Philippe Lang 2012-05-08 10:39:42 +00:00
  • 1ad003dcc7 Fixed that REST Uploads fail with fastcgi (#10832). Jean-Philippe Lang 2012-05-08 10:11:09 +00:00
  • 7b6d11ed6a Removed comments. Jean-Philippe Lang 2012-05-07 17:24:20 +00:00
  • 04fe0412e1 Use optparse instead rdoc/usage in rdm-mailhandler (#10837). Jean-Philippe Lang 2012-05-07 17:23:30 +00:00
  • 03e9c51776 Formatting. Jean-Philippe Lang 2012-05-06 21:18:31 +00:00
  • 3710bbfda1 Use optparse instead rdoc/usage in reposman (#10837). Jean-Philippe Lang 2012-05-06 21:16:54 +00:00
  • df7ddf5c0e Use uppercase NAME and VERSION environment variables for plugin migration tasks (#10838). Jean-Philippe Lang 2012-05-06 21:03:30 +00:00
  • 31d2d1284a remove redundant code from app/models/mail_handler.rb Toshi MARUYAMA 2012-05-06 13:50:30 +00:00
  • f6882cd69e Stub Mailer with mocha. Jean-Philippe Lang 2012-05-06 08:43:44 +00:00
  • 18852b765a Trackers should be sorted by position not by name. Jean-Philippe Lang 2012-05-05 16:21:22 +00:00
  • ee8dcab9db Fixed that activities option tags on the time entry bulk edit form are escaped. Jean-Philippe Lang 2012-05-05 16:09:27 +00:00
  • 02f704bb01 add Copyright statement to test/integration/repositories_git_test.rb Toshi MARUYAMA 2012-05-05 14:48:45 +00:00
  • f08b648cce fix error of AdminControllerTest test_test_email_failure_should_display_the_error Toshi MARUYAMA 2012-05-05 14:34:16 +00:00
  • 19e56045dd Fixed deprecated render calls in Mailer. Jean-Philippe Lang 2012-05-05 13:21:58 +00:00
  • 6fc909a402 Adds a deprecation warning to Mailer.deliver_*. Jean-Philippe Lang 2012-05-05 13:17:18 +00:00
  • 7af8d7caf0 replace Mailer deliver syntax to Rails3 style Toshi MARUYAMA 2012-05-05 13:07:12 +00:00
  • e876d1bfc0 Changes RedMine to Redmine in copyright notices. Jean-Philippe Lang 2012-05-05 13:02:45 +00:00
  • ba5a052c8c Copyright update. Jean-Philippe Lang 2012-05-05 12:56:53 +00:00
  • 6e7eadf9fb move unit mailer test last_email method to the bottom and change to private Toshi MARUYAMA 2012-05-05 12:20:18 +00:00
  • 5ce2987ea9 add missing fixture to test/unit/mailer_test.rb Toshi MARUYAMA 2012-05-05 12:20:01 +00:00
  • a3c25c18d7 Code cleanup, reuse the visible scope. Jean-Philippe Lang 2012-05-05 09:54:50 +00:00
  • 61a1fa1b6e Do not trigger model validations when rebuilding the nested set (#10829). Jean-Philippe Lang 2012-05-05 09:39:38 +00:00
  • fa4fdf91a4 Do not trigger model validations when rebuilding the nested set (#10829). Jean-Philippe Lang 2012-05-05 09:37:12 +00:00
  • 1ab261dda6 Use Mail instead of TMail in MailHandler. Jean-Philippe Lang 2012-05-05 09:19:23 +00:00
  • 255a84878d svn propset "svn:eol-style" native test/integration/repositories_git_test.rb Toshi MARUYAMA 2012-05-05 05:34:17 +00:00
  • 6bcbdd44fc route: scm: fix diff of two revisions Toshi MARUYAMA 2012-05-05 05:29:58 +00:00
  • 66d62504ef test: route: scm: move changes action tests to non revisions path tests Toshi MARUYAMA 2012-05-05 05:29:43 +00:00
  • 17d19febc6 fix typo of integration users test Toshi MARUYAMA 2012-05-05 05:29:28 +00:00
  • b0414ec1fb route: scm: split entry and raw actions Toshi MARUYAMA 2012-05-05 01:01:29 +00:00
  • 569e1b37cc model: convert news finder to Rails3 syntax Toshi MARUYAMA 2012-05-04 23:35:29 +00:00
  • bef28f7dab test: switch to Rails3 Active Record syntax at test_destroy of unit/repository_test.rb Toshi MARUYAMA 2012-05-04 23:07:10 +00:00
  • 49fc255b48 test: switch to Rails3 Active Record syntax at unit/query_test.rb Toshi MARUYAMA 2012-05-04 23:06:47 +00:00
  • 6c6467879a scm: fix revision graph left padding Toshi MARUYAMA 2012-05-04 17:07:38 +00:00
  • e9ac98b249 Merged r9619 from trunk. Jean-Philippe Lang 2012-05-04 16:58:08 +00:00
  • 9f396a6dfb Fixed undefined method `<=>' for nil:NilClass when sorting repositories with nil identifiers (#10827). Jean-Philippe Lang 2012-05-04 16:57:15 +00:00
  • ad8193dcde fix label_for_field of LabelledFormBuilder always has class="error" in label tag Toshi MARUYAMA 2012-05-04 14:33:35 +00:00
  • b4350ca91a route: scm: fix git and mercurial changes action Toshi MARUYAMA 2012-05-03 14:49:29 +00:00
  • 2c28d6b5d1 scm: git: fix creating and updating repository Toshi MARUYAMA 2012-05-03 11:48:33 +00:00
  • 36ee2b24bd Load rake tasks from Redmine plugins (#10816). Jean-Philippe Lang 2012-05-02 16:30:16 +00:00
  • d2278b63a1 Fixed path for loading plugin Gemfile (#10811). Jean-Philippe Lang 2012-05-02 16:20:32 +00:00
  • d658ab22d6 scm: fix broken main repository 'root' link Toshi MARUYAMA 2012-05-02 15:58:03 +00:00
  • 1446c9b7f0 scm: fix git and mercurial branch list box action Toshi MARUYAMA 2012-05-02 13:19:16 +00:00
  • 9be6dfbe10 code layout clean up test/integration/routing/repositories_test.rb Toshi MARUYAMA 2012-05-02 13:18:56 +00:00
  • 38011c0fb1 Fixed error on commits per month graph (#10806). Jean-Philippe Lang 2012-05-01 21:12:47 +00:00
  • d1372107e5 Updated test for r9608. Jean-Philippe Lang 2012-05-01 18:01:21 +00:00
  • c085367bb6 Adds css class to custom field input tags. Jean-Philippe Lang 2012-05-01 16:50:42 +00:00
  • 9db20cd02c Merged r9551 from trunk. Jean-Philippe Lang 2012-05-01 16:14:07 +00:00
  • b0951bff54 Merged r9582 from trunk. Jean-Philippe Lang 2012-05-01 16:13:00 +00:00
  • bebe429472 Fixed the path displayed in error message. Jean-Philippe Lang 2012-05-01 15:50:16 +00:00
  • 0491488554 Updates dispatch.fcgi.example to work with Rails3 and removes CGI handlers. Jean-Philippe Lang 2012-05-01 15:48:46 +00:00
  • 785825900a Adds environment information display to /admin/info. Jean-Philippe Lang 2012-05-01 14:49:53 +00:00
  • 017d974dd8 remove trailing white-spaces from test/unit/mailer_test.rb Toshi MARUYAMA 2012-05-01 12:45:39 +00:00
  • 5b680625c1 Adds a simple script/about. Jean-Philippe Lang 2012-05-01 11:41:15 +00:00
  • 6fca028905 Make sure we don't boot with plugins in vendor/plugins. Jean-Philippe Lang 2012-05-01 10:42:25 +00:00
  • b097a1753e Let redmine:plugins:assets mirror a single plugin assets with name=. Jean-Philippe Lang 2012-05-01 10:25:22 +00:00
  • f54ecfc55f Fixed that sidebar with hook content only should not be hidden. Jean-Philippe Lang 2012-05-01 10:19:06 +00:00
  • 45093230a9 Adds deprecated tasks for plugins migration. Jean-Philippe Lang 2012-05-01 09:02:34 +00:00
  • f4b9d2a7ee route: remove duplicate repository committers Toshi MARUYAMA 2012-05-01 05:08:07 +00:00
  • e1920cc9e4 recovery base.html.erb "call_hook :view_layouts_base_sidebar" changed in Rails3 r9528 Toshi MARUYAMA 2012-05-01 03:58:53 +00:00
  • f10fed295a Fixed generated shebang in script/rails. Jean-Philippe Lang 2012-04-30 18:52:19 +00:00
  • 0a09984954 Merged r9553 from trunk. Jean-Philippe Lang 2012-04-30 18:50:05 +00:00
  • 9b7105465e Merged r9591 from trunk (#10800) Toshi MARUYAMA 2012-04-30 13:15:07 +00:00
  • 0fcc82482e Simplified Chinese translation updated (#10800) Toshi MARUYAMA 2012-04-30 13:10:42 +00:00
  • ee4928d17c remove trailing white-spaces from lib/tasks/ciphering.rake Toshi MARUYAMA 2012-04-29 13:26:54 +00:00
  • 8a67fe30af remove trailing white-spaces from lib/tasks/deprecated.rake Toshi MARUYAMA 2012-04-29 13:26:26 +00:00
  • db9a2c1c58 remove trailing white-spaces from lib/tasks/ci.rake Toshi MARUYAMA 2012-04-29 13:25:40 +00:00
  • 767a057333 remove trailing white-spaces from lib/tasks/redmine.rake Toshi MARUYAMA 2012-04-29 13:25:07 +00:00
  • 30ceec20a6 remove trailing white-spaces from lib/tasks/reminder.rake Toshi MARUYAMA 2012-04-29 13:24:34 +00:00
  • 910cb8ff06 replace tabs to spaces at lib/tasks/migrate_from_mantis.rake Toshi MARUYAMA 2012-04-29 13:23:59 +00:00
  • 6a1a4e006d remove trailing white-spaces from lib/tasks/migrate_from_mantis.rake Toshi MARUYAMA 2012-04-29 12:21:18 +00:00
  • d2378ea641 Don't send test email asynchronously. Jean-Philippe Lang 2012-04-29 10:09:39 +00:00
  • 8d17242b82 Fixed task redmine:email:test broken by r9080. Jean-Philippe Lang 2012-04-29 10:04:25 +00:00
  • 1e491c0bfd Makes migrate_from_mantis compatible with Rails3. Jean-Philippe Lang 2012-04-29 09:49:02 +00:00
  • fb8ca0d2f8 Makes migrate_from_trac compatible with Rails3. Jean-Philippe Lang 2012-04-29 09:19:08 +00:00
  • d8c70d7a11 Fixed openid redirect. Jean-Philippe Lang 2012-04-29 08:48:50 +00:00
  • 253b02bd22 Adds an id to the flash message divs (#9034). Jean-Philippe Lang 2012-04-29 08:25:50 +00:00
  • 99cfca6f83 Adds assertions for r9572. Jean-Philippe Lang 2012-04-29 07:47:58 +00:00
  • 6143d119fe Merged #merge! calls. Jean-Philippe Lang 2012-04-29 07:42:48 +00:00
  • 0162222bb2 Tests broken by r9573. Jean-Philippe Lang 2012-04-29 07:34:57 +00:00
  • ab92280a7f view: labelled_remote_form_for: equals sign mandatory to print blocks and use :as Toshi MARUYAMA 2012-04-29 04:08:59 +00:00
  • c0891e8a78 helper: replace remote_form_for to form_for at labelled_remote_form_for Toshi MARUYAMA 2012-04-29 04:08:44 +00:00
  • f624d01fd8 view: labelled_form_for: equals sign mandatory to print blocks and use :as Toshi MARUYAMA 2012-04-29 02:47:36 +00:00
  • 4b2fc90431 view: remote_form_for: equals sign mandatory to print blocks and replace to form_for and use :remote => true and :as Toshi MARUYAMA 2012-04-29 02:43:42 +00:00
  • 49b28fca68 Clean up custom field format definition. Jean-Philippe Lang 2012-04-28 16:19:32 +00:00
  • 1e3e23d756 RecordNotFound exception still raised with Rails3. Jean-Philippe Lang 2012-04-28 13:00:16 +00:00
  • 68d5af3dd8 Set the default session store. Jean-Philippe Lang 2012-04-28 12:26:24 +00:00
  • bceaf8be94 Let the secret token be set in configuration.yml. Jean-Philippe Lang 2012-04-28 12:00:45 +00:00
  • 52986e8cd1 Displays an explicit message when trying to start Redmine with an old session_store.rb. Jean-Philippe Lang 2012-04-28 11:48:34 +00:00
  • 10c0634413 Removed /vendor/plugins directory. Redmine plugins should be dropped in /plugins now. Jean-Philippe Lang 2012-04-28 11:34:52 +00:00
  • e4a9ce6db0 Code cleanup. Jean-Philippe Lang 2012-04-28 11:20:13 +00:00
  • 584fbc8f8b Fix no longer required with Rails 3. Jean-Philippe Lang 2012-04-28 11:14:16 +00:00
  • 5985713335 Restores plugin assets mirroring on startup, but it can now be disabled in configuration.yml. Jean-Philippe Lang 2012-04-28 11:07:59 +00:00
  • 68f8470d4a Makes image_tag pick the image from the current theme if it exists. Jean-Philippe Lang 2012-04-28 09:47:09 +00:00
  • da43f785be Adds support for :plugin option to image_tag helper. Jean-Philippe Lang 2012-04-28 09:18:12 +00:00
  • 03335d014c Restores support for :plugin support to stylesheet_link_tag and javascript_include_tag helpers. Jean-Philippe Lang 2012-04-28 09:10:46 +00:00
  • f12942ff40 Make sure that "today" does not change during tests. Jean-Philippe Lang 2012-04-27 23:53:34 +00:00