1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-19 20:09:47 +01:00

10936 Commits

Author SHA1 Message Date
MikeyGMT
2f7b080bd7
Merge pull request #1 from e107inc/master
Merge e107inc/e107/master into Mikeygmt/e107
2018-06-19 12:22:45 +01:00
Cameron
42f63a3be0
Merge pull request #3191 from SimSync/_blank_setup
Blank SQL + Setup Documentation
2018-06-15 12:55:49 -07:00
Cameron
a9a4781ef0
Merge pull request #3190 from SimSync/mysql_check_index
Mysql check index, DB Verify
2018-06-15 12:55:37 -07:00
Achim Ennenbach
e1920c740a toMySQL() added keyname to index if available
getIndex() now supports also the INDEX keyword
2018-06-15 19:05:15 +02:00
Achim Ennenbach
4f568aec52 Added a help block at the beginning of the file,
which informs about how it works and what is supported.
2018-06-15 18:58:15 +02:00
Cameron
52e02087ae Issue #3096 - user theme preference check. 2018-06-14 17:03:03 -07:00
Cameron
a909cb8097
Merge pull request #3183 from oudoken/master
Fixes #3151 add an e_output option to plugin class
2018-06-13 11:55:58 -07:00
Tijn Kuyper
a56ffe0e58
Allow for copying forum categories in admin area 2018-06-13 14:48:36 +02:00
oudoken
fbdbd4b1ca Issue #3151 add an e_end to plugin class
V2 renamed based on Cameron suggestion
2018-06-12 18:09:00 +02:00
oudoken
ff3dc03a81 Issue #3151 add an e_end to plugin class 2018-06-12 11:07:21 +02:00
Cameron
2b24346a8a Form handler - select() - support for disabled items. 2018-06-08 18:55:04 -07:00
Achim Ennenbach
a7f1271eb4 Implemented upgrade_required() method as defined in forum_setup.php
Added some documentation on how to check for tables, fields and indexes
and how to remove fields and indexes
2018-06-08 23:02:36 +02:00
Achim Ennenbach
eeaa9b22a8 New method to check table indexes 2018-06-08 22:59:24 +02:00
Cameron
a1469aad5e Issue #3175 GDPR work. 2018-06-05 12:55:20 -07:00
Cameron
33f8b885fe
Merge pull request #3164 from SimSync/issue_3152_public_upload
Fixes #3152 Download / Upload categories problem
2018-06-02 12:47:45 -07:00
Cameron
ad3e416254
Merge pull request #3160 from SimSync/issue_3136
Fixes #3136 insert media-manager glyph doesn't insert anything in tinymce editor
2018-06-02 12:46:03 -07:00
Cameron
7ddd23712e
Merge pull request #3159 from SimSync/issue_3135
Fixes #3154 Comments not refreshing on submission
2018-06-02 12:45:28 -07:00
Achim Ennenbach
8d41cd6956 Fixes #3152
Made category editable (dropdown)
Made screenshot not required on public upload
2018-06-01 19:00:17 +02:00
Achim Ennenbach
3a228c0181 Possible fix for issue e107inc/e107#3152
Makes the category field editable (dropdown) so a download category can be assigned.
2018-06-01 18:16:48 +02:00
Achim Ennenbach
4978a0603d Fixes #3136
Tinymce introduced with version 4.7.10 an issue that prevents the e107 media manager to work correctly.
Reverted back to Tinymce version 4.7.9
2018-05-31 20:51:44 +02:00
Achim Ennenbach
7470aa4e0b Fixes #3154
Added missing 6th argument which throwed an exception
2018-05-31 20:48:03 +02:00
Cameron
82a662b13c
Merge pull request #3153 from SimSync/master
Closes #2265 User Extended Field for Date does not allow entry
2018-05-30 08:16:52 -07:00
Achim
a97d58ae44
Closes #2265 User Extended Field for Date does not allow entry
This fix closes issue e107inc/e107#2265 which pops up only when the JS files are cached (compressed).
There was a ";" missing at the end of the file after (jQuery).
2018-05-30 12:32:32 +02:00
Cameron
bab26e7762 datetimepicker() assumes the timezone to be that of the browser, which can pose problems in some situations. Now we can set a different timezone for the datepicker input and the UTC value will be automatically adjusted. eg. writeParms = array(type='datetime', 'timezone'=>'America/Los_Angeles') 2018-05-25 19:00:55 -07:00
Cameron
d023cfc63c datepicker timezone fix. 2018-05-25 08:47:47 -07:00
Cameron
78213c4a31
Merge pull request #3145 from SimSync/master
Fix for missing entries in strptime result array on Windows
2018-05-24 15:49:53 -07:00
Cameron
998a8fe7c3 JS datetimepicker() updated to latest version. Fixed datetimepicker() to respect the e107 timezone setting while saving as UTC. ie (admin > prefs > Date Display Options ) or the user's timezone setting (usersettings.php when the timezone user-extended field is enabled) . 2018-05-24 15:16:02 -07:00
Cameron
8327acb33e Tweak e_user.php 2018-05-24 13:14:48 -07:00
Cameron
171a914acf Experimental e_user.php code added. 2018-05-24 13:05:43 -07:00
Achim Ennenbach
8a6f1f5199 Fix for missing entries in strptime result array on Windows 2018-05-24 21:25:51 +02:00
Cameron
429413093e
Merge pull request #3142 from Deltik/fix-3135
Downloads plugin compatibility with PHP 5.4, 5.5
2018-05-24 10:46:02 -07:00
Cameron
b06d67d0a1 Date handler. Reduce usage of strptime(). Date format conversion from strftime() > DateTime added to toMask() method. 2018-05-24 07:39:54 -07:00
Cameron
0c1ab45835 Form Handler Fixed drop-down 'empty' value check. 2018-05-23 18:47:34 -07:00
Nick Liu
25310a901b
Downloads plugin compatibility with PHP 5.4, 5.5
- FIX: Avoided use of PHP 5.6 feature in Downloads plugin's
       NginxSecureLinkMd5Decorator

Fixes: #3135
2018-05-23 19:37:00 -05:00
Cameron
aa53328ef0 Issue #2222 - User Ranks experimental admin area moved to stable. 2018-05-23 17:02:33 -07:00
Cameron
d7e3caae83 Admin-ui: Improved adminMenu highlighting when custom uri in use.
Plugin Builder: added menu divider example.
2018-05-23 16:29:37 -07:00
Cameron
d512035eb6
Merge pull request #3130 from SimSync/master
Fixed smaller issues in date_handler.php
2018-05-16 14:07:34 -07:00
Achim Ennenbach
b1473ed919 removed orphaned variable 2018-05-15 22:56:13 +02:00
Achim Ennenbach
fc2873f46b closes e107inc/e107#3063
added option be able to set a different pattern
added additional options do define step, min, max value and decimals
2018-05-15 22:21:05 +02:00
Achim Ennenbach
6203233f30 fixed issue in strptime with wrong monthname on windows 2018-05-15 22:00:47 +02:00
Achim Ennenbach
34b422ff58 fixed orphaned . (dot) in convert_date 2018-05-15 21:54:43 +02:00
Cameron
ac4b505ceb Issue #3104 Library CSS fix for late calls. (eg. bootstrap-switch ) 2018-05-12 11:46:28 -07:00
Cameron
b71d7704fa
Merge pull request #3127 from rica-carv/rica-carv-patch-2
Fixes #3123 Forum template issue
2018-05-12 10:26:00 -07:00
Cameron
ac95924374 Issue #3104 Library CSS fix for admin area. 2018-05-12 10:22:58 -07:00
rica-carv
6413157b5e
#3123 patch
#3123 patch
2018-05-12 13:13:13 +01:00
rica-carv
64738e0a09
Merge pull request #50 from e107inc/master
.
2018-05-12 13:11:45 +01:00
Cameron
07d30296dc Issue #2630 Check for PDO MySQL module during install. 2018-05-11 17:55:10 -07:00
Cameron
6b925a6f76 Issue #3104 - Library CSS order fix. 2018-05-11 17:39:26 -07:00
Cameron
bf9cf05b0e Renamed date handler to e_date. BC support added. 2018-05-11 14:58:04 -07:00
Cameron
0fd399528a Issue #3124 Fix for TinyMce language path. 2018-05-11 14:52:55 -07:00