OSDN Git Service

Estimated time recognizes improved time formats (#1092).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 26 Apr 2008 11:59:51 +0000 (11:59 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 26 Apr 2008 11:59:51 +0000 (11:59 +0000)
commita6311a960370af3606ac3a18ce1d45facf318e22
tree7fdcff39f4b0a0ffc81d05ccbadc9f82f2a412c4
parent1d570a40ff1eb51c2a2c7d807c742083c6cfbde6
Estimated time recognizes improved time formats (#1092).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1361 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/issue.rb
app/models/time_entry.rb
lib/redmine.rb
lib/redmine/core_ext.rb [new file with mode: 0644]
lib/redmine/core_ext/string.rb [new file with mode: 0644]
lib/redmine/core_ext/string/conversions.rb [new file with mode: 0644]
test/unit/issue_test.rb