1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-21 15:16:39 +01:00

860 Commits

Author SHA1 Message Date
Cameron
e392fd5740 Fix for drag-n-drop upload. 2018-08-26 15:27:59 -07:00
Cameron
3d031895ca Dropzone LAN added. Catch theme shortcode when set in sitelinks but missing and add a debug message. 2018-08-24 16:04:12 -07:00
Cameron
ea4affeab1 Media-Manager news now includes common images/video etc. 2018-08-22 18:09:46 -07:00
Cameron
4c41fb6ea2 Issue #3392 MediaPicker in use by default and "Clear" button added. 2018-08-22 17:20:49 -07:00
Cameron
1754887672 MediaManager Fixes. 2018-08-16 19:02:02 -07:00
Cameron
a2e082c75d MediaPicker Icon fix. 2018-08-13 14:44:55 -07:00
Cameron
acfaf2df8e MediaPicker fixes. 2018-08-11 14:06:21 -07:00
Cameron
604cda1f83 Admin-ui: Prevent 'options' header column from displaying when not found in $fields array. 2018-08-07 19:39:47 -07:00
Cameron
07a2efbdcf Fixes #1732 Image preview on download. 2018-08-06 13:07:13 -07:00
Achim Ennenbach
e692eecebe choose wysiwyg editor
Now it is possible to have TinyMCE in the backend and SimpleMDE on the forum pages.
wysiwyg() got a new parameter $returnEditor to return the name of the editor.
wysiwyg() now checks if the choosen editor is installed.
wysiwyg() setting a value is not systemwide anymore (static var instead of registry)
Use the bbarea() $options array to define the editor to use e.g. $options['wysiwyg'] = 'tinymce4';
Updated forum_admin.php to support SimpleMDE.
Updated tinymce4/e_footer.php to support the new return value (editor name)
2018-07-29 15:11:40 +02:00
Cameron
e5af746153 Closes #3330 #3318 2018-07-28 13:41:44 -07:00
Cameron
37017652cc
Merge pull request #3318 from SimSync/forum_editor
choose editor in forum and quick reply
2018-07-28 13:07:36 -07:00
Cameron
8124b683c5 MediaPicker icons tab. 2018-07-27 17:39:44 -07:00
Cameron
bbb6162181 MediaPicker Allow drag-n-drop to replace existing image. 2018-07-27 12:48:45 -07:00
Cameron
96037d5ac9 Issue #3276 Fix encoding on '+' in media categories. Mediapicker fixes. Media class cleanup. 2018-07-26 20:14:42 -07:00
Cameron
f1329535a5 MediaPicker drag-n-drop upload. 2018-07-26 19:13:27 -07:00
Cameron
baf570071e mediapicker() mediaselector-preview-empty css class added. 2018-07-26 14:06:45 -07:00
Cameron
557dea1f0e Media-picker work. Add the following to e107_config.php to enable and test. define('e_DEBUG_MEDIAPICKER', true); 2018-07-25 20:28:30 -07:00
Achim Ennenbach
26022e4507 choose editor in forum and quick reply
New prefs for forum: editor & quickreply
editor makes it possible to choose between bbcode or tinymce (if installed and html enabled)
quickreply gives the option to choose between the standard textarea or the choosen editor (from pref editor)
2018-07-25 22:48:14 +02:00
Achim Ennenbach
774e51ff13 fixes #3249 uc_select() didn't recognize comma separated values
added a check for such values
2018-07-21 10:20:40 +02:00
Cameron
cd8ddfd54a Issue #3200 - Media-Manager Media-picker work-in-progress 2018-07-19 12:43:04 -07:00
Cameron
6ab8c5c0f3 Issue #3200 More work on Media-picker. Version changed to 2.1.9 (git) 2018-07-18 14:40:29 -07:00
Cameron
a64b4fe5e7 admin-ui: 'optDisabled' attribute added to type='dropdown' to selectively disable specific optArray items. 2018-07-14 19:35:21 -07:00
Cameron
7d40402760 New Feature: Adding data-modal-submit='true' to a link (with class='e-modal') that points to an admin-ui create/edit form will now cause the iframe's form buttons to be hidden, and the "Create" or "Update" button placed in the footer of the modal window. Basically, this avoids the need to scroll the iframe in order to submit the form. The iframe's form is submitted from the modal window's button.
The same can be achieved with $readParms = array('target'=>'modal', 'modalSubmit'=>true); on an 'options' field in admin-ui $fields.
2018-07-14 16:07:49 -07:00
Cameron
7933ec651e PHP Warning removal 2018-07-14 13:26:50 -07:00
Cameron
2b24346a8a Form handler - select() - support for disabled items. 2018-06-08 18:55:04 -07:00
Cameron
a1469aad5e Issue #3175 GDPR work. 2018-06-05 12:55:20 -07: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
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
0c1ab45835 Form Handler Fixed drop-down 'empty' value check. 2018-05-23 18:47:34 -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
Cameron
ed36008286 Non-standard arg_separator.output value fix. 2018-05-04 17:58:25 -07:00
Cameron
79fbf4273c Issue #2996 Admin-ui type=layout inline editing issue. 2018-03-10 18:15:45 -08:00
Cameron
56ffaad39e Fixed 'after submit' default. Added writeParm['empty'] for type 'dropdown' when a default value on empty is required. 2018-03-04 11:59:59 -08:00
Cameron
d462a1bfa2 Fix formhandler flipswitch defaults. 2018-02-23 12:01:08 -08:00
Cameron
d0d4bcc1cd Use static URLs in compressed CSS when enabled. 2018-01-26 18:12:12 -08:00
Nick Liu
516d4ce1c6
Passwords can't begin or end with whitespace
https://github.com/e107inc/e107/pull/3007#issuecomment-360229501
2018-01-24 14:15:01 -06:00
Nick Liu
6f40129cfc
Allow spaces in passwords system-wide by default
Some e107 users and admins may use whitespace in their passwords, but the
client-side HTML validation currently prohibited them by default.

The server accepts passwords with whitespace if this client-side validation is
disabled, so there does not appear to be a technical reason for this
restriction.

This commit allows whitespaces in passwords by default.

Fixes: #3006
2018-01-24 05:27:38 -06:00
Cameron
0671024c79 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:11:12 -08:00
Cameron
b40b1916a3 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:06:40 -08:00
Cameron
c5394784ff Issue #2973 - 'post' attribute on multilan field. 2018-01-09 14:19:57 -08:00
Cameron
bcc1604ccb Issue #2952 Admin-ui : Form-handler 'layouts' 2018-01-09 10:20:53 -08:00
Cameron
a9a45eb770 Fixes #2972 multilan input size. 2018-01-09 09:39:45 -08:00
Jimako
0502d955cc
update bootstrap tabs #2898 2018-01-08 15:49:22 +01:00
Cameron
4c187b8c6a
Merge pull request #2943 from Jimmi08/patch-3
fix for home icon in bootstrap 4 #2898
2018-01-05 14:21:59 -08:00
Cameron
2dd2230cf8
Merge pull request #2942 from Jimmi08/patch-2
remove divider for bootstrap4 too #2898
2018-01-05 14:14:52 -08:00
Jimako
f5a0a6b916
fix for home icon in bootstrap 4 #2898 2018-01-02 11:36:16 +01:00