1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-17 19:09:45 +01:00

6956 Commits

Author SHA1 Message Date
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
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
db057b3788 Minor styling fixes on admin login form. 2015-02-14 17:38:41 -08:00
Cameron
6e598c9430 Admin-UI: Make sure data is returned as an array when stored as one. Attention: @SecretR 2015-02-14 12:22:07 -08:00
Cameron
4c1cbab300 Fix for IP display in failed-login list. 2015-02-14 12:20:32 -08:00
Cameron
c2927344d4 Tweak last commit 2015-02-14 01:16:31 -08:00
Cameron
b8280cdddb Fix for members-only areas 2015-02-14 01:12:49 -08:00
Cameron
154d6bdf49 Merge pull request #891 from lonalore/master
prepared drupal 7 user import, it saves avatars to e107 filesystem now
2015-02-13 19:01:03 -08:00
Cameron
d24462d5f7 Fixes #382 - SMTP settings not saving. 2015-02-13 18:55:57 -08:00
Lóna Lore
c7d151cc67 prepare drupal 7 user import, it saves avatars to e107 filesystem now 2015-02-13 19:54:47 +01:00
Lóna Lore
9af2e4793d prepare drupal 7 user import, it saves avatars to e107 filesystem now 2015-02-13 19:51:11 +01:00
Cameron
f5bec81b70 Merge pull request #890 from lonalore/master
Ignore PhpStorm IDE files
2015-02-13 10:29:24 -08:00
Lóna Lore
13721399b1 Ignore PhpStorm IDE files 2015-02-13 17:37:52 +01:00
Cameron
95c6103ecd Generic $frm->userclass() method added. 2015-02-13 02:35:02 -08:00
Cameron
436af8eeeb Notifications cleanup 2015-02-13 02:30:31 -08:00