Merged r10702 from trunk to 1.4-stable (#12189)

add tmp/pdf directory.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@10704 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2012-10-23 11:01:49 +00:00
parent a0932173a5
commit 5210b58226
4 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -18,6 +18,7 @@
/public/plugin_assets
/tmp/*
/tmp/cache/*
/tmp/pdf/*
/tmp/sessions/*
/tmp/sockets/*
/tmp/test/*

View File

@@ -20,6 +20,7 @@ public/dispatch.*
public/plugin_assets
tmp/*
tmp/cache/*
tmp/pdf/*
tmp/sessions/*
tmp/sockets/*
tmp/test/*

View File

@@ -13,6 +13,7 @@ http://www.redmine.org/
* Defect #11365: Attachment description length is not validated
* Defect #11541: Version sharing is missing in the REST API
* Defect #11789: Edit section links broken with h5/h6 headings
* Defect #12189: No tmp/pdf directory
* Feature #11338: Exclude emails with auto-submitted => auto-generated
* Patch #9732: German translations
* Patch #11328: Fix Japanese mistranslation for 'label_language_based'

0
tmp/pdf/empty Normal file
View File