##// END OF EJS Templates
Mailer:...
Mailer: * added an application setting to specify the application protocol (http or https) used to generate urls * added layouts for text and html emails * no more language specific templates * urls are now generated using UrlWriter * the mailer now uses AdvAttrAccessor code style to set email parameters git-svn-id: http://redmine.rubyforge.org/svn/trunk@877 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r328:19d962c3aa80
r864:bd434427e61e
Show More
profiler
3 lines | 114 B | text/plain | TextLexer
Jean-Philippe Lang
Initial commit...
r2 #!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../../config/boot'
require 'commands/performance/profiler'