Commit Graph

244 Commits

Author SHA1 Message Date
Eric Davis
6c37e97bee [#3724] Use en-GB.yml for British 2010-11-18 08:47:38 -08:00
Eric Davis
cce10b04d8 Merge remote branch 'pasco/master'
Conflicts:
	app/views/deliverables/_deliverable_summary_row.html.erb
2010-11-18 08:45:59 -08:00
Eric Davis
04d0be203e [#2809] Add some extra css classes on the deliverables list 2010-11-18 08:42:57 -08:00
Eric Davis
1d608a6c47 Fix for setting the deliverable on new issues. 2010-08-18 13:37:01 -07:00
Eric Davis
d3e7f2d2ae Fix the bulk edit style from Redmine Core changes. 2010-07-01 13:37:37 -07:00
Eric Davis
aa9649fde3 [#4225] Add the Deliverable as a criteria in the Time Entries Report. 2010-07-01 13:34:24 -07:00
Eric Davis
e25f841fe2 [#4225] Generated a hook for the timelog available criterias. 2010-07-01 13:13:08 -07:00
Eric Davis
b3c625d9d9 Move init back into init.rb. 2010-07-01 12:57:23 -07:00
Jason Derrett
4b1a4cd156 For client project, remove 'view all issues' from sidebar 2010-04-21 10:32:16 -05:00
Eric Davis
624b80a128 Fixed a SQL error on postgres 2010-03-22 15:13:13 -07:00
Eric Davis
43862fc3b9 Fixes editing an issue's deliverable.
Broken by the Redmine core in r3308.
2010-03-17 18:45:20 -07:00
Eric Davis
94afb7a1ca Prevent a stack error in development 2010-03-15 15:49:20 -07:00
Jon Pascoe
2125241f38 added new localisation variables to other configs to avoid breaking them 2010-03-03 08:39:56 +00:00
root
4b18f20eba updated views and helpers to specify the currency unit when outputting currency values.
A label_currency localisation variable has been added to config/locales/en.yml
2010-03-03 08:14:39 +00:00
Eric Davis
a53ceb2804 [#3294] Expand the new form if the project doesn't have any deliverables yet. 2009-11-11 13:16:00 -08:00
Eric Davis
d552aa7f6f [#3294] Allow the query string to control if the new deliverable form is visible. 2009-11-11 13:11:21 -08:00
Eric Davis
aa541f42bb Added generated gemspec 2009-10-13 21:23:08 -07:00
Eric Davis
19968fa0b8 Converted init.rb for a rails GemPlugin 2009-10-13 21:21:27 -07:00
Eric Davis
c7ac326959 Added version 2009-10-13 21:13:35 -07:00
Eric Davis
46f53a9332 Added git ignores 2009-10-13 21:12:28 -07:00
Eric Davis
6692dffe0f Added jeweler tasks 2009-10-13 21:12:04 -07:00
Adam Soltys
6a9ead4ad0 Set issues' deliverable_id to NULL if their deliverable is deleted 2009-08-31 15:17:43 -07:00
Adam Soltys
642eb1f4ee Allow description text to wrap 2009-08-27 12:08:56 -07:00
Eric Davis
a55227c9bb [#2863] Split the single deliverable template into 3 partials. 2009-08-07 10:42:03 -07:00
Eric Davis
14a6aa2c28 Added a few plugin hooks for Deliverables 2009-08-05 14:57:52 -07:00
Eric Davis
8413b26a15 [#2431] Use RedminePluginSupport for rake tasks. 0.2.0 2009-04-27 15:40:35 -07:00
Eric Davis
f7733011df [#2431] Reformatted the CREDITS file 2009-04-27 15:35:46 -07:00
Eric Davis
a45253329d [#2431] Updated the Readme and install instructions. 2009-04-27 15:34:49 -07:00
Eric Davis
085dc1deb4 Added an explicit requirement on the Rate plugin. 2009-04-27 15:31:29 -07:00
Eric Davis
425047f305 [#2431] Updated the Readme to rdoc 2009-04-27 15:27:36 -07:00
Eric Davis
ffb20347ce Renamed README 2009-04-27 15:21:45 -07:00
Eric Davis
ee2e2dae8e [#2431] Requiring Redmine 0.8.x now 2009-04-27 15:21:12 -07:00
Eric Davis
3b26d08f0d [#2405] Make the Total Budget in the header bold 2009-04-27 15:13:11 -07:00
Eric Davis
833c2877af [#2403] [#2404] Added a Total Budget column to the Deliverable row. 2009-04-27 15:07:30 -07:00
Eric Davis
d88fce97f8 [#1498] Added the Deliverable description to the expanded row. 2009-04-27 14:22:20 -07:00
Eric Davis
931c1ef6ed [#1999] Added a link to expand/collapse all Deliverable rows to the sidebar 2009-04-27 14:13:51 -07:00
Eric Davis
2018561e6a [#1919] Moved the JavaScript for calculating the Budget to an assets file. 2009-04-27 13:57:52 -07:00
Eric Davis
83d5af4a4a [#2157] Added Lithuanian translation by Sergej Jegorov. 2009-04-27 13:44:02 -07:00
Eric Davis
eb60581d1a [#1840] Added Spanish and Catalan translations from Pau Garcia i Quiles. 2009-04-27 13:33:32 -07:00
Eric Davis
e218218ffb [#1840] Completed the i18n string support.
Thanks to Pau Garcia i Quiles for the patch
2009-04-27 13:31:47 -07:00
Eric Davis
7ed5c20a93 [#1959] Fixed a typo in the css class name. 2009-04-27 13:24:44 -07:00
Eric Davis
72f2f77a60 [#2040] Added Hungarian translation by Gergő Jónás. 2009-04-27 13:20:11 -07:00
Eric Davis
fd891e7f51 Changed the Redmine core patches to use the Rails dispatcher.
This will let the core patches work in development mode when the classes
are reloaded.
2009-04-10 08:49:12 -07:00
Eric Davis
71ab0c6b54 [#2301] Check that the session has a sort before trying to access it. 2009-04-01 08:43:37 -07:00
Eric Davis
328cd3fc3f Removed GLoc calls, should stay 0.8 compatibile 2009-02-26 17:09:52 -08:00
Eric Davis
4205fb95a3 Updated to the Rails 2.2.x i18n format 2009-02-26 17:09:12 -08:00
Eric Davis
3f00f12107 Added a hook into Project#copy so Deliverables are copied to the new project. 2009-02-25 10:26:43 -08:00
Eric Davis
3720c486b4 Added a Deliverable#to_s so the Deliverable subject can be printed. 2009-02-18 14:44:06 -08:00
Eric Davis
5076b1c88b Use the first TimeEntry as the date_in_effect in case a user backdates time. #1924 2009-01-26 12:05:19 -08:00
Eric Davis
fe11c40381 Bumping version to 0.2.0 for Rate plugin compatability 2009-01-23 14:25:06 -08:00