]> source.dussan.org Git - redmine.git/commit
Calendar:
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 7 Oct 2007 20:07:11 +0000 (20:07 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 7 Oct 2007 20:07:11 +0000 (20:07 +0000)
commitec51cdd0f9926d0fe42e9563e0f5bf1a3db18196
tree9a6c7a92e250707b8fbd5ac9e9758a6ac56d3d9d
parentcdb2781b48f2a3ee2ba7d04574671ee195f7006f
Calendar:
* added an helper and moved the rendering code to a shared partial (used by project calendar and my calendar)
* first day of week can now be set in lang files (general_first_day_of_week)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@815 e93f8b46-1217-0410-a6f0-8f06a7374b81
23 files changed:
app/controllers/my_controller.rb
app/controllers/projects_controller.rb
app/views/common/_calendar.rhtml [new file with mode: 0644]
app/views/my/blocks/_calendar.rhtml
app/views/projects/calendar.rhtml
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/it.yml
lang/ja.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/sv.yml
lang/zh.yml
lib/redmine/helpers/calendar.rb [new file with mode: 0644]
public/stylesheets/application.css
test/unit/calendar_test.rb [new file with mode: 0644]