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

710 Commits

Author SHA1 Message Date
Cameron
0c900efdf2 Bbcode shortcodes cleanup 2018-08-16 17:09:08 -07:00
Cameron
73fbe980a4 Merge pull request #3381 from SimSync/fix_3380
fixes #3380 fixed the urls to the media manager used by the bbarea
2018-08-15 09:47:16 -07:00
Achim Ennenbach
a71ccab3e4 fixes #3380 fixed the urls to the media manager used by the bbarea 2018-08-15 15:46:12 +02:00
Cameron
5cbe8df761 Custom page template for bootstrap3 to demonstrate custom-field usage. 2018-08-14 17:53:27 -07:00
Cameron
5a31146fcc Issue #3103 Default custom-fields page example added to bootstrap3 install. Custom-fields class tweaked. 2018-08-14 17:06:42 -07:00
Achim Ennenbach
937ef03047 fixes #3317 added bbcode template "forum"
Fixed issue with bbcode youtube to display the mediamanager only
if the current user is an admin. Otherwise it will just add the plain
bbcode string "[youtube]dkhkj[/youtube]" to the textarea.
2018-08-09 14:05:06 +02:00
Cameron
64d821a2d1 Fixes #2425 Fixes #2281 Fixes #2937 Comment navigation issues. 2018-07-28 16:10:23 -07:00
Achim Ennenbach
cf9c222879 fixes #3285 No rank images displayed in backend and on profile page 2018-07-19 17:08:55 +02:00
Cameron
1ad363881a Merge pull request #3206 from oudoken/master
Fixes #3150 Allow logged in user to view email address.
2018-07-16 11:54:53 -07:00
Achim Ennenbach
e6e8a304a9 Fixed issue with legacy url (goto settings) on user profile page 2018-07-15 18:08:30 +02:00
Cameron
bc58eada9a Merge pull request #3255 from SimSync/fix_3049
fixes #3049 Realname was always shown and marked required,
2018-07-07 15:48:38 -07:00
Cameron
253ae3b6ba Merge pull request #3246 from SimSync/fix_3228
Fixes #3228 show extended user field also in non bootstrap themes
2018-07-04 17:39:49 -07:00
Achim Ennenbach
81b9f2b4cb fixes #3049 Realname was always shown and marked required,
even if it was configured differently
2018-07-04 14:02:42 +02:00
Achim Ennenbach
623fbe607c fixes #3228 show extended user field also in non bootstrap themes 2018-07-03 11:30:30 +02:00
Achim Ennenbach
bfd2ae42d1 Fixes #3162 Fixes double encoding of the param values. 2018-06-24 22:09:37 +02:00
oudoken
708e26d97a Issue #3150
The current user can view his email on user profile page
2018-06-21 09:27:43 +02:00
Cameron
a1469aad5e Issue #3175 GDPR work. 2018-06-05 12:55:20 -07:00
Cameron
bf9cf05b0e Renamed date handler to e_date. BC support added. 2018-05-11 14:58:04 -07:00
Cameron
ed36008286 Non-standard arg_separator.output value fix. 2018-05-04 17:58:25 -07:00
Cameron
3e1feac04d Improved loading time of admin area navigation. 2018-04-17 14:48:39 -07:00
Cameron
573ea978b7 Cleaned empty $_POST values. Additional options for log file creation added. 2018-01-25 13:38:29 -08:00
Nick Liu
583d63620b Removed some old comments
Sorry about the cruft
2018-01-23 08:14:26 -06:00
Cameron
0671024c79 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:11:12 -08:00
Cameron
b40b1916a3 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:06:40 -08:00
Cameron
a68cf279b6 PHP Notice removal and debug info styling. 2017-12-17 13:13:18 -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
Lóna Lore
49f4e1c097 Fix for PHP Notice Undefined offset: 0, Line 741 of /e107_core/shortcodes/batch/user_shortcodes.php 2017-12-10 11:59:03 +01:00
Lóna Lore
d8d73ab099 Fix for PHP Notice Undefined offset: 0, Line 168 of /e107_core/shortcodes/batch/user_shortcodes.php 2017-12-10 11:57:17 +01:00
Cameron
5e4c172c2f Issue #2883 Permission fixes. 2017-12-01 17:00:02 -08:00
Cameron
3baf2f776f Issue #2818 Moved addons update check to ajax. 2017-11-16 14:20:22 -08:00
Cameron
1069998c42 Issue #2818 Moved core database update check to ajax. 2017-11-15 17:51:46 -08:00
Cameron
e165c90575 {BOOK_CHAPTERS} shprtcode added.
Render All visible Chapters from a specific Book.
Uses "listChapter" template key. ie. $CHAPTER_TEMPLATE[---TEMPLATE --]['listChapters']
Example {BOOK_CHAPTERS: name=book-sef-url&template=xxxxx&limit=3}
2017-11-10 15:37:23 -08:00
Cameron
2a37288dc7 Book/Chapter image field added. 2017-11-10 14:06:30 -08: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
20757514ac {CMENU_BUTTON} shortcode alias for {CPAGEBUTTON} added. 2017-10-31 18:39:15 -07:00
Cameron
1b3168dcbc The {CHAPTER_MENUS} shortcode now accepts the 'template' parameter. Additional Custom Menu shortcodes/aliases added:
{CMENU_TAB_ACTIVE} {CMENU_BUTTON_TEXT} {CMENU_BUTTON_URL}
2017-10-26 11:21:18 -07:00
Cameron
e484795de6 Added missing class param on Social Login shortcode. eg. {SOCIAL_LOGIN: class=x} 2017-10-20 11:37:59 -07:00
Cameron
c2b6c5e722 {NEWS_RELATED} PHPDoc 2017-10-18 09:02:26 -07:00
Cameron
4794990be3 Fixes #2821 - News Category URL. 2017-10-17 09:55:00 -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
04f1f0130e K-Admin footer fix. Changed PM alert icon from label to badge. 2017-10-12 13:57:23 -07:00
Cameron
e35259afe9 Multisite navigation support (when multisite plugin installed) 2017-10-11 18:57:32 -07:00
Cameron
2a1f3b0d61 Backward compatibility code for old plugins. 2017-10-11 11:39:18 -07:00
Cameron
fb96f7480c Issue #2809 - News Carousel option. 2017-10-09 18:26:05 -07:00
Cameron
ee6d90eeab SEO (thanks @kreossino) 2017-10-09 08:43:16 -07:00
Cameron
85e2a67018 Issue #2806 - Expands on News list template to add specific styling for the first item in the list. 2017-10-08 09:00:34 -07:00
Cameron
15bf08cf5f Possible fix for news image tag. 2017-10-06 12:14:21 -07:00
Cameron
2d43b87b81 Page: Fix for {CPAGEFIELDTITLE: name=x} rendering. 2017-10-04 14:17:08 -07:00