Commit Graph

52 Commits

Author SHA1 Message Date
Luk
096c5a8999 add get_file_ext 2024-08-08 11:29:38 +08:00
luk
2dbd84b8d6 add is_empty 2024-08-04 19:05:49 +08:00
luk
4ff5c00560 added methods has_module and segment_number 2024-08-03 14:23:27 +08:00
Luk
4a61dfa4e2 add simplify_file to remove some redundant fields from uploaded file object 2024-07-11 16:20:51 +08:00
Luk
4f645a44c3 change 'keysort to keysort_array 2024-05-04 12:28:32 +08:00
Luk
7407ac47a2 rename shrink_story to filter_story because it cannot change the original story 2024-05-01 13:56:00 +08:00
Luk
4bcc4a732b add shrink_story to remove empty (including \s chars) sections 2024-05-01 13:31:41 +08:00
Luk
55b40d3476 improve gitignore and seafile-ignore 2024-04-24 14:18:49 +08:00
Luk
4169354a3d updated .gitignore and seafile-ignore.txt using npm/sysconfig/*-ignore-find2merge.sh 2024-01-28 12:18:53 +08:00
Luk
6c9245ba0c add objectize_array method to convert an array of objects to a dictionary of objects by specified key 2024-01-27 21:07:10 +08:00
Luk
f84a4bb406 added deepFreeze 2024-01-24 14:06:19 +08:00
35862f8a69 u 2023-12-09 16:04:32 +08:00
b038ff8058 update seafile-ignore.txt 2023-09-12 14:20:13 +08:00
bee366aeb3 add number_precision 2023-04-15 22:24:22 +08:00
149c16fef7 rename aiidcode to haid 2023-03-18 08:03:53 +08:00
d2e1984ffc update .gitignore to ignore *.gitignore.* instead of envar-*.gitignore.js 2023-03-11 08:26:32 +08:00
de930b47da add some shortcut functions keyname_to_*port(keyname) 2023-03-08 16:11:52 +08:00
d57d7fffdb . 2023-03-05 22:33:09 +08:00
1d3501930c 'add seafile-ignore.txt to every git repo' 2023-01-12 20:09:28 +08:00
ea02af5221 update to standard .gitignore 2022-12-10 19:12:56 +08:00
18f161046f update [.gitignore] to ignore /unpackage/* except for !/unpackage/res/ 2022-10-06 20:06:46 +08:00
181a3a68d4 [.prettierrc.js] update jsxBracketSameLine:false to bracketSameLine:true so that HTML closing bracket not in a seperate line; [package.json] delete standardx 2022-10-05 13:10:37 +08:00
dbb5e28468 remove definition of 'process.env.NODE_ENV' in coretool.js. 2022-09-20 15:15:17 +08:00
a693caa4ac replace 'core.BASEPORT_WEB_SERVER+338' to 'coretool.PORT_WEB_SERVER_DEV' 2022-09-20 14:47:46 +08:00
e96a94192a 把 inProd 定义在每个需要的文件的内部,而不是进行全局定义。 2022-09-19 12:04:47 +08:00
49dae31a01 rename regcode to aiidcode 2022-09-17 08:45:59 +08:00
ef70ad8250 u 2022-08-21 15:32:37 +08:00
401a6dd0f7 use standard [.gitignore] file 2022-08-20 10:25:34 +08:00
1779b59695 rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*' 2022-08-17 09:00:11 +08:00
c55dcda3e6 u 2022-08-09 16:56:20 +08:00
08c3497788 read_varchain returns undefined instead of null 2022-08-04 17:32:06 +08:00
97e1658276 define constants "BASEPORT_xxx" 2022-08-04 09:44:13 +08:00
13c101a451 u 2022-07-23 13:04:16 +08:00
852e82d5a9 u 2022-07-20 17:00:50 +08:00
c23fb83f9a u 2022-07-03 16:03:30 +08:00
5009d06ca0 u 2022-06-06 10:13:24 +08:00
4a99b5facc small bugfix 2022-04-05 21:30:53 +08:00
69b319c36e u 2022-04-03 16:23:05 +08:00
bff843fc4b rename index.js to coretool.js 2022-04-02 14:18:36 +08:00
386ae27a1e u 2022-03-25 20:04:42 +08:00
2224e9c00f add function randomNumber 2022-03-22 14:33:24 +08:00
39173e47bb 升级 sortAndFilterJson 到 stringifyOrdered,能和schemaColumns缺省值保持一致,并能把嵌套对象也按顺序输出。 2022-03-03 13:49:44 +08:00
67b38b6e7b move aiid2regcode/regcode2aiid to core.tool 2021-09-24 16:43:05 +08:00
a0a19ca83a 批量重命名 npm/* 使用标准前缀 base|core|user 2021-09-16 21:51:47 +08:00
fd6b8f56cb u 2021-09-16 21:31:45 +08:00
5ae583d583 remove getDynamicConfig (migrate to sol.enviconfig) 2021-09-12 09:55:14 +08:00
de8b9e1bf6 improve name2port to accept name in uppercase, and return port as number 2021-09-05 23:14:13 +08:00
d7d7361b50 add a new function 'name2port' 2021-09-05 19:41:45 +08:00
adfc450f0e add getDynamicConfig function 2021-08-28 16:16:56 +08:00
d431b8a09d rename sol.tool to sol.basetool 2021-06-20 11:55:58 +08:00