Commit Graph

94 Commits

Author SHA1 Message Date
Ilia
15ec454fee Add improved var_dump functionality 2022-04-10 16:29:23 +03:00
Ilia Rostovtsev
561d53d90e Update to improve globals API 2022-02-08 01:36:01 +03:00
Ilia Rostovtsev
d92a35ac3c Add API to control global vars better
966d44ede5
d5082236f6
2022-01-23 16:52:31 +03:00
Ilia Rostovtsev
1579671702 Add new substitute_pattern API 2021-12-25 22:43:44 +03:00
Ilia Rostovtsev
12db447514 Add API to check if foreign module's function exists 2021-10-26 22:33:49 +03:00
Ilia Rostovtsev
309b9e86d1 Add API to return subroutine name of a code reference bafc3db725 2021-10-08 14:39:28 +03:00
Ilia Rostovtsev
3bed075571 Add webmin_debug_var_dump sub for better debugging across modules 2021-09-29 14:16:41 +03:00
Ilia Rostovtsev
50087e9dbe Revert "Fix ongoing issues with proxy prefixes in status collection, choosers 1/2"
This reverts commit d59eb79542.
2021-09-27 15:12:20 +03:00
Ilia Rostovtsev
ab59df1a85 Regular tooltip (ui_help) doesn't support HTML 2021-09-27 13:26:42 +03:00
Ilia Rostovtsev
d59eb79542 Fix ongoing issues with proxy prefixes in status collection, choosers 1/2 2021-09-26 19:45:47 +03:00
Ilia Rostovtsev
ae6921aeee Add crutial get_webprefix API 2021-09-26 16:12:25 +03:00
Jamie Cameron
2daa5e845d Add API function to get the release, and clean up version function 2021-08-25 17:38:40 -07:00
Jamie Cameron
84435597ee Add function to get the current browser URL 2021-08-05 12:10:50 -07:00
Jamie Cameron
5def4a417c Add API function to get the miniserv config file 2021-08-01 22:06:43 -07:00
Jamie Cameron
2b8b5df10b Extract function for printing the call stack, as it's useful in debugging 2021-06-26 17:33:48 -07:00
Jamie Cameron
9feae324d6 Move buffer size into a function 2021-03-27 12:08:52 -07:00
Ilia Rostovtsev
ab3597bf42 Add ui_help bubble tooltip UI API
1461a60f66
2021-03-05 16:19:45 +03:00
Ilia Rostovtsev
4970243edf Add move_source_dest file API a4c78aecc7 (commitcomment-47871889) 2021-03-05 12:59:35 +03:00
Ilia Rostovtsev
7fc04cff38 Don't export get_module_preferences_acl 2021-02-26 15:51:00 +03:00
Ilia Rostovtsev
8b4bbec88b Fix to bypass 'noconfig' option for modules with prefs set to * 2021-02-26 15:41:28 +03:00
Ilia Rostovtsev
c0dd20f26a Add ability to save module user prefs if allowed by module 2021-02-22 15:18:29 +03:00
Jamie Cameron
681b00790f Move up function for getting python path 2021-02-17 18:43:17 -08:00
Ilia Rostovtsev
d6c9c7eb96 Remove ampersands in export
23adcc8bc0 (commitcomment-46454446)
2021-01-29 17:40:38 +03:00
Ilia Rostovtsev
37f1d75afd Add trim sub
23adcc8bc0 (r46315725)
2021-01-25 23:34:16 +03:00
Jamie Cameron
47fcc8e18c Fix merge error 2020-12-18 15:07:36 -08:00
Jamie Cameron
ca5b154652 UI option to set a custom URL for use in emails 2020-12-18 15:04:25 -08:00
Ilia Rostovtsev
22c5c596ce Add complementary UI API for "read_file_contents_limit" sub 2020-12-18 16:50:24 +03:00
Ilia Rostovtsev
eb186c2c85 Add new API sub to read large files partially 2020-12-18 00:13:31 +03:00
Ilia Rostovtsev
a766a348f0 Utilize usage of native HTML5 accordions ba6564e67b 2020-11-29 18:51:28 +03:00
Ilia Rostovtsev
51cf3fd018 Add to use helper function to create timestamped trans files 2020-09-09 21:21:50 +03:00
Ilia Rostovtsev
fafada020a Export new ui_line_break_double sub 2020-09-02 13:30:37 +03:00
Ilia Rostovtsev
06b2458138 Fix to roll back to only use standard read_file_contents sub 2020-06-28 23:19:56 +03:00
Ilia Rostovtsev
f5e9fa8943 Fix JSON 2/2 2020-06-28 19:40:08 +03:00
Ilia Rostovtsev
b9082376de Add relative referer redirect for fix 2020-05-23 15:21:01 +03:00
Ilia Rostovtsev
31e671d6a5 Export &load_language_auto 2020-04-29 20:49:50 +03:00
Ilia Rostovtsev
6ab73204e8 Use old lang map to accommodate language changes 2020-03-16 23:04:56 +03:00
Ilia Rostovtsev
a7b4847480 Rename sub name to be more intuitive 2020-01-18 14:29:40 +03:00
Jamie Cameron
3e20e3c9f8 Add function for selecting multiple users 2019-12-15 09:51:43 -08:00
Ilia Rostovtsev
d40e53315b Add UI lib for adding text color 2019-03-09 18:08:39 +03:00
Jamie Cameron
d328c86360 Add new API for a link button 2018-11-13 15:05:34 +01:00
Ilia Rostovtsev
6124e7e953 Add JSON decode subroutine 2018-10-23 14:13:17 +03:00
Ilia Rostovtsev
7f39203f3b Append hex URL representation to stored file name, to process multiple, simultaneous requests https://github.com/authentic-theme/authentic-theme/issues/1196 2018-09-27 13:44:59 +03:00
Ilia Rostovtsev
66c358f984 Revert "An attempt to support various module names https://github.com/virtualmin/virtualmin-gpl/pull/63#issuecomment-419717260"
This reverts commit 0864f12bc1.
2018-09-10 09:40:03 +03:00
Ilia Rostovtsev
0864f12bc1 An attempt to support various module names https://github.com/virtualmin/virtualmin-gpl/pull/63#issuecomment-419717260 2018-09-09 18:56:00 +03:00
Ilia Rostovtsev
8ba9426af1 Add convert_to_json() and print_json() subroutines 2018-08-23 00:00:16 +03:00
Jamie Cameron
0a2e59a7ab API to register error exit functions 2018-04-02 22:05:19 -07:00
Jamie Cameron
155f98977a Move version comparison code up to global 2017-02-10 15:47:35 -08:00
Jamie Cameron
ee35b62079 Add core function to check if bash is being used 2017-01-22 16:16:46 -08:00
Jamie Cameron
f3c063644d theme pre/post functions have to be exported 2016-11-10 10:04:25 -08:00
Jamie Cameron
524c6678a6 Export new API function 2015-09-01 22:02:09 -07:00