170
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[UPD] Make sure to do one last NPM update to make sure everyone is debbuging the 27.x release in the same conditions More... 2 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... 2 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... 3 days ago
Merge branch 'add-packages-for27' into 'master' More... 3 days ago
[UPD] .gitlab-ci.yml: add Tiki27.x and remove Tiki18(Eol)
Ndaboom
as Sammy Ndabo
More... 3 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... 3 days ago
[REL] Update $profilesLink to the new branch 27.x More... 3 days ago
[FIX] itemlink tabular format migration fix for only multi-select itemlinks More... 3 days ago
[REL] Put master back to being "trunk" and update version string More... 3 days ago
[REL] New stable branch 27.x More... 3 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... 3 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... 3 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... 3 days ago
[FIX] sublist: allow using computed values when searching for related items More... 3 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... 4 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... 4 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... 4 days ago
[ENH] PluginList: tracker_status should have a nice editable option --- * [ENH] PluginList: tracker_status should have a nice editable option
GedeonTS
as Ushindi Gedeon
More... 5 days ago
[ENH] Tiki API: Add API logging functionality --- * [ENH] Logging for invalid tokens and anonymous requests
Bruno_Kambere
as Bruno Kambere
More... 5 days ago
[FIX]tiki-all_languages.php: Fix Undefined variable isUserPage --- * [FIX]tiki-all_languages.php: Fix Undefined variable isUserPage
IrAlfred
as Alfred Syatsukwa
More... 5 days ago
[FIX][UI] UI adjustments including: - Specify navbar height in Basic Bootstrap... --- * [FIX][UI] UI adjustments including: - Specify navbar height in Basic Bootstrap layout with prefs.theme_navbar_fixed_topbar_offset in case logo module isn't assigned (which normally controls the navbar height) - Simplify CSS variables related to top navbar borders - In UAB, prevent light navbar and side menu in dark color mode (giving color mode priority over L and F admin navbar color), so same as with global navbars.
chibaguy
as Gary Cunningham-Lee
More... 5 days ago
[FIX] tabular itemlink default foramt change migration More... 6 days ago
Make switch theme options appear again --- * [FIX] themes: Make switch theme options appear again "...get the current base theme path without the current option, pass the empty string explicitely to this parameter" following cb9a87e4
jonny B
as Jonny Bradley
More... 6 days ago
[FIX] modules: Fix save the button - `trigger` is not a standard JS element function, but `submit` is (from 6cb23567)
jonny B
as Jonny Bradley
More... 6 days ago
[FIX][UI] --- * [FIX][UI]
chibaguy
as Gary Cunningham-Lee
More... 6 days ago
Make multilingual fields display the current language in search results --- * [FIX] search: Revert previous implementation in ValueFormatter and move it to Formatter which is also used in tiki-searchindex.php (note: this removes the ability to not translate)
jonny B
as Jonny Bradley
More... 6 days ago
[FIX] Wiki page: fixed adding attachements --- * [FIX] Wiki page: fixed adding attachements
josaphatim
as Josaphat Imani
More... 6 days ago
[ENH] tiki('copy'): add an optional selector parameter for when the element arrives later on the page. Follow-up to tikiwiki/tiki!4873 --- See merge request tikiwiki/tiki!4890 More... 7 days ago
[UPD] jQuery File Upload: upgrade repo to use version 10.32 --- * [UPD] jQuery File Upload: upgrade repo to use version 10.32
josaphatim
as Josaphat Imani
More... 7 days ago
[FIX] Services_Tracker_Utilities: Trying to access array offset on value of type null --- See merge request tikiwiki/tiki!4880
Grandi0z
as Joseph Lwanzo Kausi
More... 7 days ago