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

8052 Commits

Author SHA1 Message Date
Cameron
9f3bcbfca6 Menu Manager work 2016-04-16 08:19:44 -07:00
Cameron
9bd9bc29ad Fixes #1548 Newforumposts Main error 2016-04-16 08:19:41 -07:00
Cameron
93207357db Merge pull request #1543 from Jimmi08/gallery
Issue #1340 Gallery - titles from template
2016-04-15 16:22:18 -07:00
Cameron
3c201d676c Merge pull request #1542 from Jimmi08/signup
signup link only for value 1, part fix for Issue #1514
2016-04-15 16:21:13 -07:00
Cameron
425a4253ec Added class for forum-footer links. 2016-04-15 16:20:11 -07:00
Cameron
2f9e14280d Issue #1496 Menu Visibility FRONTPAGE 2016-04-15 14:09:48 -07:00
Jimmi08
10f417b0f4 titles from template FIX for #1340 2016-04-15 22:32:11 +02:00
Cameron
d86ca55647 News Carousel upgraded with config options. Fixes #672 #759 2016-04-15 13:20:46 -07:00
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
cdf676473b Removed debug info. 2016-04-14 17:01:02 -07:00
Cameron
93ef3ed107 PHP Warning removal. 2016-04-14 16:54:59 -07:00
Cameron
48f65c823f Issue #1512 - Source options added. Help tips added. 2016-04-14 16:37:10 -07:00
Cameron
e4b9db6307 Corrected toAttribute method. <select> item was not respecting attributes when using renderElement(). 2016-04-14 16:32:48 -07:00
Cameron
04f7244f63 Fix for prefs emailing method label. 2016-04-14 14:59:32 -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
a0ee67407a Display theme's folder in Theme Manager. 2016-04-14 14:45:10 -07:00
Cameron
62bde01095 Issue #1512 - News Grid 2016-04-14 08:12:03 -07:00
Cameron
b095230a38 Fix for thumbnail generator with height value only 2016-04-13 19:44:46 -07:00
Cameron
c57fe51ad8 Fixes #1530 - PHP Warning in debug mode. 2016-04-13 16:50:07 -07:00
Cameron
dfd9c9e3fc Issue #1512 - Saving of config menu parameters corrected. 2016-04-13 16:43:19 -07:00
Cameron
aaa842fab0 Typo fix 2016-04-13 16:06:37 -07:00
Cameron
673b98046c Fix for odd PHP behavior on $fieldType == '_NULL_'. 2016-04-13 16:03:37 -07:00
Cameron
ac7c95d7f8 Rework of the thumbnail routine for more consistent behavior. {SITELOGO} rendering improved. (requires testing on older themes) 2016-04-13 14:30:42 -07:00
Cameron
75d94755d4 Issue #1532 - PM Message URL fix and template added. Requires testing. 2016-04-13 10:16:17 -07:00
Cameron
8de008860d Fixes #1531 - 404 page has incomplete links 2016-04-13 09:25:49 -07:00
Cameron
ae85b7b4d1 Fixes #1535 - Error on User-profile in admin area. 2016-04-13 09:12:37 -07:00
Cameron
4a40104073 PHP7 fix for message_handler. Plugin Builder now includes specific keyword drop-down menu for use on e107.org 2016-04-12 19:56:29 -07:00
Cameron
21017e78f1 Merge pull request #1529 from veskoto/master
Lan fix for menu_template
2016-04-12 09:05:27 -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
d370db0951 Merge pull request #1527 from lonalore/master
Issue #1521
2016-04-12 09:00:21 -07:00
Cameron
d397461a61 Forum: Fixes #1525 Class ID of tabs on stats page. 2016-04-12 08:59:15 -07:00
veskoto
b45d2bcd9e Lan fix for menu_template 2016-04-12 14:22:46 +03:00
Sándor Juhász
5e4684771d Issue #1521 2016-04-12 12:21:03 +02:00
Cameron
84d7271d10 Merged core mailout routine into e107_plugins/user/e_mailout.php. Fixed pop3 error messages from phpmailer. Corrected email preview when no template selected. Corrected mailout Email source names. 2016-04-11 18:39:19 -07:00
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
9629bd4510 Fix for extended user fields created via "Quick Add User" 2016-04-11 15:19:05 -07:00
Cameron
9960a905e8 Plugin Builder can now generate e_xxxx.php addon templates/scripts to assist in rapid development. 2016-04-11 12:50:22 -07:00
Tijn Kuyper
5468222d94 Fix classname for e_library addon in _blank plugin 2016-04-11 12:12:44 +02:00
Cameron
14360bceef Added e_admin.php example to _blank plugin. 2016-04-11 00:27:48 -07:00
Cameron
a05d127375 Example addons added to _blank plugin. 2016-04-11 00:18:29 -07:00
Cameron
5e862682be Expanding the plugin-builder to generate addons. (work-in-progress) 2016-04-10 18:47:40 -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
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
2971fb184c PM Email Notifications: Fixes #1487 2016-04-10 08:43:54 -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
ccd2bbee25 Merge pull request #1510 from tgtje/2016-04b
Theme Preference LAN Definitions. Issue #6
2016-04-09 11:51:05 -07:00