1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-17 13:04:41 +01:00

10749 Commits

Author SHA1 Message Date
Cameron
4c692150fe
Merge pull request from SimSync/fix_3239
Fixes  The array merge didn't work correctly by using the + operator
2018-07-11 11:40:50 -07:00
Achim Ennenbach
ac61df7f07 Fixes The array merge didn't work correctly by using the + operator 2018-07-11 20:30:41 +02:00
Cameron
e23e00c4de
Merge pull request 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 Additional checks for XML package during installation. 2018-07-10 14:07:03 -07:00
Cameron
d22f81f320
Merge pull request from SimSync/HowToContribute
Added a "how to" for contributing to e107
2018-07-10 12:29:31 -07:00
Cameron
91d76fdc22
Merge pull request from SimSync/fix_2930
Fixes  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 Added errormessage if request fails 2018-07-09 19:16:25 +02:00
Cameron
cf2fe0ed31
Merge pull request from yesszus/patch-2
Issue  Update lan_admin.php
2018-07-07 15:50:26 -07:00
Cameron
bc58eada9a
Merge pull request from SimSync/fix_3049
fixes  Realname was always shown and marked required,
2018-07-07 15:48:38 -07:00
Cameron
1b4e0af07a
Merge pull request from SimSync/fix_3065
Fixes  Added a method to translate wildcards to mysql counterparts
2018-07-07 15:46:14 -07:00
Achim Ennenbach
0e9f9d4e46 fixes 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 from Jimmi08/patch-2
partial fix 
2018-07-04 17:50:50 -07:00
Cameron
f3393f9d7e
Merge pull request from Jimmi08/patch-1
partial fix 
2018-07-04 17:50:41 -07:00
Cameron
d4cc9a47b4
Merge pull request from SimSync/fix_3051
fixes  broken image links
2018-07-04 17:47:15 -07:00
Cameron
3b635ee960
Merge pull request from SimSync/fix_3059
fixes  Language list was empty, even if languages were available
2018-07-04 17:46:16 -07:00
Cameron
77edce4da4
Merge pull request from SimSync/fix_3087
fixes  Missing forum id prevented pagination
2018-07-04 17:44:28 -07:00
Cameron
23e97e058c
Merge pull request from SimSync/fix_3120
Fixes  Added tools sections to comment manager to recalculate comment count
2018-07-04 17:42:54 -07:00
Cameron
1b8f698b4c
Merge pull request from SimSync/fix_3126_3143
Fixes  &  Backend used wrong field to hashword
2018-07-04 17:41:46 -07:00
Cameron
253ae3b6ba
Merge pull request from SimSync/fix_3228
Fixes  show extended user field also in non bootstrap themes
2018-07-04 17:39:49 -07:00
Cameron
56d79a4657
Merge pull request from SimSync/fix_3221
Fixes  Switched font urls from http to https
2018-07-04 17:39:04 -07:00
Cameron
6a04082651
Merge pull request from SimSync/fix_2887
Fixes  added missing "sent()" method
2018-07-04 17:38:21 -07:00
Cameron
fd8772f88a
Merge pull request from SimSync/checkBan
Fixed an issue in iphandler::checkBan()
2018-07-04 17:37:12 -07:00
Cameron
3f64d29bd9
Merge pull request from SimSync/fix_3163
Fixes  Strip the title "News" if page is the frontpage
2018-07-04 17:31:09 -07:00
Cameron
feba5002dd
Merge pull request from SimSync/fix_3161
Fixes  Fixes double encoding of the param values.
2018-07-04 17:30:12 -07:00
Cameron
89731bed82
Merge pull request from SimSync/fix_3162
Fixes  Fixes htmlized shortcode parameters
2018-07-04 17:29:05 -07:00
Achim Ennenbach
81b9f2b4cb fixes 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 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 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 Missing forum id prevented pagination 2018-07-03 15:41:01 +02:00
Achim Ennenbach
cce333550f fixes added tools sections to recalculate comment count to comment manager 2018-07-03 14:54:45 +02:00
Achim Ennenbach
bc7b801054 fixes , fixes 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 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 Switched font urls from http to https 2018-06-28 13:32:54 +02:00
Achim Ennenbach
cea035a33e Fixes 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 - 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 from SimSync/fix_3132
Fixes  Fixes issue with new forum posts menu
2018-06-27 11:08:13 +02:00
Achim Ennenbach
bd02bd26f7 Fixes 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 from SimSync/fix_3132
Fixes  after adding the menu to the menu area, the wrong
2018-06-26 13:31:57 +02:00
Tijn Kuyper
5689e8044e
Fixes - Allow to set time for download item 2018-06-25 16:39:26 +02:00
Tijn Kuyper
20f35e6186
- Wrong pref for comment sorting 2018-06-25 14:26:50 +02:00
Achim
c93789b1b7
Update header_default.php 2018-06-25 13:59:47 +02:00