1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

6670 Commits

Author SHA1 Message Date
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
Cameron
dab64ca165 New event trigger names reworked. Replaced all '-' with '_' for compatibility with e_notify. 2015-02-12 16:52:30 -08:00
Cameron
3e802c2751 Preparation for drupal import upgrades. 2015-02-12 13:10:35 -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
4678e9f269 Fixes #883 - img alignment of main navigation panel text in admin. 2015-02-12 01:22:25 -08:00
Cameron
f0a5c73621 Fixes #882 - White screen caused by "PHP Fatal error: Cannot redeclare utf8_to_unicode() " 2015-02-11 22:46:20 -08:00
Cameron
d0222ab346 Tweaks to default install content v2.0-beta1 2015-02-11 11:36:30 -08:00
Cameron
bb59e332e6 Corrected MenuPresets 2015-02-11 11:05:33 -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
540922d25c Fixes #881 - Signup permission check issue. Corrected signup-text styling and signature styling. 2015-02-10 19:47:45 -08:00
Cameron
27d76b1685 e-modal loading animation added. 2015-02-10 12:58:23 -08:00
Cameron
e745a2398a Theme download/unzip method reactivated. 2015-02-10 12:57:38 -08:00
Cameron
fc7e563cbe Merge pull request #878 from lonalore/master
Issue #877: Feature request: event triggerings in core plugins.
2015-02-10 10:25:58 -08:00
Lóna Lore
244ef327a9 Issue #877: use the terminology forum-topic rather than forum-thread 2015-02-10 13:21:32 +01:00
Lóna Lore
b8be599b9a Issue #877: Feature request: event triggerings in core plugins (e.g: forum, pm, chatbox_menu) 2015-02-10 10:32:37 +01:00
Cameron
db62f8bdb9 New events user-ban-flood and user-ban-failed-login 2015-02-09 20:11:16 -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
1697b1474b Fixes #870 Fallback to sitename option added to {SITELOGO} 2015-02-09 01:27:04 -08:00
Cameron
d70b389a8e Minor bootstrap css fixes in nextprev 2015-02-09 01:08:21 -08:00
Cameron
00a516b0d3 Support for admin-ui event triggers. Plugin-builder example added. 2015-02-09 01:05:33 -08:00
Cameron
d633455c73 SEF Url in news rss. 2015-02-08 10:31:35 -08:00
Cameron
1312855b3e Allow for more than 255 chapters. 2015-02-08 10:21:40 -08:00
Cameron
47ee815bb5 Fix News was failing when trackback was enabled. Default news-list pref added. 2015-02-08 10:21:03 -08:00
Cameron
b9bd719900 Fixes #873 - Latest news Menu - hide brackets around comment count when comments are off. 2015-02-07 23:43:21 -08:00
Cameron
f755bebe39 Plugin Builder added more types on prefs. 2015-02-07 22:24:16 -08:00
Cameron
4126186794 Admin-UI: readParms on type='image' now supports examples such as thumb=1&w=200&h=300 or thumb=200x300 2015-02-07 22:21:42 -08:00
Cameron
5d78d673ad Fixes #871 - Banner plugin admin-area and menu rewritten. 2015-02-07 22:20:31 -08:00
Cameron
a6ace0b217 Only load trackback on the front-end. 2015-02-07 13:39:24 -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
1ca86d9d18 Issue #830 - possible fix. 2015-02-07 13:23:21 -08:00
Cameron
2d29b7a739 GUI fixes 2015-02-07 12:56:16 -08:00
Cameron
25b96411e0 Fixes #651 - Media-Manager - Uploaded file does not display in selection. 2015-02-07 11:57:28 -08:00
Cameron
8afe6edfea Make sure page passwords are optional. 2015-02-07 01:48:40 -08:00