1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-11 21:15:09 +02:00
Commit Graph

732 Commits

Author SHA1 Message Date
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
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