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

1156 Commits

Author SHA1 Message Date
Jimmi08
19cadb6a8f signup link only for value 1 2016-04-15 22:19:53 +02:00
Cameron
042172096c Fixes #1253 - News Category Icon. Improved legacy support for news list page. toIcon() can now check for multiple legacy img paths. 2016-04-15 10:46:58 -07:00
Cameron
ca83bbf73e Standard mailer and bulk mailer can now be different. eg. Use PHP for standard mails, but use Amazon.com SES service for bulk mailing, mailing lists etc. 2016-04-14 14:48:02 -07:00
Cameron
8de008860d Fixes #1531 - 404 page has incomplete links 2016-04-13 09:25:49 -07:00
Cameron
d2efda6b32 Merge pull request #1511 from mcpeace-maw/patch-26
Update navigation_template.php
2016-04-12 09:00:58 -07:00
Cameron
12a6367fdf The beginnings of Menu-Manager drag-n-drop. (in debug mode)
Debug can now be called from singleton. e107::getDebug()->log($message,E107_DBG_BASIC);
2016-04-10 14:10:39 -07:00
Cameron
7d7ee21cbe Improved Menu-Manager navigation 2016-04-09 18:54:11 -07:00
Cameron
444348dc4d Issue #1512 News Grid Menu 2016-04-09 16:12:54 -07:00
Cameron
dd294e71fa Added error message for ADMINs if a LAN is missing. 2016-04-09 16:12:51 -07:00
mcpeace-maw
0cdfa51552 Update navigation_template.php
Changed the order in a logical way. Caret class have span tag in bootstrap. 
Suggestion:
Li don't need attribute role="menuitem", but "a" anchor before dropdown-menu ul need class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" in b3.
2016-04-10 00:25:04 +03:00
Cameron
745c973f56 New Language Term Shortcode {LAN=XXXX} eg. {LAN=LAN_READ_ME} 2016-04-09 10:32:49 -07:00
Cameron
7679a0afc6 Fix for page-menu button class check. 2016-04-08 13:55:59 -07:00
Cameron
44d682965c PHPMailer updated to v5.2.13. Cleaned up SMTP options in the admin area. 2016-04-08 09:01:10 -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
Cameron
9a1eb43561 Fixes #1441 No button to refresh plugins list 2016-04-04 18:57:11 -07:00
Cameron
c2c9246063 Fixes #1446 Captcha not rendered when in footer. 2016-04-04 18:41:35 -07:00
Cameron
e073a2cb87 Fixes #1462 - Hiding of password in signup email. 2016-04-04 18:00:07 -07:00
Cameron
46b2518e82 Fixes #1186 - Added edit button for custom pages. Improved debugging of shortcodes and shortcode wrappers. 2016-04-02 10:51:18 -07:00
Cameron
a7ec2f7b7d Issue #1478 2016-04-01 20:32:15 -07:00
Cameron
1281c70714 Issue# 1471 Options for news category without link. Use {NEWS_CATEGORY_NAME} or {NEWS_CATEGORY_NAME: link=1} 2016-03-29 08:21:28 -07:00
Cameron
46043bbb68 Fixes #1457 New Forum Posts Menu - "Show Original Topic in Menu" option not saving. New User-Extended Field preset for User comments. New e107::debug() function added for throwing info to the browser console. (Firefox/Chrome) 2016-03-26 10:14:57 -07:00
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