1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

506 Commits

Author SHA1 Message Date
Achim Ennenbach
f5928ee2d8 possible fix for #3259: Added test if tooltip is loaded 2018-07-22 22:05:41 +02:00
Cameron
cd8ddfd54a Issue #3200 - Media-Manager Media-picker work-in-progress 2018-07-19 12:43:04 -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
Achim Ennenbach
d8c63724b2 fixes #3051 broken image links
The image browser always returns image path relative to admin directory,
which doesn't work in case the target is a plugin.
Added a check for the target and modify the preview url in case
it is a plugin.
2018-07-04 13:28:45 +02:00
Cameron
a1469aad5e Issue #3175 GDPR work. 2018-06-05 12:55:20 -07: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
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
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
Serios
738583cd23
Revert "Truly disable a button on FormSubmit" 2018-04-27 08:53:14 +03: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
Cameron
de69b07318 Basic Bootstrap 4 library support. Bootstrap4 theme added for testing purposes only. 2018-03-08 13:45:08 -08:00
Cameron
b40b1916a3 Issue #2970 btn-default > btn-default btn-secondary 2018-01-10 15:06:40 -08:00
Cameron
d73f39f61d TinyMce left/right image alignment class added. bbcode-img-left bbcode-img-right 2017-12-17 13:12:47 -08:00
Cameron
c10d350d8b Issue #2869 Media-Manager: Auto-convert to jpeg option added. 2017-11-16 20:17:07 -08:00
Cameron
a6ede510a9 BC Fix to avoid oversized images after upgrade. 2017-11-16 19:49:35 -08:00
Lóna Lore
4e5578fd8c Fix for Issue #2858. 2017-11-14 20:35:17 +01:00
Cameron
0e3c68f0b8 Improved the front-end inline editing feature. Now has Save and Cancel buttons. 2017-11-10 09:03:04 -08:00
lonalore
5cc14c86ae Fix for issue #2835. 2017-10-31 10:19:09 +01:00
Cameron
ecdbe10b01 Animate.css Library added. Animate style added to TinyMce. 2017-10-28 17:40:04 -07:00
Cameron
028e43d80b Issue #2825 Possible fix for modal problem. 2017-10-24 14:10:44 -07:00
Cameron
ca171ed5db Fixes #2820 .search-menu class added to search_menu.php 2017-10-16 09:39:29 -07:00
Cameron
8b32e679c7 News Archive Menu added. e-expandit now adds the 'open' css class when expanded. 2017-10-09 14:05:48 -07:00
Cameron
fd199be3e1 BC Fix for {SITELINKS} shortcode with expanding links. 2017-10-05 13:14:50 -07:00
Cameron
a96deba7f9 Merge pull request #2765 from lonalore/submit
Fix for issue #2762
2017-08-14 09:33:36 -07:00
lonalore
43af65908d Remove margin from empty draggable-panels. 2017-08-11 10:25:13 +02:00
lonalore
06474b83b1 Fix for issue #2762 2017-08-11 09:28:49 +02:00
Lóna Lore
1da41a2288 Fix for issue #2741 2017-07-24 22:57:58 +02:00
lonalore
1e3d8d4621 Behaviors for .e-hideme and .e-expandit elements. 2017-07-21 09:17:36 +02:00
Cameron
843bbf5fc3 Loading icon replacement. 2017-07-13 17:32:01 -07:00
Lóna Lore
cb5a1171d1 Fix for Issue #2720 2017-07-10 21:47:25 +02:00
Cameron
77df665135 PM: Fix for outbox template load. BC styling fix for table width. 2017-05-25 14:43:39 -07:00
Cameron
f96e0de826 Flexpanel equal-height row options. 2017-04-21 17:09:03 -07:00
Cameron
16957243bc Admin-ui: Grid carousel slides are now auto-normalized. 2017-04-05 13:31:29 -07:00
Cameron
674fde0525 Admin-ui: Carousel option added for use with Grid. 2017-04-05 12:42:42 -07:00
Cameron
329095336e Fixes #1984 Disable CHAP when SSL is enabled or encryption method is not legacy MD5 2017-03-21 12:29:05 -07:00
Cameron
be44bc8f09 Theme shortcodes may now be used as content for sitelink functions. eg. To generate drop-down mega-menus. 2017-03-15 16:49:55 -07:00
Cameron
5a5f92392c news-grid sitelink menu. 2017-03-15 15:56:17 -07:00
Lóna Lore
7e66f694d1 Ability to use bs-switch in menu-manager config modals. 2017-03-06 22:20:56 +01:00
Cameron
2be943f45a Switch fix 2017-03-03 08:44:42 -08:00
Cameron
551bee9b47 Progress on inverted switch 2017-03-02 19:07:46 -08:00
Lóna Lore
b91351c5ed Fix for unchecked-checkbox value submission. 2017-03-03 00:03:31 +01:00
lonalore
d5091a96c1 Fix for Media Manager selection. 2017-03-02 16:40:32 +01:00
Cameron
9d546ce5d0 Improved active-link detection for SEF URL index.
Issue #2318 - external URL issue.
Issue #2292
Issue #1604
2017-02-28 09:55:35 -08:00
lonalore
614963798a Fix for Menu Manager modal tooltips. 2017-02-14 16:59:52 +01:00
Cameron
a631bd5195 Bootswitch styling. 2017-02-10 09:16:40 -08:00
Cameron
90a5077fe2 Login-page footer styling fix. 2017-02-09 12:04:39 -08:00
lonalore
ac27faabcf Fix for inline editing. 2017-02-07 09:57:50 +01:00