Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mybb/mybb

MyBB is a free and open source forum software.
https://github.com/mybb/mybb

Fixes #2847 (#2852)

...

d4d2e9634e3db9a404b80ce2dbd52114584d1d8c authored over 7 years ago
Remove slashes from moderator log during upgrade (#2840)

* Remove slashes from moderator log during upgrade

Iterate through the moderator log and remo...

4cc447cbe0f88a4bd069b09c5b5cf3f7cc2ad2c8 authored over 7 years ago
Fixes #2842 Drafts Incorrectly Counted Toward Total Post Count In Statistics (#2843)

9c26c3c181672be5abe57444f90238153c56c7ec authored over 7 years ago
Fixes #2836 Mark All Forums Read error (#2837)

e6fafad55944f2ba20f868b3240de221ef8c4d4f authored over 7 years ago
Fix #2741 Missing plugin hooks in postParser (#2742)

* Add 2 intermediate hooks in postParser::parse_message()

* Change hook name to parse_message...

76aa412a0c154e45e71da2aecbcfb1e5171b76f0 authored over 7 years ago
Added is_member() check to purge spammer tool (#2814)

219ff2d0a8eb1b0de9842bbb4d26e6b22dd8db01 authored over 7 years ago
Fixes #2815 (#2816)

* Replies recount if user can see deletion notices

* Fixed styling issue which caused early c...

333b23b8f5388fc5bc72c26575cc17a34520c095 authored over 7 years ago
Fixed www prefix interepreted as protocol in certain URLs (#2822)

278fae107424d57f0bc598b45c7131915a5aa571 authored over 7 years ago
Fixes #154 Select All for Reports (#2774)

bdd983dafa4663d74d6637f35d78e48f84d6dee1 authored over 7 years ago
Fix #2824 Counting of non-countable objects emits Warning on PHP 7.2 (#2826)

* Fix variable type in datacache::build_moderators()

* Add type check in update_theme_stylesh...

3c713dde409145e61812f5adf53af01bdbcd1921 authored over 7 years ago
Removed unnecessary escaping to titles for moderator action logs (#2828)

f180aa106a9e62968b7bb83ee23341aeade90e82 authored over 7 years ago
Hidden inline moderation to moderators' searches producing results without mod permissions (#2830)

72534f6282e0d08425ecd9e2bc9e66b959f241bb authored over 7 years ago
Fixes #2543 Hide invalid Calendar links (#2835)

a679d054b95fd009762a5592f929be043c81e11d authored over 7 years ago
Fixes #2743 Replace features deprecated in PHP 7.2 (#2797)

67ebdde40e7c46e20c72fd46ec4f0e78bdce486b authored over 7 years ago
Fixes #2691 Can create multiple usergroups with the same name (#2838)

* Fixes #2691 Can create multiple usergroups with the same name

* Fixes #2691 Can create mult...

b018d3e90752caf5546e588844552f3fea788e4f authored over 7 years ago
Fixes #2765 $errors array needs explicit declaration in member.php (#2786)

ad2c4f62373c8f6281573ae989fe9f1f9dd2747a authored over 7 years ago
Fixes #2110 Still not all checkall checkboxes were changed tothe new allbox (#2789)

Also changes #2773 PR for issue #2723 to use allbox

a3a3297ed7b37440e8e1fa9db6b848b9fe9b0d8e authored over 7 years ago
use isset to check if it's set and not null (#2775)

* use isset to check if it's set and not null

Not using isset() will return true if the user_...

86a66eed7526a91b52c77870ca306bd4633b538d authored over 7 years ago
Fixes #2700 Custom Admin Theme Set Before Completed Login with 2FA (#2783)

8603a36150106fd5b75d2ed3d5816d7dd0575ce4 authored over 7 years ago
Fixes #2832 - replace <br/> by <br /> in some templates to follow standards (#2833)

#2832

6e3f5d4eb7e871908f81254d9575c6755c0046ad authored over 7 years ago
Fixes #2335 php_warnings template not cached globally (#2755)

92f0cae4741c4c48c110b9a1cb992e572b1b656c authored over 7 years ago
Preview usergroup's username style via user-group settings (#2746)

* Preview usergroup's username style via user-group settings

* Parse name before formatting

74b22cf3243339edb5366a40fdf2b9db2ff88283 authored over 7 years ago
Fixes #2539 Overall Statistics Problem (#2785)

de565e9dd99c4d29302d61180544bd39a84e89a6 authored over 7 years ago
Admins/mods can now watch profile fields again (#2812)

8b08291961d701c86174ae1113080938b159c25e authored over 7 years ago
Fixes #2820 - CSS comments marker (#2825)

* Fixes #2820 - CSS comments marker

#2820

* update stylesheet version to 1813

f1a7b5365c6b14ff94eb12cbf795ef5bb6074c81 authored over 7 years ago
Replace <acronym> with <abbr> - follow HTML5 standards (#2819)

* Replace <acronym> with <abbr> - follow HTML5 standards

https://community.mybb.com/thread-21...

2118c41e12ee88f8d2a556e2fe0f37a1ffaa2411 authored over 7 years ago
Fixes #2382 my_date - no time for non-relative $format (#2753)

* Fixes #2382 my_date - no time for non-relative $format

* Fixes issue with dates in quotes
...

2bf6bf13a198888bb4dd92713b27bdbca4947f49 authored over 7 years ago
Fixes #2371 Incorrect user activty when action is unset (#2771)

9513f40e4ac8aef4bbec862b662c67fee2ad4a72 authored over 7 years ago
Update CONTRIBUTING.md

Fixing heading

69aad63b469c57e89d04422c4fc0657d7447ef37 authored over 7 years ago
Remove unneeded double semi colon (#2745)

13ce6ec780dccf48341d1fed5c9db2c27dc18657 authored over 7 years ago
Fixes #2792 (#2793)

0deeb28ac752940b78915a6868e6b364fe60621b authored over 7 years ago
More flexible styling for postbit_status (#2784)

Fixes comment here: https://github.com/mybb/mybb/pull/2757#issuecomment-312932548

21edc2063c624f20d740c8866166914bbe8a3b94 authored over 7 years ago
Fixes #2756 $post['poststatus'] missing from postbit (#2757)

7403743fb773fb4fdf14903fadfda5377a05da63 authored over 7 years ago
Adding template `misc_whoposted_page` to list

Fixes issue mentioned here: https://github.com/mybb/mybb/issues/2603#issuecomment-313121991

b68cce734c021ab5153878abfef3041a935f8da1 authored over 7 years ago
Fixes #2763 Random password at registration doesn't work (#2781)

* Fixes #2763 Random password at registration doesn't work

* Fixes #2763 Random password at r...

fd0ef33051e8ab90c2c88559fd6be222f677527b authored over 7 years ago
Fixes #2723 Select all doesn't work in ACP Attachments (#2773)

74a560b4bbaaee67ae5c00bae30cbcfe3f84e9e3 authored over 7 years ago
Fixes #2603 ForumDisplay: Who Posted Inoperable Without JavaScript (#2772)

4a64355870385950c0f38b00abd69c87c4e11d0a authored over 7 years ago
Fixes #2777 Can't remove edit reason from posts (#2780)

* Fixes #2777 Can't remove edit reason from posts

* Fixes #2777 Can't remove edit reason from...

380cfb78b1273f9774ed8f2cc70e9ac8f133054c authored over 7 years ago
Fixes #2759 Go To in private.php doesn't work (#2782)

* Fixes #2759 Go To in private.php doesn't work

* Go To in private.php doesn't work

d1103106fe33a231fedcbe48e6766af68d10fa8d authored over 7 years ago
Fixes #2776 Enabling Yes, users of this group can access the admin CP removes limit on max privat (#2778)

dc15a85ed7244cfef2a9dfc388a0e57925daa00d authored over 7 years ago
Fixes #2769 (#2770)

#2769

251a4e192d07936d5a9df243940db7bf61f1c031 authored over 7 years ago
Fixes #2760 (#2762)

* Fixes #2760

* Fix #2760 - changed lang version to 1813

* Fixes #2760 - changes db insta...

9c57d6c04d0f7f195e38ee7f67193d93276e8499 authored over 7 years ago
Add .gitattributes with "text=auto eol=lf"

484f0f99cfff99f825c97400c2e8d7c464d13dc2 authored over 7 years ago
Update upgrade41.php

256fbe97bdf172fad5ccddab890246f692152931 authored over 7 years ago
Updated default spiders list to include modern spiders and bots (#2749)

2272ad973857a69d2dc49a795fa93d3aeaeccdf0 authored over 7 years ago
PR for issue #2740 (#2747)

* PR for issue #2740

* Changed comments for proper version numbers.

* fixed so this works ...

3c61bb4408c28876376c36f209d59ba14fbd1bb2 authored over 7 years ago
MyBB 1.8.12

330861952411ee1361595aa83b218f745b07cb69 authored over 7 years ago
Fix XSS issue in PR #2714 (#2744)

0fb0cea16a67b2e23aabf8c6479915c62de9e0df authored over 7 years ago
Added check for existing MyCode (#2730)

12d9e3feaddd6a814aa38b783d788cf32f9d3d3b authored over 7 years ago
Add listing UNIQUE keys in DB_PgSQL::show_create_table() (#2732)

d4c6db4f2ba7978d853298c7d1f239523069583a authored over 7 years ago
Fix #2693 Incorrect post-login redirect URL on private networks and localhost (#2735)

* Add optional validation of local URLs to my_validate_url()

* Allow local URLs in redirect()...

a630b8eff836aa307f912440aba732929f0112ea authored over 7 years ago
Part of #1583 Small UI improvements (#2722)

* Part of #1583 Small UI improvements

* Forgot the htmlspecialchars_uni for the portal thread...

7a85015969e2b79db4e9194e5bf13eb88876f29b authored over 7 years ago
Fixes #2160 - RSS limit doesn't work... (#2714)

6c6a30498cf8bedb82b3e552ec18d6d4405a9d6f authored over 7 years ago
Fixes #2733 Issues with the IM center pop-up (#2734)

282a8c468459a6af4ecdcce8561acc97c4241d09 authored almost 8 years ago
Fixes #2738 - Redundant <tr> tag (#2739)

#2738

ff773dd132bdbe18d1d87c28a2a2b61215b2f2b6 authored almost 8 years ago
Fixes #2736 - Missing closing <strong> tags (#2737)

#2736

97b6c85e1db9533d8e251add932dcff4bb4ca17b authored almost 8 years ago
Fixes #2727 Merge hook not working correctly (#2728)

267ed8dc56b6d1fb79050e5e438b98099c4c743d authored almost 8 years ago
Fixes #2724 Hover on Relative time to Show Exact date/time (#2725)

da0f1780b702fe7c24b3462d4e42526b2d946a39 authored almost 8 years ago
Fix create_password() phpDoc (#2726)

49f5555af230aab47a9af91bc3a5e3fa6914dccf authored almost 8 years ago
Merge pull request #2720 from Devilshakerz/fetch-remote-file-fixes

Fix fetch_remote_file() related problems

64911b70424f80334e3578645f1009b790be977c authored almost 8 years ago
Fix fetch_remote_file() related problems

ace78de612a4964738099e6faeac48dcfbb0d32c authored almost 8 years ago
Fix #2716 (#2717)

0ecf0617405b4ea4614daf25dc17199f291becdc authored almost 8 years ago
MyBB 1.8.11

f5de8fc2aad11e0d2583f585535ccfa2b46325db authored almost 8 years ago
Preparing MyBB 1.8.11

9e3fa08cc1e89f0b4f197bde043cc4b37a1ceea2 authored almost 8 years ago
Fixes #2694 (#2707)

* Added proper uid handling when user is watching a profile with uid = 0

* Typo

* Fixed ca...

d97565cc20d2010550fbcb3ad74552b9922e26f1 authored almost 8 years ago
Preserve HttpOnly flag in mybbuser cookie after changing password (#2706)

8114b1560667ea9b1c1642e4d9867efb20385161 authored almost 8 years ago
Update "What is RSS?" link to https (#2704)

302855099fadc690688bf704cfd1ee0271777c92 authored almost 8 years ago
Added loop to shift all children of a theme to its parent upon deletion (#2660)

88fb8783c02b900bbff5da4fd055fcbc8b8c010f authored almost 8 years ago
Fixes #2652 - Notification email not sent after ativation (#2687)

* Fixes #2652 - Notification email not sent after ativation

Fixes #2652 - Notification email ...

bf971710ddf140b83774e9661ca97024797fe4b4 authored almost 8 years ago
Added a mutual exclusive check for deleted/ignored posts, inverted the respective snippets to prioritize deletion over ignoring visibility (#2689)

644ade29589a8076050bae6879d5c0fa196a5b83 authored almost 8 years ago
Added a simple check for existing MyCode regexes to prevent duplicate MyCodes (#2688)

6b88fd03a961bcf50fbc03d8eb1503ba7210e842 authored almost 8 years ago
Fix for #2610 (#2694)

Just simply fix the issue

735c6687f4b4bee4b45fb855c91f8e0abc51099b authored almost 8 years ago
Added update_birthdays() to the user/delete function (#2690)

b0003fa88e1aec8e980f9fbbeeec7a0a2e1c0c34 authored almost 8 years ago
Fixes #2616 GO button in portal search not inline (#2617)

* Fixes #2616 GO button in portal search not inline

* Changed template & CSS version to 1811

64c03ee510b5bc8fa78b82bcd4af3a9cb69e0c83 authored almost 8 years ago
Fix #2681 - orphaned variable (#2682)

0bf1cbe19d5ee9588042d2ead0d03d89a948ce96 authored almost 8 years ago
Fixes #2683 Issues with Admin Logging and email pruning (#2684)

* Fixes #2683 Issues with Admin Logging and email pruning

* Spam log pruning was also missing...

7216ee1ad1f639e022290e15d9368cd0ea890fee authored almost 8 years ago
Fixes #2685 - Mod CP hooks (#2686)

Fixes #2685 - Mod CP hooks

664dc9403d8dabf323a5659bce11cd06e0e9d796 authored almost 8 years ago
Fixed installer/upgrade translations (#2627)

-Added translation string for 'Upgrade Complete'
-Set 'Welcome' translation string as default v...

89905f6c798f6821ca0e3524aed7ca5308178882 authored almost 8 years ago
Fix #2635 - Update PHPGangsta/GoogleAuthenticator (#2636)

7769913416eac14f3a283df75a241c87e5c13cff authored almost 8 years ago
Fixes #2663 (#2664)

445e2958241e5a4b45159718d8ca3feb675df5dc authored almost 8 years ago
Part of #2666 Missing Plugin Hooks in ACP Users Modul (#2667)

cfdc763fbf1f0409daf8f9d6c9f417bba02413f2 authored almost 8 years ago
Fix #2662 - Add hook for posts multimove in moderation tools (#2670)

6a891e187c645a8795af827e9587bfb7dbd720f8 authored almost 8 years ago
Fix #2666 Missing Plugin Hooks in ACP Users Modul (#2674)

* Added missing hooks in ACP

Added hooks in ACP for Users Modul -> Edit User

* Revert "Add...

70d69f78bafdf83736ccc3d921e0e56f8ee03ee4 authored almost 8 years ago
Add Referrer-Policy header to ACP pages (#2679)

3104799681df125d29bcaa1c242532697d679168 authored almost 8 years ago
Add user_avatar_intermediate hook to User CP (#2678)

e648d77ec036e4127bcbb631206d977a870a718a authored almost 8 years ago
Fixes #2676 - LiveLeak.com embed link to HTTPS (#2680)

2d25d64af45d04b2e2835d713d5ca5c7684864ef authored almost 8 years ago
#2668 - Update download link to point to `/download` (#2669)

* Update download link to point to `/download`

Fixes #2668

* Update install/resources/lang...

ec60813b91db6cb336268fb615e77c8b1d93837d authored almost 8 years ago
Rewrite create_password_hash() to create_password() (#2651)

d927a8825e32f8076089e496726690d751952806 authored almost 8 years ago
Fixes #268 (#2622)

* Fixes #268

...where when merging users duplicates weren't considered nor were
ratings to t...

ba48d8ceed74e8b2507f8f0aaab6bdcfb8376fb4 authored almost 8 years ago
Fixes #2642 - Stats page refreshing issue (#2658)

* Fixes #2642 - Stats page refreshing issue

#2643

* Remove invisible characters... my bad :(

43fdd9566e7c8be2d6aab5d206940c425959dc21 authored almost 8 years ago
Fix #2618 (#2654)

* Changed method for the theme selector to POST

* Changed form method for languageselect

d89eb8d633fbca6b819ecf30bc5c6a716ed1c6e4 authored almost 8 years ago
Removed TIME_NOW from localized_time_offset which led to negative startdates (#2656)

d300b94db3dcf696ef41fc0ab92c2c9b0f44a4a3 authored almost 8 years ago
Added variable reset (#2653)

42774f3b6c933c86287d208a9d9906310ac439df authored almost 8 years ago
Fixes #2640 - Error notice (div.error) styling doesn't match to 1.8 (#2641)

* Fixes #2640 - Error notice (div.error) styling doesn't match to 1.8 design.

* changed globa...

6c74a734d9e0ffa34cc0eac110bb1dac8be6e90f authored almost 8 years ago
Fixes #276 (#2623)

...where language given for mixed success/fail on multiple attachments
was erroneous and/or con...

e2de83c2aae21fa1190c490db40d7704e42f84e2 authored almost 8 years ago
Merge pull request #2624 from WildcardSearch/fix-1774

Fixes #1774

444caf336fdf04fa601aa22b0b4b92df01fde266 authored about 8 years ago
Style changes

e5e37a900c67ad239a860b80a6c3c26e4c55d9c3 authored about 8 years ago
Fix #2645 - PHP 7.1 Illegal string offset warning (#2646)

* Fix #2645 - PHP 7.1 Illegal string offset warning

* Fix issue on registration

778624f8e5e9a0ef1c8a97a9b74dfe6f4853b63a authored about 8 years ago
Merge pull request #2630 from PaulBender/fix-2629

Fixes #2629 Group promotions bug

74f8513c2e1fe0a8654c94bcfff872588aac94b6 authored about 8 years ago
Fixes #2629 Group promotions bug

69c42fafd67d7b603470fdce763c00c39da43e7e authored about 8 years ago