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

795 Commits

Author SHA1 Message Date
Cameron
82b1415424 Merge pull request #1816 from MikeyGMT/master
#6 Info Panel + User Admin Text to LANS
2016-08-30 10:25:54 -07:00
Cameron
bf392eaf0b Issue #6 Submitnews - remind user to login if access denied message given. 2016-08-29 10:48:27 -07:00
Cameron
d2ea287876 Issue #6 Fix for generic admin LANs being used on frontend. 2016-08-29 10:31:24 -07:00
Cameron
50fc69a124 Contact Form: Simple keyword and phrase filtering option added. 2016-08-28 10:32:58 -07:00
MikeyGMT
3dc77ca7bf #6 Some Admin User Lans
#6 Some Admin User Lans
2016-08-28 12:49:37 +01:00
MikeyGMT
0cf8735cac #6 Info Panel Text to LANS
#6 Info Panel Text to LANS
2016-08-27 12:03:23 +01:00
Cameron
d861727470 "No News" message formatting and css class. Page list sitelink function fixed. 2016-07-08 17:37:41 -07:00
Cameron
d601dd5243 Merge pull request #1735 from lonalore/master
Plugin installation dependency fixes.
2016-06-29 14:42:38 -07:00
Lóna Lore
d25fb0184d Fixed undefined $pref variable. Check if plugin is being used by another plugin before uninstalling it. 2016-06-29 20:48:00 +02:00
Cameron
b709c38361 Fixes #1684 - Issue logging in with email address and strong encryption active. 2016-06-26 09:21:15 -07:00
lonalore
c2c2d7aa37 Removed Library Manager UI, moved library listing to prefs page. 2016-06-21 10:40:41 +02:00
lonalore
90e25f1d8a Library Manager UI. 2016-06-20 11:12:25 +02:00
Cameron
d28fa3ae8e Quick-Add-User email notification fix. 2016-06-10 13:50:41 -07:00
Cameron
5d0b5e182f Fixes #1690 - duplicate LAN 2016-06-10 09:27:26 -07:00
Cameron
a4203b72c7 Frontend inline-editing preference added. 2016-06-09 16:44:40 -07:00
Cameron
8682707cf1 Fixed bootstrap layout for subscription/mailing list options on signup page and added additional validation checks. 2016-06-05 13:33:18 -07:00
Cameron
1bfa6bf738 Merge pull request #1664 from tgtje/2016-may
Social plugin language files #6
2016-05-21 09:50:10 -07:00
Cameron
e0b1d87acc Relative Date format changed from "0 mins" to "Just now". Newsfeed admin area now displays last feed refresh time. 2016-05-21 09:45:15 -07:00
tgtje
201730b25d Social plugin language use (05-21-16) 2016-05-21 10:55:28 +02:00
Cameron
86143e2dff Email template simplification 2016-05-20 15:04:51 -07:00
Cameron
f54772db12 Updated Plugin Builder text. 2016-04-19 09:55:59 -07:00
Cameron
adb7d2a472 Plugin Builder upgrade. xxxx_sql.php may now be auto-generated by selecting the sql table. 2016-04-18 19:14:55 -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
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
44d682965c PHPMailer updated to v5.2.13. Cleaned up SMTP options in the admin area. 2016-04-08 09:01:10 -07:00
Cameron
e1e77d9f1c Merge pull request #1469 from lonalore/master
Gallery plugin fixes and enhancements
2016-04-06 14:32:36 -07:00
Cameron
02a5cf6e81 Fixes #1474 - check for page_title or menu_name during custom page/menu creation. 2016-04-01 20:29:13 -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
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
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
9d3e1ad5e7 Issue #223 - File Inspector UI cleanup. 2016-03-17 18:53:33 -07:00
Cameron
1202c72390 Issue #1378 Fix for XUP avatar check. User audit log for login and logout now functioning correctly. Admin log no longer adds a log when deleting a log! 2016-03-16 13:53:57 -07:00
Cameron
43db0d2ae4 Option to log critical errors added. ie. define('e_LOG_CRITICAL', true); 2016-03-14 19:17:37 -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
524bed7a17 Banner plugin enhancements. Text may be added below banner/images. 2016-03-11 10:27:40 -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
17b1f844a7 SEF URL added for gsitemap. URL aliases added for Statistics plugin. 2016-02-28 09:26:21 -08:00
MikeyGMT
7b12fdfb00 Issue #6 Replace LAN_nnn with LAN_INCORRECT_PASSWORD
Issue #6 Replace LAN_nnn with LAN_INCORRECT_PASSWORD
2016-02-24 17:43:38 +00: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
MikeyGMT
e1465c8c68 Issue #6 - LAN_NEWS_27 replaced with generic LAN_SUMMARY for "Summary"
Replace LAN_NEWS_27 with LAN_SUMMARY
2016-02-24 15:17:38 +00:00
Cameron
9f96a70e76 Issue #1356 - Installation and PHP notice fixes. 2016-02-15 11:09:58 -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
922a221588 Merge pull request #1354 from lonalore/master
Library manager
2016-02-13 14:57:14 -08:00
Cameron
1ceabc69f3 PHP Notice fixes. 2016-02-13 12:57:34 -08:00
Lóna Lore
203b0779e2 Initial commit to integrate Library Manager into core. 2016-02-12 10:18:13 +01:00
Cameron
05ed9a7090 Banner and News e_menu.php (config.php replacement) upgrades. 2016-02-08 13:54:44 -08:00
Tijn Kuyper
82969eaa1c #1196 - Check for dependencies on plugin installation (cleanup)
More cleaning needed
2016-02-07 20:17:56 +01:00