1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-19 05:28:10 +01:00

461 Commits

Author SHA1 Message Date
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
SecretR
f7f3dd65f3 Fixes Issue #297 2013-05-24 22:18:20 +03:00
Moc
9d882ca436 Notice fix 2013-05-21 16:50:07 +02:00
Cameron
0aa3fb4c10 Some basic markdown support. Use bbcode [markdown][/markdown] 2013-05-20 17:57:35 -07:00
Cameron
4581b9986c Consolidate parsing classes into single file. 2013-05-20 17:10:38 -07:00
Cameron
393fbc5007 Comments panel enabled in admin. Yet to be completed. 2013-05-17 19:45:39 -07:00
Cameron
5f264b10af Issue #293 - missing modal on front-end. 2013-05-17 17:34:05 -07:00
Cameron
bf1916ba03 Closes #292 2013-05-16 16:14:39 -07:00
Cameron
e9173717a7 Disable upgrade example 2013-05-15 15:03:54 -07:00
Cameron
e4ebdfbce7 Remove extra message render. 2013-05-15 12:36:42 -07:00
Cameron
5dc12469f5 Merge pull request #290 from BillyBoy0823/master
Closes #251 and Closes #141 - Clean up of menus install
2013-05-15 00:02:44 -07:00
SteveD
adf6417868 Some userclass fields didn't support class ID>255, visibility needs to support 'not member of...'. Possible tenuous link to Issue #266 2013-05-13 21:36:21 +01:00
BillyBoy0823
3e152b19a9 Clean up of menu installs.
Menu news_months_menu has 2 entries.
One was set to location that conflicted with Login Menu.
Both using location 1, Order 1.
Changes;
Removed unneeded news_months_menu
Set other one to location 1, order 2 to remove conflict.
Tested - Viewed DB after install - was OK.
2013-05-12 20:14:51 -04:00
Cameron
20cb65f539 Preparation for coreCronUpdate(); 2013-05-11 21:45:09 -07:00
Moc
5b8f347db4 Fixes #277 - broken link on user.php to usersettings.php when using SEF 2013-05-11 12:03:29 +02:00
Cameron
0ebd25252f Merge pull request #228 from Deltik/master
[security] Protection for exposed emails, Message-Handler constants etc. Thank you Deltik
2013-05-10 16:21:38 -07:00
Cameron
24d0aba27c Fix for comment icon in bootstrap. 2013-05-10 15:15:38 -07:00
Cameron
f9c157817a Updated to use "SetEnv E_DEV_MENU true" in .htaccess - Experimental code. 2013-05-09 03:28:47 -07:00
Cameron
b8362372df Issue #257 , Issue #64, Issue #236 - usersettings and avatar upload issues. 2013-05-07 20:30:20 -07:00
Cameron
a47cadb9b9 Blurry avatar fix and usersettings template fix. Also added $tp->setThumbSize($w,$h,$crop); 2013-05-07 18:32:38 -07:00
Moc
1298cc8244 #236 - Usersettings signature area styling 2013-05-07 17:28:04 +02:00
Deltik
fe2662188e Merging with upstream 2013-05-07 08:15:48 -05:00
Cameron
75aa12609e Install alert styling 2013-05-06 16:37:20 -07:00
Cameron
a3cdbb42c1 Issue #255 - Partial fix for empty sidebar menu. 2013-05-06 16:33:56 -07:00
Cameron
438bf16b0c Issue #255 - fix for empty sidebar. 2013-05-06 15:40:37 -07:00
Moc
72cb8882d9 Added check for presence of install_.php (in addition to the 'install.php' check) 2013-05-06 12:17:48 +02:00