[root]/core/viewhelper/datagridcols

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 116 (100.0%) | 1202 (100.0%) | 10.3 |
| xsign | 36 (31.0%) | 695 (57.8%) | 19.3 |
| vain | 80 (69.0%) | 507 (42.2%) | 6.3 |
- move /viewhelper to /view/helper
0 lines of code changed in 8 files:
- minor change to all security constant checks
- fixed the non rewrite routing
8 lines of code changed in 8 files:
- several changes to copyright, router, bootstrap, frontcontroller and various other files
24 lines of code changed in 8 files:
[QA]
- discouraged use of string-function in favor of mb_string functions
- discouraged use of is_null function in favor of === null comparisons
- discouraged use of print function in favor if echo
- discouraged use of php compat functions (sizeof to count)
- removed useless constructor method overrides
4 lines of code changed in 2 files:
- added method loadForm() to the moduleController
- renamed XDebug calls to Debug to reflect the latest changes
1 lines of code changed in 1 file:
- added datagrid column render image
- adjusted categories.admin.php accordingly
- added proxy method img/image to Clansuite_HTML
- minor method name changes in datagrid.core.php and datagridcol.core.php
- renamed datagrid options parameter 'ModuleActionURL' simply to 'url'
76 lines of code changed in 1 file:
- QA
28 lines of code changed in 7 files:
- a bunch of QA fixes
38 lines of code changed in 7 files:
- a bunch of QA fixes
7 lines of code changed in 7 files:
- a bunch of QA fixes
- added viewhelpers browserupdate and addthis
2 lines of code changed in 2 files:
- general cleanup
14 lines of code changed in 7 files:
- removed @since
28 lines of code changed in 7 files:
- readded original url handling
- changed _baseURL of Datagrid to static property
1 lines of code changed in 1 file:
- indented comments
- lowercased the firstchar of several methodnames and properties
- added sprintf usage, where a string was used more than twice
- removed abbreviations (expanded Col to Column on comments and methodnames)
- some datagrid enhancements:
- 1) moved label, description, caption getters and setters to Clansuite_Datagrid_Base
- 2) removed updateDatagrid (replaced by call to $this->_generateQuery(); )
- 3) removed getter, setter and constructor parameter $datagrid in datagridcol.core.php
- 4) renamed getDatagrid(), setDatagrid() to getDoctrineTable(), setDoctrineTable()
- 5) moved addToURL() and getBaseURL() to the router, added convenience methods to the base classes for easier access
54 lines of code changed in 7 files:
- revert of commit #4093 and #4092 by merging revisions 4093-4091, respecting ancestry
222 lines of code changed in 7 files:
21 lines of code changed in 7 files:
datagrid: database value mapping implemented
21 lines of code changed in 2 files:
installation fixes, date updates and link-format updates
4 lines of code changed in 2 files:
added comment count
27 lines of code changed in 1 file:
Release Candidate of Datagrid (no docs available yet)
141 lines of code changed in 2 files:
added pre-render settins for cols
84 lines of code changed in 1 file:
updated datagrid.core.php
used formelements for displaying stuff within the table
added CSS and JS (jQuery base)
added column renderers (checkbox & editbutton)
150 lines of code changed in 3 files:
Working Pagination (Pages & ResultsPerPages)
3 lines of code changed in 3 files:
$id test
3 lines of code changed in 3 files:
pagination tests
cleaned up css-class and id/name mess
@version/@author tests
6 lines of code changed in 3 files:
multivalue cells possible
40 lines of code changed in 3 files:
working col-cell-renderer & ResultKey
12 lines of code changed in 3 files:
datagrid update
183 lines of code changed in 3 files: