169
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[FIX] some errors and warnings detected by phpstan - 2 More... about 1 year ago
[FIX] Reset the number of unsuccessful logins when unlocking the account More... about 1 year ago
[REF] Add to CI checks related to PHP82 More... about 1 year ago
[UPD] Update gitlib to improve performance More... about 1 year ago
[UPD] Update text displayed in git module More... about 1 year ago
[KIL] Checking date differences between package-lock.json and package.json is... More... about 1 year ago
[ENH,FIX] It turns out that package-lock-check isn't compatible with the v3 package-lock file format, which causes failures depending on the version of npm used by the previous commit to regenerate package-lock.json. There is no real alternative. So replace it by running npm ls, which is unfortunately verbose, but will catch developpers not running npm install after updating from git. Hopefully as it becomes rarer for developpers to touch just php or just js, this handholding will become less necessary. More... about 1 year ago
[UPD] Regenerate package-lock.json from scratch, and run npm ci from setup.sh rather than npm install. Bump our required npm version to 9, as that generates v3 lockfiles systematically. This fixes problem installing native node packages (rollup, esbuild) for at least one developer, and hopefully everyone. More... about 1 year ago
Revert "[REF] Add Operating System dependencies as Optional Packages." More... about 1 year ago
[FIX] mpdf printing - remove d-print-none elements from actual DOM before sending to mpdf to prevent eternal loops and other glitches for non-printable items like big forms More... about 1 year ago
[REF] Fix tiki archive generation to include js/css and index.php More... about 1 year ago
[REF] Add Operating System dependencies as Optional Packages. More... about 1 year ago
[FIX] tiki-directory_browse: Warning: Trying to access array offset on value of type bool
Ndaboom
as Sam Ndabo
More... about 1 year ago
[FIX] broken release from a directory where Tiki is not installed More... about 1 year ago
[FIX] security token issue on login - when silent session is turned on there was an operator precedence issue when checking the ticket; when cookie consent was turned on, we couldn't get the csrf token cookie More... about 1 year ago
[FIX] Tiki Calendar : Fix action on event Edit button when not in modal
Adrien Maloba
as Adrien Mbuya Maloba
More... about 1 year ago
[FIX] Restore bower-asset/fontawesome which was removed insteaf of bower-asset/swfobject in 090f1751 More... about 1 year ago
[FIX] Add back npm-asset/select2 and npm-asset/select2-bootstrap-5-theme erroneously removed in b7cbcc2ab More... about 1 year ago
[FIX] Change htaccess for the new public dir so browsers can access the files on apache
jonny B
as Jonny Bradley
More... about 1 year ago
[FIX] file gallery notification reference to fileId More... about 1 year ago
[ENH] Test units: added unit test for strike through
josaphatim
as Josaphat Imani
More... about 1 year ago
[FIX] file gallery watch notifications triggered as part of main event handling to make sure they are triggered anywhere a file is changed - e.g. batch uploads, elfinder moving files, etc. More... about 1 year ago
[ENH][FIX] prevent warning when custom color mode table not exist
ElvisAns
as Elvis Ansima
More... about 1 year ago
[ENH] package.json: Reorganize scripts section to hopefully ease compatibility between MS Windows version. More... about 1 year ago
Fix js include order in tiki-setup.php: tiki-js.js depends on at least one... More... about 1 year ago
[FIX] in block.textarea.php, a jquery selector is executed in the global scope. If it crashed it would stop execution of the global script, causing hard to track down symptoms. This does not fix the root problem, but does document it. More... about 1 year ago
[UPD] Bring all kanban js dependencies up to date and test More... about 1 year ago
[FIX] minor typo in package.json's node version note More... about 1 year ago
[KIL] imagegallery : Remove leftovers files from image gallery cleanup More... about 1 year ago
[FIX] Markdown conversion: str_repeat(): Argument #2 () must be of type int, string given More... about 1 year ago