Lóna Lore
f48ca466e9
Issue #6 : Remove and optimize (hardcoded) LANS
2015-05-01 12:46:46 +02:00
Cameron
f37f252d66
Fixes #967 - Submit news default column and missing LAN_PREVIEW.
2015-04-15 12:45:05 -07:00
Cameron
dafdbef963
Adding missing LAN for backup.
2015-04-14 12:08:28 -07:00
Cameron
a2fdd27d7b
Added new failed-login-limit pref to default install. Some minor language-file cleanup.
2015-04-12 23:11:13 -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
ce5137fc6e
Fixes #898 - Incorrect path to admin area.
2015-02-19 16:54:43 -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
027a74f5b0
Code cleanup
2015-02-15 02:37:36 -08:00
Cameron
b7cb8fe75d
Fixes #197 , Issue #831 - Social logins.
2015-02-05 16:24:54 -08:00
Cameron
d437765a22
Plugin install tweaks and layout fixes.
2015-02-04 04:01:08 -08:00
Cameron
2ae018a496
Forum language-file cleanup complete.
2015-02-02 15:19:13 -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
Cameron
05637a4422
Forum language-file cleanup.
2015-01-30 18:14:06 -08:00
Cameron
25c43e84b2
Admin-UI: Added record total to list view.
2015-01-19 12:04:21 -08:00
Cameron
60f4800a92
Minor tweaks to Mailout GUI
2014-12-05 12:28:42 -08:00
Cameron
15cb24c8fb
Minor GUI fixes
2014-11-23 12:01:00 -08:00
Cameron
1734880bbb
Corrected missing mail handlers preference. Added Debug-active warning. Enabling e_DEBUG in e107_config.php will now enable debug in the mailout class.
2014-11-15 13:29:37 -08:00
Cameron
a3bb284031
Mailout bounce handling fixes.
2014-10-22 17:58:20 -07:00
Cameron
e378c16971
Admin -> Mail : upgraded GUI to v2 standards. Template still requires attention.
2014-10-10 20:22:01 -07:00
Cameron
cc3469ac59
Fixes #115 - unused news pref. Added option to set default news page to either standard or list view.
2014-06-28 20:32:13 -07:00
Moc
aa12c8d355
Closes #515 - Moved custom theme configuration to separate tab
2014-06-14 21:50:13 +02:00
Cameron
4b26b5a9dd
Replaced language-file occurrences of 'E107' with 'e107'
2014-05-29 13:50:28 -07:00
Cameron
f428cc8041
Added cron/function for updating from github. (Available only if the e107 installation is a cloned repo)
2014-05-23 21:59:01 -07:00
Cameron
182233238f
Shortcode added: {NEWSNAVLINK} for navigation between news pages.
2014-02-04 05:17:08 -08:00
Cameron
cc07dac897
Basic support for news videos.
...
Add {NEWSVIDEO} to your news template to take advantage of it and {NEWSTHUMBNAIL} for a thumbnail image of the video. (or image) {NEWSIMAGE} will return nothing for videos, only for images.
2014-01-31 01:09:24 -08:00
Cameron
dcb54aee7c
Basic Admin-UI activity logging added.
2014-01-17 16:46:24 -08:00
Cameron
1b7cf701e8
Corrected and tested news ping services feature. Now throws messages correctly to the admin , as well as logs correctly to both the e107_system/logs folder and the admin-log.
2014-01-12 08:06:29 -08:00
Cameron
7d9c5a238e
Fixes #478 - Comment preference description corrected.
2014-01-08 00:31:10 -08:00
Cameron
7874cd1060
Issue #435 - start of Bootstrap 3 core support. Enable by adding the following to your theme.php file:
...
define("BOOTSTRAP", 3);
define("FONTAWESOME", 4); // optional
e107::js("url", "//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js");
e107::css('url', '//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css');
e107::css('url', "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"); // optional
2013-12-17 11:12:42 -08:00
Cameron
d9f782b35f
Multi-language table-notification in admin-ui. (help avoid default table overwrites)
2013-11-29 21:22:21 -08:00
Cameron
1b3e70f8fd
More language-file cleanup (sprintf removal)
2013-10-29 18:41:02 -07:00
Cameron
cd8ea2f67c
Language file cleanup
2013-10-29 12:20:23 -07:00
Cameron
f8987b6cc2
Simplified Quick-Add-User success message.
2013-10-28 12:56:19 -07:00
Cameron
d87d01174d
Language-Pack verification routines updated with code from e107 v1.x. Requires testing. v1->v2 LAN conflicts corrected.
2013-10-27 21:28:40 -07:00
Cameron
d55c60ba1d
Issue #385 and admin-language interface pref added. (requires testing)
2013-07-17 03:01:46 -07:00
Moc
8f03110a16
Fixes #338 and #419 - Reverse previous comments_disabled LAN change to match boolean
2013-07-15 12:28:19 +02:00
Cameron
219cfc338d
Removed duplicate LANs.
2013-06-18 14:23:46 -07:00
Moc
b4b35d25dd
#318 - More work on theme upload - semi-functional now.
2013-06-15 15:02:45 +02:00
Cameron
a4f092e499
Removed old download LAN files.
2013-06-01 16:01:11 -07:00
Moc
593c5e1f36
Typo in LAN
2013-05-26 22:26:51 +02:00
jburns131
595efb141f
Issues Addressed:
...
Created cron task that will check if there is a newer version of e107 available. If so, email site admin, create log entry and trigger message for site admin
Files altered:
e107_admin\cron.php
e107_handlers\cron_class.php
e107_languages\English\admin\lan_cron.php
Related to:
20cb65f539
2013-05-12 02:16:20 -04:00
Moc
38c7e96fe6
Closes #256 - Minor LAN update to WMESSAGE
2013-05-06 17:40:28 +02:00
STR82U
8c77392b37
Update fileinspector.php
...
line 39 and 43 - Capitalized "File Inspector" as a proper name.
Line 39 changed ". When the inspector encounters..." to ". When File Inspector encounters..."
2013-05-04 11:37:04 -06:00
Cameron
8d66244f02
Issue #187 - styling of status and latest menus. 1440x900 or higher is recommended.
2013-04-29 20:22:48 -07:00
SteveD
f9c03aa015
Remove hard-coded text
2013-04-18 22:06:56 +01:00
Cameron
f1c0a0b5fd
More Menu-Manager GUI tweaks
2013-04-14 19:28:15 -07:00
Cameron
755bf861c4
Menu-Manager auto-height on iFrame and other GUI fixes.
2013-04-14 17:06:02 -07:00
Moc
dc1d867aff
#6 - LAN clean-up (HTML removal, double quotes, generic) - done upto/i admin/lan_p
2013-03-24 19:44:14 +01:00