Re: [edx-code] Re: Improving our support for the Open edX community

2016-08-15 Thread Xavier Antoviaque
I agree that I've heard great things about discourse too. That one might even allow to also replace the MLs althogether, as it's more user- friendly than mailing-lists, but still allow any type of conversation. I'm not sure how well it fits the Q tool use-case though, there could still be a case

[edx-code] Retrospectively acting JS on register page (with the use of require.js)

2016-08-15 Thread Calla
Hi Folks, Apologies for sounding new to all of this -- so bare with me. I'd like to do a bit of retro acting Javascript on the registration page i.e. Apply a snippet of javascript after ALL the logistration_factory and access_views etc have run and loaded. I can't simply add it into the

[edx-code] Using courses in EDX.ORG in my Openedx instance

2016-08-15 Thread Amir Tadrisi
Hi All I am searching about the possibility of using courses that exist in EDX.ORG and using some of them in my Openedx instance, wanna know what are the process i have to follow and is it possible in legal way and technical part ? Best regards -- You received this message because you are

[edx-code] Re: Exposing the Course Version number

2016-08-15 Thread Nimisha Asthagiri
Hi Jill et al, Thanks for starting this thread. (I had been away on vacation and am catching up.) For the mobile app, we've been considering using ETags to eliminate extra work in updating its local cache. However, the use case there is a bit more complicated since we need to check for

Re: [edx-code] Re: Disable Studio Sign Up

2016-08-15 Thread abhilash
How do i go about enabling HTTP Basic Auth for studio? Any pointers or docs you can help me with? - Abhilash On Tuesday, March 15, 2016 at 6:16:56 AM UTC+5:30, Daniel McQuillen wrote: > > Thanks for the suggestion, Juanito. Might just do that. > > I've set *"DISABLE_COURSE_CREATION" : true* in

Re: [edx-code] OEP Suggestion: course-wide JS and CSS

2016-08-15 Thread Andy Armstrong
Hi Martin, Thanks for this. The use cases you describe are important, so it would be great to talk through how it can be addressed. I'm not sure if this should be handled as an OEP or not, so I posed that question in our OEP Slack channel (https://openedx.slack.com/messages/open-edx-proposals/).

Re: [edx-code] Uninstall existing xblock.

2016-08-15 Thread gsong
Hi Kelly, The best way to contribute to the docs would be to open a pull request at https://github.com/edx/edx-documentation. -- George On Saturday, August 13, 2016 at 3:10:53 PM UTC-7, Kelly Buchanan wrote: > > Thanks Ned, this was my question as well. Is there a formal way to try to > get

Re: [edx-code] Re: Disable Studio Sign Up

2016-08-15 Thread Ki Hwan Song
in /edx/app/nginx/sites-available/cms location / { auth_basic"Restricted"; auth_basic_user_file /edx/app/nginx/nginx.htpasswd; } On Mon, Aug 15, 2016 at 8:26 AM, wrote: > How do i go about enabling HTTP Basic Auth for studio? Any

[edx-code] Re: Disable Studio Sign Up

2016-08-15 Thread Stuart O'Day
This is how I did it: *sudo apt-get install apache2-utils* Then to create the file, *sudo htpasswd -c /edx/app/nginx/.htpasswd * Then, *sudo htpasswd /edx/app/nginx/.htpasswd * Then follow @Juanito update of the cms file to Restrict Then, *sudo service nginx reload* On Monday, March