Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
allow menu item for status bar to be a string
migrate extension after enabling it with console tool
add dummy conversion from text/x-csrc to text/plain
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
move more methods into trait
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
move some methods into trait, because extensions may need them
add section with other conversions (currently not usable)
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
add new phrases
manually change document status from 'draft' to 'released' if allowed in configuration
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
fix potential XSS attack on search page
pass $settings->_enableHiddenReceipt to view
fix getting name of recipient/revisor if it is a group
Hello, Which file and value in the file do I need to change to reduce the width of the gray window? I'm asking because I'd like to make this gray rectangle fit better.
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
SessionMgr->create() should not be used
add changes of 6.0.38
fully support enableHiddenReceipt
pass $settings->_enableHiddenReceipt to view
set value for enableHiddenRevApp and enableHiddenReceipt
The installation process seems unable to initialize my database tables, and it cannot create the administrator user.
Oh, I overlooked the warning in README.Install.md. Thanks.
Your httpRoot in settings.xml should be just "/"
server { listen 80; server_name 192.168.136.132; root /var/www/seeddms60x/www; index index.php; location / { try_files $uri $uri/ /index.php?$query_string; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php8.4-fpm.sock; } location ~ /\.(ht|conf|xml) { deny all; } }
server { listen 80; server_name 192.168.136.132; root /var/www/seeddms60x/www; index index.php; location / { try_files $uri $uri/ /index.php?$query_string; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php8.4-fpm.sock; } location ~ /\.(ht|conf|xml) { deny all; } }
Thanks. But I encountered other problems, and I need to take another look.
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
add changes of 5.1.45
set base path propperly
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
ensure rootDir has a leading DIRECTORY_SEP
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
fix checking for contentDir and rootDir
This will be fixed in 6.0.38
root@:/var/www/seeddms60x/sgrep -R "class PDO" /var/www/seeddms60x/vendorx/vendor grep: /var/www/seeddms60x/vendor/seeddms/core/vendor/phpstan/phpstan/phpstan.phar: binary file matches grep: /var/www/seeddms60x/vendor/vendor: warning: recursive directory loop /var/www/seeddms60x/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php:class PDO extends AbstractBackend implements CreatePrincipalSupport /var/www/seeddms60x/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php:class PDO implements BackendInterface...
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
add changes for 5.1.45
parse changelog and readme as markdown
update version number
fix sending reception request notification
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
various new phrases
reception of document can be deleted to enforce another reception
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
simple password strength algorithmn takes length of password into account, if length is greater than 8
check for secure password when adding a new user, secure password check can be turned off for admins
some more documentation
save error msg when send mail failed
add changes for 6.0.38
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
add changes for 5.1.45
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
add javascript to open context menu (not used yet)
add support for dropdown menu of folder/document actions
show 3 pages left and right of current page in pager
add missing closing li tag
change .list-action a into .list-action > a
remove extra style from form
place submit button on left side
show 3 pages left and right of current page in pager
add config var to enable document/folder actions in dropdown menu
add commands for converting epub files
Now I use again SeedDMS version 6.0.17 without problems.
fix potential XSS attack when deleting a folder/document
do not use $extconf twice
add parthesis for better readability
toggle() returns return value of Settings::save()
A folder contains about 1500 documents. New documents will be added on top. I click on such a document. Then I choose "Bearbeiten". The field "Reihenfolge" contains only three entries: Beibehalten, An den Anfang und ans Ende. I miss the name of the 1500 other files. There is no error message, the HTML coding is correct but incomplete. I updated SeedDMS from 6.0.17 to 6.0.37. This is our first great problem since 2012 (!).
A folder contains about 1500 documents. New documents will be added on top. I click on such a document. Then I choose "Bearbeiten". The field "Reihenfolge" contains only three entries: Beibehalten, An den Anfang und ans Ende. I miss the name of the 1500 other files. There is no error message, the HTML coding is correct but incomplete. I updated SeedDMS from 6.0.17 to 6.0.37. This is our first big problem since 2012 (!).
A folder contains about 1500 documents. New documents will be added on top. I click on such a document. Then I choose "Bearbeiten". The field "Reihenfolge" contains only three entries: Beibehalten, An den Anfang und ans Ende. I miss the name of the 1500 other files. There is no error message, the HTML coding is correct but incomplete. I updated SeedDMS from 6.0.17 to 6.0.37.
do not include inc/inc.ClassNotificationService.php, it's included by inc.Notification.php anyway
do not require password field
add 'use PDO;'
add changes for 5.1.45
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
include inc.Language.php
Thank for sending the fix. It will be part of the next version 6.0.38
I was facing the same issue as Prashant followed by a PDO issue. The below fixes helped to make seeddms installable in my docker environment: #BEGIN of temporary fix that prevents installing seeddms 6.0.37 RUN ln -sf /var/seeddms/seeddms60x/vendor /var/seeddms/seeddms60x/seeddms-6.0.37/vendor # Fix namespace issue: PDO needs to be fully qualified in namespace context # The file is in Seeddms\Seeddms namespace, so "new PDO" becomes "new Seeddms\Seeddms\PDO" # We need to use "\PDO" to reference the...
I was facing the same issue as Prashant followed by a PDO issue. The below fixes helped to make seeddms installable in my docker environment: #BEGIN of temporary fix that prevents installing seeddms 6.0.37 RUN ln -sf /var/seeddms/seeddms60x/vendor /var/seeddms/seeddms60x/seeddms-6.0.37/vendor # Fix namespace issue: PDO needs to be fully qualified in namespace context # The file is in Seeddms\Seeddms namespace, so "new PDO" becomes "new Seeddms\Seeddms\PDO" # We need to use "\PDO" to reference the...
I was facing the same issue followed by a PDO issue. The below fixes helped to install seeddms: #BEGIN of temporary fix that prevents installing seeddms 6.0.37 RUN ln -sf /var/seeddms/seeddms60x/vendor /var/seeddms/seeddms60x/seeddms-6.0.37/vendor # Fix namespace issue: PDO needs to be fully qualified in namespace context # The file is in Seeddms\Seeddms namespace, so "new PDO" becomes "new Seeddms\Seeddms\PDO" # We need to use "\PDO" to reference the global PDO class RUN sed -i 's/new PDO(/new \\PDO(/g'...
Can you be a bit more specific? Is there any error msg? When does the error occur? When you open the EditDocument page or later after you have submited the form?
yes, indexer.php. reindexer is my copy of indexer with delete funktion without document changes
Uncaught Error: Call to a member function addPhrases() on null in /home/www-data/seeddms60x/seeddms-6.0.36/inc/inc.Extension.php:62
Thanks for reporting. There is actually no script named reindexer.php. Do you mean indexer.php? Anyway, indexer.php and adddoc.php are both affected by this bug. It will be fixed in the next release of SeedDMS
No Problems in 6.0.37 within folders with only few documents.
Cannot change sequence
/home/www-data/seeddms60x/seeddms-6.0.36/utils/adddoc.php ist auch betroffen
Uncaught Error: Call to a member function addPhrases() on null in /home/www-data/seeddms60x/seeddms-6.0.36/inc/inc.Extension.php:62
add changes of 5.1.45
show preview of document
remove closing php tag
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
add changes for 5.1.45