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

Fix capitalization of language string

cedffb39a3af0b1fd1261e3dc5711bad30061167 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Merge pull request #142 from PaulBender/feature-memberlist

Hide members from the Member List

8cb6d4ee45a45503519147e574e32f3bb129b55a authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fixed empty variable

97208b06367345a9bd41e5866585efb72f790ef2 authored almost 11 years ago by PaulBender <[email protected]>
Merge pull request #203 from PaulBender/feature-fix

Fixes #2202 Admin Log logging has a few mistakes

755a1b93ba7605258f258e93a85607c9bfbc8688 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fix multiquote class

fd880688a204ea698ed24489dc2c765a56e75ad0 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Only use $.modal if it's defined

In some cases, such as in the installer, we don't include the modals and errors occur.

f063c57be8c4aa337e469e2e4ab9e49ee659509c authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fix multiquote button

In 1.6:

```
$('multiquote_link_{$post['pid']}').style.display = '';
```

In 1.8:

```
$('#multi...

c78d1da12dc04db453c945bbdab362b0cf77b3dd authored almost 11 years ago by Nathan Malcolm <[email protected]>
Convert upgrade scripts to jQuery

5741f44b1e81718c8b97c7e802d56f5d7e195962 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Rewrite Moderator Options Javascript

76b2f50687c4abef0f93cff5668e8056164e9673 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Changed default permission

4013c5fb92112ee0a9d497997cc8861377a278fe authored almost 11 years ago by PaulBender <[email protected]>
Send "Change Of Password" email when password changed

When an account's password has been changed from the user side, the user should be notified in c...

5052435a88f5ab7bf0d44fa15272e42e0cb2d03e authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fix typo

4145b8e03dfd7ef70bb6a0f140dc8558f2219cc9 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fix typo

582fce7976e7f5e9a842296a3cc18a890fe27fad authored almost 11 years ago by Nathan Malcolm <[email protected]>
Improve draggable fields consistency

9c888285163b4e7b419a2eccaf3f0e960d88598f authored almost 11 years ago by Nathan Malcolm <[email protected]>
Remove anchor from custom profile field title

The description is shown below the title so there's no need to show it on hover.

42144cd0039ed7b0d2ee6a0458934a11727a3cba authored almost 11 years ago by Nathan Malcolm <[email protected]>
Execute queries on the master database if the last write query was to the master

This is a port of the work by @ImadJomaa which never reached the 1.6 series.

Internal thread: h...

c278ea38133d3598c312eaff6975a77259ec50b6 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Use $mybb->version instead of $mybb->version_code

This both more consistent and friendlier.

b977ff1e41d0317d3ec8c1740bf28ccbf3fc27e3 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fixes the installer/upgrader

We haven't checked whether "deletedthreads" already exists

6a6b2fe877c4dfa6d0fc3dacfcedd5ac94132760 authored almost 11 years ago by JN-Jones <[email protected]>
Fixing old variable use in themes search

cb510a0bf2c804b418f86637088d42ae077babde authored almost 11 years ago by Kaeden <[email protected]>
Fixing url address typo

b0fde1fca669d0655f224c72cf9d21e087c3fc2e authored almost 11 years ago by Kaeden <[email protected]>
Correcting variable for plugins search

4d695c03e920c27f23a7aff52b2917cdf3bdbd4a authored almost 11 years ago by Kaeden <[email protected]>
Themes&Plugins compatibility for the mods website

Makes the ACP themes&plugins search/verification compatible with the new
mods website

d0460c6e4fa1f3589620d8093ffa86f02cbd005c authored almost 11 years ago by Kaeden <[email protected]>
Updating plugin version check

Makes MyBB plugin version checking compatible with the new mods website
and adds a new feature: ...

0147b0873197a4c5dc1503a32584ac6842f634c7 authored almost 11 years ago by Kaeden <[email protected]>
Fix grammar

d8e9c776c9faa4921246dff647db1aea35da69c9 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fixes #1860 Wrong message displayed whilst editing user from mod cp

ee1fef1e7df7798f4dac1e7a90e990948cc08f9d authored almost 11 years ago by JordanMussi <[email protected]>
Fixes box-sizing issue with SCEditor in Firefox

Issue was brought up in comments for issue #205

65a75df8a994b352dd4147e49f29f5cbae704966 authored almost 11 years ago by Justin Soltesz <[email protected]>
Adds MyBB sceditor theme & fixes #205 Introduce a lighter shade of black

df342fd3ba79b447b4dfe639d2d87bec1060eba7 authored almost 11 years ago by Justin Soltesz <[email protected]>
Fix border-radius of `quick_perm_fields`

I noticed this stopped working a few years ago. Pretty pretty pretty.

0853ab13684e1390a676344ae8f36f068693dc88 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Adding custom cache rebuild functions

This allows plugin authors to easily include their own rebuild/reload function if they add a cache

543e088cf65aa807a20d63be900cb1e899cc9188 authored almost 11 years ago by Paul Bender <[email protected]>
Merge branch 'feature' of github.com:mybb/mybb into feature

Conflicts:
inc/languages/english/admin/user_users.lang.php

dc3b7bdc137bb300a1b7bda10e7906dd53c64530 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Remove unused language variables

ecae3da460c203cdd3a407831a0013125ab52cbd authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fixes wrong line endings introduced with https://github.com/mybb/mybb/commit/8fed9b043be033776d816a99df41dd23d077aa89

a95e36eea54353e21fa445058f1a17e134f2b19b authored almost 11 years ago by JN-Jones <[email protected]>
Improve language consistency

790beac5109307eb515c367b1885b4e1fccc1f70 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Remove forgotten code

I discovered this by chance. Seems to go back to the MyBB 1.0 days, the last change being in 200...

944d043d1f8048a713555bb32c20def5a47b1cf0 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Remove dead language variable

45a55fa7a0ef01c1b3e9bb18598d7d1402090ac3 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fix pixel.gif location

67e6f2eb4e8f5e3baab69b8ddb481e13940217a3 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fixes duplicated id (Feature #86)

d0b1ff491127a139939dd73793371957a1a720b3 authored almost 11 years ago by JN-Jones <[email protected]>
Fixes problems with the return date in the MCP and ACP (Feature #86)

8fed9b043be033776d816a99df41dd23d077aa89 authored almost 11 years ago by JN-Jones <[email protected]>
Use the new get_input method instead of accessing the variables directly

485829d1f24878e19a56b05efb75aadafaf82666 authored almost 11 years ago by JN-Jones <[email protected]>
Fixes a few issues introduced with the last commits

2f2990c7b0b21a827043f42aa2fcdf1964e6a3ba authored almost 11 years ago by JN-Jones <[email protected]>
Merge branch 'upstream/feature'

20f34877eda9a78c696e752160bbe97d57a39ea9 authored almost 11 years ago by JN-Jones <[email protected]>
Add `button` class to reputation delete button

b7ed5f092aab0dd376297066801cba2c6cf54273 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Show attachment upload date on hover

620965dad0782c236471c79cfb80b1a7f99f77b3 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Format attachment downloads

8d4bd19c892c16559db49d2cc575aa5cc12154c5 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Format binary IP addresses in posts

When `$mybb->settings['logip'] == "show"`, IP addresses are shown in posts (and PMs) instead of ...

6b993b4cd4b1f56f3fb8af3c575a93fb0dae62a0 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fix broken script

6d6161612bc1b1331680d7939ce5a8faea6dc252 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fixes #2202 Admin Log logging has a few mistakes

09bbc6a19f9eb0c2c3f34a61731c4ed85fb8263b authored almost 11 years ago by Paul Bender <[email protected]>
Fixes #202 Threads not attached to moderator actions

bcc23fdf5db8d731d777d51e92e2555edc135d9c authored almost 11 years ago by Stefan-ST <[email protected]>
Renamed "goodbyespammer" to "purgespammer". Also removed the (new) templategroup and moved the templates to the "moderation" templategroup

f2bfea9c11f5c6d27cc18bbb30e85fdfc68e3b2b authored almost 11 years ago by JN-Jones <[email protected]>
Typo

a5c163ac6b7818f926c433b3bde69f72044dd8cd authored almost 11 years ago by Stefan-ST <[email protected]>
Changed checkboxes to hidden fields

954e99596cc9da5d0f21546ad325ad6dd6fdb0ff authored almost 11 years ago by JN-Jones <[email protected]>
utf8mb4 implementation

38efcefe71a4963c1ef4bc95c0e4d88577e85325 authored almost 11 years ago by Stefan-ST <[email protected]>
Including https://github.com/MattRogowski/Goodbye-Spammer/pull/1

86bb60457ac5887fc2f6a593dfbb5c1afe09cf05 authored almost 11 years ago by JN-Jones <[email protected]>
Merge branch 'upstream/feature'

Conflicts:
moderation.php
showthread.php

c31b3b15b680eb7609c5b5af57c327a1c3c5a3cb authored almost 11 years ago by JN-Jones <[email protected]>
Added missing plugin hooks

55c445f9e37d8d69931f24b3dfe95cbc37a62dfc authored almost 11 years ago by Paul Bender <[email protected]>
Fix syntax error from parent commit

I have a good explaination for botching this up, promise.

4199d5eff5401e60b5012b868cb440860450d830 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Re-add language string

I removed this because I thought it was a mistake... Turns out I forgot I added it... :(

595b313548cd945fe5b7bb07221db8d7834b63d4 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Remove duplicate language string

Copy-paste mistake.

fbf9f2c933d4b9738a185a042116095571b83084 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Make thread notes usable

In mid-2012 there was an internal discussion about how unusable thread notes were and how little...

511ec55c8157af1bea2338849eeb8b95da408bd4 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fixes #200 Forum statistics reset after update

f8455b0df633942102c9a317d33fcb704b159b98 authored almost 11 years ago by Stefan-ST <[email protected]>
utf8mb4 implementation

e2c59e19c778db4ac47ffbf383d959e6c6ca7907 authored almost 11 years ago by Stefan-ST <[email protected]>
Fixes #183 Find users not working in ACP

WIP Replace Typeahead with Select2

5d84640f34d9a3754e91e1ccba50ee18ed9f38c7 authored almost 11 years ago by Tom Moore <[email protected]>
Fixes #176 Last Post author doesn't link to profile

14b853a80205fba58ed5677471d43254ded94387 authored almost 11 years ago by Tom Moore <[email protected]>
Fixes #178 Thread title sanitization issue

e1ba542c1b55f8b5847903d016d79665789ce277 authored almost 11 years ago by Tom Moore <[email protected]>
Fixes #189 Popup menu should toggle opened/closed

23873c108212587300e5482fd1155a97d8ea6326 authored almost 11 years ago by Tom Moore <[email protected]>
Fix checkbox column width

395e9a70ba7219091532c64d674187b3ac4a0dca authored almost 11 years ago by Nathan Malcolm <[email protected]>
Merge pull request #168 from PaulBender/modtools-subscription

Add Remove Thread Subscription option to Custom Mod Tools

9b3d93a1cc7aa77d3579a87abc164aa5b55f053a authored almost 11 years ago by Nathan Malcolm <[email protected]>
Merge pull request #156 from PaulBender/feature

Fixes #2281 Signature nofollow doesn't work in user profile

a9037e9d7c625ab9c941b26a5084b3b010846e90 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Merge pull request #165 from JordanMussi/proposal/irc-auto-url

Allow irc protocol in auto URL

2e8983c031ff7417670c2c96685a9bf8b0a8ed1e authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fixes #198 Inline Post Moderation doesn't work for newly made posts

b54a4c05f7767ee8a45dd282699f5eba1738b8ed authored almost 11 years ago by Tom Moore <[email protected]>
Enabling quick reply quick edit

a81b7cbf9efc9e7e1029b7a24e1ed93a8f64d096 authored almost 11 years ago by Tom Moore <[email protected]>
Makes Inline Edit (Thread Title) more consistent with 1.6.x

099a09f961b09bbde819539e20ce1f686c7b13d0 authored almost 11 years ago by Tom Moore <[email protected]>
Makes Inline Edit (Post) more consistent with 1.6.x

1ba907d5cf956290fefc9cc43f0489f0e088e1ce authored almost 11 years ago by Tom Moore <[email protected]>
Fixes #189 Popup menu should toggle opened/closed

229fe0ed38b35c3df4efbeb0d50e5a5e0209a68d authored almost 11 years ago by Tom Moore <[email protected]>
Remove SVN ids

e7169223a60dbeac74b1629749ca9c82529b96fb authored almost 11 years ago by Nathan Malcolm <[email protected]>
Update copyright year

f53464d39aec00900f598cb61dd76cf665c85e6a authored almost 11 years ago by Nathan Malcolm <[email protected]>
Remove commented out code

Chris added this code back in 2007. It was later commented out, forever to be lost and never to ...

6fbd9e91db6575a7d44b41a50a3951ef96115741 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fix post moderation/suspension checkboxes

614819bbf323a89a03427e9a44227084bf9d6013 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Rewrite toggleAction() (Suspend Signature)

e68bed367145dba3d94adfb7e29bfe4eee38afeb authored almost 11 years ago by Nathan Malcolm <[email protected]>
Rewrite Moderation Queue Javascript

9656dfc5c770c06d7658a76e3e29eb6bf269445b authored almost 11 years ago by Nathan Malcolm <[email protected]>
Merge pull request #87 from JN-Jones/themeduplicate

Added possibility to duplicate a theme

9ee82ca857ce104e80f916b6f4f6f924182de1a2 authored almost 11 years ago by Jones <[email protected]>
Merge pull request #166 from JordanMussi/proposal/admincp-docs-link

MyBB Docs Link on Admin CP Dashboard

4fe80c266129d8289459e187906c377b16f41aeb authored almost 11 years ago by Nathan Malcolm <[email protected]>
MyBB Docs Link on Admin CP Dashboard

Changes positioning of link.

b7e5a53c6cfbcd2197e1094d54d83d2981abf5c9 authored almost 11 years ago by JordanMussi <[email protected]>
Inline javascript updates

b98ceac457e13e3fed1bf9f6ac7138aabdcdcd78 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Convert toggleType() to jQuery (Delayed Moderation context)

4279f343e88a8ede6d0352f79cd2ab068e6aed49 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Convert checkType() function to jQuery

31f8bbdc0fee9ac2c495225c32ce436c5ba610c0 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Convert MyCodeSandbox to jQuery

7e4a7e2f5d4d1ab88f9af01743604bc258fc5551 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Improve thead consistency

1a84c721a2a73a2edfbd937c830d87f33a076399 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Update inline_moderation.js cache breakers

491fb8887c6abc323d966adb2d3de0a5f7324fe3 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Cleanup TODOs

e69403bc8f485ce57657e67af8a309f1bcb02857 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fix captcha refresh

12284cf0e61d7b965c733b7077fe9807feb680cd authored almost 11 years ago by Nathan Malcolm <[email protected]>
Remove duplicate language variable

85091bcca0b102d6123f5f20977b14aa135973fc authored almost 11 years ago by Nathan Malcolm <[email protected]>
Rewrite checkAction() function (jQuery)

ead19ebaf155c47e283fd335db755dc38d5b84e2 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Add "Run Task" to task options

@labrocca pointed out he never realized the icon was clickable so this adds a "Run Task" link to...

8da847d846d6eb289f00bc8fe24aba466ae236b7 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Convert Mass Mail javascript to jQuery

c7ff75656085480ba4da2c98f766be51ef0b5503 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Remove non-functional button

2c48b03500d2aa1f02199aae7e4b17133539e977 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fixes #117 tcat image too short

8102462995bbd7ca833bb8c9ad85bb2915531b6d authored almost 11 years ago by Nathan Malcolm <[email protected]>
Merge pull request #132 from PaulBender/feature-pmrecount

Recount Private Messages

a696d515c138f55dcfb06fe0b4b88ec8d01d3104 authored almost 11 years ago by Nathan Malcolm <[email protected]>
Fixed a few issues introduced with the last commit

added template group to the language file
optimised moderation.php
added templates to the templa...

d241b0b596f153b4f0f5cfd8ff769e6279f23f24 authored almost 11 years ago by JN-Jones <[email protected]>
Updated language string

5e84b44fe33ff4be53d23541616924d66e3778d7 authored almost 11 years ago by Paul Bender <[email protected]>