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

6720 Commits

Author SHA1 Message Date
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
Lóna Lore
488feb2a64 Revert "exclude amount of posts from display if plugin is not installed"
This reverts commit 5b8d3c10daa94064a73c034e46884eaff1d9f942.
2015-02-20 12:15:04 +01:00
Lóna Lore
5b8d3c10da exclude amount of posts from display if plugin is not installed 2015-02-20 12:12:13 +01:00
Lóna Lore
6aee69e5e7 rename title 2015-02-20 10:35:37 +01:00
Lóna Lore
a3ef092258 replaced deprecated db_Fetch() with fetch() 2015-02-20 10:30:07 +01:00
Lóna Lore
ae5a72b87f Feature: Ability to hide the amount of chatbox posts from user profiles. 2015-02-20 10:25:33 +01:00
Cameron
5eda1d3096 Merge pull request #902 from lonalore/master
Issue #901: chatbox_menu: PHP Fatal error: Call to a member function toH...
2015-02-20 00:10:45 -08:00
Lóna Lore
15865aa907 Issue #901: chatbox_menu: PHP Fatal error: Call to a member function toHTML() on a non-object. 2015-02-20 08:17:23 +01:00
Cameron
ce5137fc6e Fixes #898 - Incorrect path to admin area. 2015-02-19 16:54:43 -08:00
Cameron
572c1906e0 Merge pull request #894 from lonalore/master
d6 and d8 user import, moved lan strings to lan file
2015-02-16 10:38:27 -08:00
Lóna Lore
6b17ed4c09 d6 and d8 user import, moved lan strings to lan file 2015-02-16 13:03:21 +01:00
Cameron
9501745c07 Fixes for Private Messaging via the admin area. 2015-02-16 02:22:47 -08:00
Cameron
02766efff5 Admin -> Userclass cleanup and initial userclass feature on xup signup. 2015-02-15 19:56:58 -08:00
Cameron
cb5c621a55 Issue #6 - LANs. 2015-02-15 18:19:25 -08:00
Cameron
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
Cameron
83ea70f881 Core notify functions moved inside notify class. 2015-02-15 16:06:58 -08:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
5be1cbe67f Improved defaults when creating extended user fields. 2015-02-15 00:18:51 -08:00