1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

835 Commits

Author SHA1 Message Date
Cameron
846be2c23c User/Member List may now include extended user-field data. Use {USER_EUF: field=xxxx} (excluding the 'user_' ) in your user_template. 2016-03-22 16:52:54 -07:00
Cameron
0b27b3d760 Membersonly enhancement.(option to redirect to login page or membersonly splash page). User Login page minor HTML cleanup. PHP Notice removal. 2016-03-22 11:42:05 -07:00
Cameron
9cb9f347b1 User profile: Force a perfect circle for the avatar. 2016-03-22 04:31:07 -07:00
Cameron
a8250858e3 Admin > Users would only allow viewing of one user extended-field in list mode under some circumstances. Checkbox field-type corrected. 2016-03-22 00:02:05 -07:00
Cameron
982082c6da Fix for long custom field date breaking layout. 2016-03-21 19:15:58 -07:00
Cameron
220d258915 Issue #1430 Fixed gzip encoding issue 2016-03-19 17:14:22 -07:00
Cameron
9d3e1ad5e7 Issue #223 - File Inspector UI cleanup. 2016-03-17 18:53:33 -07:00
Cameron
583a11dca8 Issue #1423 - User Profile template upgrade tweaks. 2016-03-14 18:32:51 -07:00
mcpeace-maw
3589ed4df3 Update user_template.php 2016-03-15 00:37:57 +02:00
Cameron
3c089d83a7 Default comment template modified/corrected for mobile devices. 2016-03-14 12:10:22 -07:00
Cameron
5f6809a6c6 Fix for fatal error and LANs in experimental design. 2016-03-14 10:38:45 -07:00
mcpeace-maw
65fb71023f Update user_template.php 2016-03-14 17:16:23 +02:00
Cameron
238c7b0bac XUP (Social Login) fixes in usersettings form. Banner menu query corrected. 2016-03-14 03:03:56 -07:00
Cameron
fa8f25dfc5 Comment fixes. News table comment count was not incrementing. (may be manually corrected in debug mode) 2016-03-13 22:24:28 -07:00
Cameron
f5e9a1345b Comment class fixes. TODO - social share on submit. 2016-03-13 18:37:45 -07:00
Cameron
8d13c27638 Fix for login/signup message on comment form. Allow login page to load if social signup is active. 2016-03-13 17:57:51 -07:00
Cameron
0067d6d7fb Prevent hard-coded image style widths in html markup. (allow for responsive behavior) 2016-03-13 01:18:17 -08:00
Cameron
3f6fe6cd85 PHP Notice removal. 2016-03-13 00:16:08 -08:00
Cameron
f8ed7ac1d4 Fix for oversized LOGO on sitedown page. 2016-03-11 17:54:28 -08:00
Cameron
b2fd2942da Sitedown shortcodes upgraded to v2.x spec. Bootstrap css added by default. 2016-03-11 17:30:17 -08:00
Cameron
f23a016111 default SITEDOWN template now includes XURL ICONS (when configured) 2016-03-11 17:03:11 -08:00
Cameron
d30135e026 Menu Template fixes and enhancements. Related News now has a template. 2016-03-10 17:32:36 -08:00
Cameron
eb6c6c3021 Fixes #1408 - Email Obfuscation issue in IE. 2016-03-09 12:12:15 -08:00
Cameron
cf90582418 Some User-Avatar cleanup. 2016-03-08 17:51:29 -08:00
Cameron
e1414cb688 Submitnews Image import fix. Upload page now using e_upload.php. Upload admin area still needs work. 2016-03-06 17:42:47 -08: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
Cameron
83446183ee Merge pull request #1384 from Serios/patch-3
Fixes http_build_query causing return of &amp when using {MENU: XXX} shortcode.
2016-02-25 19:01:21 -08:00
Cameron
a16ee111e9 Installation configuration fixes. RSS install now included default configuration correctly. 2016-02-25 18:45:20 -08:00
Serios
48ace09e61 Fixing http_build_query causing return of &amp
Fixing http_build_query function causing return of &amp instead of & on some servers when using {MENU: xxxxx} with parameters, thus breaking parameters passing to the menu.

Eg. {MENU: path=news/latestnews&test1=true&test2=false&test3=44}
Will return call the menu with test1=true&test2=false&test3=44 instead of est1=true&test2=false&test3=44
 causing only the first parameter key passed, to be valid
2016-02-26 00:48:17 +02:00
Cameron
4960859935 Minor GUI fix to userposts. 2016-02-25 12:54:30 -08:00
MikeyGMT
7fba9bd190 Issue #6 Replace LAN_nnn with LAN_SHOW
Issue #6 Replace LAN_nnn with LAN_SHOW
2016-02-24 15:46:23 +00:00
Cameron
7376e8e40e Notice removal. 2016-02-17 11:33:00 -08:00
Cameron
7bc78d6971 Default Modal on frontend when Bootstrap in use. 2016-02-16 10:12:45 -08:00
Cameron
1e9da76395 Forum: PHP7 parser fix. 2016-02-15 19:59:47 -08:00
Cameron
b402a12ec7 More deprecated function/method cleanup. 2016-02-15 01:07:34 -08:00
Cameron
2c50a06517 Deprecated Function cleanup and PHP Notice removal. 2016-02-15 00:56:08 -08:00
Cameron
a469b7ca6e Deprecated function cleanup 2016-02-15 00:14:45 -08:00
Cameron
4e8412b16c Issue #1287 - PHP7 and SSL fixes. 2016-02-14 19:00:12 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
3786274edc Legacy theme navigation path fixes. 2016-02-13 11:03:36 -08:00
Cameron
fb609aaab6 PDO Install enabled. PHP Notice fixes. 2016-02-12 19:28:35 -08:00
Cameron
ad0bc1376d Issue #1349 MySQL class fixes and install.php corrections. 2016-02-11 20:57:30 -08:00
Cameron
fee3764dff Fixes #1344 - ejs_preload legacy javascript removed. Replaced with e107::link($attributes); for adding 'prefetch' and other <link> tags to the head. 2016-02-09 15:57:07 -08:00
Cameron
bd57c0109c Experimental parser method added: thumbSrcSet(); 2016-02-08 21:33:55 -08:00
Cameron
cff27bf17a Issue #1298 Forum Query Fix and general cleanup. News Image Dimensions added where possible. 2016-02-07 22:25:12 -08:00
Cameron
8660d2d890 Include width/height attributes in img tags with cropped thumbnails. 2016-02-07 13:28:55 -08:00
Cameron
3074814d42 Use https for Youtube links. 2016-02-07 12:54:03 -08:00
Cameron
30b288c338 Corrected default prefs 2016-02-06 20:05:55 -08:00
Cameron
0e2c7ad2e7 Fixed: Latest News Menu was not using {SETIMAGE} value. 2016-02-06 18:33:35 -08:00