1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 20:18:08 +02:00
Commit Graph

750 Commits

Author SHA1 Message Date
Cameron
749fd506e0 Issue #3676 Missing "required" marker on signup 2019-03-01 20:01:40 -08:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Cameron
af7714be93 Minor styling fix. 2019-02-22 15:37:05 -08:00
Cameron
5dc45298f6 Issue #3559, Fixes #3589, Issue #2982, Issue #2927 Replace all glyphicons with FontAwesome. 2019-02-22 14:56:47 -08:00
Cameron
db849f9fd7 Fixes #3676 - 'required' was not displayed on extended user fields. 2019-02-14 14:30:13 -08:00
Tijn Kuyper
54dc15703b Fixes #3455 - Check page comments flag before rendering comments 2019-02-04 17:32:22 +01:00
Tijn Kuyper
877349ebb0 Fixes #3646 - Correctly display user country in user profile 2019-01-27 13:30:59 +01:00
Achim Ennenbach
a7dca60d78 fixes #3639: Added description to GDPR prefs
Added check in shortcode to disable the GDPR message in case the prefs are empty
2019-01-23 19:32:34 +01:00
Cameron
aa5929e02d Merge pull request #3615 from SimSync/fix_3579
fixes #3579 shortcodes, lans for GDPR links on signup page.
2019-01-16 10:01:21 -08:00
Tijn Kuyper
254f56a449 Render help text in Admin Area in correct language
Admin Area language setting ($pref['adminlanguage']) rather than Frontend language setting (e_LANGUAGE or $pref['sitelanguage'])
2019-01-12 18:12:26 +01:00
Achim Ennenbach
6ce8972337 fixes #3579 shortcodes, lans for GDPR links on signup page.
Added shortcodes and lans to display GDPR links on signup page.
Updated signup template
2019-01-12 18:09:35 +01:00
Tijn Kuyper
23b85145ab Fixes #1799 - Check UE field for read permission 2019-01-10 21:46:45 +01:00
Cameron
2e2e9fe23d Merge pull request #3582 from Jimmi08/patch-4
possibility to change avatar class in signup template
2018-12-19 12:07:58 -08:00
Cameron
6123f05da8 Merge pull request #3580 from Jimmi08/patch-2
GDPR link - possibility to use e107 constants in url link
2018-12-19 12:01:12 -08:00
Jimako
1c74de5fb2 possibility to change avatar class in signup template
- related with avatarpicker() changes
2018-12-19 10:51:10 +01:00
Jimako
cf471a8ccb GDPR link - possibility to use e107 constants in url link 2018-12-19 09:26:47 +01:00
Jimako
5158b3ab9b signup_text - forgotten line to change 2018-12-19 08:40:19 +01:00
Jimako
1e44b5a8d9 possibility to style signup_text shortcodes 2018-12-19 08:37:39 +01:00
Gábor
714fd6bb08 Add files via upload 2018-10-13 07:11:18 +02:00
Cameron
7eeb23d5c2 Issue #3473 - menu button URL fix (part 2) 2018-10-02 12:20:40 -07:00
Cameron
a78b44f48e Fixes #3473 Menu Button URL with {e_BASE} not converting correctly. 2018-10-02 11:48:09 -07:00
Cameron
30b8d03df9 Changed git sync error to warning. 2018-10-02 11:36:42 -07:00
Cameron
b757b0988c Merge pull request #3469 from Jimmi08/patch-6
{LOGIN_TABLE_FPW_LINK} - added class #3466
2018-09-27 14:32:23 -07:00
Cameron
abcc3d54c9 Merge pull request #3468 from Jimmi08/patch-5
{LOGIN_TABLE_SIGNUP_LINK} - added class option #3466
2018-09-27 14:31:34 -07:00
Jimako
e1a9355eaf {LOGIN_TABLE_FPW_LINK} - added class #3466 2018-09-27 14:42:14 +02:00
Jimako
02ef130feb {LOGIN_TABLE_SIGNUP_LINK} - added class option #3466 2018-09-27 14:29:21 +02:00
Jimako
a650d16573 {LOGIN_TABLE_SUBMIT} - added class parameter 2018-09-27 14:09:22 +02:00
Cameron
c69184848c Merge pull request #3447 from Jimmi08/patch-3
{COMMENT_INPUT} - added class parameters #3444
2018-09-24 16:18:48 -07:00
Cameron
ac34a71508 Merge pull request #3446 from Jimmi08/patch-2
{AUTHOR_INPUT} - added classes parameters #3444
2018-09-24 16:18:25 -07:00
Cameron
e830812e2b Merge pull request #3445 from Jimmi08/patch-1
{COMMENT_BUTTON} - added class parameter #3444
2018-09-24 16:17:28 -07: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
Jimako
6f8fdf51e6 Mandatory class for reply to work #3444 2018-09-21 23:09:00 +02:00
Jimako
439c57f3c5 {COMMENT_INPUT} - added class parameters #3444 2018-09-21 22:31:21 +02:00
Jimako
44fd129daa fix for PR 2018-09-21 22:18:40 +02:00
Jimako
2a56ce28bd {AUTHOR_INPUT} - added classes parameters 2018-09-21 22:12:04 +02:00
Jimako
3fe28110bf {COMMENT_BUTTON} - added class parameter #3444 2018-09-21 21:46:13 +02:00
Cameron
a4ca72cd8f New user page shortcode {USER_SETTINGS_URL} 2018-09-18 16:45:26 -07:00
Achim Ennenbach
97aa3fb560 adapted shortcode to the new pref name gpdr_privacypolicy 2018-08-28 12:29:20 +02:00
Achim Ennenbach
986633d117 fixes #3375 added GDPR Agreement checkbox to contact form (incl. Lans) 2018-08-27 20:12:54 +02:00
Cameron
1754887672 MediaManager Fixes. 2018-08-16 19:02:02 -07:00
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