Uwe Steinmann
|
3ac7bf6ae4
|
$dms and $user is not needed in run()
|
2025-10-30 11:46:56 +01:00 |
|
Uwe Steinmann
|
4935fb3c9e
|
pass null instead of "" as default text to translate()
|
2025-10-29 16:50:50 +01:00 |
|
Uwe Steinmann
|
c86bd865c2
|
show some deprecation messages
|
2025-10-29 15:51:32 +01:00 |
|
Uwe Steinmann
|
00360800c3
|
getLanguages() is now a method of class Settings
|
2025-10-29 15:50:59 +01:00 |
|
Uwe Steinmann
|
de35433091
|
show path of configuration file
|
2025-10-29 15:49:20 +01:00 |
|
Uwe Steinmann
|
d4265e65f8
|
getAvailableLanguages() is now a method of Settings
|
2025-10-29 15:48:43 +01:00 |
|
Uwe Steinmann
|
bee91325ca
|
$extMgr is now called $extmgr
|
2025-10-29 15:48:07 +01:00 |
|
Uwe Steinmann
|
bc1fb05a41
|
include inc/inc.Language.php
|
2025-10-29 15:47:34 +01:00 |
|
Uwe Steinmann
|
7384d1db4a
|
pass translator ot constructor of SeedDMS_EmailNotify
|
2025-10-29 15:45:54 +01:00 |
|
Uwe Steinmann
|
de1a87380b
|
$extMgr is no called $extMgr
|
2025-10-29 15:45:15 +01:00 |
|
Uwe Steinmann
|
767235f0f5
|
pass translator to notification service and services
|
2025-10-29 15:44:44 +01:00 |
|
Uwe Steinmann
|
b4ced679d0
|
move getAvailableLanguages() and getLanguages() into Settings
|
2025-10-29 15:43:54 +01:00 |
|
Uwe Steinmann
|
a976d0bd22
|
move getAvailableLanguages() and getLanguages() from translator
|
2025-10-29 15:43:10 +01:00 |
|
Uwe Steinmann
|
73ee5781dd
|
show a different error msg when php_sapi == cli
|
2025-10-29 15:41:16 +01:00 |
|
Uwe Steinmann
|
cc34c42f73
|
pass translator to constructor
|
2025-10-29 15:40:35 +01:00 |
|
Uwe Steinmann
|
8a6db445c5
|
pass translator to notification service
|
2025-10-29 15:39:48 +01:00 |
|
Uwe Steinmann
|
caa0e3f139
|
add translation service to container
|
2025-10-29 11:09:04 +01:00 |
|
Uwe Steinmann
|
5db84c0564
|
get dms and user from params in factory()
|
2025-10-29 07:50:09 +01:00 |
|
Uwe Steinmann
|
e755423534
|
add autoload section and symfony/console
|
2025-10-28 21:38:46 +01:00 |
|
Uwe Steinmann
|
8e06a17f62
|
add translation phrases from extension
|
2025-10-28 21:38:12 +01:00 |
|
Uwe Steinmann
|
1b40717192
|
pass translator to view and controller
|
2025-10-28 21:37:33 +01:00 |
|
Uwe Steinmann
|
c649d9e495
|
set default language in translator from session
|
2025-10-28 21:36:56 +01:00 |
|
Uwe Steinmann
|
7a1729e0c8
|
move all translation methods into class
|
2025-10-28 21:35:17 +01:00 |
|
Uwe Steinmann
|
0e1da1a730
|
allow 'onclick' attribute in showMenuwithButton()
|
2025-10-28 19:30:29 +01:00 |
|
Uwe Steinmann
|
afd6a8b7f0
|
class Settings has been moved into namespace Seeddms\Seeddms
|
2025-10-28 15:48:52 +01:00 |
|
Uwe Steinmann
|
9ac6bca75f
|
class Settings has been moved into namespace Seeddms\Seeddms
|
2025-10-28 15:48:10 +01:00 |
|
Uwe Steinmann
|
ef49a43644
|
no need for 'global $logger'
|
2025-10-28 15:47:20 +01:00 |
|
Uwe Steinmann
|
9275fc1e05
|
no need for 'global $logger'
|
2025-10-28 15:46:50 +01:00 |
|
Uwe Steinmann
|
b6bdae551c
|
rename $extMgr to $extmgr, all global vars can be passed to factory
|
2025-10-28 15:44:51 +01:00 |
|
Uwe Steinmann
|
d15c65f137
|
new methods getBaseUrl() and getBaseUrlWithRoot()
|
2025-10-28 15:41:59 +01:00 |
|
Uwe Steinmann
|
c32fe1be80
|
pass $settings as first parameter of getLogger()
|
2025-10-28 15:40:20 +01:00 |
|
Uwe Steinmann
|
6db475692a
|
new token based middleware
|
2025-10-24 14:00:42 +02:00 |
|
Uwe Steinmann
|
66ab0f25d3
|
pass response factory to SessionAuth Middleware
|
2025-10-24 13:59:59 +02:00 |
|
Uwe Steinmann
|
46e927621c
|
add changes of 5.1.43
|
2025-10-24 12:58:03 +02:00 |
|
Uwe Steinmann
|
afbb891bd5
|
add changes of 5.1.43
|
2025-10-24 12:57:03 +02:00 |
|
Uwe Steinmann
|
e175858235
|
add groups and categories to 'statstotal'
|
2025-10-24 12:55:35 +02:00 |
|
Uwe Steinmann
|
2f668328fa
|
add middleware for basic authentication
|
2025-10-24 12:51:10 +02:00 |
|
Uwe Steinmann
|
d73a89c616
|
do not treat Basic authentication as a token, but just skip it
|
2025-10-24 12:50:49 +02:00 |
|
Uwe Steinmann
|
6e06bec195
|
start new version 5.1.43
|
2025-10-23 21:00:22 +02:00 |
|
Uwe Steinmann
|
d0379f2c91
|
add file extension .md
|
2025-10-23 19:06:50 +02:00 |
|
Uwe Steinmann
|
027acbfd3b
|
better formatting
|
2025-10-23 19:06:27 +02:00 |
|
Uwe Steinmann
|
a77519cfd6
|
note about layout changes in 5.1.42
|
2025-10-23 18:48:29 +02:00 |
|
Uwe Steinmann
|
6a85f7c3f9
|
add file extension .md
|
2025-10-23 17:45:12 +02:00 |
|
Uwe Steinmann
|
9a8477bf34
|
improve formatting
|
2025-10-23 17:44:48 +02:00 |
|
Uwe Steinmann
|
30e4e6391a
|
complete outdated
|
2025-10-23 17:38:55 +02:00 |
|
Uwe Steinmann
|
893507cc8f
|
add more changes of 5.1.42
|
2025-10-23 17:36:56 +02:00 |
|
Uwe Steinmann
|
5c009910b1
|
add file extension .md
|
2025-10-23 17:33:34 +02:00 |
|
Uwe Steinmann
|
a4aa705fac
|
explain and improve script
|
2025-10-23 17:33:03 +02:00 |
|
Uwe Steinmann
|
c188f65112
|
add file extension .md
|
2025-10-23 16:15:41 +02:00 |
|
Uwe Steinmann
|
effd6d0f5d
|
add section about bruno, some formatting
|
2025-10-23 16:14:14 +02:00 |
|