d24262d494
small documentation fixes
ntnsndr2022-08-17 19:57:52 +00:00
23cf6abacd
Merge branch 'bug-fixes' into 'master'
ntnsndr2022-08-16 15:33:09 +00:00
daa6d95bd6
merged changes, using standardized lazy table length function instead of for loop in interactions module
Luke Miller2022-08-16 11:12:07 -04:00
52334f409e
fixed process count, added lazy table length function, removed orgs now decrement org counter, orgs loaded message should now be accurate
Luke Miller2022-08-16 11:10:40 -04:00
56adaba7d6
Simplified README, reference to modpol.net
ntnsndr2022-08-16 04:49:40 +00:00
06e7bb9d2d
Replaced image on README
ntnsndr2022-08-16 02:40:20 +00:00
9d4ad377e6
Created display_policies module to show existing module.config data across an org
Nathan Schneider2022-02-06 14:05:12 -07:00
8086b18879
Removed org.policies table; policies are now handled in the org.modules[module].config table.
Nathan Schneider2022-02-06 13:45:31 -07:00
b92272afa2
Added basic policy backend for modules. Also added confirmation in CLI to call a module. At that confirmation, the relevant policies are shown. Still need to create a module for changing policies and to add more configuration options to existing policies.
Nathan Schneider2022-02-05 23:49:23 -07:00
c8e911640e
Edited README to include section on Documentation
SkylarHew2022-01-20 11:42:19 -07:00
da7b996a8b
Added ldoc comments for all lua modules and generated docs in documentation index.html
SkylarHew2022-01-20 11:04:44 -07:00
5085d87f68
Added Ldoc comments for interactions and orgs.process.lua
SkylarHew2022-01-10 17:27:27 -07:00
4052fa4b55
Ldoc comments for orgs.base and edited comments for template_module
SkylarHew2022-01-09 22:15:54 -07:00
ba65b471b3
Merge branch 'process-delete' into 'master'
ntnsndr2022-01-07 21:24:58 +00:00
0f479da5ff
calling self:call_module instead of self.org:call_module, this should fix process deletion issues
Luke Miller2022-01-07 15:05:45 -05:00
a835799e11
added delete process tree function, updated remove process module
Luke Miller2022-01-06 20:17:38 -05:00
65bb1aa532
Added failsafes to interactions against 'deleted' processes
Nathan Schneider2022-01-06 09:58:15 -07:00
bdf4d86593
Removing a possibly unnecessary table copy on remove_process
ntnsndr2022-01-05 23:28:15 +00:00
81fcd9e3c1
Merge branch 'module-changes' into 'master'
ntnsndr2022-01-05 23:15:38 +00:00
5788ce199a
added parent/children ids to processes, modified delete process to be recursive, modules now have access to self:call_module
Luke Miller2022-01-05 18:10:38 -05:00
544edddb21
Small bugfixes on testing
ntnsndr2022-01-05 22:40:41 +00:00
2989bd34bd
Completed checkbox_query and rewrite of change_modules module with checkboxes
Nathan Schneider2022-01-02 23:13:56 -07:00
28a05c584c
Minetest checkbox_query now working; checkbox-based change_modules module still needs debugging
Nathan Schneider2022-01-01 23:54:57 -07:00
c8d527dba8
Have basic checkbox_query working in CLI core interactions, not yet attempted in Minetest
Nathan Schneider2021-12-31 00:50:32 -07:00
1a6f27f2f6
More bugfixes on displays and interactions, mainly fixing damage done two commits ago
Nathan Schneider2021-12-29 22:25:28 -07:00
6c9353d389
Last commit also changed titles on Minetest dashboards to much more flexible [hypertext]
Nathan Schneider2021-12-29 22:10:57 -07:00
7ef0626357
Added modpol.interactions.display and display_processes module, as well as a bunch of bugfixes
Nathan Schneider2021-12-29 22:07:53 -07:00
5a2e6277e5
added a module version of call_module which automatically handles parent ids in the backend
Luke Miller2021-12-29 21:10:00 -05:00
6558b7a026
Created remove_process module---mostly works, but there are still some issues with processes and pending actions not being removed properly
Nathan Schneider2021-12-28 16:51:12 -07:00
1b0335c069
Bugfix on copy_table and added refresh command to CLI
Nathan Schneider2021-12-28 14:39:34 -07:00
18a29d674c
Added user_dashboard and message_user to modpol_minetest
Nathan Schneider2021-12-27 23:13:10 -07:00
de8ad25b2f
Added user_dashboard and message_user in modpol_core, still have to add to modpol_minetest
Nathan Schneider2021-12-27 22:34:22 -07:00
286d131839
Got first token modules working, and a bunch of bugfixes throughout
Nathan Schneider2021-12-26 23:03:57 -07:00