1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

10750 Commits

Author SHA1 Message Date
Achim Ennenbach
2b2737ae41 Fixes #3056 Fixes the fatal error in case no records were found 2018-07-12 12:48:01 +02:00
Cameron
4c692150fe
Merge pull request #3265 from SimSync/fix_3239
Fixes #3239 The array merge didn't work correctly by using the + operator
2018-07-11 11:40:50 -07:00
Achim Ennenbach
ac61df7f07 Fixes #3239 The array merge didn't work correctly by using the + operator 2018-07-11 20:30:41 +02:00
Cameron
e23e00c4de
Merge pull request #3263 from SimSync/pref_post_script
Limited allowed userclasses for 'post_script' to a smaller group:
2018-07-11 10:33:41 -07:00
Achim Ennenbach
8c0fee4cb1 Limited allowed userclasses for 'post_script' to a smaller group:
No One, (Main-) Admins, Mods and custom groups
Added a check on opening of the prefs page to make sure, that the set
value is only one of the allowed classes. Otherwise, class "No One" will
be set and saved.
Replaced deprecated function calls with their successor...
2018-07-11 15:54:51 +02:00
Cameron
a499d41481 Fixes #3078 Additional checks for XML package during installation. 2018-07-10 14:07:03 -07:00
Cameron
d22f81f320
Merge pull request #3262 from SimSync/HowToContribute
Added a "how to" for contributing to e107
2018-07-10 12:29:31 -07:00
Cameron
91d76fdc22
Merge pull request #3261 from SimSync/fix_2930
Fixes #2930 Added errormessage if request fails
2018-07-10 12:29:16 -07:00
Achim Ennenbach
cc398f3f78 Added a "how to" for contributing to e107 2018-07-09 21:01:59 +02:00
Achim Ennenbach
a976d7dacc Fixes #2930 Added errormessage if request fails 2018-07-09 19:16:25 +02:00
Cameron
cf2fe0ed31
Merge pull request #3256 from yesszus/patch-2
Issue #6 Update lan_admin.php
2018-07-07 15:50:26 -07: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
1b4e0af07a
Merge pull request #3257 from SimSync/fix_3065
Fixes #3065 Added a method to translate wildcards to mysql counterparts
2018-07-07 15:46:14 -07:00
Achim Ennenbach
0e9f9d4e46 fixes #3065 Added a method to translate wildcards to mysql counterparts 2018-07-06 08:36:35 +02:00
Gábor
30409500ad
Update comment.php 2018-07-06 07:44:16 +02:00
Gábor
510453a870
Update lan_admin.php 2018-07-06 07:39:34 +02:00
Achim Ennenbach
409bf06b04 removed varset() because it was useless together with getPref() 2018-07-05 11:56:27 +02:00
Cameron
31e16310e7
Merge pull request #3237 from Jimmi08/patch-2
partial fix #3235
2018-07-04 17:50:50 -07:00
Cameron
f3393f9d7e
Merge pull request #3236 from Jimmi08/patch-1
partial fix #3235
2018-07-04 17:50:41 -07:00
Cameron
d4cc9a47b4
Merge pull request #3254 from SimSync/fix_3051
fixes #3051 broken image links
2018-07-04 17:47:15 -07:00
Cameron
3b635ee960
Merge pull request #3253 from SimSync/fix_3059
fixes #3059 Language list was empty, even if languages were available
2018-07-04 17:46:16 -07:00
Cameron
77edce4da4
Merge pull request #3251 from SimSync/fix_3087
fixes #3087 Missing forum id prevented pagination
2018-07-04 17:44:28 -07:00
Cameron
23e97e058c
Merge pull request #3250 from SimSync/fix_3120
Fixes #3120 Added tools sections to comment manager to recalculate comment count
2018-07-04 17:42:54 -07:00
Cameron
1b8f698b4c
Merge pull request #3247 from SimSync/fix_3126_3143
Fixes #3126 & #3143 Backend used wrong field to hashword
2018-07-04 17:41:46 -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
Cameron
56d79a4657
Merge pull request #3226 from SimSync/fix_3221
Fixes #3221 Switched font urls from http to https
2018-07-04 17:39:04 -07:00
Cameron
6a04082651
Merge pull request #3225 from SimSync/fix_2887
Fixes #2887 added missing "sent()" method
2018-07-04 17:38:21 -07:00
Cameron
fd8772f88a
Merge pull request #3223 from SimSync/checkBan
Fixed an issue in iphandler::checkBan()
2018-07-04 17:37:12 -07:00
Cameron
3f64d29bd9
Merge pull request #3217 from SimSync/fix_3163
Fixes #3163 Strip the title "News" if page is the frontpage
2018-07-04 17:31:09 -07:00
Cameron
feba5002dd
Merge pull request #3215 from SimSync/fix_3161
Fixes #3162 Fixes double encoding of the param values.
2018-07-04 17:30:12 -07:00
Cameron
89731bed82
Merge pull request #3214 from SimSync/fix_3162
Fixes #3161 Fixes htmlized shortcode parameters
2018-07-04 17:29:05 -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
d8c63724b2 fixes #3051 broken image links
The image browser always returns image path relative to admin directory,
which doesn't work in case the target is a plugin.
Added a check for the target and modify the preview url in case
it is a plugin.
2018-07-04 13:28:45 +02:00
Achim Ennenbach
047b7f8f7d fixes #3059 Language list was empty, even if languages were available
download and info link returned from languagepacks.xml contain wrong links
2018-07-04 12:09:25 +02:00
Achim Ennenbach
ed17213698 fixes #3087 Missing forum id prevented pagination 2018-07-03 15:41:01 +02:00
Achim Ennenbach
cce333550f fixes #3120 added tools sections to recalculate comment count to comment manager 2018-07-03 14:54:45 +02:00
Achim Ennenbach
bc7b801054 fixes #3126, fixes #3143 Backend used wrong field to hashword
Instead of user_loginname (as used in usersettings),
the backend used user_login and didn't escape the result.
This made the login impossible.
2018-07-03 12:24:57 +02:00
Achim Ennenbach
623fbe607c fixes #3228 show extended user field also in non bootstrap themes 2018-07-03 11:30:30 +02:00
Jimako
9b8cc13019
partial fix for problem with breadcrumbs in forum_viewforum.php
https://github.com/e107inc/e107/issues/3235
2018-06-30 13:30:18 +02:00
Jimako
5b4cc2f11c
partial fix for problem with breadcrumbs in forum_viewforum.php
https://github.com/e107inc/e107/issues/3235
2018-06-30 13:28:06 +02:00
Achim Ennenbach
b833529d56 Fixes #3221 Switched font urls from http to https 2018-06-28 13:32:54 +02:00
Achim Ennenbach
cea035a33e Fixes #2887 added missing "sent()" method 2018-06-28 13:18:54 +02:00
Achim Ennenbach
724651376e Fixed an issue in iphandler::checkBan() which caused the script to stop
without any message instead of returning a value (true or false) in case
the submitted email adress is blocked
2018-06-27 21:34:19 +02:00
Tijn Kuyper
89e3716c3f
Closes #3040 - NFP template update 2018-06-27 11:40:56 +02:00
Tijn Kuyper
9ce050b995
Newforumposts menu template update 2018-06-27 11:39:38 +02:00
Tijn Kuyper
439e66d271
Merge pull request #3220 from SimSync/fix_3132
Fixes #3132 Fixes issue with new forum posts menu
2018-06-27 11:08:13 +02:00
Achim Ennenbach
bd02bd26f7 Fixes #3132 Fixes issue with new forum posts menu not displaying
title and post excerpt properly
Added menu config default values, in case some are not properly defined
Added default values to the new forum posts config menu
2018-06-26 21:20:33 +02:00
Tijn Kuyper
7570b7ce4e
Merge pull request #3213 from SimSync/fix_3132
Fixes #3132 after adding the menu to the menu area, the wrong
2018-06-26 13:31:57 +02:00
Tijn Kuyper
5689e8044e
Fixes #1746 - Allow to set time for download item 2018-06-25 16:39:26 +02:00
Tijn Kuyper
20f35e6186
#3053 - Wrong pref for comment sorting 2018-06-25 14:26:50 +02:00