1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

275 Commits

Author SHA1 Message Date
Cameron
b762c10ecc Display loading button on form submit only when submit is successful. (no validation issues) 2016-04-11 17:58:22 -07:00
Cameron
8ff02d9aa9 Default loading icon added to form->button() method when font-awesome is present. 2016-04-10 17:52:30 -07:00
Cameron
7d7ee21cbe Improved Menu-Manager navigation 2016-04-09 18:54:11 -07:00
Cameron
eaf23811f5 Corrected user template markup and added more class ids for greater flexibility during theme development. 2016-04-07 16:41:31 -07:00
Lóna Lore
c912c78efa JS callback function to check selector is valid or not. Missing LAN vars for prettyPhoto. 2016-03-30 14:32:56 +02:00
Lóna Lore
3198440697 Add prettyPhoto and jQuery Cycle libraries to lib folder. 2016-03-29 10:45:45 +02:00
Lóna Lore
91e504c220 Ajax API: support for forms without ID. 2016-03-25 10:21:19 +01:00
Lóna Lore
5498c0ac15 Inline support for expandit behavior. 2016-03-25 09:32:28 +01:00
Cameron
d2ef47fecc Fix for default expandit behavior. For the FAQs Categories not showing after install. 2016-03-24 10:30:53 -07:00
Lóna Lore
f182d412cc Fixed: bbcode buttons not working. 2016-03-23 13:05:56 +01:00
Lóna Lore
8c8e7acf0c Fixed: Insert an image from Media Manager does not work (bbarea). 2016-03-23 11:51:36 +01:00
Cameron
9cb9f347b1 User profile: Force a perfect circle for the avatar. 2016-03-22 04:31:07 -07:00
Cameron
0ffdc23c18 Fixes #1437 - mp3 file-type was being rejected. 2016-03-18 16:15:52 -07:00
Cameron
583a11dca8 Issue #1423 - User Profile template upgrade tweaks. 2016-03-14 18:32:51 -07:00
Cameron
3c089d83a7 Default comment template modified/corrected for mobile devices. 2016-03-14 12:10:22 -07:00
Cameron
4c738f1613 MediaManager Thumbnail hover styling. 2016-03-11 14:16:22 -08:00
Cameron
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
Cameron
51d59f83d9 Tooltips: data-tooltip-position attribute option added to 'e-tip' selector. 2016-03-10 15:43:16 -08:00
Cameron
aea0fd2e53 TinyMce Fullscreen now working correctly. Clearfix added to 'Alignment' format menu. 2016-03-09 16:06:30 -08:00
Cameron
eb6c6c3021 Fixes #1408 - Email Obfuscation issue in IE. 2016-03-09 12:12:15 -08:00
Cameron
6a26ff7bd5 Merge pull request #1404 from lonalore/master
New Ajax API.
2016-03-07 13:24:41 -08:00
Lóna Lore
3a1d17e6a2 Fixed missing target issue. 2016-03-07 13:42:58 +01:00
Cameron
35b5957b24 Basic e_upload.php file added. Work-in-progress. 2016-03-06 00:42:15 -08:00
Lóna Lore
4d0cdfc0ba Add e107::ajax() to provide macro methods for createing Ajax commands. 2016-03-03 11:50:36 +01:00
Lóna Lore
1001798237 Use "target" instead of "selector". 2016-03-02 18:40:46 +01:00
Lóna Lore
1a1a990e6b Remove unused e107.ajax object. 2016-03-02 16:43:57 +01:00
Lóna Lore
de95262459 Use e107.callbacks instead of creating new object. 2016-03-02 16:42:48 +01:00
Lóna Lore
d8c2dc883d Override default method by command "insert". 2016-03-02 16:02:53 +01:00
Lóna Lore
82bc735daa Fixed JSON response handler. 2016-03-02 15:38:44 +01:00
Lóna Lore
4cfa54e07c Change comment for command "settings". 2016-03-02 15:13:42 +01:00
Lóna Lore
24cc54caf6 New Ajax API: It's backward compatible. New features: it supports JSON responses with multiple commands. It also supports different kind of commands such as insert, settings, invoke, remove, etc... 2016-03-02 15:12:34 +01:00
Cameron
b4c4352080 Login page template/shortcode fixes. 2016-02-29 15:13:32 -08:00
Cameron
8c0680a18a Corrected frontend modal markup. Corrected page registry identifier. 2016-02-28 20:50:09 -08:00
Jimmi08
1c3edfa709 update datetimepicker script issue #1226 2016-02-18 19:52:04 +01:00
Cameron
af9dfaa90a Merge pull request #1359 from lonalore/master
Issue #369: Plugin Manager: Plugin Description is corrupted if there'…
2016-02-15 00:03:39 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Lóna Lore
cbcad078af Issue #369: Plugin Manager: Plugin Description is corrupted if there's a long discription and you click 'More' 2016-02-14 20:55:27 +01:00
Cameron
afe608da8b Empty lib folder added. 2016-02-11 12:55:46 -08:00
Lóna Lore
92d5da7710 Ajax API - fixed comment next/prev issue. 2016-02-11 13:14:11 +01:00
Lóna Lore
009345a4cf Ajax API enhancements. 2016-02-11 11:27:08 +01:00
Lóna Lore
14aa88d74c Ajax API enhancements. 2016-02-10 22:49:57 +01:00
Lóna Lore
ec414893e2 Behavior to enable Smooth Scrolling if URL has a fragment. 2016-02-08 10:02:21 +01:00
Cameron
2e0cb4b8a8 'camera' removed from core. May be added by third-party themes if required. 2016-02-07 12:39:25 -08:00
Cameron
a1c4707bcf Preference added to enable experimental JS/CSS Caching. JS/CSS Caching tweaked to correct broken paths. 2016-02-05 15:31:54 -08:00
Cameron
fc7efdc0c6 Issue #1322 - Comment editing was failing. 2016-02-04 13:34:57 -08:00
Cameron
3279283b6c Search Fixes, Forum Search fixes. 2016-02-02 14:28:59 -08:00
Cameron
d159763747 Search Fixes. Forum search upgraded to v2.x spec. 2016-02-01 20:29:46 -08:00
Cameron
72a34d1969 Fixes #1270 - Default tooltip position in admin area set to 'top'. 2016-01-26 13:58:13 -08:00
Cameron
39aac804df Fix for corrupted page totals due to SEF URLs and shortened array keys. Requires more testing. BACKUP FIRST! 2016-01-21 13:36:02 -08:00
Cameron
6a07078cfc Backward Compatibility CSS. 2016-01-13 18:09:49 -08:00