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
Moc
afe4b27cf2
Code clean-up (globals, $e107->, headers, $sql)
2013-03-24 18:59:18 +01:00
Moc
e712e1b9e1
Comments manager - minor LAN fix (added LAN_IP)
2013-03-22 10:48:49 +01:00
Cameron
70ff50b0a0
CATPCHA can now be enabled on the admin login and user-login pages separately.
2013-03-21 23:06:46 -07:00
Moc
028ab0ddc8
#6 - LAN clean-up (HTML removal, double quotes, generic) - done upto lan_lx
2013-03-21 13:39:11 +01:00
Moc
dc71a8500e
#6 - LAN clean-up (HTML removal, double quotes, generic)
2013-03-21 10:40:58 +01:00
Moc
15cbd9b597
Minor LAN fixes to emoticon and mailout
2013-03-18 14:21:10 +01:00
Moc
c1e47084da
Comment manager - LAN FIX (needs checking, see fixme reverse)
2013-03-18 14:21:10 +01:00
Cameron
4f6b639ee9
Admin theme upgrade fix
2013-03-16 14:32:32 -07:00
Cameron
61616c95b0
Signup and FAQs cleanup
2013-03-10 22:07:06 -07:00
Moc
94a4c1e1d2
Maintenance flag - LAN and code cleanup ( #6 , #125 )
2013-03-10 15:21:32 +01:00
Cameron
269bdb8ebb
Filter menus from page-navigation
2013-03-09 15:25:08 -08:00
Cameron
02920b8a32
Page/Menu Lan changes.
2013-03-07 04:31:42 -08:00
SecretR
4303acdfbc
Fix '$' breaking translation (double quote constants)
2013-03-04 14:06:04 +02:00
Cameron
883e4eb0c8
Message Handler enhancement - render specific types.
2013-03-03 20:53:08 -08:00
Cameron
c3e7104c64
More Theme-Manager GUI Tweaks
2013-03-03 17:52:30 -08:00
Cameron
2a374b7251
Batch drop-down default fix and renamed 'Execute' to 'Go'.
2013-03-01 17:53:58 -08:00
Tijn Kuyper
ee4835e0d0
System logs - code and LAN cleanup
2013-02-27 16:37:49 +01:00
Tijn Kuyper
b040b679fb
Welcome message - code and LAN cleanup
2013-02-27 16:37:31 +01:00
Cameron
4259b435f3
Corrects wrapping buttons issue in admin and some LAN issues.
2013-02-27 00:44:58 -08:00
Cameron
a01e9933e4
Admin-ui - Support for link-targets (modal, dialog or blank) and batch site-link creation. ( Issue #8 )
2013-02-26 16:08:08 -08:00
Tijn Kuyper
8bfbcb5170
Search (admin) - Minor LAN clean-up
2013-02-26 16:48:25 +01:00