Cameron
129ac9436d
Renamed date class and included BC fix.
2018-05-11 08:39:01 -07:00
Cameron
8584c207c5
Merge pull request #3111 from Deltik/fix-3075
...
Add NGINX secure_link_md5 URL protection feature to e107 Downloads plugin
2018-05-10 10:55:28 -07:00
Cameron
e1b719c843
Merge pull request #3124 from yesszus/patch-2
...
Update tinymce4 plugin
2018-05-10 10:52:24 -07:00
Gábor
cb7fac3a4a
Delete en.js
2018-05-10 09:29:51 +02:00
Gábor
a7646f0c4b
Add files via upload
2018-05-10 09:28:26 +02:00
Gábor
88de1b38c8
Add files via upload
2018-05-10 09:25:59 +02:00
Gábor
301cf9bc56
Add files via upload
2018-05-10 09:24:58 +02:00
Gábor
c6c8c1c6d1
Update e_footer.php
2018-05-10 09:21:17 +02:00
Cameron
a3092e1d42
Merge pull request #3121 from yesszus/patch-2
...
Issue #6 Update userposts.php
2018-05-09 15:47:15 -07:00
Cameron
c7c3c49daf
Support for 'IGNORE' duplicate key on INSERT.
2018-05-09 11:13:05 -07:00
Gábor
cbfb476799
Update lan_error.php
2018-05-09 06:19:48 +02:00
Gábor
1109854538
Update news_class.php
2018-05-08 08:26:17 +02:00
Gábor
7b13e891ee
Update lan_error.php
2018-05-08 08:22:12 +02:00
Gábor
01ad6fe896
Update lan_userposts.php
2018-05-08 06:33:44 +02:00
Gábor
f48927041d
Update userposts.php
2018-05-08 06:31:24 +02:00
Cameron
ed36008286
Non-standard arg_separator.output value fix.
2018-05-04 17:58:25 -07:00
Cameron
745f9a7c61
Merge pull request #3114 from SimSync/master
...
Closes #3113 parses a string into a db ready number format
2018-05-04 11:19:23 -07:00
Cameron
64ffdbf05e
Merge pull request #3115 from Serios/patch-13
...
Closes #3100 . Closes #3105 Prevent form from multiply submission
2018-05-04 11:16:12 -07:00
Achim Ennenbach
d01a97816f
refactoring toNumber() into e_parse class
2018-05-04 19:27:00 +02:00
Serios
84fc39228b
Prevent form from multiply submission
...
This change will set var value to true when form is submitted, then if we click submit button again will prevent it from another submission. Adding attribute disabled to form button prevents its name to get trough POST call, thus breaking the logic if we checking for form button submission trough PHP.
2018-05-03 10:36:10 +03:00
Achim Ennenbach
2a1a6d4118
closes e107inc/e107#3113 parses a string into a db ready number format
...
value returned works also with floatval()
2018-05-01 23:29:50 +02:00
Nick Liu
beb2b1c0f6
Updated .codeclimate.yml for CodeClimate version 2
2018-05-01 08:21:29 -05:00
Nick Liu
4af400fd75
Refactored some Downloads plugin code
2018-05-01 07:46:48 -05:00
Nick Liu
e36b029f78
Fixed Downloads security NGINX MD5 generation
...
- FIX: Blocker bug generating the wrong MD5 string for NGINX
secure_link_md5
- FIX: Bad instructions in LAN_DL_SECURITY_DESCRIPTION
2018-05-01 05:26:40 -05:00
Nick Liu
0d7f7dc543
Improved: Downloads >> Preferences >> Protection
...
- MOD: Refactored NGINX secure_link_md5 decorator into interface and
class in Downloads plugin
- NEW: Downloads plugin: Admin preferences UX improvement:
Preferences >> Protection now shows the user a list of
supported NGINX variables pulled from
NginxSecureLinkMd5Decorator
2018-04-30 06:24:20 -05:00
Nick Liu
fa08c915a3
Downloads: Basic support for NGINX secure_link_md5
...
- NEW: "Protection" section in Downloads >> Preferences
- NEW: Basic support for NGINX secure_link_md5 in Downloads plugin
- NEW: When configured with a URL protection mode, Downloads will
modify the direct download URL and/or the mirror download URL
to be compatible with the implemented URL protection
Fixes : #3075
2018-04-30 05:50:19 -05:00
Cameron
f330afe9e7
Merge pull request #3110 from Deltik/fix-3109
...
Fix plugin upgrade version number mouseover text
2018-04-29 12:03:50 -07:00
Deltik
cce67aecf4
Fix plugin upgrade version number mouseover text
...
Fixes : #3109
2018-04-29 04:04:55 -05:00
Cameron
91433b9d48
Merge pull request #3105 from Serios/revert-3100-patch-12
...
Revert "Truly disable a button on FormSubmit"
2018-04-27 12:38:43 -07:00
Serios
738583cd23
Revert "Truly disable a button on FormSubmit"
2018-04-27 08:53:14 +03:00
Cameron
dc5fc3cfe9
Merge pull request #3100 from Serios/patch-12
...
Truly disable a button on FormSubmit
2018-04-24 13:28:19 -07:00
Cameron
038f2de297
Merge pull request #3098 from yesszus/patch-2
...
Update admin banlist.php
2018-04-22 11:59:04 -07:00
Serios
bcce574e79
Truly disable a button on FormSubmit
...
We need to add attribute disabled to the button to truly disable it, otherwise the click event is fired up again and again causing form submissions
2018-04-20 09:45:03 +03:00
Gábor
fdd38d87f2
Update lan_banlist.php
2018-04-18 09:49:24 +02:00
Gábor
47d88e1e15
Update banlist.php
2018-04-18 09:45:30 +02:00
Cameron
3e1feac04d
Improved loading time of admin area navigation.
2018-04-17 14:48:39 -07:00
Cameron
024074ee1e
Issue #3082 - Possible fix for sef conflict.
2018-04-17 14:36:55 -07:00
Tijn Kuyper
5216eda6e4
Merge pull request #3091 from Deltik/fix-3086
...
Removed pointless second sort in e_tree_model
2018-04-06 14:29:16 +02:00
Deltik
b3aa33afb5
Removed pointless second sort in e_tree_model
...
e_tree_model::prepareSimulatedCustomOrdering() performed an ORDER BY
second sort that doesn't add any benefit at all and causes #3086 .
This second sort has been removed.
Fixes : #3086
2018-04-03 17:21:45 -05:00
Cameron
9726a70d2d
Issue #3076 - session handler.
2018-03-19 11:20:35 -07:00
Cameron
75ff5fc36d
Revert Datehandler changes for now.
2018-03-15 22:27:25 -07:00
Cameron
3bb77c6d0c
Date handler am/pm code fix.
2018-03-12 18:08:46 -07:00
Cameron
968965e561
Removed session debug info
2018-03-10 19:23:06 -08:00
Cameron
8f91e42c40
Changed makeClickable to public, for testing.
2018-03-10 19:17:13 -08:00
Cameron
9f50721ab5
Use 'method' for news_template, so we get the 'Default' when empty.
2018-03-10 18:19:53 -08:00
Cameron
79fbf4273c
Issue #2996 Admin-ui type=layout inline editing issue.
2018-03-10 18:15:45 -08:00
Cameron
dfb0e1bd4a
Issue #2586 Forward icon issue.
2018-03-10 13:36:32 -08:00
Cameron
15345afb89
#1517 Tracing of the 'unauthorized access' issue.
2018-03-09 17:52:14 -08:00
Cameron
0bec81f6d7
Issue #3065 admin > users > search by IP failing to return records.
2018-03-08 16:21:51 -08:00
Cameron
de69b07318
Basic Bootstrap 4 library support. Bootstrap4 theme added for testing purposes only.
2018-03-08 13:45:08 -08:00