[root]/core/viewhelper/datagrid
columns
(0 files, 0 lines)
datagridcols
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 24 (100.0%) | 2657 (100.0%) | 110.7 |
- move /viewhelper to /view/helper
0 lines of code changed in 3 files:
- renamed loadRenderer() to loadColumnRenderer()
- moved Datagrid_Renderer into own file
- renamed triggerResultSetModificationHook() to triggerDataModificationHook() and var names accordingly
- renamed factory inclusion folder "datagridcols" to "columns" and removed ".column" from files
928 lines of code changed in 3 files:
- set css class to the execute button of datagrid's batch actions
- added comment
3 lines of code changed in 2 files:
- dirname(__FILE__) to __DIR__
1 lines of code changed in 1 file:
- dirname(__FILE__) to __DIR__
4 lines of code changed in 2 files:
- added doctrine2 pagination to datagrid
271 lines of code changed in 1 file:
- pagination with doctrine2 and several modifications: renderer cleanup, adjusted query building
185 lines of code changed in 1 file:
- replace slash with underscore
1 lines of code changed in 1 file:
- cleanup for several varnames
219 lines of code changed in 1 file:
- modified datagrid to work with doctrine2 - except the pagination :(
- several clarification on method names and variables
228 lines of code changed in 2 files:
- added autocomplete and novalidation features to form
- renamed methods and attributes of set|getCharset to set|getAcceptCharset
- added html5 validation support as form decorator
1 lines of code changed in 1 file:
- merged methods enableFeature/enableFeatures and disableFeature/disableFeatures
17 lines of code changed in 1 file:
- added clearVars() and clearCache() to view
- added getFlashmessageTypes() to flashmessages
- changes to modules in regard using writeModuleConfig()
1 lines of code changed in 1 file:
- renamed config value [template][theme] to [template][frontend_theme]
- renamed session attributes accordingly
1 lines of code changed in 1 file:
- added autoloadInclusions() and a direct mapping strategy to the autoloader
- removed some manual includes on datagrid and form components, the files are now resolved by the autoloader
- fixed paths in factory methods
2 lines of code changed in 1 file:
- sorted viewhelpers datagrid and form into folders
795 lines of code changed in 2 files: