This commit is contained in:
Uwe Steinmann 2019-07-10 19:31:33 +02:00
parent 063ab39f62
commit abf9465e31
2 changed files with 11 additions and 5 deletions

View File

@ -84,7 +84,7 @@
- catch error when updating a document fails (Closes #410)
- use always 'Send from' address as Return-Path when set, only if not set the
logged in user's email will be used (Closes #418)
- show the debug output when sending a test mail
- show the debug output when sendind a test mail
- add hooks add hooks folderListPreContent and folderListPostContent in
class.ViewFolder.php
- do not redirect to ForcePassword page if out.Logout.php was opened. This

View File

@ -7,7 +7,8 @@ NODISTFILES=utils/importmail.php utils/seedddms-importmail utils/remote-email-up
EXTENSIONS := \
dynamic_content.tar.gz\
login_action.tar.gz\
example.tar.gz
example.tar.gz\
tbs_template.tar.gz
PHPDOC=~/Downloads/phpDocumentor-2.8.1/bin/phpdoc
@ -39,10 +40,12 @@ webapp:
repository:
mkdir -p tmp/seeddms-repository-$(VERSION)
cp -a repository/www repository/utils repository/doc tmp/seeddms-repository-$(VERSION)
rm -f tmp/seeddms-repository/utils/update-repository.log
mkdir -p tmp/seeddms-repository-$(VERSION)/files
mkdir -p tmp/seeddms-repository-$(VERSION)/accounts
cp -a repository/files/.htaccess tmp/seeddms-repository-$(VERSION)/files
cp -a repository/accounts/.htaccess tmp/seeddms-repository-$(VERSION)/accounts
cp inc/inc.ClassExtensionMgr.php tmp/seeddms-repository-$(VERSION)/utils
(cd tmp; tar --exclude=.svn -czvf ../seeddms-repository-$(VERSION).tar.gz seeddms-repository-$(VERSION))
rm -rf tmp
@ -55,6 +58,9 @@ example.tar.gz: ext/example
login_action.tar.gz: ext/login_action
tar czvf login_action.tar.gz ext/login_action
tbs_template.tar.gz: ext/tbs_template
tar czvf tbs_template.tar.gz ext/tbs_template
extensions: $(EXTENSIONS)
doc: