1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-22 07:47:10 +01:00

2067 Commits

Author SHA1 Message Date
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
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
4c1cbab300 Fix for IP display in failed-login list. 2015-02-14 12:20:32 -08:00
Cameron
d24462d5f7 Fixes #382 - SMTP settings not saving. 2015-02-13 18:55:57 -08:00
Cameron
436af8eeeb Notifications cleanup 2015-02-13 02:30:31 -08:00
Cameron
dab64ca165 New event trigger names reworked. Replaced all '-' with '_' for compatibility with e_notify. 2015-02-12 16:52:30 -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
b03abcff1f Fixes #887 - Zones 1-3 now available to e_header.php in admin. 2015-02-12 13:07:41 -08:00
Cameron
00696d92d3 Added filetypes.xml info in Admin-> Preferences -> File Uploads to remove confusion with file upload limits. Theme upload should be working correctly now. 2015-02-10 23:13:53 -08:00
Cameron
e745a2398a Theme download/unzip method reactivated. 2015-02-10 12:57:38 -08:00
Cameron
cbf69d46c7 Support for admin-xxxx-created, admin-xxxx-updated and admin-xxxx-deleted Events. 2015-02-09 14:15:25 -08:00
Cameron
8b9bfd3725 New event trigger names. See http://e107.org/developer-manual/classes-and-methods#events 2015-02-09 12:57:42 -08:00
Cameron
d018cef6de Event trigger-name updates (backward compatible) 2015-02-09 02:21:41 -08:00
Cameron
00a516b0d3 Support for admin-ui event triggers. Plugin-builder example added. 2015-02-09 01:05:33 -08:00
Cameron
f755bebe39 Plugin Builder added more types on prefs. 2015-02-07 22:24:16 -08:00
Cameron
fbb0b63ae9 replaced calls to deprecated plugInstalled() with e107::isInstalled() 2015-02-07 13:38:29 -08:00
Cameron
1f17a57d4e Admin -> users - minor gui fix. 2015-02-07 13:25:30 -08:00
Cameron
2d29b7a739 GUI fixes 2015-02-07 12:56:16 -08:00
Cameron
8afe6edfea Make sure page passwords are optional. 2015-02-07 01:48:40 -08:00
Cameron
572d66e77a Fixed password-protected pages. 2015-02-07 01:45:36 -08:00
Cameron
bbd28e5572 Notes on future e_upload.php added. 2015-02-07 01:42:44 -08:00
Cameron
531047c134 Fixes #660 - comments preferences had reverse behavior. 2015-02-06 11:26:22 -08:00
Cameron
9dc8ae14ab Issue #847 - Added pattern check to menu_name which should always be ASCII. 2015-02-06 09:38:28 -08:00
Cameron
6cd5513fd2 Theme manager styling. 2015-02-06 01:03:09 -08:00
Cameron
b7cb8fe75d Fixes #197 , Issue #831 - Social logins. 2015-02-05 16:24:54 -08:00
Cameron
9f20bd95fb Issue #860 Added e_search.php to Faqs plugin. (untested) 2015-02-05 12:30:30 -08:00
Cameron
71451c9640 New link_owner field added for improved tracking of plugin-related links. 2015-02-05 12:00:54 -08:00
Cameron
f80fe13180 Fixes #437- Update news_comment_total when deleting a comment 2015-02-05 00:18:58 -08:00
Cameron
9ddada154f More avatar code moved to $tp->toAvatar() and minor css fixes. 2015-02-05 00:02:29 -08:00
Cameron
d437765a22 Plugin install tweaks and layout fixes. 2015-02-04 04:01:08 -08:00
Cameron
29c9b3b0b6 One-click plugin download and install routine reinstated. 2015-02-03 21:58:26 -08:00
Cameron
cd5d5039c2 Fixes #619 - Media-Import : Non-ascii characters will be replaced in the filename to avoid possible server file issues. 2015-02-03 12:57:35 -08:00
Cameron
7db5b5ccb3 Fixes #736 - Welcome message admin area rewrite. Finally using Admin-ui. 2015-02-03 12:26:56 -08:00
Cameron
685374e4a2 Plugin builder now adds example beforeCreate, beforeUpdate, afterCreate and afterUpdate methods to generated php config file. 2015-02-03 12:24:15 -08:00
Cameron
cec216c613 Removed PHP warnings. Added Simple e_url.php redirect list to admin area. Removed debug info from db-verify. 2015-02-03 12:23:03 -08:00
Cameron
8777626984 Preparations for a bootstrap3 admin area. 2015-02-02 16:45:32 -08:00
Cameron
2ae018a496 Forum language-file cleanup complete. 2015-02-02 15:19:13 -08:00
Cameron
b401143317 Remove English-only limitation. 2015-02-02 12:11:59 -08:00
Cameron
7cf55a9d9c Fixes #853 - Admin-UI custom queries 2015-02-02 11:59:17 -08:00
Cameron
ee1623e747 Html5 validation fixes. Admin SiteLinks for admin-ui now using $frm->url(); for URLs. 2015-02-01 17:28:38 -08:00
Cameron
2a4caa6cb7 Fixes #849 and corrects a table-name issue with plugin upgrades. 2015-02-01 02:07:56 -08:00
Cameron
76e7a9fef2 Language-files renamed to match v2.x specifications. 2015-01-31 14:22:54 -08:00
Cameron
a78f6ae14e Language file cleanup continued. 2015-01-31 01:09:25 -08:00
Cameron
13c9e91e8d More language-file cleanup 2015-01-30 20:29:01 -08:00