1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

1636 Commits

Author SHA1 Message Date
Cameron
d55c60ba1d Issue #385 and admin-language interface pref added. (requires testing) 2013-07-17 03:01:46 -07:00
Cameron
c0c46e38c9 Added Glyphs to side-bar on default install. 2013-07-12 13:53:00 -07:00
Cameron
ddbbfef54f Fix for font-awesome overlay issue. Renamed glyph() as toGlyph() for consistency. 2013-07-12 13:52:39 -07:00
Cameron
917bbef849 icon tweaks 2013-07-12 12:06:19 -07:00
Cameron
475e46e748 Renamed {LINK_IMAGE} to {LINK_ICON} - more consistent with description in admin -> Site links. 2013-07-12 07:50:25 -07:00
Cameron
955bb78769 Added support for bootstrap glyphs (see admin-> Site-links icon for example) 2013-07-12 07:13:10 -07:00
Cameron
62f178f9bb Submitnews token added and set access to 'Members' during installation. 2013-07-12 03:21:27 -07:00
Cameron
bba53152ca Set <script> posting to "Nobody" on default install. 2013-07-10 04:56:29 -07:00
Cameron
6babeb1ae5 Issue #408 - bootstrap font/glyph support added. (replacing ICONMAIL and ICONPRINT) 2013-07-09 00:49:50 -07:00
Cameron
cb69048fd0 Issue #407 - Incorrect news category link. 2013-07-08 12:03:37 -07:00
Moc
18ce799b07 nextprev single shortcode LAN fix 2013-07-08 14:24:50 +02:00
Cameron
8d4a1be162 Fix for default avatar on comment form. 2013-06-23 19:05:30 -07:00
Cameron
e5e5c1d12c New notify script added to front end. You can test with forum 'quick reply' for now. 2013-06-21 01:26:30 -07:00
Cameron
518abe69fe Bootstrap styling fixes. 2013-06-20 15:12:56 -07:00
Cameron
0fb38d426f Add Bootstrap styling to breadcrumb 2013-06-20 14:01:14 -07:00
Cameron
9d2f54ebf9 Fixes #365 for now until new method found. 2013-06-20 01:31:03 -07:00
Cameron
fe53927e5d Sitedisclaimer cleanup. 2013-06-20 01:24:03 -07:00
Cameron
15a9805069 Fix for comment-avatar size issue. 2013-06-20 00:10:52 -07:00
Cameron
2d21d0e7d2 Fixes #326, #331 and corrects markup issues with pull-request #390.
Also added check for theme_shortcodes.php for including batches of theme shortcodes.
theme_config.php is now the correct file name for a theme config.
2013-06-19 22:50:51 -07:00
Cameron
a0aec4b210 Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder. 2013-06-17 16:03:33 -07:00
Cameron
59047796d1 Added THEME_STYLE constant for easy checking of the currently selected theme style. CSSORDER also added, but subject to change. 2013-06-17 15:42:35 -07:00
Cameron
fdf647c8bb More [code] parsing work. 2013-06-15 03:58:47 -07:00
Cameron
81bbbc99ee Fix for [code] output. 2013-06-15 02:26:55 -07:00
Cameron
aef9b631c3 More [code] bbcode work. 2013-06-15 02:18:15 -07:00
Cameron
846cfb3603 table bordered by default 2013-06-14 19:42:03 -07:00
Cameron
177722248d Removed css from [td] (use [table] instead) 2013-06-14 18:27:55 -07:00
Cameron
f9f90451c0 Added th bbcode. 2013-06-14 18:12:38 -07:00
Cameron
f2c69d1de0 Added bootstrap css style to table bbcode. 2013-06-14 18:08:47 -07:00
Cameron
76986a83c6 header bbcode html fix 2013-06-14 17:24:15 -07:00
Cameron
7d57148ed0 Fix for Page-Chapter Batch Link creation. 2013-06-14 17:00:41 -07:00
Cameron
2b4a5009b5 Removed extra </pre> tag. 2013-06-14 14:35:47 -07: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
SteveD
a877a2bf89 Issue #343 start of fix to make CHAP login via user pages work again (more to do) 2013-06-07 22:43:03 +01:00
Cameron
aa22377354 Issue #382 - SMTP default prefs added. 2013-06-06 14:54:39 -07:00
Cameron
106365dfef Issue #373 - Partial fix - at least when using bootstrap. 2013-06-03 03:52:53 -07:00
Cameron
ae9769f8b4 Added [code=inline] for single line <code>. 2013-06-01 03:55:53 -07:00
Cameron
daa6e7ba1b Fix for html within [code] bbcode. 2013-05-31 20:56:18 -07:00
Cameron
9d4e1f7bf0 Remove debug info from last commit 2013-05-31 16:27:00 -07:00
Cameron
58ada036c8 img bbcode attributes fix 2013-05-31 16:24:38 -07:00
Cameron
c63b3111ac Forgot password template cleanup 2013-05-31 15:54:45 -07:00
Cameron
c27c5ea403 Fixed: Some bbcodes were missing in some parts of the admin-area. 2013-05-31 13:52:56 -07:00
Cameron
7d505b8629 Book listing template added. 2013-05-30 14:16:49 -07:00
Cameron
a7f4e93a24 Remove space around code examples. 2013-05-30 00:08:48 -07:00
Cameron
7b88d1cb6d Pages/Menus: each book/chapter now has it's own template. 2013-05-29 23:00:55 -07:00
Cameron
19b616dae4 Page templates for listPages and listChapters 2013-05-29 19:37:06 -07:00
Cameron
ce939d1fff Support for {e_PAGETITLE} usage in $HEADER. 2013-05-29 01:42:35 -07:00
Cameron
7d6688d760 Page support for single page with anchor navigation. 2013-05-29 01:29:53 -07:00
SecretR
c753d7fff6 e107 class destructor - work on Issue #278 Memory leaks 2013-05-27 10:54:51 +03:00
Cameron
94f4906987 Added check for "SetEnv E_DEV true" in .htaccess 2013-05-25 18:24:02 -07:00
Cameron
348c26a6a0 Closes #330 2013-05-25 16:52:45 -07:00