1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-23 08:15:39 +01:00

6737 Commits

Author SHA1 Message Date
Cameron
cae329a1f9 Issue #937 e107::url() can now build non-sef URLs. ToDo: mod-rewrite check. 2015-03-31 06:24:14 -07:00
Cameron
83b3597401 Only display 'Sign in' link when user login is active. 2015-03-30 17:13:41 -07:00
Cameron
cf720cb1ca Admin-UI: Fix for writeParms filter/batch while using 'optArray' 2015-03-30 17:13:09 -07:00
Cameron
2b5ad216a7 Allow display names to be edited inline. 2015-03-30 13:03:21 -07:00
Cameron
cfea103d20 Issue #910 XMLRPC adapter was failing when looking up plugins online. 2015-03-30 13:02:51 -07:00
Cameron
c079140f23 Truncate Generated SEF-URLs to an acceptable length. 2015-03-30 13:00:28 -07:00
Cameron
2acb008a30 Fixed user login-menu drop-down direction. 2015-03-29 20:45:44 -07:00
Cameron
3b799880cb Fixes Issue #920 - Quick fix. 2015-03-29 20:34:17 -07:00
Cameron
6ce8e9edd5 Fixes broken HTML when switching back from using TinyMce. ([html] tag was being filtered out) 2015-03-29 20:33:30 -07:00
Cameron
3cc97e1fb4 Blogger import improvements and news_title and news_body field size limitations removed. (DB Update Required) 2015-03-29 20:28:33 -07:00
Cameron
899281eaaf Debug info cleanup 2015-03-29 20:26:35 -07:00
Cameron
e3e51fa59c Boostrap3 Theme Custom Preferences added. 2015-03-29 20:25:33 -07:00
Cameron
44874d91b0 Plugin builder now allows for exclusion of specific tables from admin area generator. 2015-03-29 10:11:09 -07:00
Cameron
f101eb47f3 Start of Forum admin rework. 2015-03-29 10:10:56 -07:00
Cameron
334b133397 Forum: Corrected responsive columns and widths. 2015-03-28 14:21:24 -07:00
Cameron
04bce97a7c Allow for comment-system override. (ie. in theory can now support a Disqus or Facebook commenting plugin if someone wanted to make one) 2015-03-28 14:12:42 -07:00
Cameron
4514a98016 Issue #408 Forum now uses font-awesome glyphs when using Bootstrap3 theme. Default Bootstrap template is now responsive for mobile devices etc. 2015-03-28 14:10:28 -07:00
Cameron
d3de7a85d4 Fixes #929 - Missing user/member list. 2015-03-21 20:18:06 -07:00
Cameron
d9d437bf73 Issue #714 - Now displays correct edit and delete options for each class. 2015-03-15 13:30:37 -07:00
Cameron
52845adf1b Issue #927 - e_frontpage.php upgraded to v2.x specifications. 2015-03-15 13:27:37 -07:00
Cameron
15398155b2 Issue #382 SMTP setting were being saved in wrong format. 2015-03-13 13:57:09 -07:00
Cameron
b8bbbd3390 Issue #600, Issue #823 - Now able to search an existing ban by full IP address in IP4 format. Ban files now regenerated after each change in admin area. 2015-03-09 20:19:06 -07:00
Cameron
7dbd07d5fe Fixes #416 Total comment count on news items now synchronizes after comments are moderated. Pending or blocked comments are no longer counted towards the total. 2015-03-09 18:45:04 -07:00
Cameron
fe263741aa Issue #924 - Comments not displaying on default news template. 2015-03-09 15:46:21 -07:00
Cameron
1043ba0154 Admin-UI Toggle sidebar experimental option added. 2015-03-09 15:06:16 -07:00
Cameron
901985ea80 PHPDoc cleanup 2015-03-09 15:05:34 -07:00
Cameron
919e7da18e Admin Log -> Deleting of old records now functioning correctly. 2015-03-08 13:00:06 -07:00
Cameron
3ed8e426e0 Admin-log speed optimization and minor enhancements. 2015-03-08 11:12:42 -07:00
Cameron
6af0a2901b Added close() method to replace older db_Close() method. 2015-03-07 16:50:57 -08:00
Cameron
85f30c0292 PHP Notice removal 2015-03-07 16:31:13 -08:00
Cameron
1e5ab81afe Notifications were failing under some circumstance. 'Email address' option now working again. 2015-03-07 16:30:46 -08:00
Cameron
3134d75d00 Merge pull request #919 from lonalore/master
Missing event triggering after sending PM to a single person. Append ID of ...
2015-03-06 15:08:40 -08:00
Lóna Lore
5744cf5514 Missing event triggering after sending to a single person. Append ID of inserted row to event data. 2015-03-04 16:25:36 +01:00
Cameron
4c68127618 Fix for broken Admin-ui field columns when NULL values under some circumstances. 2015-03-01 22:02:02 -08:00
Cameron
31f86d0039 Disable userclass copy in admin 2015-03-01 21:37:19 -08:00
Cameron
c1430f257a Fixes #900 - Contact form results were going to incorrect recipient. 2015-03-01 21:37:15 -08:00
Cameron
39bc3d1336 Merge pull request #904 from LaocheXe/patch-2
Fix classis style icons not lining up right
2015-03-01 20:57:23 -08:00
Cameron
2b35a583d4 Admin->Userclasses now using the Admin-UI. Admin-UI now supports non-incrementing primary fields being set manually using a hidden form field. Form handler for userclass with checkboxes now working correctly. 2015-03-01 12:43:02 -08:00
Cameron
e1d8cda7bd Fixes #916 - Restrict access to experimental bootstrap3 admin area. 2015-02-27 14:35:07 -08:00
Cameron
8c3d707e14 Fixes #912 - Default install mySql charset to utf8. 2015-02-27 14:16:47 -08:00
Cameron
9b41c0160e Speeds up loading of bootstrap under some circumstances. 2015-02-27 14:15:52 -08:00
LaocheXe
6722bc77db Fix classis style icons not lining up right
This: a.core-mainpanel-link-icon	{ height:80px; display:block; width: 120px; padding-top:20px;  }


To This: a.core-mainpanel-link-icon	{ height:80px; width: 120px; padding-top:20px;  }

Removed: display:block; to fix admin area icons in the classis style. They should line up with the font after removing it.
2015-02-22 23:17:02 -06:00
Cameron
f57b6d2903 BC Fix for media-manager paths using the old {e_MEDIA} variable with the [img] bbcode. 2015-02-22 17:41:55 -08:00
Cameron
bd4372066f Issue #619 - Media Manager icons. 2015-02-22 17:20:11 -08:00
Cameron
45ca6af482 Added 'active' class to checked checkboxes. 2015-02-22 16:33:48 -08:00
Cameron
91418c61d3 Issue #899 - path fix for emoticons. 2015-02-21 13:20:41 -08:00
Cameron
ac83a2f46c Fixes #688 - filter query. 2015-02-21 13:12:17 -08:00
Cameron
3e2c4a437a Issue #688 - php runtime setting. 2015-02-21 12:08:15 -08:00
Cameron
3774f060ed Merge pull request #903 from lonalore/master
Feature: Ability to hide the amount of chatbox posts from user profiles.
2015-02-20 11:08:02 -08:00
Cameron
d7f603ae8b Fixes #713, Fixes #897 - MySQL Strict Mode fixes. 2015-02-20 11:03:14 -08:00