1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-21 06:52:28 +01:00

7802 Commits

Author SHA1 Message Date
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
Michael Waskosky
5453be3ccd Allow full screen iframed elements in modal
This tag allows videos in modals to be full screen.
2016-04-23 14:51:45 -06:00
Michael Waskosky
691c2ef170 boostrap modal options for frontend
A way to configure modal options documented here http://getbootstrap.com/javascript/#modals-methods
2016-04-22 21:29:00 -06:00
Michael Waskosky
c17577d2dc Added support for a few more file types
A few common media file types added
2016-04-02 05:42:44 -06:00
Cameron
a7ec2f7b7d Issue #1478 2016-04-01 20:32:15 -07:00
Cameron
02a5cf6e81 Fixes #1474 - check for page_title or menu_name during custom page/menu creation. 2016-04-01 20:29:13 -07:00
Cameron
9717990572 Fixes #1478 - https for external urls. 2016-04-01 20:14:36 -07:00
Cameron
d040f3a1ce Fixes #1477 - User Extended Field Creation Type was not being saved. 2016-04-01 20:10:46 -07:00
Cameron
c8d49ee79c Private Messenger: Admin UI fixes. 2016-04-01 19:59:51 -07:00
Cameron
89f6794c53 Private Messenger: remove debug info. Fix for "Send a Reply" button. 2016-04-01 18:09:27 -07:00
Cameron
10f0d80291 Issue #1460 - Fix crash in parser when posting code. 2016-04-01 11:27:06 -07:00
Cameron
a30ee0d5b8 userlist method added. 2016-04-01 10:35:19 -07:00
Cameron
940ac85191 Forum: Corrected attachment file-path. 2016-03-30 19:14:14 -07:00
Cameron
2e067dfdf7 Private Message: Issue #1423, #1434 - v2.x fixes/updates. Improved user-file upload handling. 2016-03-30 19:10:00 -07:00
Cameron
324be8ebdc For Handler: Fix for file 'multiple' attribute. 2016-03-29 17:58:18 -07:00
Cameron
2e6fa44aa2 Fix for SQL_CALC_FOUND_ROWS using PDO. 2016-03-29 14:55:38 -07:00
Cameron
1281c70714 Issue# 1471 Options for news category without link. Use {NEWS_CATEGORY_NAME} or {NEWS_CATEGORY_NAME: link=1} 2016-03-29 08:21:28 -07:00
Cameron
4e16efab59 Added missing userclasses to Forum visibility etc. 2016-03-28 18:44:42 -07:00
Cameron
02112b1a98 Issue #1287 Improved SSL detection. 2016-03-28 15:55:25 -07:00
Cameron
27848e1c00 Merge pull request #1464 from Jimmi08/master
Fix for wrong language in stage 2 #1459
2016-03-27 17:30:32 -07:00
Jimmi08
3505a4b123 Fix for wrong language in stage 2 #1459 2016-03-28 00:04:11 +02:00
Cameron
ed5eb1ef74 Issue #1458 - Possible fix to admin perms issue. 2016-03-27 11:34:14 -07:00
Cameron
2dedb86ba8 Viewable By shortcode added. Forum deleted template corrected. 2016-03-26 15:17:11 -07:00
Cameron
e401e4b4ac Correction to last commit. 2016-03-26 12:54:08 -07:00
Cameron
74f0e2f3d9 Forum: Fix for SEF Url on Redirect to post. 2016-03-26 12:29:32 -07:00
Cameron
e4436417f9 Forum: Moderators list fix. Online count fix. IMAGE_track BC Fix. 2016-03-26 11:41:52 -07:00
Cameron
46043bbb68 Fixes #1457 New Forum Posts Menu - "Show Original Topic in Menu" option not saving. New User-Extended Field preset for User comments. New e107::debug() function added for throwing info to the browser console. (Firefox/Chrome) 2016-03-26 10:14:57 -07:00
Cameron
ec4b24f7fd Rewrite of Admin > Extended User Fields completed. 2016-03-25 12:26:30 -07:00
Cameron
efc2e62953 NewForumPosts could fail under some circumstances. Extra checks added for e107::unserialize(); 2016-03-25 11:24:07 -07:00
Cameron
7880dc5817 Merge pull request #1451 from lonalore/master
Inline support for expandit behavior. Use Ajax API to avoid page-reload on user extended form.
2016-03-25 08:46:21 -07:00
Lóna Lore
2eb7924098 Use Ajax API to change dropdowns. 2016-03-25 11:02:15 +01:00
Lóna Lore
91e504c220 Ajax API: support for forms without ID. 2016-03-25 10:21:19 +01:00
Lóna Lore
5498c0ac15 Inline support for expandit behavior. 2016-03-25 09:32:28 +01:00
Cameron
2e5cf2b05e User-Extended work and Mail handler support for other SMTP ports. 2016-03-24 21:45:14 -07:00
Cameron
a4583a4f52 Forum: Fix for forum creation access rights. 2016-03-24 20:14:56 -07:00
Cameron
36cabf1330 Forum: "Maximum width of uploaded image" setting is now respected. When set to 0 the size is determined by the forum/theme template. 2016-03-24 17:44:03 -07:00
Cameron
6ab9f32f07 Fix for user pagination 2016-03-24 13:43:00 -07:00
Cameron
811201ad5e User Extended Admin upgrades. 2016-03-24 12:21:07 -07:00
Cameron
615d93d3d5 Merge pull request #1450 from lonalore/master
Issue #223 - Replaced javascript code with "jquery".
2016-03-24 12:12:03 -07:00
Cameron
d2ef47fecc Fix for default expandit behavior. For the FAQs Categories not showing after install. 2016-03-24 10:30:53 -07:00
Lóna Lore
92f006849d Issue #223 - Replaced javascript code with "jquery". 2016-03-24 10:26:25 +01:00
Cameron
cd57f1aef8 Forum notice fixes and bootstrap3 poll styling. 2016-03-23 20:13:26 -07:00
Cameron
12beda569d Fix for user profile data. Fix for default settings of newforumposts_menu.php. 2016-03-23 19:34:17 -07:00
Cameron
825ab74984 Custom Forum title now respected throughout. 2016-03-23 17:25:21 -07:00
Cameron
8282802d5e Fixes #1449 - Polls failing in PHP7 and Multiple options voting not functioning. 2016-03-23 16:43:41 -07:00
Cameron
1c16094dea Forum Issue #260: Hide poll tab if it is not installed. Also fix for menu_manager item insert with PDO. 2016-03-23 10:22:21 -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
5cac882925 Merge pull request #1448 from lonalore/master
Fixed: Insert an image from Media Manager does not work (bbarea). Fixed bbcode buttons.
2016-03-23 08:45:13 -07:00