This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | Tue Jan 20 09:55:32 -0800 2009 | |
| |
Rakefile | Tue Dec 05 12:45:04 -0800 2006 | |
| |
app/ | Fri Jan 23 03:14:41 -0800 2009 | |
| |
config/ | Tue Jan 20 03:45:53 -0800 2009 | |
| |
db/ | Tue Jan 20 03:45:53 -0800 2009 | |
| |
doc/ | Sat Feb 14 04:06:45 -0800 2009 | |
| |
extra/ | Sun Nov 30 07:51:44 -0800 2008 | |
| |
files/ | Tue Dec 05 12:45:04 -0800 2006 | |
| |
lang/ | Wed Jan 21 07:20:54 -0800 2009 | |
| |
lib/ | Tue Jan 20 03:45:53 -0800 2009 | |
| |
nbproject/ | Wed Oct 22 02:33:42 -0700 2008 | |
| |
public/ | Tue Jan 20 03:45:53 -0800 2009 | |
| |
script/ | Fri Jul 04 10:58:14 -0700 2008 | |
| |
test/ | Thu Jan 22 03:52:07 -0800 2009 | |
| |
vendor/ | Tue Jan 20 03:45:53 -0800 2009 |
README.rdoc
Patches included that are not applied to Redmine yet (see www.redmine.org)
- #1650 Start/end time tracking for timelogging
- #1671 Show a breakdown of estimated/spent/remaining time for a version
- #1717 Show diff for issue description change
- #1705 Use Rails timezones support
- #1680 Make version description multiline and textilizable
- #1676 Only show incomplete target versions
Some things that don’t exist as patches:
- massive Trac migration improvements, see commit 2dc4fc03dc70deb29a2edb91ec55d64e540b009e for some details
- User’s cross-project time log accessible from account page
Some minor changes:
- Don’t fill start date for new issue - ticket creation date is usually not the work start date
If you have some errors running rake db:migrate this most likely means you applied previously some of these patches that contain database migrations (in old, not timestamped style). In this case you need to add their new aliases with SQL like:
INSERT INTO schema_migrations (version) VALUES('20080902122005');
(where 20080902122005 is the number of migration reported in error message) and remove the number it had in patch (to give a way for migration with the same number from upstream):
delete from schema_migrations where version in ('995')
This version is based on r2282 of redmine.rubyforge.org/svn/trunk (so it’s Redmine 0.8.1+).
Contributed by Texuna Technologies.







