Bernhard Schussek
|
acc5c76f77
[Form] Fixed failing DateFieldTest and TimeFieldTest
|
14 years ago |
Bernhard Schussek
|
8e2d0bae90
[Form] Ported DateTimeField to FormFactory
|
14 years ago |
Bernhard Schussek
|
78b26c2cc5
[Form] Renamed type 'raw' to 'array' in date and time field
|
14 years ago |
Bernhard Schussek
|
c8275c5b27
[Form] Refactored PercentField to FormFactory
|
14 years ago |
Bernhard Schussek
|
68bb3ff606
[Form] Used ValuePlugin to pass displayed data to template. The order of added renderer plugins and set renderer variables is now respected
|
14 years ago |
Bernhard Schussek
|
a40e2dd77b
[Form] Deleted obsolete Field classes, ported some more to FormFactory and fixed lots of failing tests
|
14 years ago |
Bernhard Schussek
|
7492873186
[Form] Fixed a couple of unit tests, refactored PasswordField to FormFactory
|
14 years ago |
Bernhard Schussek
|
fee0885256
[Form] Moved options from Field and Form to FormFactory. Tests fail now
|
14 years ago |
Bernhard Schussek
|
ce432e939d
[Form] Changed notion of 'parameter' to 'var' in the renderer. Merged vars and attributes into single array
|
14 years ago |
Bernhard Schussek
|
2b8ca25d01
[Form] Refactored NumberField, IntegerField, HiddenField and MoneyField to FormFactory
|
14 years ago |
Bernhard Schussek
|
af8a093b00
[Form] Refactored CountryField, LanguageField, LocaleField and BirthdayField to FormFactory
|
14 years ago |
Bernhard Schussek
|
9394ffdea1
[Form] Started to refactor TimeField to FormFactory::getTimeField(). Validation logic is still missing.
|
14 years ago |
Bernhard Schussek
|
975b8ebe9b
[Form] Started to refactor DateField to FormFactory::getDateField(). Validation logic is still missing.
|
14 years ago |
Bernhard Schussek
|
b148a2a7ed
[Form] Refactored ChoiceField to FormFactory::getChoiceField()
|
14 years ago |
Bernhard Schussek
|
61ea51d858
[Form] Added first version of FormFactory, ValuePlugin and ParentNamePlugin
|
14 years ago |
Bernhard Schussek
|
a28151a8af
[Form] Removed FormFactory and improved the form instantiation process
|
14 years ago |
Bernhard Schussek
|
fb1f99137d
[Form] Changed semantics of a "bound" form
|
14 years ago |
Bernhard Schussek
|
fdbc064f06
[Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves.
|
14 years ago |
Bernhard Schussek
|
d017970867
[Form] Implemented FormFactory::buildDefault() to ease the use of the new CSRF implementation without the DIC
|
14 years ago |
Bernhard Schussek
|
7848a7ca63
[Form] Refactored CSRF implementation to be reusable and to work correctly with the session service
|
14 years ago |
Bernhard Schussek
|
8f8f53d631
[Form][FrameworkBundle] Implemented FormFactory and added it to the DI container
|
14 years ago |