John Rayes
John Rayes
http://www.stashphp.com/index.html Probably a good idea so as to not reinvent the wheel as much by using a popular, well tested library.
* Deprecate `base.keyDown()` (use `base.bind('keydown', handler)`) * Deprecate `base.keyPress()` (use `base.bind('keypress', handler)`) * Deprecate `base.keyUp()` (use `base.bind('keyup', handler)`) * Deprecate `base.nodeChanged()` (use `base.bind('nodechanged', handler)`) * Deprecate `base.selectionChanged()` (use `base.bind('selectionchanged', handler)`)...
#733 #584—but not really since globals are still used. A fully modular component based setup requires string based options to go, and since that is a BC break, it should...
Fixes #644
while cleaning up some spam, I noticed that some page numbers seemed wrong see where it says `1.95` instead of `1` https://www.simplemachines.org/community/index.php?topic=582201.40 Seems to me that this only happens when...
`integrate_profile_areas ` should work (retain functionality from 2.0). The problem is that the changed array is lost when `createMenu()` exits, so that the calling code in `Profile.php` thinks that nothing...
When a large number of boards and groups is present, say, 100, the report showing board permissions runs out of memory. Reduce the amount of (duplicate) data by showing tables...