1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00
Commit Graph

189 Commits

Author SHA1 Message Date
Cameron
c045f2874c Clock-menu removed from code. Extra logTime entries added. Debug performance highlighting tweaks. 2021-01-25 07:57:24 -08:00
Cameron
ab75f150f8 PHP8 Fixes. Renamed 'search' class (in search.php) to 'search_front' to avoid conflicts. 2021-01-20 12:07:29 -08:00
Cameron
e57b1a9b61 Issue #4352 Added canonical for home page and frontpage setting. 2021-01-19 13:31:20 -08:00
Cameron
04bbad449a Test admin scripts are parsing correctly. 2021-01-16 13:32:35 -08:00
Cameron
13517e83a8 Multibyte utf8 method tests and fixes. 2021-01-15 09:03:07 -08:00
Cameron
42fbd379d4 Tweaked and tested single shortcodes. Added batch shortcode files fpw_shortcodes and search_shortcodes. {SEARCH} shortcode template was updated to v2 standards. 2021-01-12 14:46:10 -08:00
Cameron
3d217bc49b Forum and User-extended shortcode improvements and test tweaks. 2021-01-11 08:45:08 -08:00
Cameron
33b76590df User-extended cleanup 2021-01-10 14:37:42 -08:00
Cameron
4012ead989 More user extended tests, including {USER_EXTENDED} shortcode. 2021-01-10 10:08:34 -08:00
Cameron
e33b403093 Clear e107 registry before testing user extended structure. 2021-01-08 10:30:03 -08:00
Cameron
bdab296cae Possible test fix. 2021-01-08 10:15:40 -08:00
Cameron
3f5d3786b2 PHP8 fixes and shortcode tests for forum, gallery, hero and login_menu. admin-shortcode time fix. 2021-01-07 13:24:55 -08:00
Cameron
3d19db894b PHP8 Fixes and shortcode tests for chatbox_menu, download, faqs, forum and forum-post 2021-01-07 09:42:19 -08:00
Cameron
96827c6180 PHP8 fixes 2021-01-06 11:54:51 -08:00
Cameron
71c5be17ea Support for class attribute. {NAVIGATION: class=xxxx}
Class value in navigation template: {NAV_CLASS}
Navigation shortcodes now in their own file.
2020-12-27 12:46:37 -08:00
Cameron
601df26d51 Code optimization for speed and reduced memory usage. 2020-12-20 11:50:10 -08:00
Cameron
0e90d4aa66 Code optimization and cleaning 2020-12-17 13:13:29 -08:00
Cameron
42f0e902d4 Issue #4283 - Update deprecated sql method usage. Removed old code. 2020-12-17 05:52:54 -08:00
Cameron
44e260b121 Code cleanup and optimization 2020-12-14 16:21:48 -08:00
Cameron
cf14705535 Code speed optimization 2020-12-12 11:32:23 -08:00
Cameron
afaac88003 PHP8 Compatibility and code cleanup. 2020-12-08 12:21:12 -08:00
Cameron
09fb747374 Code cleanup 2020-12-05 14:13:18 -08:00
Nick Liu
f256b924ce Fix all PHP 8.0 test failures 2020-11-30 12:55:00 +01:00
Nick Liu
76c0f7ecdd Type validation for navigation_shortcode() 2020-01-18 16:35:20 +01:00
Tijn Kuyper
98b0cc6763 Fixes #3957 - UE 'text_value' did not displaying the 'text' label correctly 2019-09-23 12:03:46 +02:00
Cameron
49aac0b88a Added missing shortcode for MENUAREA. 2019-08-23 19:23:55 -07:00
Cameron
37e7a4c996 Magic Shortcodes added. Fix for news 'view' rendering. 2019-06-12 20:20:09 -07:00
Tijn Kuyper
4e9bb1ffc0 #1775 - Added Rich Textarea (WYSIYWG) for EUF
Initial commit. Needs testing as saving linebreaks is not working properly yet. Perhaps due to filter in /usersettings.php.
2019-06-08 16:07:36 +02:00
Cameron
eb6401385e Code cleanup 2019-05-26 17:05:29 -07:00
Tijn Kuyper
4eff3a7785 Support FontAwesome in NextPrev 2019-04-03 11:33:24 +02:00
Deltik
1f824faa69 Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Tijn Kuyper
877349ebb0 Fixes #3646 - Correctly display user country in user profile 2019-01-27 13:30:59 +01:00
Nick Liu
a70d027f65 Fixes #3450 – SITELINKS_ALT parent button fix
Parent links in sitelinks_alt::sitelinks_alt_shortcode() now have their
button image URI parsed by e_parse::replaceConstants(), bringing it into
consistency with the children, which are already parsed the same way.

There is no corresponding test for this in e107-test because hard-coded
dependencies in sitelinks_alt::sitelinks_alt_shortcode() are difficult
to monkey-patch without crippling the performance of e107-test.
2018-09-23 18:39:30 -05:00
Cameron
b40b1916a3 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:06:40 -08:00
Cameron
29393605b9 Removed debug info 2017-12-12 15:08:25 -08:00
Cameron
7e33124335 More BC Fixes on forum templates. 2017-12-12 15:03:23 -08:00
Lóna Lore
170c9592d5 Fix for PHP Notice Undefined index: user_Miscellaneous, Line 113 of /e107_core/shortcodes/single/user_extended.php 2017-12-10 12:01:09 +01:00
Cameron
056cb08fa8 Additional {NAVIGATION} shortcode parms. eg. {NAVIGATION: type=main&layout=footer&flat=1&noempty=1} will flatten sublinks and remove links with no URL or '#'. Dynamic sublinks (functions) currently not supported. 2017-11-01 12:36:32 -07:00
Cameron
9b899004c5 Issue #2819 - New Navigation Shortcode Param options: {NAVIGATION: type=footer&layout=main} 2017-10-15 13:14:14 -07:00
Cameron
2496aab27e Issue #2789 - Glyphicon update 2017-09-20 15:23:55 -07:00
Cameron
9b644e4eac Closes #2507 - v2 template path fix. 2017-03-19 13:15:24 -07:00
Cameron
bfaf50ab25 #2475 Removed news_categories.sc template from news template and replaced with 'category' template which is a copy of 'default' 2017-03-03 11:56:51 -08:00
Cameron
84a4cc36e5 Fixes #2413 - Pagination issue with empty records. 2017-02-12 07:59:30 -08:00
Cameron
11d9689152 Changed TinyMce CDN to Cloudflare
Corrected issue with {MENU} when used to load plugin menus.
2017-02-06 19:31:33 -08:00
Cameron
bd6400d1bf Notice removal nextprev. 2017-02-06 11:24:21 -08:00
Cameron
e14a470951 Issue #2032 May fix some pagination issues. 2017-02-06 10:50:19 -08:00
Cameron
b6d9507aca Optimization 2017-01-29 18:43:52 -08:00
Cameron
fe4574d4fe {SETIMAGE} small behavior modification 2017-01-23 12:53:21 -08:00
Cameron
43d0211590 Code cleanup: deprecated include_lan() 2017-01-23 09:41:23 -08:00
Cameron
721a696acb Forum: Backward compatibility fixes. 2017-01-15 09:28:20 -08:00