Giter Site home page Giter Site logo

another-mvc's People

Contributors

zikes avatar

Stargazers

 avatar  avatar

Watchers

 avatar

another-mvc's Issues

Blog titles with apostrophes cannot be updated

If you create a new blog post with the title "We're Okay" the title "We're Okay" will be saved in the database and correctly displayed with the blog controller.

However, if you go to edit the blog post, the title will only be shown as "We" in the edit form, because the title is not correctly escaped and the HTML gets confused as to where the value boundaries go.

value='We're Okay'

rename all references to Lydia

Change all output text and internal variables to fit the new name (Another MVC) instead of the tutorial MVC name (Lydia).

mediawiki header syntax incompatible with nl2br()

The mediawiki2html regexp demands that the header is on its own line. It works right after the database has been initialized with the example content, but if you update the mediawiki example the header stops working and is displayed in plain text instead.

Mediawiki syntax:
==Header==

Converted to HTML:
<h2>Header</h2>

I suspect the culprit is the nl2br() which converts all \n to <br /> so that the original row gets converted to ==Header==<br /> instead, which will fail the regexp.

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.