Commit Graph

737 Commits

Author SHA1 Message Date
Xavier Delaruelle
d391d31d57 ts/doc: add reset test/doc on 'module-info command' 2022-08-25 08:10:01 +02:00
Xavier Delaruelle
80e7aa1119 doc: desc. reset subcmd in NEWS/man/changes 2022-08-25 08:10:01 +02:00
Xavier Delaruelle
60ae14c6d9 doc: desc. __MODULES_LMINIT in NEWS/man/changes 2022-08-25 08:10:01 +02:00
Xavier Delaruelle
b202ea8a53 doc: add shell support section in modulefile man 2022-08-07 11:25:34 +02:00
Xavier Delaruelle
108caec3ad doc: fix missing ref to cmd shell support 2022-08-06 08:06:18 +02:00
Xavier Delaruelle
def676b6d2 doc: desc changes on --all/--force options in man 2022-08-05 04:42:33 +02:00
Xavier Delaruelle
29d901753c doc: reword --auto/--no-auto option desc. in man
--auto and --no-auto options are global to all sub-commands evaluating
modulefile in load or unload mode. Rewrite the description of these
option in module(1) man not to update them each time a new load or
unload sub-command is introduced (as --auto and --no-auto are not
changed).
2022-08-05 04:40:25 +02:00
Xavier Delaruelle
9bf01f5f40 doc: desc. --all option on savelist in NEWS/man/changes 2022-08-04 08:59:07 +02:00
Xavier Delaruelle
18dd8f8eb9 doc: desc. savelist filtering in NEWS/changes/man 2022-08-03 20:55:01 +02:00
Xavier Delaruelle
77d604b993 doc: clarify set-alias only define shell alias 2022-08-03 20:51:52 +02:00
Xavier Delaruelle
44b602e8f6 doc: desc. arg update on source subcmd in changes/man/news 2022-08-03 20:51:52 +02:00
Xavier Delaruelle
5b95b3b5d0 doc: desc. mod-to-sh subcmd in module man 2022-07-30 16:07:28 +02:00
Xavier Delaruelle
eee6de6f1f doc: fix subcmd list using --auto/--no-auto/--force opts 2022-07-30 16:07:28 +02:00
Xavier Delaruelle
d919814e7c doc: fix indent in design documents 2022-07-30 16:07:28 +02:00
Xavier Delaruelle
498399f527 doc: add vim settings at end of design documents 2022-07-30 16:07:28 +02:00
Xavier Delaruelle
925ed5a058 doc: add vim settings at end of cookbook documents 2022-07-30 16:07:28 +02:00
Xavier Delaruelle
85d1e383ad doc: fix trailing wspace & list ident in tips-for-code-reuse 2022-07-30 16:07:28 +02:00
Xavier Delaruelle
38065b67e4 doc: add mod-to-sh subcmd design notes 2022-07-30 16:07:28 +02:00
Xavier Delaruelle
6f9928f3bf ts/doc: add mod-to-sh test/doc on 'module-info command' 2022-07-30 16:07:28 +02:00
Xavier Delaruelle
7b2147c2e8 doc: desc. subcmd in modulefile(4) if avail from this ctx 2022-07-30 16:07:28 +02:00
Xavier Delaruelle
5c68973be6 doc: desc. mod-to-sh in changes 2022-07-30 16:07:28 +02:00
Xavier Delaruelle
60cd2d1c5e doc: add subcmd to linter db if callable from modfile 2022-07-30 16:07:28 +02:00
Xavier Delaruelle
7ae26a1254 install: use install rather mkdir or cp
Use install command rather mkdir or cp to apply regular file mode when
installing Modules. A specific umask configuration set in the current
environment will not impact modes set on installed files.

Follow same approach than Makefiles generated by autotools, with an
INSTALL Makefile variable.
2022-07-18 07:41:19 +02:00
Xavier Delaruelle
2df44b72b4 doc: desc. lint subcmd in design 2022-07-14 22:54:00 +02:00
Xavier Delaruelle
d7d12addee doc: update linter scripts when adding new subcmd 2022-07-14 15:12:37 +02:00
Xavier Delaruelle
0aca0113c8 doc: desc lint subcmd in man/changes 2022-07-14 15:12:37 +02:00
Xavier Delaruelle
d1ab6848d0 doc: desc --with-tcl-linter-opts in INSTALL/man 2022-07-12 07:50:32 +02:00
Xavier Delaruelle
968957c1f2 doc: desc. MODULES_TCL_LINTER in man/changes 2022-07-12 07:50:30 +02:00
Xavier Delaruelle
6b83e139d5 doc: desc. tcl_linter config in man/changes 2022-07-12 07:49:04 +02:00
Adrien Cotte
9ee307a7db doc: desc. protected_envvars configuration 2022-07-12 06:39:58 +02:00
Xavier Delaruelle
491d9e1fb7 doc: fix css config for sphinx >= 3.5
Use html_css_files configuration option introduced in Sphinx 1.8 to
setup CSS in a more conventional way. Also fix pre.literal-block
specific styling as the 'section' div is not used anymore in newer
Sphinx versions.
2022-06-18 10:09:59 +02:00
Xavier Delaruelle
1411fca904 install: enclose install path refs in Makefiles 2022-06-16 18:57:30 +02:00
Xavier Delaruelle
be5abb7a40 doc: desc. --timer option in NEWS/changes/man 2022-06-03 06:13:53 +02:00
Xavier Delaruelle
ccd7f1e719 doc: desc --optional option in man/changes/design 2022-06-01 07:43:17 +02:00
Xavier Delaruelle
c1fd4dc12f Release of version 5.1.1 2022-05-31 19:59:11 +02:00
Xavier Delaruelle
f9071947e4 Update tags set with prereq on all loaded mods
Update tags set through prereq command on all already loaded
requirements.

Closes #459.
2022-05-28 18:26:02 +02:00
Xavier Delaruelle
b7bd5aa56c Release of version 5.1.0 2022-04-30 08:13:22 +02:00
Xavier Delaruelle
02ddfa1219 No Tagging msg block if hidden and nuasked
Do not output Tagging message block if module is set hidden-loaded and
evaluation has not been directly asked by user.

Add uasked argument to cmdModuleTag procedure to know if the evaluation
of module has been asked or not by user.
2022-04-29 18:47:48 +02:00
Xavier Delaruelle
bb5ec41cef doc: add examples in more tagging section in MIGRATING 2022-04-28 16:32:27 +02:00
Xavier Delaruelle
8df7fba12f doc: desc. tagging evaluation message 2022-04-28 15:28:14 +02:00
Xavier Delaruelle
9bff25c2d2 doc: fix log-module-command recipe siteconfig.tcl
Fix the siteconfig.tcl file of the log-module-command cookbook recipe
not to break when a file is sourced through cmdModuleSource. Limit the
addition of the 'auto' log field only if load evaluation comes from
cmdModuleLoad procedure.

Fixes #453
2022-04-28 08:55:10 +02:00
Xavier Delaruelle
fec30721bd doc: desc. tag report on load/unload/refresh msg block 2022-04-28 08:09:16 +02:00
Xavier Delaruelle
30609bb381 doc: list mfcmd where --tag opt is available in design 2022-04-26 08:56:52 +02:00
Xavier Delaruelle
3d020186ac doc: link to --tag option section 2022-04-26 08:46:25 +02:00
Xavier Delaruelle
67c7b09cc1 doc: mention --tag in Module tags section 2022-04-25 18:09:35 +02:00
Xavier Delaruelle
0a8c89b487 doc: --tag update tag list if mod is loaded already 2022-04-25 18:09:35 +02:00
Xavier Delaruelle
8eec2bd297 doc: add an option section for --tag in module(1) 2022-04-25 18:09:35 +02:00
Xavier Delaruelle
92c9174615 doc: desc. updating tags on loaded mods in design doc 2022-04-25 08:15:46 +02:00
Xavier Delaruelle
9f8d687375 doc: desc avail module subcmds in modulefile interp ctx 2022-04-11 06:24:59 +02:00
Xavier Delaruelle
b184c67f9e doc: add mfile/rc interp diff table in modulefile man 2022-04-10 18:33:06 +02:00