Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 708 | Rev 710 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 708 Rev 709
Line 36... Line 36...
36
 
36
 
37
新增 javaScript.php 檔案的 javaScript 類別中 qbpwcfJavaScript 函式的 window.qbpwcf.text_editor 提供編輯文字檔案的功能. [devel]
37
新增 javaScript.php 檔案的 javaScript 類別中 qbpwcfJavaScript 函式的 window.qbpwcf.text_editor 提供編輯文字檔案的功能. [devel]
38
 
38
 
39
qbpwcf-alpha-2024-03-xx.tar.zst
39
qbpwcf-alpha-2024-03-xx.tar.zst
40
 
40
 
-
 
41
修正 external.php 檔案的 external 類別 callShell 函式的 escapeshellarg 參數若為 "false",則回傳結果就不會有 "escape" 元素存在. 
-
 
42
 
-
 
43
變更 arrays.php 檔案的 arrays 類別的 arrayToString 函式的 spiltSymbol 參數可以允許為空字串.
-
 
44
 
-
 
45
新增 samplePage/config::server/20240317 檔案,存放使用 config::server 的 20240317 範例.
-
 
46
 
-
 
47
新增 samplePage/config::server/initial 檔案,存放使用 config::server 的第一版範例.
-
 
48
 
-
 
49
修改 samplePage/config::server.php 檔案,使之可以依照 $nameOfSample 的內容呈現不同範例. 
-
 
50
 
-
 
51
新增 samplePage/config::server 資料夾,存放使用 config::server 的範例檔案.
-
 
52
 
41
增加 server 函式的 configFileAddr 參數對於array的支援,亦即可以將設定檔內容直接用變數來設定.
53
增加 server 函式的 configFileAddr 參數對於array的支援,亦即可以將設定檔內容直接用變數來設定.
42
 
54
 
43
調整 search.php 檔案的 search 類別的 findKeyWordPosition 函式對於找不到關鍵字的處理.
55
調整 search.php 檔案的 search 類別的 findKeyWordPosition 函式對於找不到關鍵字的處理.
44
 
56
 
45
修正 variableCheck.php 檔案的 variableCheck 類別的 checkStringFormat 函式對於不符合格式的判斷.
57
修正 variableCheck.php 檔案的 variableCheck 類別的 checkStringFormat 函式對於不符合格式的判斷.