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

Fix broken headings in Markdown files #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#2012-08-16
# 2012-08-16
- [Tests] Covered uniqueEntity

#2012-08-16
# 2012-08-16
- Implemented phpunit tests. Fixed composer for travis integration.
- Fixed issue #13. Fields with property_path = false must be excluded from validation.
- Fixed issue #16. No need to supply second parameter to createForm controller function.
Expand All @@ -11,32 +11,32 @@
Before:
{{ JSFV(form, true) }} has returned /bundle/jsformvalidation/js/myRoute.js

#2012-08-12
# 2012-08-12
- Implemented client-side validation of simple forms which are built manually.

#2012-08-10
# 2012-08-10
- Added CheckMX support for Email Constraint
- Added getJsFormElementValue(field) Twig Extention
- Changed interface of JS calls. Field object is passed instead of value by default.

#2012-08-06
# 2012-08-06
- Unique Entity support has been implemented (jquery framework only)
- Implemented validation of the constraints which are based on method of the entity clas

#2012-08-04
# 2012-08-04
- Version 2.1 has been mastered.
- Fix issue #8 Symfony 2.1 compability

#2011-12-05
# 2011-12-05
- Dispatch events before and after processing constraints of a form
- Manage validation groups with an event listener
- Manage repeated field
- Include the asset helper function
- Doc for events

#2011-12-01
# 2011-12-01
- New assets warmer system. Now, define routes in configuraiton instead of a list of parameters
- fix isIPv6_no_res function in IpValidator

#2011-11-29
# 2011-11-29
- Search for the first parent form
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#This Bundle is no longer maintained.
# This Bundle is no longer maintained.
Over the years, the structure of Symfony forms has evolved and this bundle has tried to follow its evolution without changing its own structure. However, this old structure is not adapted to new versions of Symfony.
Instead of starting from scratch and generate code similar to another Bundle, I'd rather advise you to use this other Bundle.

Expand All @@ -14,7 +14,7 @@ It was a real pleasure to offer this kind of bundle for early versions of Symfon

---

##Getting Started With JsFormValidationBundle
## Getting Started With JsFormValidationBundle

**Version**: 2.1
[![Build Status](https://secure.travis-ci.org/Abhoryo/APYJsFormValidationBundle.png?branch=master)](http://travis-ci.org/Abhoryo/APYJsFormValidationBundle)
Expand Down
2 changes: 1 addition & 1 deletion Resources/doc/reporting_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ OK (4 tests, 50 assertions)
```


###PHPUnit
### PHPUnit
To run the Symfony2 test suite, install PHPUnit 3.5.11 or later:

```bash
Expand Down