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
82189dae0b
Fixes #252 - Database creation issue during install. Added input validation on database name.
2013-11-23 20:22:41 -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
SecretR
c49756982f
Menu template fixes; Page template lan
2013-10-18 10:50:12 +03: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
Moc
ff2c2e5c6d
#220 - First batch of forum LAN rewrite: forum, viewforum, viewtopic and post are done. Work in progress! ( #6 )
2013-06-12 21:38:26 +02:00
Cameron
a4f092e499
Removed old download LAN files.
2013-06-01 16:01:11 -07:00
Cameron
0ed759d0c7
Media-Manager bbcode correction.
2013-05-31 15:54:14 -07:00
Moc
593c5e1f36
Typo in LAN
2013-05-26 22:26:51 +02:00
Cameron
23b3e7a4aa
Message-handler title fix.
2013-05-17 18:18:07 -07:00
Moc
53c8dad760
Closes #287 - enhancement to already logged in message.
2013-05-14 20:51:18 +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
Moc
ca34172ac4
Backwards compatibility LAN for v1.x signup_template.php
2013-05-01 13:38:03 +02:00
Moc
70cabd4669
Changed {EXTENDED} shortcode to use LAN_MORE when EXTENDEDSTRING is not defined.
...
Added LAN_MORE to LAN file.
2013-05-01 00:10:06 +02:00
Cameron
8d66244f02
Issue #187 - styling of status and latest menus. 1440x900 or higher is recommended.
2013-04-29 20:22:48 -07:00
Cameron
59dba938b2
Possible fix for alert-message. Attempt to chmod e107_config.php automatically.
2013-04-23 18:19:52 -07:00
Moc
070889c2a8
Backwards compatibility LAN for v1.x usersettings_template.php
2013-04-22 12:40:09 +02:00
Cameron
8b0c9c79a3
Bbcode button styling and fixes.
2013-04-21 02:00:08 -07:00
Moc
3df7115563
Backwards compatibility LAN for v1.x user_template
2013-04-20 19:34:48 +02:00
SteveD
f9c03aa015
Remove hard-coded text
2013-04-18 22:06:56 +01:00
Cameron
33c82dac70
Extended fields added for Skype and Gender. Also GUI cleanup.
2013-04-17 12:19:47 -07: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
Cameron
91e3f336f6
Bootstrap front-end template. Login page added.
2013-03-22 19:56:28 -07: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