| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 350 |
64 d 10 h |
liveuser |
/trunk/usr/lib/ |
-- Power by QBPWCF
'變更 usr/lib64 為 usr/lib,以符合 FHS(Filesystem Hierarchy Standard) 對於 noarch 的定義.' |
|
| 323 |
115 d 4 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'新增 usr/llib64/qbpwcf/cmd.php 檔案的 cmd 類別的 svnls 函式,提供於用戶 svn 目錄中檢視遠端 repo 清單的功能.'
'修正 usr/llib64/qbpwcf/cmd.php 檔案的 cmd 類別的 svnci 函式,遇到 rls 指定與不存在的 node 會導致程式終止的問題.'
'變更 usr/lib64/qbwpcf/cmd.php 檔案的 cmd 類別的 getArgu 函式對於表單變數的數值的處理.'
'增加 usr/lib64/qbpwcf/webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式的參數 debug,提供控制 debug 訊息的輸出.'
'增加 usr/lib64/qbpwcf/webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式的權限管理功能.'
'新增 usr/lib64/qbpwcf/webSock.php 檔案的 webSock 類別的 talk2everyoneOnce 函式,提供 webSock::nativeSocketTcpIpServer 使用 talk2everyoneOnce 功能.'
'新增 usr/lib64/qbpwcf/webSock.php 檔案的 webSock 類別的 talk2someoneOnce 函式,提供 webSock::nativeSocketTcpIpServer 使用 talk2someoneOnce 功能.'
'增加 usr/bin/webSocketServer.php 檔案的 debug 參數, 提供控制 debug 訊息的輸出.'
'新增 usr/lib64/qbpwcf/stringProcess.php 檔案的 stringProcess 類別的 cleanHtml 函式,提供xss攻擊的預防.'
'新增 usr/share/qbpwcf/sample/stringProcess::cleanHtml.php 檔案,作為測試 stringProcess::cleanHtml 的主檔案.'
'增加 usr/share/qbpwcf/sample/stringProcess::cleanHtml.php 檔案中的 20260416 測試案例.'
'新增 usr/share/qbpwcf/sample/stringProcess::cleanHtml 目錄,存放 stringProcess::cleanHtml 的各式測試案例.'
'新增 usr/share/qbpwcf/sample/stringProcess::cleanHtml/20260416.php 檔案,作為 stringProcess::cleanHtml 的 20260416 測試案例.'
'增加 usr/lib64/qbpwcf/form.php 檔案的 form 類別的 responseMultiInputDataSecurityEnhance 函式的 clearHtml 參數,提供xss攻擊的預防.'
'修正 usr/lib64/qbpwcf/variableCheck.php 檔案的 variableCheck 類別的 isexistMulti 函式檢查變數形態的異常結果.'
'新增 usr/share/qbpwcf/sample/system_sendMailAgent.php 檔案,作為 system sendMailAgent 測試的主檔案.'
'新增 usr/share/qbpwcf/sample/system_sendMailAgent 目錄,作為存放 system sendMailAgent 各式測試案例的目錄.'
'?\002'
'新增 usr/share/qbpwcf/sample/system_sendMailAgent/20251224.php 檔案,作為 system sendMailAgent 的 20251224 測試案例.'
'修正 usr/lib64/qbpwcf/javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.ws.init 的 await 支援.'
'修正 usr/lib64/qbpwcf/authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式使用 gpg 加解密偶爾會失敗的問題.' |
|
| 306 |
151 d 10 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'新增 usr/lib64/qbpwcf/stringProcess.php 檔案的 stringProcess 類別的 delLastByte 函式, 提供移除字串結尾1byte的功能.'
'修正 usr/lib64/qbpwcf/authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式的 encdoeType 參數的 gpg 與 qbpwcf 的實作.'
'新增 usr/lib64/qbpwcf/sock.php 檔案的 sock 類別的 internetAndIntranetServer 函式,提供同時具備對內高效與可以被internet存取的 socket server. [devel]'
'新增 usr/lib64/qbpwcf/source.php 檔案,提供 source 類別,提供具備揮發性的物件、資源管理,讓不同程序與程式能夠共享資源. [devel]' |
|
| 239 |
221 d 5 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'更新版權宣告的年份到西元2026年.' |
|
| 232 |
233 d 9 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.ajaxP 回傳結果 status 以及註解說明.'
'修正 authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式的 qbpwcf 與 gpg 的編解碼與加解密方式. [test]'
'code clean' |
|
| 226 |
238 d 2 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'update copyright' |
|
| 207 |
270 d 13 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'變更 usr/lib64/qbpwcf/db.php 檔案的 db 類別的 joinByPHP 函式的 linkColumnName 參數為可省略.'
'增加 usr/lib64/qbpwcf/table.php 檔案的 table 類別的 divAjaxRes 函式的 db::joinByPHP 使用,強化資料庫取得能力. [test]'
'修正 usr/lib64/qbpwcf/table.php 檔案的 table 類別的 divAjax 函式的 有無資料判斷.'
'增加 usr/lib64/qbpwcf/table.php 檔案的 table 類別的 divAjax 函式的註解.'
'新增 usr/lib64/qbpwcf/javaScript.php 檔案的 javaScript 類別的 setBodyFont 函式,提供使用自定義字形的功能.'
'變更 usr/lib64/qbpwcf/javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.fonts 物件中載入字體的方式.'
'增加 usr/lib64/qbpwcf/allInOneFull.php 檔案的對於預設字體的設置.'
'修正 usr/lib64/qbpwcf/text.php 檔案的 text 類別的 oneLineNotEnd 函式重複定義同名 css class 的問題.'
'增加 usr/lib64/qbpwcf/css.php 檔案的 css 類別的 qbpwcfStyle 函式中的 __qbpwcf_inputRadioWithBorder css class.'
'增加 usr/lib64/qbpwcf/security.php 檔案的 security 類別的 copyRight 函式的註解.' |
|
| 182 |
297 d 4 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'變更 etc/qbpwcf/allInOneConfig.php 檔案中的 $dbSecret 變數定義.'
'變更 usr/lib64/qbpwcf/allInOneFull.php 檔案中的 dbSecret 變數定義.'
'變更 usr/lib64/qbpwcf/allInOneForJson.php 檔案中的 dbSecret 變數定義.'
'變更 usr/lib64/qbpwcf/allInOneForCmd.php 檔案中的 dbSecret 變數定義.'
'變更 usr/lib64/qbpwcf/allInOneForSOAP.php 檔案中的 dbSecret 變數定義.'
'變更 usr/lib64/qbpwcf/allInOneForCI.php 檔案中的 dbSecret 變數定義.'
'修正 usr/bin/base64encode.php 檔案的實作與說明.'
'+加強 usr/share/qbpwcf/system/db/dbOut.php 的安全性.' |
|
| 179 |
298 d 5 h |
liveuser |
/trunk/usr/lib64/qbpwcf/ |
-- Power by QBPWCF
'新增 usr/lib64/qbpwcf/authenticate.php 檔案的 authenticate 類別的 validateSession 函式,提供檢測特定session的內容是否合法,不合法則進行轉址的功能. [test]' |
|
| 170 |
312 d 10 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'增加 usr/lib64/qbpwcf/authenticate.php 檔案中的 authenticate 類別的 enCodeStr 函式的 gpgId 參數預設值.'
'修正 usr/lib64/qbpwcf/authenticate.php 檔案中的 authenticate 類別的 enCodeStr 函式的 enCodeType 參數說明.'
'增加 php-qbpwcf.spec 檔案中,對於安裝本套件所需要的套件.'
'修正 usr/lib64/qbpwcf/db.php 檔案的 db 類別的 mysqlConnect 函式回傳執行異常的識別.' |
|
| 66 |
347 d 8 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'新增 var/qbpwcf/sample/search::findSpecifyStrFormats.php 檔案,作為 search::findSpecifyStrFormats 各式範例的主檔案.'
'新增 var/qbpwcf/sample/search::findSpecifyStrFormats 資料夾 作為存放 search::findSpecifyStrFormats 各式範例的位置.'
'新增 var/qbpwcf/sample/search::findSpecifyStrFormats/20250820.php 檔案,作為 search::findSpecifyStrFormats 的 20250820 範例.'
'修正 /usr/lib64/qbpwcf/search.php 檔案的 search 類別的 findSpecifyStr 函式的解析異常問題.'
'增加 usr/lib64/qbpwcf/search.php 檔案的 search 類別的 findSpecifyStr 函式的可省略參數 varEqual、varCon.'
'新增 var/qbpwcf/sample/search::findSpecifyStrFormat.php 檔案,作為 search::findSpecifyStrFormat 各式範例的主檔案.'
'新增 var/qbpwcf/sample/search::findSpecifyStrFormat 資料夾 作為存放 search::findSpecifyStrFormat 各式範例的位置.'
'新增 var/qbpwcf/sample/search::findSpecifyStrFormat/20250821.php 檔案,作為 search::findSpecifyStrFormat 的 20250821 範例.'
'新增 var/qbpwcf/sample/search::findSpecifyStrFormat/20250903.php 檔案,作為 search::findSpecifyStrFormat 的 20250903 範例.'
'新增 var/qbpwcf/sample/search::findSpecifyStrFormat/20250903-1.php 檔案,作為 search::findSpecifyStrFormat 的 20250903-1 範例.'
'增加 usr/lib64/qbpwcf/cmd.php 檔案的 cmd 類別的 checkFileExist 函式的可省略參數 getCmdOnly 與回傳結果 cmdStr、escapedCmdArray.'
'改善 usr/lib64/qbpwcf/cmd.php 檔案的 cmd 類別的 checkFileExist 函式的判斷機制.'
'增加 usr/lib64/qbpwcf/external.php 檔案的 external 類別的 callShell 函式的回傳結果 $result["noEcaped"],記錄了未 escape 的指令與參數資訊.'
'增加 usr/lib64/qbpwcf/webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式的可省略參數 "idleFunc",提供於idles要執行的函式順序. [test]'
'增加 usr/lib64/qbpwcf/webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式的權限管理機制. [test]'
'增加 usr/lib64/qbpwcf/webSock.php 檔案的 webSock 類別的 noAuth 函式,提供webSock::nativeSocketTcpIpServer使用不需要驗證的功能. [test]'
'增加 usr/lib64/qbpwcf/webSock.php 檔案的 webSock 類別的 system 函式,提供webSock::nativeSocketTcpIpServer使用系統功能. [test]'
'移除 usr/lib64/qbpwcf/form.php 檔案的 form 類別的 responseMultiInputDataSecurityEnhance 函式中不支援的參數. [test]'
'修正 usr/lib64/qbpwcf/authenticate.php 檔案的 authenticate 類別的 validUser 函式的判斷條件. [test]'
'新增 usr/bin/getNodeInfo.php 檔案,提供取得節點的擁有着以及權限等資訊.'
'增加 usr/lib64/qbpwcf/authenticate.php 檔案的 authenticate 類別的 validUser 函式的 sshPrivateKey 參數. [test]'
'新增 usr/lib64/qbpwcf/authenticate.php 檔案的 authenticate 類別的 getUserGroup 函式,提供取得本機使用者群組的資訊. [test]'
'新增 usr/lib64/qbpwcf/webSock.php 檔案的 webSock 類別的 checkAuth 函式,提供權限管理功能. [test]'
'新增 usr/lib64/qbpwcf/webSock.php 檔案的 webSock 類別的 auth 函式,提供認證功能. [test]'
'新增 usr/lib64/qbpwcf/webSock.php 檔案的 webSock 類別的 callFunc 函式,提供依照權限來呼叫任意函式的功能. [test]' |
|
| 61 |
391 d 6 h |
liveuser |
/trunk/usr/lib64/qbpwcf/ |
-- Power by QBPWCF
'增加 authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式的 gpgDecrypt 參數,用於 gpg 解密.'
'增加 authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式的 enCodeType 支援的參數 bin2hex、hex2bin、gpg.' |
|
| 3 |
465 d 7 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'新增未commit到的檔案' |
|