- Jan 07, 2025
-
-
Merci Jacob authored
--- * One more * [KIL] Remove unecessary references to feature_jquery_ui See merge request !6723
-
- Jan 04, 2025
-
-
Merci Jacob authored
--- * regenerate sbom.json * [REF] Remove jquery nestedSortable and replace its usages with sortablejs See merge request !6703
-
- Nov 11, 2024
-
-
--- See merge request !6298
-
- Feb 13, 2024
-
-
Victor Emanouilov authored
--- * [FIX] smarty 5 - htmlentities in file gallery toolbar links * [FIX] smarty 5 depreciation * [FIX] smarty 5 - legacy detection code revert and assign_by_ref returning the assignment * [FIX] Smarty 5 and template layout extension/recursion: extend tags in templates get executed even if their output is discarded when 'extend:' syntax is used in smarty fetch or display function calls - headerlib has troubles outputting headers/js content multiple times and we potentially run into other conflicts with double renders - fix consists of modifying the extend tags in templates when global extend is already present to use specific empty layout, so it renders nothing and doesn't interfere with the global rendering * * [FIX] Smarty 5 support: HtmlSelectDate function: null value for template variable See merge request tikiwiki/tiki!4416 * * [FIX] Smarty 5 support: Implement missing modifier 'strstr' See merge request tikiwiki/tiki!4392 * * [FIX] Smarty 5 support: wikiplugin_tracker: using wrong template variable See merge request tikiwiki/tiki!4387 * * [FIX] Smarty 5 support: Wikiplugin_include: Using wrong template variable See merge request tikiwiki/tiki!4382 * * [FIX] Smarty 5 support: Implement missing modifier 'sizeof' See merge request tikiwiki/tiki!4381 * [FIX] Smarty 5: phpcs pipeline failures * [FIX] Smarty 5: pass varaibles by reference implementation (mainly for our global prefs array but also for other variables used as references) * * [FIX] Smarty 5 support: Call to unknown modifier 'pagename' See merge request tikiwiki/tiki!4368 * * [FIX] Smarty 5 support: wikiplugin_remarksbox using wron template variable See merge request tikiwiki/tiki!4367 * [FIX] Smarty 5: tracker_fields function using wrong template variable * [FIX] Smarty 5 support: Implement missing smarty modifier "substr" * [ENH] Remove no longer used smarty output filter "ticket" * [FIX] CI: Fix pipeline errors * [FIX] Regression from Smart 5: Fix error ""item" attribute/variable has illegal value" * [FIX] Smarty 5 support: Implement missing smarty modifier "is_numeric" * [FIX] Smarty 5 support: Fix the error in the class MaxUserInscriptionName name to have same name as its file * [FIX] Smarty 5 support: Fix pipeline phpcs errors * [FIX] Smarty 5 support: Fix unit test NotificationEmailLibTest::testSendCommentNotification pipeline errors * [ENH] Move Tiki custom modifiers outside the smarty tiki extension file * [UPD] Smarty 5 support: Update Tiki Smarty Security Policy * [FIX] Release script: Update Smarty class path( cahnged in Smarty 5) * [FIX] Pass the expected onbject type to smarty_block_self_link function * [ENH] Move auto-inclusion of all smarty_* functions files lib/smarty_tiki/ at one place for all tiki(installed tiki, installer, tests, etc). * [FIX] Update Smarty class path(changed in smarty 5) * [FIX] CI: Auto-include files under lib/smarty-tiki, so all smarty_* functions are defined * [FIX] CI: FunctionToolbarsTest.php: fix required argument type "Smarty\Template" * [ENH] Fix CI reported errors * [FIX] Fix class not found issue * [FIX] Fix class not found issues in tiki-install.php * [FIX] Provide expected type Smarty/Template * [ENH] Add outputfilter "sefurl" to the smarty tiki extension * [FIX] Fix class not found TrackerOutput * [FIX] Implement modifier "tra" | Fix call to unknown modifer tra * [FIX] Fix class not found issues * [FIX] Fix call to unknown modifier tiki_date_format * [FIX] Fix argument must argument must be of type \Smarty\Template * [FIX] refactor the class ObjectLinks | Fix to undefined function inside ObjectLinks class * [FIX] Fix class PaginationLinks not found error * [FIX] Implement missing modifier "preg_match" removed by Smarty in Smarty 5 * [FIX] Some issues faced when testing after migration of plugins to extension * [FIX] Fix call to undefined function "get_menu_with_selections" after conversion of plugins into extension * [FIX] Fix call to undefined function "compare_menu_options" in menulib.php * [FIX] Smarty 5 support: Implement PHP functions that got removed in smarty 5 while they were used as modifiers in Tiki templates. * [ENH] Smarty 5 support: Auto-include all files inside lib/smarty_tiki so that all smarty_* function they contain are defined * [FIX] Fix name space issue * [FIX] Fix class not found issue * [ENH] Smarty 5 support: Add "assign_content" plugin compiler to smarty tiki extension * [ENH] Smarty 5 support: Add the outputfilter "ticket" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "numStyle" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "d" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "yesno" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "utf8unicode" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "truex" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "times" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "tiki_short_time" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "tiki_short_datetime" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "tiki_short_date" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "tiki_remaining_days_from_now" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "tiki_long_time" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "tiki_long_datetime" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "tiki_long_date" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "tiki_date_fotmat" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "template" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "tasklink" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "substring" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "star" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "slug" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "reversre_array" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "replacei" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "quoted" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "percent" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "parse" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "pagename" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "packageitemid" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "output" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "number_format" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "nonp" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "nonamespace" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "namespace" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "money_format" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "max_user_inscriptions" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "lcfirst" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "langname" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "kbsize" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "isodate" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "in_group" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "iconify" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "htmldecode" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "how_many_user_inscriptions" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "groupmemebertopic" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "forumtopiccount" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "forumname" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "file_diagram" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "file_can_conert_to_pdf" to smarty tiki extension * [ENH] Smarty 5 support: Migrate the plugin modifier "duration" to smarty tiki extension See merge request tikiwiki/tiki!3529
-
- Jan 12, 2024
-
-
See merge request tikiwiki/tiki!3580
-
- Oct 03, 2023
-
-
[FIX] wikiplugin-toc : Fix warning Trying to access array offset on value of type null when calling *get_toc*
-
- Sep 15, 2023
-
-
* [ENH] wikiplugin_toc : Fix trying to access array offset on value of type null * [ENH] wikiplugin_toc : Fix trying to access array offset on value of type null * [ENH] wikiplugin_toc : Fix trying to access array offset on value of type null
-
- May 17, 2023
-
-
- Jul 05, 2021
-
-
Jonny Bradley authored
[REF] tabs: Replace tabs in other files (includes tabs in javascript inside php, xml, sql and .htaccess etc)
-
phpcbf --standard=phpcs-tiki.xml . result: A TOTAL OF 388134 ERRORS WERE FIXED IN 3075 FILES
-
-
- May 16, 2019
-
-
rjsmelo authored
-
- Jul 01, 2018
-
-
rjsmelo authored
[FIX] With the update of Smarty, builtin Smarty function smarty_function_XXXXX requires the second argument to be of type Smarty_Internal_Template
-
- Apr 19, 2018
-
-
luciash authored
Copyright years removed from copyright notices (as discussed on the monthly meeting, so this is the last time we need to spend time on this, sorry about the noise)
-
- Nov 19, 2017
-
-
rjsmelo authored
-
- Mar 25, 2017
-
-
Jonny Bradley authored
Conflicts fixed (with tf) on: admin/include_general.php admin/include_intertiki.php db/config/controllers.xml lib/core/Search/Indexer.php lib/core/Services/Edit/PluginController.php lib/core/Tiki/MemoryLimit.php lib/prefs/wikiplugin.php templates/admin/include_calendar.tpl templates/admin/include_print.tpl Setup and composer update to follow...
-
- Mar 17, 2017
-
-
rjsmelo authored
-
- Jan 31, 2017
-
-
Jonny Bradley authored
Conflicts fixed manually on lib/wiki-plugins/wikiplugin_toc.php (by guesswork from 16.x) templates/tiki-install.tpl (from 16.x)
-
- Jan 30, 2017
- Sep 14, 2016
-
-
rjsmelo authored
[MOD] PluginToc, rename 'mindepthsortalpha' introduced in r59626 to 'sortalpha', reorder the plugin options
-
- Sep 08, 2016
-
-
rjsmelo authored
-
- Aug 18, 2016
-
-
fvtorres authored
[ENH] Add pref mindepth for wikiplugin_toc. The idea is to not show sctucture items below a specified number. Still needs DEV in the structlib.php. (Dev in conjunction with Bernard and Ricardo Melo) Did not commit to trunk as it`s not functional yet
-
- Mar 17, 2016
-
-
Jonny Bradley authored
-
- Sep 27, 2015
-
-
lindonb authored
[FIX] use iconsets; add missing since, introduced and filter settings; minor improvements to documentation
-
- Feb 06, 2015
-
-
Jyhem authored
-
- Sep 29, 2014
- Apr 12, 2014
-
-
lphuberdeau authored
-
- Nov 11, 2013
-
-
Jonny Bradley authored
[FIX] structures: Make the {toc} plugin work on pages that aren't necessarily in structures as long as the pagename param is valid. Thanks again again Geoff
-
- May 20, 2013
-
-
lphuberdeau authored
-
- Apr 21, 2013
-
-
Jonny Bradley authored
[FIX] composer: Restore missing nestedsortable plugin (lost in a storm somewhere), also missing changes in composer.lock from jquery lib move
-
- Jan 05, 2013
-
-
changi67 authored
-
- Sep 22, 2012
-
-
http://quality.tiki.orgchangi67 authored
-
- Jun 01, 2012
-
-
RobertPlummer authored
[NEW] Added function setOptions in parser and as well migrated all methods to ref $this->option, also migrated plugins, and removed places where options weren't needed, they are now accessed through the lib, used 'option' rather than 'options' because we need to be jison compatible, and 'options' is used inside the parser.
-
- Mar 22, 2012
-
-
Jonny Bradley authored
[ENH] structure edit: Implement admin mode for wikiplugin_toc, add another save button and a few more fixes
-
- Mar 04, 2012
- Mar 03, 2012
-
-
gezzzan authored
-
- Feb 23, 2012
-
-
Jonny Bradley authored
New "admin" mode for {toc} plugin (currently only working on tiki-edit_structure. New wiki service to save the structure via AJAX (thanks again Xavi)
-