1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-30 02:58:00 +01:00

11068 Commits

Author SHA1 Message Date
phibel
98213ec03c FIX check if user has moderator permissions for the thread/forum
Without admin permissions (member of user class 254) it was not possible
to delete a post in the forum. This fix add the threadId to the ajax query
and fetchs the forum-moderator for the thread which will then checked
against the user permissions/classes.

I added also an additional error message, if something goes wrong.
2018-09-30 23:21:43 +02:00
Cameron
1d6a957793 Fixes #3426 - Pages : Custom Fields on Create. 2018-09-27 14:51:20 -07:00
Cameron
f99e2fbca0
Merge pull request #3471 from Deltik/fix-3437
Matching scope for e_form::$_inline_token
2018-09-27 14:32:44 -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
Cameron
ad647d5baf
Merge pull request #3467 from Jimmi08/patch-4
{LOGIN_TABLE_SUBMIT} -  added class parameter
2018-09-27 14:31:23 -07:00
Cameron
1f4bfa256c Fix for custom class on select 2018-09-27 12:02:35 -07:00
Nick Liu
8c7b61fb29
Matching scope for e_form::_inline_token
Should be private to match private function inlineToken()
2018-09-27 11:34:10 -05: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
Cameron
47d616000a
Merge pull request #3451 from Deltik/fix-3450
Fixes #3450 – SITELINKS_ALT parent button fix
2018-09-24 16:16:23 -07:00
Cameron
9a39046db0
Merge pull request #3449 from Deltik/fix-3437
Fixes #3437 – e_form::inlineToken() performance
2018-09-24 16:14:55 -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
Nick Liu
a374886425
Fixes #3437 – e_form::inlineToken() performance
This "inline token" is generated 30 times in my test, but it's the same
session_id() being hashed. This is wasteful and can be mitigated in two
ways:

* Reducing the time cost like so: return password_hash(session_id(),
PASSWORD_DEFAULT, ['cost' => 04]);
* Storing the hash as an instance variable the first time it's
generated

This commit applies both mitigations.
2018-09-23 15:32:57 -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
9b17485656 Theme Manager: Fix for download icon size on "Find Themes" 2018-09-20 16:41:25 -07:00
Cameron
8c73bf1434 Issue #2146 Partial compatibility fix. Testing required. 2018-09-18 17:58:32 -07:00
Cameron
a4ca72cd8f New user page shortcode {USER_SETTINGS_URL} 2018-09-18 16:45:26 -07:00
Cameron
b0306a1909
Merge pull request #3431 from yesszus/patch-1
Small correction
2018-09-18 15:37:52 -07:00
Cameron
150eeaec97 Issue #3439 Sitelinks with function problem 2018-09-18 09:38:34 -07:00
Cameron
4dbaa76284 Fixes #3406 - db verify was not adding Primary Indices correctly when running fixes. 2018-09-16 16:27:14 -07:00
Gábor
371c7f7c86
Update lan_prefs.php 2018-09-13 10:34:35 +02:00
Gábor
cce3a7c98c
Update prefs.php
Removed duplication lang codes.
2018-09-13 10:33:28 +02:00
Gábor
f42f4358e8
Small corections 2018-09-13 08:08:31 +02:00
Cameron
9c13a9dcde Quotation consistency fix for [img] bbcode. 2018-09-12 12:03:17 -07:00
Cameron
5235b4fcaf Fix for database verify charset function. 2018-09-12 11:46:23 -07:00
Cameron
184edd3193 Issue #1870 , Issue #3420 Login template/shortcode issue. Possible fix. 2018-09-12 10:29:08 -07:00
Cameron
775cf26b98 Media Manager Issue #3426 2018-09-10 12:31:31 -07:00
Cameron
688db76a96 Admin-ui: New method: beforePrefsSave($new_data, $old_data); 2018-09-10 10:42:54 -07:00
Cameron
310b7e84e1 Precaution added for old left-over plugin prefs using hooks 2018-09-09 19:47:50 -07:00
Cameron
846a877795 Added temp folder to ignore 2018-09-09 18:18:15 -07:00
Cameron
69aa6711e9 toGlyph tag cleanup 2018-09-09 10:16:55 -07:00
Cameron
7340ea8377 Media-Manager icon picker preview size fix. 2018-09-08 11:53:40 -07:00
Cameron
f19817f8b3 Media-Manager Fix for icon/glyph filtering. 2018-09-08 11:37:39 -07:00
Cameron
44513d2a65 Fix for extended user fields not saving in user_extended in the case where the record is missing from the table. 2018-09-08 11:19:16 -07:00
Cameron
a1c38cb364 PHP Notice removal 2018-09-08 10:45:18 -07:00
Cameron
5ee15f10ef Allow title to be set in toGlyph() 2018-09-08 10:27:06 -07:00
Cameron
a661709164
Merge pull request #3400 from yesszus/patch-1
Update social_xurl_template.php
2018-09-07 11:54:31 -07:00
Cameron
adf4d67609
Merge pull request #3417 from newbthenewbd/patch-2
Fix language editor wrongly parsing HTML entities
2018-09-07 11:53:42 -07:00
Cameron
e34e4740c5 Admin-ui Make readonly/disabled inputs more obvious. 2018-09-06 11:21:17 -07:00
Cameron
b5157e70cb Fixes #3422 Installation issue with database names containing a hyphen. 2018-09-06 11:20:43 -07:00
Cameron
cdcd10e7f5 Fix for blog-calendar links not in the current year. 2018-09-04 17:10:03 -07:00