Jimmi08
5123859d32
final fix for https://github.com/e107inc/e107/issues/1514
2016-04-30 11:17:15 +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
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
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
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
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
a21d351cd2
PM Notification datestamp fix.
2016-04-23 14:13:31 -07: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
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
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
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
rica-carv
863bf99657
Update e_shortcode.php
2016-04-19 13:20:47 +01:00
rica-carv
0c4802d246
Reworked parm check & revised code clean up
2016-04-19 09:13:35 +01:00
Cameron
406568bd8a
Merge pull request #1554 from rica-carv/rica-carv-banner_shortcode
...
Banner Shortcode: Additional $parm options added.
2016-04-17 17:59:12 -07:00
Cameron
701278bd20
Fixes #1558 - Gallery fatal error
2016-04-17 13:32:17 -07:00
Cameron
7e7833cbda
Fixes #1532 PM notification template.
2016-04-17 12:04:35 -07:00
Cameron
12d25e7f95
Merge pull request #1553 from rica-carv/rica-carv-newsletter_icons
...
#1528 New newsletter icons
2016-04-17 08:35:31 -07:00
Cameron
f703aec8d9
Merge pull request #1550 from rica-carv/rica-carv-patch-download_shortcodes
...
#1526 Updated download_cat_search shortcode to toIcon() method
2016-04-17 08:29:31 -07:00
Cameron
c50899a218
Merge pull request #1552 from rica-carv/rica-carv-newsfeed_icons
...
#1528 New newsfeed icons
2016-04-17 08:28:21 -07:00
rica-carv
b7ca083800
Allow use of parms inside banner render
2016-04-17 16:19:46 +01:00
Cameron
308f5c9810
Rollback changes to JS on Fileinspector. Should fix issue #1454
2016-04-16 15:56:02 -07:00
rica-carv
a1b0367224
Add img-rounded class to images
...
Add img-rounded class to images, for site wide image format consistency (like used for example by news...)
2016-04-16 23:15:42 +01:00
rica-carv
071cabd4bd
Added files via upload
2016-04-16 23:09:20 +01:00
rica-carv
ab24a4537b
New newsfeed icons
2016-04-16 23:06:38 +01:00
rica-carv
99bb24bc03
Update download_shortcodes.php
2016-04-16 22:43:35 +01:00
Cameron
4aba2f6149
Forum attachment updated to work with recent changes to thumbUrl(). Forum URL post detection improved. Forum attachments can now be seen in the 'Latest Posts" of the admin area.
2016-04-16 10:15:29 -07:00
Cameron
9bd9bc29ad
Fixes #1548 Newforumposts Main error
2016-04-16 08:19:41 -07:00