1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-08 00:32:28 +02:00
Commit Graph

108 Commits

Author SHA1 Message Date
cbb8315417 Prevent e-ajax from firing multiple times. 2021-10-14 08:58:05 -07:00
6020de66e1 Issue #4567 - Remove jQuery.once() dependency. 2021-09-13 18:40:19 -07:00
a6406ea0d3 Javascript fixes for TimeZone cookie and Twitter menu. 2021-01-16 05:39:32 -08:00
43be73b8c8 data-clear-target option added to e-ajax function. Clear form element(s) on successful completion of ajax call. 2020-06-01 12:03:57 -07:00
d640ee8ccf File Inspector UI enhancements. 2020-04-01 16:32:23 -07:00
d4870293e1 Fix for data-disable attribute on ajax link. 2020-02-09 11:08:11 -08:00
955af62106 Support for data-disable='true' when using class 'e-ajax'. ie. prevent double-clicking. 2020-02-02 14:06:56 -08:00
c4c040ab48 Revert "Fixes #1933 - Only allow rating a user with full stars (not half a star)"
This reverts commit dee7049049.
2019-10-02 15:41:30 +02:00
dee7049049 Fixes #1933 - Only allow rating a user with full stars (not half a star) 2019-10-02 15:38:29 +02:00
c1e3e8889f Issue #1944 (Partial fix) Comments use unique IDs. 2019-04-11 15:52:41 -07:00
1f824faa69 Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
ca4a336454 e-ajax data-loading-icon and data-loading-target attributes added. 2018-11-22 11:12:01 -08:00
af629e0a2b e-ajax data-confirm option added. 2018-11-21 15:36:26 -08:00
e8f2b144f0 changed function call to support dynamically added content 2018-07-27 21:12:08 +02:00
f5928ee2d8 possible fix for #3259: Added test if tooltip is loaded 2018-07-22 22:05:41 +02:00
a1469aad5e Issue #3175 GDPR work. 2018-06-05 12:55:20 -07:00
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
738583cd23 Revert "Truly disable a button on FormSubmit" 2018-04-27 08:53:14 +03:00
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
8b32e679c7 News Archive Menu added. e-expandit now adds the 'open' css class when expanded. 2017-10-09 14:05:48 -07:00
06474b83b1 Fix for issue #2762 2017-08-11 09:28:49 +02:00
1da41a2288 Fix for issue #2741 2017-07-24 22:57:58 +02:00
1e3d8d4621 Behaviors for .e-hideme and .e-expandit elements. 2017-07-21 09:17:36 +02:00
16957243bc Admin-ui: Grid carousel slides are now auto-normalized. 2017-04-05 13:31:29 -07:00
674fde0525 Admin-ui: Carousel option added for use with Grid. 2017-04-05 12:42:42 -07:00
d7a5d90bb1 Use e107.behaviors for ".e-dialog-close" elements. 2017-02-02 12:36:28 +01:00
08a4804e8d Media Manager JS cleanup. 2017-02-02 11:13:19 +01:00
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
1eccbf30d6 Fixes #2091 - expandit issue. 2016-12-01 11:50:09 -08:00
e0e26b83fc Code formatting. 2016-11-30 20:39:15 +01:00
dffe63fce2 Ajax API improvement. 2016-11-30 20:36:47 +01:00
7f27cf5bfd Issue #2049 - Expandit now works on divs with legacy code. 2016-11-28 14:15:01 -08:00
c8feb4ae0c Fixed: Call e107.attachBehaviors() after a load of new content. 2016-06-27 19:22:58 +02:00
c2c2d7aa37 Removed Library Manager UI, moved library listing to prefs page. 2016-06-21 10:40:41 +02:00
a4203b72c7 Frontend inline-editing preference added. 2016-06-09 16:44:40 -07:00
b762c10ecc Display loading button on form submit only when submit is successful. (no validation issues) 2016-04-11 17:58:22 -07:00
8ff02d9aa9 Default loading icon added to form->button() method when font-awesome is present. 2016-04-10 17:52:30 -07:00
c912c78efa JS callback function to check selector is valid or not. Missing LAN vars for prettyPhoto. 2016-03-30 14:32:56 +02:00
91e504c220 Ajax API: support for forms without ID. 2016-03-25 10:21:19 +01:00
5498c0ac15 Inline support for expandit behavior. 2016-03-25 09:32:28 +01:00
d2ef47fecc Fix for default expandit behavior. For the FAQs Categories not showing after install. 2016-03-24 10:30:53 -07:00
f182d412cc Fixed: bbcode buttons not working. 2016-03-23 13:05:56 +01:00
689b4c8c77 Media-Manager: Fix for incorrect 'empty image' size when selected. Fix for 'empty icon' when selected. Fix for media-manager close-window issue. GUI fix for 'no image' option. 2016-03-11 12:31:09 -08:00
51d59f83d9 Tooltips: data-tooltip-position attribute option added to 'e-tip' selector. 2016-03-10 15:43:16 -08:00
3a1d17e6a2 Fixed missing target issue. 2016-03-07 13:42:58 +01:00
4d0cdfc0ba Add e107::ajax() to provide macro methods for createing Ajax commands. 2016-03-03 11:50:36 +01:00
1001798237 Use "target" instead of "selector". 2016-03-02 18:40:46 +01:00
1a1a990e6b Remove unused e107.ajax object. 2016-03-02 16:43:57 +01:00
de95262459 Use e107.callbacks instead of creating new object. 2016-03-02 16:42:48 +01:00
d8c2dc883d Override default method by command "insert". 2016-03-02 16:02:53 +01:00