John Rayes

Results 54 issues of 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.

enhancement

Use a double pipe `||` to add a new row Closes #731

Feature
lib

* 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)`)...

lib

#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...

lib

- fix #7522

Minor Bug
PR: unreviewed

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...

Serious Bug

`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...

Hooks
PR: unreviewed

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...

Administrative