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

228 Commits

Author SHA1 Message Date
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
lonalore
5cc14c86ae Fix for issue #2835. 2017-10-31 10:19:09 +01:00
Cameron
028e43d80b Issue #2825 Possible fix for modal problem. 2017-10-24 14:10:44 -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
Lóna Lore
cb5a1171d1 Fix for Issue #2720 2017-07-10 21:47:25 +02: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
lonalore
d5091a96c1 Fix for Media Manager selection. 2017-03-02 16:40:32 +01: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
lonalore
ac27faabcf Fix for inline editing. 2017-02-07 09:57:50 +01:00
Cameron
87b9489976 Theme handler optimization 2017-02-02 16:42:11 -08:00
Lóna Lore
b1067cd328 Possible fix for issue #2351. 2017-02-02 20:59:51 +01:00
lonalore
d7a5d90bb1 Use e107.behaviors for ".e-dialog-close" elements. 2017-02-02 12:36:28 +01:00
lonalore
08a4804e8d Media Manager JS cleanup. 2017-02-02 11:13:19 +01:00
Cameron
e13fca30c5 Fix media-manager icon sizes. 2017-01-29 15:34:50 -08:00
Lóna Lore
cb73f12d55 Use fadeIn and fadeOut for tab visibility... 2017-01-21 11:27:36 +01:00
Lóna Lore
da16d2d52e Use e107.behaviors handler to initialize click event on ".e-modal" elements. 2017-01-20 18:32:23 +01:00
Cameron
b5b06536df Quick fix for ajax breaking inactive tabs layout when inserting html. (due to display:block css being added by default by jQuery) 2017-01-19 16:12:14 -08:00
Cameron
51fa56339b Make Media-Manager navigation feel more responsive. 2017-01-15 11:10:51 -08:00
Cameron
f564d360e5 Speed up the Media-Manager carousel 2017-01-15 10:45:38 -08:00
Cameron
3307291ed9 Fix for JS warnings. 2017-01-03 11:23:41 -08:00
Cameron
9dd717cba8 Menu-Manager rewrite complete, debug mode only. 2017-01-02 19:13:48 -08:00
Cameron
d8258e8174 Menu Manager selection re-write. To enable/test add the following to e107_config.php :
define('e_DEBUG_MENUMANAGER', true);
2017-01-02 14:09:02 -08:00
Cameron
2cb6de6666 New Events: user_page_item_viewed, user_comment_deleted
News Comment Count now moving up/down accordingly.
2016-12-22 10:00:37 -08:00
Cameron
1eccbf30d6 Fixes #2091 - expandit issue. 2016-12-01 11:50:09 -08:00
Lóna Lore
e0e26b83fc Code formatting. 2016-11-30 20:39:15 +01:00
Lóna Lore
dffe63fce2 Ajax API improvement. 2016-11-30 20:36:47 +01:00
Cameron
7f27cf5bfd Issue #2049 - Expandit now works on divs with legacy code. 2016-11-28 14:15:01 -08:00
Cameron
6f24cbb997 Issue #2040 - Max-upload-size pref is now respected by the Media-Manager. 2016-11-17 12:34:09 -08:00
lonalore
93b993bbb1 Flexpanel layout picker. 2016-11-09 16:06:53 +01:00
lonalore
e5b9d71943 Drag-and-drop panel moving/sorting now works fine. 2016-11-09 12:44:03 +01:00
lonalore
3a3734ef86 Revert changes by infopanel, and introduce flexpanel, which extends infopanel funcionality. 2016-11-07 14:12:19 +01:00
Lóna Lore
6d96cdbeab Custom layout for dashboard with 10 droppable areas. 2016-11-04 18:06:36 +01:00
Cameron
dc6754d0e8 Issue #1974 - Media-Manager file-mode: Added Option to remove selected file. Fixes #1959 - allow for more than one media-category of a particular type during plugin installation. Issue #6 LAN fix on "Choose a file". 2016-10-31 20:34:59 -07:00
Lóna Lore
c8feb4ae0c Fixed: Call e107.attachBehaviors() after a load of new content. 2016-06-27 19:22:58 +02:00
lonalore
c2c2d7aa37 Removed Library Manager UI, moved library listing to prefs page. 2016-06-21 10:40:41 +02:00
Cameron
a4203b72c7 Frontend inline-editing preference added. 2016-06-09 16:44:40 -07:00
Cameron
b6f9122faa Merge pull request #1578 from waskosky/master
Allow full screen iframed elements in modal
2016-04-23 14:14:03 -07:00
Michael Waskosky
5453be3ccd Allow full screen iframed elements in modal
This tag allows videos in modals to be full screen.
2016-04-23 14:51:45 -06:00