Giter Club home page Giter Club logo

bookworm's People

Contributors

akanim avatar cwattrus avatar justinwyer avatar kurhula avatar machaba-machaba avatar rouanw avatar zhangruimin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bookworm's Issues

Custom error pages

The site currently shows stack traces for 500s and a server error page on 404s. Create custom 500 and 404 pages.

Don't hard code the host domain

The domain (puku.co.za) is currently hard coded in the construction of the user confirmation link emailed to new users. This needs to be fixed to dynamically figure out the domain.

Application bootstrapping page is not working

The registration application bootstrapping page does not currently work as it requires a role for the new user. This work will likely include a small change to BirdBrain to ensure that indices are fresh when adding users to a role.

Config for sending emails on dev environment

The site currently throws a 500 when sending emails locally, because email credentials are now read from config. This is an improvement over how it worked before, where emails were sent from the production email address when testing locally.

Exception thrown when there's an ampersand in the request path

When accessing URLs like:

/News/8993/Children&

or

/News/7169/Bekroonde-jeugboek-binnekort-&

The following exception is thrown:

    [HttpException: A potentially dangerous Request.Path value was detected from the client (&).]

       at System.Web.HttpRequest.ValidateInputIfRequiredByConfig()
       at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)

An IIS error page is shown instead of the generic Puku error page.

Possible solutions:

  • Intercepting all requests and stripping out ampersands
  • Using requestPathInvalidCharacters in web.config to allow ampersands

500 when viewing certain books

This was found to be due to a method which sets the some meta information on the page based on the description of the book. The method did not cater for cases where the description was longer than 155 characters, but with no spaces after 155 characters.

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.