]> source.dussan.org Git - redmine.git/commit
* single/multiple issues pdf export added
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 22 Oct 2006 14:47:25 +0000 (14:47 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 22 Oct 2006 14:47:25 +0000 (14:47 +0000)
commit51e0989c491972578d3f3bb241df8f7dbee4c1ea
treec535e0ad1615d12ffe70241f814e98133bdda210
parent79cbe8d199c3b6ad30e912164fd1294ad9a8acff
* single/multiple issues pdf export added
* new filter in issues list: "Author"
* option to set number of results per page on issues list
* localized csv separator (comma/semicolon)
* csv output encoded to ISO-8859-1
* fixed: custom fields not in csv exports

git-svn-id: http://redmine.rubyforge.org/svn/trunk@37 e93f8b46-1217-0410-a6f0-8f06a7374b81
33 files changed:
redmine/app/controllers/application.rb
redmine/app/controllers/issues_controller.rb
redmine/app/controllers/projects_controller.rb
redmine/app/helpers/application_helper.rb
redmine/app/helpers/custom_fields_helper.rb
redmine/app/helpers/ifpdf_helper.rb [new file with mode: 0644]
redmine/app/helpers/search_filter_helper.rb
redmine/app/models/enumeration.rb
redmine/app/models/issue.rb
redmine/app/models/project.rb
redmine/app/views/documents/show.rhtml
redmine/app/views/enumerations/new.rhtml
redmine/app/views/issues/_pdf.rfpdf [new file with mode: 0644]
redmine/app/views/issues/export_pdf.rfpdf [new file with mode: 0644]
redmine/app/views/issues/show.rhtml
redmine/app/views/mailer/_issue.rhtml
redmine/app/views/mailer/issue_add_de.rhtml [new file with mode: 0644]
redmine/app/views/mailer/issue_add_es.rhtml [new file with mode: 0644]
redmine/app/views/mailer/issue_change_status_de.rhtml [new file with mode: 0644]
redmine/app/views/mailer/issue_change_status_es.rhtml [new file with mode: 0644]
redmine/app/views/mailer/lost_password_de.rhtml [new file with mode: 0644]
redmine/app/views/mailer/lost_password_es.rhtml [new file with mode: 0644]
redmine/app/views/mailer/register_de.rhtml [new file with mode: 0644]
redmine/app/views/mailer/register_es.rhtml [new file with mode: 0644]
redmine/app/views/projects/export_issues_pdf.rfpdf [new file with mode: 0644]
redmine/app/views/projects/list_issues.rhtml
redmine/app/views/reports/issue_report.rhtml
redmine/db/migrate/004_export_pdf.rb [new file with mode: 0644]
redmine/lang/de.yml
redmine/lang/en.yml
redmine/lang/es.yml
redmine/lang/fr.yml
redmine/public/stylesheets/application.css