1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 12:06:29 +02:00
Commit Graph

67 Commits

Author SHA1 Message Date
Cameron
3120e00270 Fixes #3379 Download admin-area "Quick View" URL. 2018-08-14 17:26:05 -07:00
Cameron
a64f4a1686 Fixes #1732 Media-Manager Category selection. 2018-08-06 13:33:38 -07:00
Tijn Kuyper
5689e8044e Fixes #1746 - Allow to set time for download item 2018-06-25 16:39:26 +02:00
Nick Liu
4af400fd75 Refactored some Downloads plugin code 2018-05-01 07:46:48 -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
b40b1916a3 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:06:40 -08:00
Cameron
b38183035d Download URL fixes 2017-04-13 09:43:29 -07:00
Cameron
8d077da40e DownloadsL Pagination (next/prev) fix. SEF Url methods updated. 2017-04-12 15:38:09 -07:00
Cameron
c88fbb5c9a Closes #2528 Batch SEF generation added. 2017-04-02 11:32:32 -07:00
Cameron
525a097517 Admin-ui: readParm['url'] added and other url fixes. 2017-03-30 13:53:06 -07:00
Cameron
7ab368076f Admin-ui: Additional checks for valid parent value when editing parent/child record. eg. download_category etc. 2017-03-30 08:58:02 -07:00
Cameron
a2026244a3 Issue #2487 - Category Tree fixes. 2017-03-28 15:16:27 -07:00
Cameron
f90832a9d5 Admin-ui automated tree sorting when $sortField and $sortParent are defined. 2017-03-27 16:27:08 -07:00
Cameron
0846180664 Dynamic Download URL support (using shortcodes). Quick View added to downloads admin area. 2017-03-26 16:35:06 -07:00
MikeyGMT
af17dffcaa More Duplicate LANS #6 LAN_NONE LAN_SUBMIT
More Duplicate LANS #6 LAN_NONE LAN_SUBMIT
2017-02-10 22:34:17 +00:00
Cameron
503fa926ac Downloads form element fix. 2017-02-10 08:17:57 -08:00
Cameron
30092ef372 GUI styling fixes. Theme thumbnail preview corrected on missing preview images. 2017-02-01 08:54:28 -08:00
Gábor
97c0d7ac71 Update admin.php 2017-01-22 10:16:26 +01:00
Cameron
4813a0896b Fixes #2123 - Download Media-Manager 2016-12-07 12:39:23 -08:00
Cameron
e6be1b8a2c Upgrade Fixes - Legacy Download image paths and Download Category icons. 2016-12-05 15:41:19 -08:00
Cameron
a985a6e9b1 Issue #1746 - Downloads datestamp not being saved correctly. 2016-06-30 08:50:35 -07:00
Cameron
2c2d48b902 Issue #1270 - GUI Fixes. 2016-01-25 19:20:50 -08:00
Cameron
71fff6e8d2 AdminUI: Simple SEF generation option added. Usage: writeParms='sef=sourceField'. eg. writeParms='sef=news_title'. 2016-01-16 11:56:26 -08:00
Cameron
5e008b5df4 Issue #1174 - Orphaned LANs corrected. User Profile LANs cleaned up. 2015-08-29 15:56:18 -07:00
Cameron
a26de7bc84 Issue #1138 - Bootstrap3 UI fixes. 2015-07-15 19:33:15 -07:00
Cameron
6499ff72f7 Issue #1138 Added 'btn-default' where missing. 2015-07-13 19:09:30 -07:00
MikeyGMT
dccba01f37 Replace Duplicate LANs : LAN_ID
Duplicate LANs for ID replaced with LAN_ID
Plus correct bad quotes in installer LANINS_030.
2015-07-02 13:03:03 +01:00
Cameron
720f445565 Fixes #998 - Download category creation issue when using MySQL Strict. 2015-05-08 10:20:04 -07:00
Cameron
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
Cameron
dab64ca165 New event trigger names reworked. Replaced all '-' with '_' for compatibility with e_notify. 2015-02-12 16:52:30 -08:00
Cameron
d018cef6de Event trigger-name updates (backward compatible) 2015-02-09 02:21:41 -08:00
Cameron
868c586529 Fixes #768 - External-download filesize calculation. 2015-01-29 17:19:03 -08:00
Cameron
141b9d1ab1 Fixes #842 - Admin-ui for download mirrors 2015-01-26 10:15:59 -08:00
SecretR
fe0524b2f9 Fix public upload and upload management 2014-11-03 21:51:55 +02:00
Cameron
ac56b5ca10 More $admin_log global removal. 2014-10-23 11:12:13 -07:00
Cameron
484f2ca330 Fixes #566 - prefs not being saved in some plugins. 2014-05-24 15:20:56 -07:00
Cameron
47c546c2fb Added keyword tags to downloads. 2014-02-04 09:22:15 -08:00
Cameron
470b043739 Fixes #466 Download Category Icons path. 2013-12-30 03:56:27 -08:00
Cameron
86be4773f4 Initial work on Download SEF Urls 2013-12-24 02:33:14 -08:00
SecretR
00ad4d35f5 Fixed #128: Download Plugin - can't activate "limits"; minor additional
cleanup
2013-04-27 14:45:47 +03:00
Cameron
66eb7c1be7 Button styling updated to Bootstrap 'btn' 2013-04-26 13:48:23 -07:00
Cameron
063bf2b200 $frm->selectbox() renamed to $frm->select(); for consistency. 2013-04-25 17:29:46 -07:00
Moc
b76c06db45 Minor UI fix to Downloads plugin 2013-03-07 13:24:48 +01:00
Tijn Kuyper
adc98596c2 Various clean-up (#6, #125, 90). Removal of message and form handler. Headers updated. 2013-02-27 17:18:33 +01:00
Cameron
fdf78c92a4 Issue #73 Deprecated admin_handlers.php file. 2013-02-26 17:17:31 -08:00
Cameron
43478aabfa Removed references to deprecated preset handler. 2013-02-25 17:45:19 -08:00
Cameron
a2ea0f7a83 Changed Tabs code to bootstrap instead of jquery-ui 2013-02-25 02:47:23 -08:00
Cameron
71b71d42b4 Issue #12 Moved Downloads code out of request.php and into it's own requester. Corrected download class issue. 2013-02-23 12:39:58 -08:00
Cameron
dc42c53d76 Downloads language-file cleanup. Feature-box inline editing enabled. 2013-02-23 04:05:08 -08:00