]> source.dussan.org Git - redmine.git/commit
* new report: project activity
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 12 Nov 2006 18:50:30 +0000 (18:50 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 12 Nov 2006 18:50:30 +0000 (18:50 +0000)
commit7136b85f21201b9611977ae4ff8004aeb1ba47bb
tree117bdb8bc48754c2e1a1cf82da894067144d4bb4
parent67070347686fb914f4ceb4eda298e2b4dd7495fa
* new report: project activity
* "start date" and "% done" fields added on issues
* project calendar added
* gantt chart added (exportable to pdf)
* multiple file upload for issues attachments
* user custom field displayed on account/show
* default configuration improved (default roles, trackers, status, permissions and workflows)
* fixed: project settings now displayed according to user's permissions

git-svn-id: http://redmine.rubyforge.org/svn/trunk@44 e93f8b46-1217-0410-a6f0-8f06a7374b81
61 files changed:
redmine/app/controllers/account_controller.rb
redmine/app/controllers/issues_controller.rb
redmine/app/controllers/projects_controller.rb
redmine/app/controllers/users_controller.rb
redmine/app/helpers/application_helper.rb
redmine/app/models/issue.rb
redmine/app/views/account/show.rhtml
redmine/app/views/issues/change_status.rhtml
redmine/app/views/issues/edit.rhtml
redmine/app/views/issues/show.rhtml
redmine/app/views/layouts/base.rhtml
redmine/app/views/news/_form.rhtml
redmine/app/views/news/show.rhtml
redmine/app/views/projects/_form.rhtml
redmine/app/views/projects/activity.rhtml
redmine/app/views/projects/add_issue.rhtml
redmine/app/views/projects/calendar.rhtml [new file with mode: 0644]
redmine/app/views/projects/gantt.rfpdf [new file with mode: 0644]
redmine/app/views/projects/gantt.rhtml [new file with mode: 0644]
redmine/app/views/projects/list_issues.rhtml
redmine/app/views/projects/list_news.rhtml
redmine/app/views/projects/settings.rhtml
redmine/app/views/projects/show.rhtml
redmine/app/views/reports/issue_report.rhtml
redmine/app/views/users/_form.rhtml
redmine/config/config_custom.example.rb [new file with mode: 0644]
redmine/config/config_custom.rb [deleted file]
redmine/config/environment.rb
redmine/db/migrate/005_issue_start_date.rb [new file with mode: 0644]
redmine/db/migrate/006_calendar_and_activity.rb [new file with mode: 0644]
redmine/doc/CHANGELOG
redmine/doc/INSTALL
redmine/lang/de.yml
redmine/lang/en.yml
redmine/lang/es.yml
redmine/lang/fr.yml
redmine/lib/tasks/load_default_data.rake
redmine/public/images/add.png [new file with mode: 0644]
redmine/public/images/arrow_bw.png [new file with mode: 0644]
redmine/public/images/arrow_from.png [new file with mode: 0644]
redmine/public/images/arrow_to.png [new file with mode: 0644]
redmine/public/images/attachment.png [new file with mode: 0644]
redmine/public/images/details.png [new file with mode: 0644]
redmine/public/images/gantt.png [new file with mode: 0644]
redmine/public/images/jstoolbar/bt_br.png [new file with mode: 0644]
redmine/public/images/jstoolbar/bt_code.png [new file with mode: 0644]
redmine/public/images/jstoolbar/bt_del.png [new file with mode: 0644]
redmine/public/images/jstoolbar/bt_em.png [new file with mode: 0644]
redmine/public/images/jstoolbar/bt_ins.png [new file with mode: 0644]
redmine/public/images/jstoolbar/bt_link.png [new file with mode: 0644]
redmine/public/images/jstoolbar/bt_ol.png [new file with mode: 0644]
redmine/public/images/jstoolbar/bt_quote.png [new file with mode: 0644]
redmine/public/images/jstoolbar/bt_strong.png [new file with mode: 0644]
redmine/public/images/jstoolbar/bt_ul.png [new file with mode: 0644]
redmine/public/images/zoom_in.png [new file with mode: 0644]
redmine/public/images/zoom_in_g.png [new file with mode: 0644]
redmine/public/images/zoom_out.png [new file with mode: 0644]
redmine/public/images/zoom_out_g.png [new file with mode: 0644]
redmine/public/javascripts/application.js
redmine/public/javascripts/jstoolbar.js
redmine/public/stylesheets/application.css