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

7989 Commits

Author SHA1 Message Date
Cameron
f359e9963e Merge pull request #1596 from Jimmi08/chatbox
Fixes #1514 - chatbox signup link
2016-04-30 08:53:26 -07:00
Jimmi08
5123859d32 final fix for https://github.com/e107inc/e107/issues/1514 2016-04-30 11:17:15 +02:00
Cameron
7b4d3963b9 Merge pull request #1593 from tgtje/2016-rework
Bug rework navbar > user/login disappearing when language is in use, …
2016-04-29 10:13:46 -07:00
tgtje
3d5943e637 Bug rework navbar > user/login disappearing when language is in use, positioned switching; (value is removed, array is txt defined) No change on language file needed. 2016-04-29 16:39:24 +02:00
Cameron
296fb35d2a Forum view now uses PM shortcode rather than direct link. 2016-04-29 05:37:29 -07:00
Cameron
2915c8b1f5 TinyMce cleanup empty paragraph tags. 2016-04-28 18:26:21 -07:00
Cameron
c40c909293 Fix for news params in news shortcodes. 2016-04-28 18:13:41 -07:00
Cameron
b9ef70678a Online Menu - hide 'viewing' page when none available. 2016-04-28 13:55:50 -07:00
Cameron
0083f626cc Online Menu template cleanup 2016-04-28 13:44:13 -07:00
Cameron
0312b63e71 Lastseen template path fix. 2016-04-28 13:20:05 -07:00
Cameron
3a74aea669 Online Menu upgrades. 2016-04-28 13:17:36 -07:00
Cameron
501514b06f Issue #1585 TinyMce Language fix. 2016-04-27 15:25:23 -07:00
Cameron
dc1c46acc1 Forum Post BC-Fixes. Renamed forum-post shortcodes to avoid name conflicts. 2016-04-27 14:37:43 -07:00
Cameron
fdfd60419b Improved DB-Verify debug information and problem detection. 2016-04-27 09:09:51 -07:00
Cameron
bbd93f6ac6 Issue #1588 Possible login-menu fix. 2016-04-26 13:14:03 -07:00
Cameron
2d25da40a0 Issue #1585 - default language file addqed. 2016-04-26 13:08:53 -07:00
Cameron
23efdfd972 Fixes #1585 - hard-coded language in TinyMce. 2016-04-26 09:03:25 -07:00
Cameron
b2771fa00a Added new user to the default userclass selection. Improved userclass() method docs. 2016-04-25 19:06:37 -07:00
Cameron
79c6e80c4f Fix for PM Send permissions. 2016-04-25 09:31:55 -07:00
Cameron
8762cf82ca PM Message limits. 2016-04-24 19:40:31 -07:00
Cameron
a24637eea5 Merge pull request #1583 from waskosky/master
New method to post forum attachment related data directly
2016-04-24 17:35:54 -07:00
Michael Waskosky
c11d587243 Fix to bot's boolean misperceptions 2016-04-24 18:07:11 -06:00
Cameron
c46809de92 Config update 2016-04-24 17:02:34 -07:00
Cameron
89264b0259 Fix for user-extended permissions on user page. Corrected wrapper ID for user/member list. 2016-04-24 16:13:05 -07: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
4125d04371 Issue #1582 - Simplification and rewrite of userpicker() method. 2016-04-24 10:45:27 -07:00
Cameron
0e9be6404b Merge pull request #1579 from Jimmi08/signup-shortcodes
added parameters to some signup shortcodes
2016-04-24 07:44:10 -07:00
Jimmi08
7ee707190e added parameters to some signup shortcodes 2016-04-24 08:44:40 +02:00
Cameron
b4a5a0b573 Closes #1484 - theme shortcodes are now registered globally by default. Shortcode handler cleanup. 2016-04-23 15:24:22 -07:00
Cameron
b6f9122faa Merge pull request #1578 from waskosky/master
Allow full screen iframed elements in modal
2016-04-23 14:14:03 -07:00
Cameron
a21d351cd2 PM Notification datestamp fix. 2016-04-23 14:13:31 -07: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
Cameron
0bb010649c Merge pull request #1573 from Jimmi08/placeholder
possibility to use lang string in placeholder
2016-04-23 08:17:01 -07:00
Cameron
c77b3d835a Merge pull request #1571 from waskosky/master
bootstrap modal options for frontend
2016-04-23 08:15:29 -07:00
Cameron
dfa7521fd9 PHP Notice removal 2016-04-23 08:14:46 -07:00
Jimmi08
3e0f7d4540 possibility to use lang string in placeholder 2016-04-23 16:59:29 +02: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
Cameron
3c0f501e43 Extra bootstrap styles added to default mail template. Precautions for legacy sitebutton resize. PM notify template clean up. 2016-04-22 16:11:47 -07:00
Miroslav Yovchev
0b78deb22a More strict user fields validation 2016-04-23 00:29:14 +03:00
Cameron
58a3926c54 Issue #690 - Option added to enable e_shortcode.php to override other core/plugin shortcodes. 2016-04-22 11:54:18 -07:00
Cameron
16d0417b70 Third-party compatibility for forum shortcode vars. 2016-04-22 09:44:01 -07:00
Cameron
9cf18a2708 Fixes #1567 - Addon validation. 2016-04-22 09:03:21 -07:00
Cameron
699257e3c3 Forum triggerData fix. 2016-04-22 09:01:18 -07:00
Cameron
6b37c95b74 Issue #1185 - Possible fix for broken FAQs loop. 2016-04-22 08:46:34 -07:00
Cameron
798d1d4c91 Corrected Forum event data. 2016-04-22 08:45:11 -07:00
Cameron
fd4c707fce PHP7 Warnings Fix - requires testing. 2016-04-21 12:04:09 -07:00
Cameron
6a91e5abfb Config update 2016-04-21 11:55:54 -07:00
Cameron
7487f9e919 Newsfeed admin area configuration fix. 2016-04-21 10:46:57 -07:00
Cameron
6c4c5bd6e3 Newsfeed Plugin: Added SEF URLs. PHP7 compatibility fix. 2016-04-21 10:39:00 -07:00