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

7977 Commits

Author SHA1 Message Date
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
Cameron
12151013ea Config update 2016-04-21 09:22:47 -07:00
Cameron
f6026fe1ec Added filter by template to News admin area list. 2016-04-20 18:08:52 -07:00
Cameron
42191db509 Poll notice removal. 2016-04-20 17:37:46 -07:00
Cameron
f6ca9f8883 Newsfeeds: Fixes #1495. Admin-area rewrite using admin-ui. Newsfeed class is now compatible with PHP7. 2016-04-20 17:25:32 -07:00
Cameron
716678a3b7 PHP Notice and BC Fixes. 2016-04-19 16:57:44 -07:00
Cameron
8023a87aa1 Added support site. 2016-04-19 10:34:33 -07:00
Cameron
3b05508078 Updated with paypal and rebase for pull-requests. 2016-04-19 10:32:37 -07:00
Cameron
77ccb9859d Fix for shortcode format {SIGNUP_PASSWORD1} using new ':' separator. 2016-04-19 10:23:02 -07:00
Cameron
f54772db12 Updated Plugin Builder text. 2016-04-19 09:55:59 -07:00
Cameron
5223199321 Merge pull request #1562 from rica-carv/rica-carv-patch-1-banner_shortcode
#1560 Reworked parm check & revised code clean up
2016-04-19 09:45:45 -07:00
rica-carv
e5cde07c8f Merge pull request #7 from rica-carv/rica-carv-erro-fix-banner_shortcode
Error fix
2016-04-19 13:22:26 +01:00
rica-carv
863bf99657 Update e_shortcode.php 2016-04-19 13:20:47 +01:00