1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-15 03:54:39 +01:00

117 Commits

Author SHA1 Message Date
Cameron
b05785dd01 Forum: Added missing breadcrumbs to report and move pages. 2016-05-04 09:25:44 -07:00
Cameron
1ad918eb65 Forum: Fix wrapper styling. More work on experimental 'split' function. 2016-05-04 09:13:46 -07:00
Cameron
8dbe69c291 Forum: Experimental topic/thread split feature added. (requires e_DEVELOPER to be true in e107_config.php) 2016-05-03 20:52:46 -07:00
Cameron
dc1c46acc1 Forum Post BC-Fixes. Renamed forum-post shortcodes to avoid name conflicts. 2016-04-27 14:37:43 -07:00
Michael Waskosky
c11d587243 Fix to bot's boolean misperceptions 2016-04-24 18:07:11 -06:00
Michael Waskosky
611ba19838 New method to post forum attachment related data directly (cleaned)
Allows posting new forum attachment file data directly with the $_POST request so that uploads and attachment data can be handled before the post is submitted. Alternate types of attachments also become possible then when overriding the forum attachment shortcodes. Data is posted with JSON instead of PHP Array to avoid the chance of eval() related security issues.
2016-04-24 16:56:06 -06:00
Michael Waskosky
a14b3baff7 New method to post attachment related data directly
Allows posting new attachment file data directly with the $_POST request so that uploads and attachment data can be handled before the post is submitted. Alternate types of attachments also become possible then when overriding the forum attachment shortcodes. Data is posted with JSON instead of PHP Array to avoid the chance of eval() related security issues.
2016-04-24 16:08:57 -06:00
Cameron
940ac85191 Forum: Corrected attachment file-path. 2016-03-30 19:14:14 -07:00
Cameron
f1a2c00160 Issue #1433 - Allow Images/Video posting with TinyMce for members (member.xml) and not for anonymous/public. (public.xml) 2016-03-23 09:16:54 -07:00
Cameron
bf2db49dd1 Forum now allows for multiple attachments in a single user selection. For update thread/count should now working with PDO. 2016-03-21 14:32:02 -07:00
Cameron
4db14510de Issue #1433 Remove confusion about image attachments in forum posts. PDF files now added to default filetypes during install. 2016-03-21 10:45:50 -07:00
Cameron
bda0d9d2a3 Fixes #1433 - Forum Attachments/Image data would become corrupted while editing. 2016-03-20 18:35:14 -07:00
Cameron
0a1a6b9250 Fixes #1391 - Missing forum-post template elements after upgrading. 2016-02-28 10:44:48 -08:00
Cameron
a16ae500bb Forum: code cleanup. BC Fixes for Breadcrumb. 2016-01-26 21:10:19 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
7a564f639d Fixes #1290, Fixes #1279 Forum backward compatibility issues. 2016-01-13 18:09:47 -08:00
SecretR
f67127bfed Forum templates paths fix 2015-12-15 18:05:55 +02:00
leo
bfce62a1d6 Changed present LAN calls (+ edit +decommented) so to be able to use the translation (previous state crippled .. not finished ??) Iff i am correct on coding unsure, testing provides working.. 2015-08-22 16:40:38 +02:00
Cameron
a26de7bc84 Issue #1138 - Bootstrap3 UI fixes. 2015-07-15 19:33:15 -07:00
Cameron
84485c50da Forum: Fixes #1079 - broken 'move' url. 2015-06-26 10:26:47 -07:00
leo
3bc8dbdf83 2015-06-25 16:05:23 +02:00
skcihmit
690e197f69 Update forum_post.php
under function updateReply()
$url = e107::url('forum','topic',$this->data,true);
to
$url = e107::url('forum','topic',$this->data);

With true at the end, I get the redirect url creating a recursive e107_plugins/forum within the url and causing a 404.
2015-06-21 12:06:52 +10:00
Cameron
56321dfcf7 Fixes #1056 - Forum rules and statistics links added back to template and reworked for bootstrap. thread_sef removed from forum_thread database table and now generated on the fly. More testing required. 2015-06-17 20:09:26 -07:00
Moc
95e645d7d1 Forum plugin - Now correctly updates threadtype (sticky, announcement, normal) after updating OP 2015-06-17 19:43:37 +02:00
Cameron
8d5e106fd6 Issue #1026 - Added redirection debug info. Redirection after 'Update reply' corrected. 2015-05-26 12:25:12 -07:00
Cameron
240d509fd0 Fixes #1028 - Forum reporting failing. Reporting now uses 'Notify' settings. Jump to Previous and Next forums working again. Jump to other forums working. Header redirection has been minimized for improved performance. 2015-05-26 12:00:43 -07:00
Cameron
03ab8b867e Issue #1015 - Possible forum edit/view access cache issue corrected. New-Topic and Post-Reply buttons now use the new SEF urls. 2015-05-22 15:37:46 -07:00
Cameron
3f49076a2b Fixes #1001 - forum thread editing. Also pagination and redirection fixes. "Move Thread" reworked and integrated into forum_post.php 2015-05-09 13:22:27 -07:00
Cameron
81bff06041 Forum fix. post_forum field was being sent the thread value instead of the forum value when using the "Post Reply" page. Attachments now working correctly. Fixes download issues associated with forum permissions. Also corrected pagination issue. 2015-05-07 11:49:36 -07:00
Cameron
c57876bdff Styling fixes. 2015-05-05 11:38:22 -07:00
Cameron
d60a5edeab Fixes #973 - permissions lookup issue corrected. 2015-04-23 20:19:14 -07:00
Cameron
8890c523f0 Fixes #717 - Forum Post rewrite. new bootstrap templates added as well as new shortcodes. (attachments not functioning at this moment) 2015-04-18 15:09:10 -07:00
Cameron
0b33ad7a26 New forum admin interface. Forum reporting front-end cleaned up. 2015-04-13 19:38:25 -07:00
Cameron
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
Cameron
05637a4422 Forum language-file cleanup. 2015-01-30 18:14:06 -08:00
Moc
bf2fa42da7 Forum plugin - fixed error message incorrectly displaying when creating topic/reply with no attachments 2014-08-20 00:32:57 +02:00
Moc
669d19c453 Typo fix previous commit 2014-08-06 14:23:21 +02:00
Moc
4a3c839cde Forums: improved error handling when uploading attachments failed 2014-08-05 12:46:06 +02:00
Moc
cc3d582c6d Forum plugin - attachment upload error message now shows properly 2014-08-05 09:43:17 +02:00
Moc
d5b99115de #310 - Forum upload should be functional now. Downloading files not working yet. 2014-07-26 20:55:24 +02:00
Cameron
f3ae51e037 Added 'btn-default' to button for Bootstrap3 compatibility. 2014-02-07 07:33:33 -08:00
Cameron
c3e93fb34d Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec. 2013-12-21 06:23:22 -08: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
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
023d0f6047 Issue #371 - forum template parsing issue. 2013-06-02 16:18:06 -07:00
Cameron
f29852230e Closes #313 - Navigation active class issue. 2013-05-17 16:44:12 -07:00
Cameron
e5ded966cc Save attachment fix with forum-post - db encoding issue remains. 2013-03-31 06:03:10 -07:00
Cameron
82ac19d038 Added e107::serialize() and e107::unserialize() (static alias of e107::getArrayStorage()->read/write() functions) 2013-03-31 05:55:08 -07:00
Cameron
0c5f1ec880 Uploading of attachments almost working. Held up by _FIELD_TYPES mess. 2013-03-31 00:43:18 -07:00
Moc
61f9077026 Some more code clean-up (global pointers, $this->e107->, $sql) 2013-03-26 12:33:03 +01:00