Giter Club home page Giter Club logo

2016.djangocon.us-archived's People

Contributors

b3h3rkz avatar bmispelon avatar brosner avatar chromakey avatar clayball avatar flipperpa avatar ipmb avatar jefftriplett avatar johnspeno avatar katherinemichel avatar mariatta avatar mightym avatar saradgore avatar shawninman avatar sul4bh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

2016.djangocon.us-archived's Issues

"Confirm email" page text is nearly unreadbable

I just created my account for the 2016 site. The first screenshot is the page I get sent to so I can confirm my email address. I ONLY knew I was on the right page because I saw the "Confirm" button in the upper-left corner. But the text blends in the the background image.
screen shot 2016-03-15 at 9 39 08 pm

It's only visible if I highlight it.
screen shot 2016-03-15 at 9 39 31 pm

Contrast that with the "Confirmed" page, where a modal/message box thing" (I should know what that's called) appears and makes the text a bit more obvious.
screen shot 2016-03-15 at 9 43 02 pm

I'm not exactly sure how to fix this, but I'll try to look into it. But, someone who Djangos better than me might do a better job. :-)

ImportError

The README set up instructions are throwing an error for me: ImportError: No module named local

I've tried it several different ways, with virtualenv and pyenv. The instructions for PinaxCon are similar and work perfectly for that project but different file config. I wonder if anyone else has come across this error?

Update. I wonder if some of the settings at the top of this README got lost in the shuffle and should be there. https://github.com/djangocon/2015.djangocon.us

"Questions? Comments?" in footer is invisible, has wrong header tag

It's not invisible as CSS, but it's the same color as the background.
screen shot 2016-03-17 at 6 06 02 pm

Also, <h5>Questions? Comments?</h5> is what's rendering in the footer. The html or markdown is treating this as a header. We should use a CSS class instead, since different pages will have different headers. Having headers out of order can affect screen readers.

Confirm account email link

The confirmation email contains a http link, not https.

To confirm this email address, go to http://2016.djangocon.us/account/confirm_email/XYZ/

It probably redirects but https everywhere is a good thing.

Misplaced blue gradient on the home page

I can't tell for sure whether it's on purpose, but the blue gradient above the home page stitching either seems to be misplaced or improperly sized... Also, it seems to have some heavy JPG artifacts. Should this be here?
screen shot 2016-03-18 at 6 16 55 am

Capitalize the C in DjangoCon

Our guidelines for using the logo are pretty loose, but we have to distinguish ourselves when we use the Django trademark. This includes capitalizing the Con unless the logo is all caps. Please update the logo (sorry, if it's a pita and it has to be redrawn :/).

Prior art:

Blank slanted-page background images

There are some background images appearing on pages using the Symposion base template. I think maybe these are related to last year's templates? If you have trouble finding them, try expanding your browser window width, or try zooming out (CMD & -) a few steps.
screen shot 2016-03-18 at 6 06 38 am

Responsive Mobile Header White Space

This is lower priority and bit picky. For the responsive mobile view of Register, Login, and Apply to Be a Sponsor pages there is some white space at the top where the logo disappears. For Sponsor and Blog pages there is a header at the top that fills the space. Looks like it's this:

<div class="blog-header poster-wrapper ">
16    <h1>{% trans "About Our Sponsors" %}</h1>
17  </div>

I personally think it would be better to have the page name at the top of Register, Login, Apply to Be a Sponsor, ect also because more aesthetically pleasing, unless I'm missing something.

screen shot 2016-03-15 at 4 58 43 pm

"Edit Page" says "Create Page" in title

This is obviously NOT a big deal and is a very low priority. But it gave me a tiny heart attack when I was editing a page and thought I'd somehow erased the page that was there before.
screen shot 2016-03-17 at 10 39 42 am

HTML escaped in messages

Alerts/messages need 'safe' tag where appropriate. I caught a screenshot of this one but saw it another spot as well.

alerts

Styleguide?

My original issue which in hindsight, I worded poorly:

Would a style guide or something akin to this be useful? http://www.markitdown.net/markdown

What I meant to say was should we create a page with examples of all of the text styles in place so that we can troubleshoot potential style issues. This way we see all of the heading styles, bold elements, bullets, etc.

No error messages show on proposal form

When you leave out a required field, like "Title," and click "save," you don't receive an error message. The page just refreshes. When you go to your dashboard, it's clear the page hasn't saved. This could lead people to think their proposals have saved successfully when they have not, because of an error they haven't seen.

virtualenvwrapper hangup

I was playing around with the development branch to run via local server. I have a Mac running El Capitan. I had never used virtualenvwrapper before. When I attempted to install it, there was an error that apparently had to do with the version of six that is part of Apple's pre-installed version of Python 2.7. The error is documented here: pypa/pip#3165. I was able to install virtualenvwrapper using the workaround. I'm putting this here because it might be helpful for others to know if someone has a problem setting it up on a local server, but also because I would like to have the option to contribute. I have the pre-installed six 1.4.1 version installed now instead of the latest version. Does anyone know if this will cause a problem to contribute, or is it beside the point now?

Add alt text to images

DjangoCon logo's alt text can be alt="DjangoCon logo"

Other images' alt text should either be descriptive, or blank.

Separate out "here's what you can do"

At the moment, the suggestions for what you can do between now and when we announce are sort of jumbled together. I suggest separating them out in this way:

Mark your calendars and help us spread the word! Start thinking about topics for when our Call for Proposals is announced.

Watch this space and @djangocon on Twitter. Want to help by joining our organizers? Follow the discussions on the djangocon-organizers list.

Sponsor the event!

We hope we'll see you at DjangoCon US!

Website footer?

What links do we want in the website's footer?

Last year we had:

Questions? Comments?
Contact Us
Design + Build by Lincoln Loop
Hosted on Gondor
Presented by DEFNA
©2016 DjangoCon

"Safe" link with no speaker profile

Try to submit a proposal without a speaker profile. The error message displayed near the top of the screen is To submit a proposal, first <a href='/speaker/create/'>create a speaker profile</a>. with the HTML escaped to be safe.

Bar below footer.

There's a transitional graphic which doesn't quite match up to the bottom of the page. See here:

Maybe this is related to #7?

Upgrade pinax-blog to 5.0.0

This releases gives the ability to publish blog posts in the future by setting the published in the admin to a future date.

Backwards Incompatibility: URLs in pinax-blog are now namespaced to pinax_blog so any templates or other code reversing pinax-blog urls will need to prefix them with pinax_blog: also, in the urls.py of the project, the include("pinax.blog.urls") will need to change to include("pinax.blog.urls", namespace="pinax_blog").

Fix background on proposal review page

Right now when I go to the proposal review page to score proposals I see this

bildschirmfoto 2016-03-20 um 09 13 06
bildschirmfoto 2016-03-20 um 09 13 31

Half the page is basically unreadable, which makes it really hard to review proposals. Could we either make the wide background bigger or change the formatting of the text somehow so it actually stays within the white background?

Can't See Edit Links on Blog Posts

https://2016.djangocon.us/blog/post/1/

I can't see an edit link for the blog post like I can on pages. We're missing an "and":

DEFNA (Django Events Foundation North America), The Django Software Foundation, and the Python Software Foundation have each donated to help meet the cost of tickets, travel, and accommodation for attendees who need financial support.

login page

Please bump this page up towards the top as you work through templates:

url: /account/signup/

Floating styles and background

I noticed this in the development branch (including a video of a mascot at smaller resolution which is floating off to the left side). In the mockup you showed me, I saw one logo floating on some pages but I'm guessing this is a work in progress. I didn't want to deploy to production (which we have several fixes ready to go) until you had a chance to confirm this is by design :)

Homepage

Content removed since it's in Google Docs

Symposion Styles

The most important are:

  • Proposal submissions and related pages
  • Speaker and related pages
  • Review and related pages

SMTPRecipientsRefused at /account/password/reset/

This works locally but not on staging or production.

{'': (501, 'Recipient syntax error')}

Request Method: POST
Request URL: http://my517.us2.gondor.io/account/password/reset/
Django Version: 1.9.4
Exception Type: SMTPRecipientsRefused
Exception Value:
{'': (501, 'Recipient syntax error')}
Exception Location: /app/.gondor/python/lib/python2.7/smtplib.py in sendmail, line 742
Python Executable: /app/.gondor/python/bin/python
Python Version: 2.7.11
Python Path:
['/app',
'/app/.gondor/python/bin',
'/app/.gondor/python/lib/python2.7/site-packages/setuptools-19.6-py2.7.egg',
'/app/.gondor/python/lib/python2.7/site-packages/pip-8.0.2-py2.7.egg',
'/app',
'/app/.gondor/python/lib/python27.zip',
'/app/.gondor/python/lib/python2.7',
'/app/.gondor/python/lib/python2.7/plat-linux2',
'/app/.gondor/python/lib/python2.7/lib-tk',
'/app/.gondor/python/lib/python2.7/lib-old',
'/app/.gondor/python/lib/python2.7/lib-dynload',
'/app/.gondor/python/lib/python2.7/site-packages']

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.