171
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[FIX] PluginMatcher.php fixing NOTICE E_DEPRECATED strpos() and strlrn() --- See merge request tikiwiki/tiki!4946 More... 26 days ago
[FIX] Search filters: Fix TypeError count(): Argument #1 ($value) must be of type Countable|array, string given --- See merge request tikiwiki/tiki!4896 More... 26 days ago
[FIX] Fatal error: Uncaught Error: Non-static method Text_Wiki::factory() cannot be called statically --- * FIX Fatal error: Uncaught Error: Non-static method Text_Wiki::factory() cannot be called statically More... 26 days ago
[FIX] Fix the css files of some theme options not being found More... 26 days ago
[FIX] Port old code in csslib to ThemeLib. Fixes layouts not being available for themes in _custom, and other places More... 26 days ago
[FIX] wikiplugin_mail : Fix TypeError for the 'mail_user' parameter --- See merge request tikiwiki/tiki!4861 More... 27 days ago
[ENH] Alternate output block - show the exception error instead of custom error --- * [ENH] Alternate output block, show the exception error instead of custom error More... 27 days ago
[FIX][UI] Revert specifying navbar height in Basic Bootstrap layout, which... --- * [FIX][UI] Revert specifying navbar height in Basic Bootstrap layout, which caused vertical spacing problems in some situations.
chibaguy
as Gary Cunningham-Lee
More... 27 days ago
[FIX] Xmpp: added missing prefs in admin panel
josaphatim
as Josaphat Imani
More... 27 days ago
[FIX] Fix console.php build:generateiconlist not reporting it's errors to, and stop composer from trying to build icons before node --- See merge request tikiwiki/tiki!4934 More... 28 days ago
[FIX] Fix Typo in tiki : Functionnal->Functional --- * [FIX] Fix Typo in tiki : Functionnal->Functional More... 28 days ago
[FIX][UI] Improve CSS around logo and site title in Basic Bootstrap layout. --- * [FIX][UI] Improve CSS around logo and site title in Basic Bootstrap layout.
chibaguy
as Gary Cunningham-Lee
More... 28 days ago
[FIX][UI] Fix site logo size error. Value used in CSS calc needs a unit, which... --- * [FIX][UI] Fix site logo size error. Value used in CSS calc needs a unit, which I mistakenly removed.
chibaguy
as Gary Cunningham-Lee
More... 28 days ago
[UPD] Make sure to do one last NPM update to make sure everyone is debbuging the 27.x release in the same conditions More... 28 days ago
[CI] Update tests to cover the versions supported by the 27.x branch. To save pipeline minutes and better catch problems, cover both min and max supported mariadb/mysql versions, and only opportunistically cover intermediate php versions More... 28 days ago
[FIX] Follow up to !4877, if multilingual fields exist but are empty (which is the case after activating multilingual, but before filling), use the original string. So now uses the same logic for setting when feature_multilingual===y than normally: Only use the string if it's not empty. More... 29 days ago
Merge branch 'add-packages-for27' into 'master' More... 29 days ago
[UPD] .gitlab-ci.yml: add Tiki27.x and remove Tiki18(Eol)
Ndaboom
as Sammy Ndabo
More... 29 days ago
Fix fatal strangler error when using `theme_option_admin` pref --- * [FIX] theme: Fix fatal strangler error when using `theme_option_admin` pref - this and `theme_admin` don't have a `site_` prefixed version as they're not overridable by the user (i think).
jonny B
as Jonny Bradley
More... 29 days ago
[REL] Update $profilesLink to the new branch 27.x More... 29 days ago
[FIX] itemlink tabular format migration fix for only multi-select itemlinks More... 29 days ago
[REL] Put master back to being "trunk" and update version string More... 29 days ago
[REL] New stable branch 27.x More... 29 days ago
Fix Tracker Tabular global variable clash --- * [FIX] trackers: Since the Smarty 5 changes (i think) menus now use the global Smarty var `$list` which gets set after the controler `action_manage` function is called but before the template is rendered - maybe, so renaming the var avoids that... there probably is a better fix elsewhere as these common var names often clash (like `$user` for instance)
jonny B
as Jonny Bradley
More... 29 days ago
Add vue.js versions of find and replace toolbar tools --- * [FIX] toolbars: FindAndReplace - Get basic replace working, would be nice to add the find button back one day...
jonny B
as Jonny Bradley
More... 29 days ago
[FIX][UI] Increase z-index of Smartmenus dropdowns so they aren't hidden by a... --- * [FIX][UI] Increase z-index of Smartmenus dropdowns so they aren't hidden by a fixed-top header when they are long and scroll upward.
chibaguy
as Gary Cunningham-Lee
More... 29 days ago
[FIX] sublist: allow using computed values when searching for related items More... 29 days ago
[FIX][UI] Specify appropriate colors for .navbar.bg-light in dark mode. --- * [FIX][UI] Specify appropriate colors for .navbar.bg-light in dark mode.
chibaguy
as Gary Cunningham-Lee
More... 30 days ago
[FIX][UI] Adjustments in SCSS files so that _tiki-base.scss doesn't import... --- * [FIX][UI] Adjustments in SCSS files so that _tiki-base.scss doesn't import files that contain variables, which instead are imported by _tiki-selectors.scss, which is imported by each theme. Moved rules containing variables from several files to _tiki-selectors.scss. Commented out rule for select2-selection padding because it was redundant and might have been causing 'double-padding' in some browsers.
chibaguy
as Gary Cunningham-Lee
More... 30 days ago
[FIX][UI] Moved CSS rules that don't use variables from... --- * [FIX][UI] Moved CSS rules that don't use variables from base_files/scss/tiki-selectors to other SCSS files as the compiled CSS can go in tiki_base.css rather than theme stylesheets, which reduces their size 2 or 3 percent. Also some obsolete rules removed. Todo: check for more obsolete rules.
chibaguy
as Gary Cunningham-Lee
More... 30 days ago