Commit Graph

9176 Commits

Author SHA1 Message Date
Uwe Steinmann
3d9bdb02a0 create extension configuration after updating an extension 2025-11-17 07:06:45 +01:00
Uwe Steinmann
85979e7899 add better command help 2025-11-17 07:06:27 +01:00
Uwe Steinmann
1443fcbe60 include inc.Extension.php 2025-11-16 20:08:13 +01:00
Uwe Steinmann
c304085c94 fix makeRandomString() 2025-11-16 19:37:46 +01:00
Uwe Steinmann
e7e14325b3 run 'composer dump -o' 2025-11-16 17:21:27 +01:00
Uwe Steinmann
929a2acd25 output number in updatable, installable extensions, code cleanup 2025-11-16 17:14:41 +01:00
Uwe Steinmann
886a5eaf62 check if cache is writable 2025-11-16 17:14:16 +01:00
Uwe Steinmann
fec5875f07 new command to update from repository 2025-11-16 15:50:49 +01:00
Uwe Steinmann
8b60aea55d check if $extconfs[$extname] exists 2025-11-16 15:50:22 +01:00
Uwe Steinmann
239586ed87 fix output of message 2025-11-15 21:22:45 +01:00
Uwe Steinmann
b81fb224d5 better documentation of updateExtensionList() 2025-11-15 20:43:41 +01:00
Uwe Steinmann
6ca4c785c1 fix comparision of versions 2025-11-15 13:45:29 +01:00
Uwe Steinmann
c0a6cb5d34 add new commands to download and list extensions from/in repository 2025-11-15 11:29:17 +01:00
Uwe Steinmann
851d338d4a tag text of question 2025-11-15 11:28:33 +01:00
Uwe Steinmann
a8c3650725 check if downloading a file from the repository succeeded 2025-11-15 11:27:38 +01:00
Uwe Steinmann
3efcf064f2 better documentation of checkExtensionByName() 2025-11-15 11:27:06 +01:00
Uwe Steinmann
4be5afcef8 add method setRepositoryUrl() 2025-11-15 11:26:31 +01:00
Uwe Steinmann
f83a43671b get file name from option 2025-11-14 16:55:17 +01:00
Uwe Steinmann
25dd7873c9 use new Seeddms\Seeddms\Utilities 2025-11-14 16:54:58 +01:00
Uwe Steinmann
b7bd251bc6 no need to write configuration file 2025-11-14 16:23:24 +01:00
Uwe Steinmann
e105c85b22 check for configuration in its regular place 2025-11-14 16:16:33 +01:00
Uwe Steinmann
0d23b65271 update copyright year 2025-11-14 15:07:25 +01:00
Uwe Steinmann
220b633e4c use new class Utilities 2025-11-14 15:07:10 +01:00
Uwe Steinmann
2d963a3c6f use some functions into class Utitilities 2025-11-14 15:06:30 +01:00
Uwe Steinmann
7414443acb nicer formating for better readability 2025-11-14 15:05:42 +01:00
Uwe Steinmann
65dfe07a16 add changes for 5.1.43 2025-11-14 12:07:03 +01:00
Uwe Steinmann
c8dba88814 use propper namespace for classes 2025-11-14 12:03:08 +01:00
Uwe Steinmann
6d69af7d4e add class alias to make old extensions work 2025-11-14 11:06:53 +01:00
Uwe Steinmann
83d08d1acc move class into namespace Seeddms\Seeddms 2025-11-14 11:06:25 +01:00
Uwe Steinmann
f6b3081c5b move class SeedDMS_Extension_Mgr into namespace Seeddms\Seeddms 2025-11-14 11:05:14 +01:00
Uwe Steinmann
41e7c6eb93 do not use same variable for list of ext configurations and single configuration 2025-11-14 10:33:12 +01:00
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