1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 12:34:49 +02:00
Commit Graph

430 Commits

Author SHA1 Message Date
Cameron
d12eef2f07 Issue #1138 - Bootstrap3 theme mostly complete. 2015-07-16 01:17:21 -07:00
Cameron
02278559c9 Issue #1138 - Bootstrap3 styling fixes. 2015-07-15 11:08:34 -07:00
Cameron
dbd25a74ca Issue #1138 - Dark style re-created from scratch. 2015-07-14 18:24:46 -07:00
Cameron
6499ff72f7 Issue #1138 Added 'btn-default' where missing. 2015-07-13 19:09:30 -07:00
Cameron
9d6e3978e6 Issue #1138 Bootstrap3 styling of lists. 2015-07-13 13:09:52 -07:00
Cameron
af53d2dd3d Issue #6 - LANs: Replace all references to "Comments" with LAN_COMMENTS 2015-07-07 18:02:16 -07:00
Cameron
cf4ac712bd LAN Fixes. Core language-file verification tool re-enabled and enhanced. (developer mode only) 2015-07-03 19:39:02 -07:00
MikeyGMT
dd14399829 Duplicate LANS in Upload and Download
Duplicate LANS in Upload and Download
2015-07-02 18:46:36 +01:00
leo
3bc8dbdf83 2015-06-25 16:05:23 +02:00
Cameron
6337d9410c Login-Menu Language File cleanup. 2015-06-11 09:40:56 -07:00
Cameron
143784974d Hides empty admin-navigation menu categories when access has not been granted to these areas. 2015-06-06 02:33:23 -07:00
Cameron
d5af6beb9f Fix for status coloring on registered users. 2015-05-21 15:53:20 -07:00
Cameron
97ac03e9aa Added a status for pending mailshots. 2015-05-21 09:58:08 -07:00
Cameron
c5d6bae3ad Signup Admin options moved to shortcode. Added maintenance page to Admin -> Users for resending emails to unactivated accounts. 2015-05-16 19:17:24 -07:00
Cameron
e7ec4663ad Fix: User settings page - don't display tab if empty. 2015-05-14 12:35:53 -07:00
Cameron
b1ba628bfa Automated passwords option during signup/registration. 2015-05-12 20:15:05 -07:00
Cameron
921ff1ff69 Menu button was not displaying under some circumstances. 2015-05-12 20:13:32 -07:00
Cameron
a708211cb3 Userclass fixes. Now clears userclass cache after changes in admin are made. 2015-05-12 13:53:47 -07:00
Cameron
b5382c3792 Issue #988 - Comment stats were displaying on user profile even when comments were disabled. 2015-05-04 12:20:31 -07:00
Cameron
9708756548 Fixes #977 - PM send to multiple users. Cleaned up some of the GUI for Bootstrap. 2015-04-23 09:53:54 -07:00
Cameron
7b4bc374c6 User Extended Shortcode cleanup 2015-04-22 12:27:59 -07:00
Cameron
75c2343698 Issue #974 - Bad user/edit link corrected. 2015-04-20 11:27:31 -07:00
Cameron
0df60a4bf1 Moved 'Failed logins' onto the banlist admin area. Separated whitelists and blacklists into their own pages. 2015-04-13 00:20:36 -07:00
Cameron
507308208b Fix for forgot password and activation links. Fix for news-edit button. Fix for html5 validation of html code using '&'. 2015-04-10 12:36:35 -07:00
Cameron
b749bdb707 Upgraded userclass admin area to use renderHelp() and gave it its own shortcode {ADMINUI_HELP} 2015-04-09 11:13:26 -07:00
Cameron
d543ab71ff Moved all social prefs (login/xurls etc) into the "Social" plugin admin area. Extended admin-ui with renderHelp() method for adding a help panel from within the admin-ui. 2015-04-08 20:20:10 -07:00
Cameron
6b9256c872 LAN File fixes. Hide comment status when comments are not enabled. etc. 2015-04-07 00:32:53 -07:00
Cameron
619b40b2e3 Improved e_CURRENT_PLUGIN detection when using SEF-URLs and other minor path fixes. 2015-04-03 18:42:27 -07:00
Cameron
9ec734770b Fixes #581, Fixes #635 - Menu Manager layout issues corrected. 2015-04-01 11:52:50 -07:00
Cameron
d3de7a85d4 Fixes #929 - Missing user/member list. 2015-03-21 20:18:06 -07:00
Cameron
fe263741aa Issue #924 - Comments not displaying on default news template. 2015-03-09 15:46:21 -07:00
Cameron
c1430f257a Fixes #900 - Contact form results were going to incorrect recipient. 2015-03-01 21:37:15 -08:00
Cameron
9501745c07 Fixes for Private Messaging via the admin area. 2015-02-16 02:22:47 -08:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
6811c479d1 Reduced the number of file includes. Only load admin language files when necessary. 2015-02-12 13:09:56 -08:00
Cameron
540922d25c Fixes #881 - Signup permission check issue. Corrected signup-text styling and signature styling. 2015-02-10 19:47:45 -08:00
Cameron
d70b389a8e Minor bootstrap css fixes in nextprev 2015-02-09 01:08:21 -08:00
Cameron
2d29b7a739 GUI fixes 2015-02-07 12:56:16 -08:00
Cameron
0f79de35b1 Quick cleanup of upload.php 2015-02-06 13:38:43 -08:00
Cameron
b7cb8fe75d Fixes #197 , Issue #831 - Social logins. 2015-02-05 16:24:54 -08:00
Cameron
4572cd7ceb Issue #682 and other 'wrong avatar' issues in chatbox, online-menu etc. New $tp->toAvatar() method introduced. 2015-02-04 20:36:56 -08:00
Cameron
d3ff0d7333 Fixes #682 - default avatar on comments. 2015-02-04 19:04:28 -08:00
Cameron
762f98aab5 Default css class added to unenclosed welcome-message. 2015-01-30 18:15:46 -08:00
Cameron
86c1bd3353 Removed TinyMce from every page load. e_footer.php introduced and e107::wysiwyg() toggle method. 2015-01-29 11:26:56 -08:00
Cameron
489a9cb49c Replaced deprecated get_user_data() with e107::user() 2015-01-26 18:03:14 -08:00
Cameron
af465d2a5e Fix for html5 validation issues in Safari etc. 2015-01-25 20:27:45 -08:00
Cameron
e2a72b40a9 Allow for a XUP-only login/signup situation when configured this way. 2015-01-23 21:10:30 -08:00
Cameron
833567be4c e_dashboard.php upgrades. (replacing e_latest.php and e_status.php) 2015-01-22 22:28:41 -08:00
Jimako
cffed0538e correct news category
Closes #745
2014-10-26 16:28:38 +01:00