Commit Graph

9145 Commits

Author SHA1 Message Date
Uwe Steinmann
a4307a4a2c add new command for checking extensions 2025-11-14 10:32:45 +01:00
Uwe Steinmann
b42fdb44c6 set include_path instead using an absolute path to include autoload.php.
This works in the devel enviroment and the installed SeedDMS
2025-11-14 09:29:51 +01:00
Uwe Steinmann
bf28ffa215 rename SeedDMS_Session and SeedDMS_SessionMgr into \Seeddms\Seeddms\... 2025-11-13 22:21:07 +01:00
Uwe Steinmann
73e266bab7 add command to upload extension 2025-11-13 22:20:16 +01:00
Uwe Steinmann
cb3d5b6379 and changes for 5.1.43 2025-11-13 18:58:22 +01:00
Uwe Steinmann
d2574c8caa fix typo 2025-11-13 18:58:10 +01:00
Uwe Steinmann
0446009024 render stats as table 2025-11-13 18:57:46 +01:00
Uwe Steinmann
8b67c33fa7 fix description and help text 2025-11-13 18:57:22 +01:00
Uwe Steinmann
7c9ef030d6 ask before clearing the cache 2025-11-13 18:56:08 +01:00
Uwe Steinmann
994fe49e6d about comment about deprecated functions 2025-11-13 18:55:49 +01:00
Uwe Steinmann
799b870f9a use table helper 2025-11-13 17:58:48 +01:00
Uwe Steinmann
98cb3b042d various updates 2025-11-13 14:01:37 +01:00
Uwe Steinmann
565eedbe96 add new command line interface 2025-11-13 13:57:03 +01:00
Uwe Steinmann
399bf4d383 add config for phpcs 2025-11-13 13:40:38 +01:00
Uwe Steinmann
1bd8f9fcea new optional parameter $dir for method createArchive() 2025-11-13 12:19:03 +01:00
Uwe Steinmann
d042fd3588 set icon for copying to clipboard to green after click 2025-11-12 17:01:30 +01:00
Uwe Steinmann
028ed5d5a3 add select for saving text to clipboard 2025-11-12 16:48:24 +01:00
Uwe Steinmann
62a8f12ed2 include Log.php, because the defines are needed in ClassSettings 2025-11-12 15:00:33 +01:00
Uwe Steinmann
3c72b1f00c allow string as button for in menu 2025-11-08 19:42:11 +01:00
Uwe Steinmann
55e6ce1b9b call $settings->getLanguages() instead of the global function 2025-11-08 16:34:58 +01:00
Uwe Steinmann
03df65af05 getAvailableLanguages() is now a method of Settings itself 2025-11-08 16:26:17 +01:00
Uwe Steinmann
7c696d4f71 all files in classmap are in seeddms/inc 2025-11-08 16:19:54 +01:00
Uwe Steinmann
6adab624db create link to seeddms, before running composer 2025-11-08 16:19:28 +01:00
Uwe Steinmann
9874f9889d global var $extMgr is now named $extmgr 2025-11-03 18:49:46 +01:00
Uwe Steinmann
992fb5c85e move includes 2025-11-02 19:58:57 +01:00
Uwe Steinmann
d67b6eae2f pass notifier and translator to hook addRoute() 2025-11-02 19:57:57 +01:00
Uwe Steinmann
f2ed3b7453 add more file to classmap 2025-10-30 11:48:16 +01:00
Uwe Steinmann
1bd49eab96 not need to define $logger global 2025-10-30 11:47:25 +01:00
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