Even if the user has checked "Strip trailing whitespace: remove whenever file is saved", still don't do it on .md files, since they are special, in that trailing whitespace has special meaning. ...
Created - 0 comments - A-frontend E-Codemirror E-easy I-enhancement M-medium
@haraldschilly wrote "do you see here at the bottom of the chat code the part, which is about register_file_editor ? that’s what’s missing for the sage-git files. I don’t know if the class for the ...
Requested by: David Roe
Created - 0 comments - A-frontend E-easy I-enhancement I-feature request M-low
Right now this is basically the "More data..." link on help and landing pages: <img width="388" alt="screen shot 2017-01-16 at 12 07 17 pm" src="https://cloud.githubusercontent.com/assets/127627...
1. upload your super valuable xlsx excel spreadsheet to smc 2. click on it 3. It's now corrupted! Fix: make a really simple editor that says "this file type not supported" and register it for...
Created - 0 comments - A-frontend E-easy I-feature request M-low P-high
Instead have a single "name" box, and use the same heuristic to split into first and last as we use in the sign up page. Important since wrong names are confusing to teachers... Also, go thro...
Created - 0 comments - A-frontend E-easy I-enhancement M-medium
when clicking preview, the box opens up but the only way to close it is to click the "X". clicking "preview" again should toggle-close it. also, the button should indicate the active/disabled state.
Created - 0 comments - A-sage chat E-easy I-enhancement M-low P-low
support [mathjax environments](http://docs.mathjax.org/en/latest/tex.html#environments) in `smc-util/misc.coffee`
Created - 0 comments - A-LaTeX A-webapp E-easy I-enhancement
And prevent the loadout from being saved.
Created - 0 comments - easy enhancement
Can't we just run the UPDATE after the vote is cast?
Created - 0 comments - easy enhancement
The following method can be removed from `app/admin/users.rb` because it doesn't provide any value and user deletion works without it: ``` ruby def destroy poop = resource poop.des...
Created - 0 comments - easy
A sliding form on the members page to show/hide the propose a member form.
Created - 0 comments - associations starter ux
Say we release version 3.2.1, and then make a few commits of new development work. Someone running the latest commit still sees the version number reported in-app as '3.2.1', even though this is a ...
Generally speaking, dismissal only affects their display on the Dashboard (since important tasks always remain visible in the relevant section of the app until they're properly dealt with). Hitting...
Instead, we should fail gracefully by redirecting to the home page, with a message. Currently, it produces this error: A StateMachine::InvalidTransition occurred in invitations#update: Cannot t...
This is the public-facing 'landing' page for the app. When we get traffic spikes to the app, it'd be nice to be serving this from a mostly static cache, rather than re-rendering it all the time. (W...
When proposing to, for example, change the registered office address:  ...
There are certain rules about when the AGM should be scheduled. The 'new AGM' form should help the secretary get this right.
Since the minutes are not yet complete, the app talks about the minutes as if they were entirely absent (e.g. "Enter minutes for this meeting" instead of something like "Finish entering minutes for...
On /meetings, only GeneralMeetings (and subclasses of GeneralMeetings) should be listed.
Outright deletions are rare in OCO, but when they do happen associated records should be cleaned up properly. Orphaned tasks can easily result in exceptions when viewing e.g. the Dashboard.
Displaying issues 1 - 30 of 437 in total