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

2511 Commits

Author SHA1 Message Date
Cameron
3c2def3a31 Issue #1493 : Allow tracking of topics via tracking page only (no emails). (work in progress) 2016-04-05 11:21:53 -07:00
Cameron
925704309e Fixes #1486 - Download error-page redirect issue. 2016-04-05 10:26:34 -07:00
Cameron
5a7595e54a Fixes #1490 Prevent themes and other code from interfering with wysiwyg.php 2016-04-04 19:55:22 -07:00
Cameron
a8f23f7179 Private Messenger: Fix for post coming from profile page. 2016-04-03 17:50:42 -07:00
Cameron
c483617c52 Private Messenger: Fix for replying 2016-04-03 17:30:39 -07:00
Cameron
9db9bd289f Private Messenger: Moved shortcode file back to avoid upgrade issues with old files. Please delete pm/shortcodes folder if it exists. Removed old attachments folder. 2016-04-03 17:01:05 -07:00
Cameron
66b1229c2a Private Messenger: Fix for field type on max send preference. 2016-04-03 16:40:19 -07:00
Cameron
a496b9a665 Private Messenger: Language file duplicate cleanup. 2016-04-03 15:02:25 -07:00
Cameron
2c18d90b9c Private Messages: Fixes #1485. Also check language files for changes. 'fw' (fixed width) option added to $tp->toGlyph() 2016-04-03 14:37:37 -07:00
Cameron
a21cce9c4b Make sure the wysiwyg parser still functions when maintenance is on. 2016-04-02 16:44:55 -07:00
Cameron
a7ec2f7b7d Issue #1478 2016-04-01 20:32:15 -07:00
Cameron
9717990572 Fixes #1478 - https for external urls. 2016-04-01 20:14:36 -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
Lóna Lore
df4e45f2a4 Fixed: handle opacity as float instead of int. 2016-03-31 09:45:35 +02:00
Lóna Lore
790caa8ae2 Load prettyPhoto only when it is needed in e_shortcode.php. 2016-03-31 09:44:35 +02:00
Lóna Lore
cb14973bea Replace "markup" keys with "item". 2016-03-31 09:22:28 +02: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
Lóna Lore
ddeaf28faf Fixed: proper usage of default values in JS. 2016-03-30 16:01:16 +02:00
Lóna Lore
133a0692e2 Fixed: proper usage of default values in JS. 2016-03-30 16:00:31 +02:00
Lóna Lore
2cae5b9023 Under "prettyPhoto settings" tab, it is now possible to completely configure prettyPhoto. Furthermore, prettyPhoto markups can be overriden by using gallery_template.php file. 2016-03-30 14:28:44 +02:00
Lóna Lore
111454bb87 Moved harcoded texts to LAN files. Use "Images per page" pref instead of hardcoded amount. 2016-03-29 14:17:29 +02:00
Lóna Lore
c54cc47832 Ability to order media items. 2016-03-29 11:44:50 +02:00
Lóna Lore
6b9838ae99 Use Library Manager to load libraries. Use JS behaviors. Add "Order images by" pref. 2016-03-29 11:22:25 +02:00
Lóna Lore
5598c9e733 Removed third-party libraries from Gallery plugin. 2016-03-29 10:44:01 +02:00
Cameron
4e16efab59 Added missing userclasses to Forum visibility etc. 2016-03-28 18:44:42 -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
efc2e62953 NewForumPosts could fail under some circumstances. Extra checks added for e107::unserialize(); 2016-03-25 11:24:07 -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
d2ef47fecc Fix for default expandit behavior. For the FAQs Categories not showing after install. 2016-03-24 10:30:53 -07: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
208edb0d22 Added NoReplies Image to Main forum page. 2016-03-22 23:45:37 -07:00
Cameron
7c458dbed2 Added "No Replies" to forum status icons. (Bootstrap only) 2016-03-22 23:38:58 -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
martyshep
1df89035e1 Update forum_icons_template.php 2016-03-20 12:20:01 +00:00
Cameron
4beaa11438 Fix for modern theme default MENU area. 2016-03-18 21:54:26 -07:00