Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile page not found #18

Closed
scofflan opened this issue Jan 27, 2015 · 3 comments
Closed

Profile page not found #18

scofflan opened this issue Jan 27, 2015 · 3 comments

Comments

@scofflan
Copy link

After changing the name of a project I now receive a "Sorry page not found" when clicking on my profile.

https://test.buildbotics.com/sam.coffland#profile

@jcoffland
Copy link
Member

I just fixed this. Any idea how you got all that weird data in your bio? I had to clear your profile's bio field. It would be great to figure out how to reproduce this.

@scofflan
Copy link
Author

While trying to upload a photo to my profile I tried to drag and drop a jpg. It does not drop on the photo area but does drop in the Bio text area. This produce the raw code for the jpg.

@jcoffland
Copy link
Member

Wow, that's a good one. I found a few things from this:

  1. The middle layer is not talking to the DB using the same character set. (UTF-8) buildbotics/buildbotics/issues/4
  2. I need better limits on the bio input. Limit size and content of markdown fields #20
  3. Uploading to an image via drag-n-drop would be a nice feature on the profile page. Allow uploading images via drag-n-drop on the profile page. #19
  4. markdown editor needs to have drag-n-drop disabled. Disable drag-n-drop for markdown editor #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants