Gregory Magarshak
Gregory Magarshak
1. Make a `Q/columns` tool handler in PHP, with `$columns => array($name => $html)` which would then output `Q/columns`. Add the `$name` of the column to `data-name` of the column...
Let's make a tool that will form the core of the Groups user experience. It will be the tool that the user interacts with the most when they are navigating...
Please implement a `Streams/chat` tool with corresponding `Streams/chat` action (verbs: `GET`, `POST`). There is already an existing implementation of `Streams/chat`, but it should be completely re-done. You can take the...
Please create a REST-type API for the following namespaces: # SQL Make `scripts/Users/0.8.1-Users.mysql` upgrade script to add "removable" to "label". # JS Model (There might be an easier model that...
First, try to reproduce the bug and figure out the exact diagnosis of why this happens. ### To reproduce the bug: Load http://qbixstaging.com/Trump in Safari on iPhone or iPod, or...
Right now the files are included verbatim. Instead, we should be including the results of compiling CSS and JS files with `combine.php` . This will do things like resolve relative...
Make a branch for this feature and only merge it in once it's completely tested, maybe even with a test suite. Right now, there is no way to have the...
Currently, the notifications are delivered to email addresses and mobile phone numbers, but not all the functionality is implemented. Please refactor the code in `plugins/Streams/classes/Streams.js` and `plugins/Streams/classes/Streams/Stream.js` to be cleaner...
We can re-use the Invites mechanism. Simply add "requested" state and make sure the code handles it Allow "invitingUserId" to be empty in that state Add a new "request" writeLevel...
Right now we have `^files/` in `.hgignore` and `.gitignore`, but some directories like `files/MyApp/uploads` should be checked in! So override the ignore by a line which recognizes `files/MyApp/uploads/.dir` file.