That's weird. I haven't touched unisubs-widgetizer.js. #21, html.css was removed on purpose
I'll update settings.py to remove html.css and will check was going on with unisubs-widgetizer. It might have changed location.
ehazlett: yeap. unisubs-widgetizer has been moved around.
actually, removed.
ehazlett
hmm
msaad
I will update gh-1146 and i'll let you know.
deleting the entries from settings.py should do it.
html.css and unisubs-widgetizer.js
ehazlett
ok thx
msaad has quit
nicholasreville has quit
ehazlett_ joined the channel
nicholasreville joined the channel
ehazlett has quit
ehazlett_ is now known as ehazlett
ehazlett is now known as Guest20714
nicholasreville has quit
nicholasreville joined the channel
nicholasreville has quit
janeted joined the channel
janeted
hi maggie_s - i'm back home, finally
how are things?
maggie_s
hi janeted, welcome back!
janeted: except for the spam attack, things have been pretty quiet
sylvainc joined the channel
janeted
oh good to hear
is there more to be done regarding the spam ?
maggie_s
janeted: I've put on hold registration of new users - they cannot sign up using the forum and social network. Also, a few forums are hidden now. A few topics per day still appear, but they are easy to delete
janeted: would be awesome if they could implement premoderation for new users
janeted: I mean, FD
janeted
true - do you know if they have it as an open ticket ?
maggie_s
janeted: I don't think so - they seem to be mostly concerned with anti-spam tools for ticket management
janeted
ok - what about making up a post on their forum - explaining what happened and requesting that they implement a better preventative strategy
get it into their system as a request
maggie_s
janeted: ok - should it be from a company's account, or a personal post would do?
our support agent account is not known to their system
janeted
right - because it's shared.
probably ok to use your own account. Terri's account is the admin of all our pcf stuff
maggie_s
janeted: ok, I'll post it tonight
janeted
thanks
maggie_s
janeted: yw!
janeted
nice work getting it all cleaned up.
maggie_s, what did you use for that?
maggie_s
janeted: they have API for managing forum topics
janeted
ah nice
maggie_s
janeted: could be even faster if they didn't have a quota on HTTP requests/hour
maggie_s has quit
msaad joined the channel
msaad
janeted: I'm fixing that now :).
janeted: whats the command to compile media? python manage.py compile_media ?
janeted
ok great
yes
or if you are in docker-dev
./manage.py compile_media
msaad
awesome. Thanks so much. I'll be fixing everything now. When done, i'll let you know
farn joined the channel
janeted: is there something else that needs to be done in the docker-dev b4 compiling media?
sorry, I've been off on an island lately, been trying to focus on collab stuff
I just pushed a few commits for it, got a sec to talk?
janeted
sure ben no problem
I just got back to things today (back to my home island...)
bendk
1 second
janeted: okay, so I just pushed commits to the on-demand-collab branch
also the on-demand-colllab branch for unisubs-integration
basically it should fix a couple simply bugs and implement collaboration notes
implementing notes ended up taking a bunch of time because I refactored how we handle the collaboration sidebar in the new editor
I haven't tested things with tasks at all, I'm guessing that I messed something up there
can you test those 3 bugs I marked fix plus this stuff:
adding a collaboration note (also adding multiples)
endorsing a collaboration (should add the note as well, if it's there)
approving/rejecting tasks
updating task notes
that the save button is enabled at the right times (it should be if there are any changes to the subtitles or notes)
actually, now that I said that I think I should change 1 thing about the collaboration notes, we shouldn't enable the save button if you've just changed the notes. We have the add note button for that
does that make sense to you?
janeted
yes - that does make sense
bendk
okay, the going was a bit slow last week, but I should be able to push through a bunch more changes quickly now