1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 05:24:38 +02:00
Commit Graph

166 Commits

Author SHA1 Message Date
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
Cameron
f55e57db3d Issue #2259 - Avatar 2017-01-09 11:52:12 -08:00
Cameron
9dd717cba8 Menu-Manager rewrite complete, debug mode only. 2017-01-02 19:13:48 -08:00
Cameron
851106707f PHP 7.1 Fixes 2016-12-16 11:03:45 -08:00
Cameron
51ce94b389 Some basic bootstrap styling in the News Categories shortcode. 2016-12-12 13:02:17 -08:00
Cameron
e703c45441 Fixes #1858 - Generic avatar displayed when {USER_AVATAR} contains no parms. 2016-10-23 09:38:09 -07:00
Jimmi08
19cadb6a8f signup link only for value 1 2016-04-15 22:19:53 +02:00
Cameron
dd294e71fa Added error message for ADMINs if a LAN is missing. 2016-04-09 16:12:51 -07:00
Cameron
745c973f56 New Language Term Shortcode {LAN=XXXX} eg. {LAN=LAN_READ_ME} 2016-04-09 10:32:49 -07:00
Cameron
a8250858e3 Admin > Users would only allow viewing of one user extended-field in list mode under some circumstances. Checkbox field-type corrected. 2016-03-22 00:02:05 -07:00
Cameron
cf90582418 Some User-Avatar cleanup. 2016-03-08 17:51:29 -08:00
Serios
48ace09e61 Fixing http_build_query causing return of &amp
Fixing http_build_query function causing return of &amp instead of & on some servers when using {MENU: xxxxx} with parameters, thus breaking parameters passing to the menu.

Eg. {MENU: path=news/latestnews&test1=true&test2=false&test3=44}
Will return call the menu with test1=true&test2=false&test3=44 instead of est1=true&test2=false&test3=44
 causing only the first parameter key passed, to be valid
2016-02-26 00:48:17 +02:00
Cameron
2c50a06517 Deprecated Function cleanup and PHP Notice removal. 2016-02-15 00:56:08 -08:00
Cameron
a469b7ca6e Deprecated function cleanup 2016-02-15 00:14:45 -08:00
Cameron
3786274edc Legacy theme navigation path fixes. 2016-02-13 11:03:36 -08:00
Cameron
d159763747 Search Fixes. Forum search upgraded to v2.x spec. 2016-02-01 20:29:46 -08:00
Cameron
23b7de8d4e Fixes #1223 - Adds the missing {ALERTS} shortcode to old themes - informing users of incorrect passwords etc. Essential for when the login menu is within the navigation bar.
Fixes #1077 - Online Menu was displaying the user as online when the username was correct, even if the password was not.
Corrected styling of the online-menu.
2015-11-13 18:04:47 -08:00
Cameron
a917375e7c Corrected incorrect MySQL row count when using PDO mode. Simple bootstrap 'carousel' mode added to welcome message preferences. For advanced options use the featurebox plugin. 2015-07-25 18:14:44 -07:00
Cameron
6499ff72f7 Issue #1138 Added 'btn-default' where missing. 2015-07-13 19:09:30 -07:00
Cameron
6337d9410c Login-Menu Language File cleanup. 2015-06-11 09:40:56 -07:00
Cameron
9708756548 Fixes #977 - PM send to multiple users. Cleaned up some of the GUI for Bootstrap. 2015-04-23 09:53:54 -07:00
Cameron
7b4bc374c6 User Extended Shortcode cleanup 2015-04-22 12:27:59 -07:00
Cameron
9ec734770b Fixes #581, Fixes #635 - Menu Manager layout issues corrected. 2015-04-01 11:52:50 -07:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00