silverstripe-reports/code
Ingo Schommer e1242f0a26 API CHANGE: Added SideReportWrapper to help you tailor report columns for the side reports.
API CHANGE: Allow use of 'casting' option on side report columns.
API CHANGE: Make 'title' optional on side report columns. (from r96272) (from r98191)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@105836 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-05-28 02:29:58 +00:00
..
reports MINOR improved wording on reports (from r96258) (from r98189) 2010-05-28 02:29:04 +00:00
sitefeatures MINOR Fixed phpdoc documentation 2010-04-23 00:11:32 +00:00
staticpublisher BUGFIX: Don't rely on the current directory for any logic. (from r97727) 2010-04-13 22:24:12 +00:00
AssetAdmin.php ENHANCEMENT: Select the uploaded image after uploading by default. #4962 (from r97765) 2010-04-14 01:33:29 +00:00
AssetTableField.php MINOR moved File validation to the model (from r92044) (from r96815) 2010-04-13 03:55:16 +00:00
CMSActionOptionsForm.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
CMSBatchAction.php API CHANGE: Added canView() to CMSBatchAction so that you could hide certain batch actions from some users. (from r94846) (from r96823) 2010-04-13 04:24:48 +00:00
CMSBatchActionHandler.php ENHANCEMENT: Update the checkboxes available to batch-actions to show only the applicable pages for that particular action. 2010-04-13 06:42:21 +00:00
CMSMain.php API CHANGE: Removed SideReport class, use SSReport as the base-class for them instead. 2010-05-28 02:23:10 +00:00
CMSMenu.php BUGFIX Implementing TestOnly interface in ModelAdminTest to avoid having it included automatically in CMSMenu and hence breaking other tests like LeftAndMainTest. 2009-08-26 21:10:58 +00:00
CMSMenuItem.php BUGFIX CMSMenuItem constructor now calls parent to respect inheritance (from r83586) 2009-11-05 01:13:00 +00:00
CMSSiteTreeFilter.php MINOR rename deleted pages report (from r88333) (from r96786) 2010-04-12 09:50:28 +00:00
CommentAdmin.php Nicer dates (from r95776) (from r98172) 2010-05-25 23:41:28 +00:00
CommentTableField.php BUGFIX: Fixed Links to Moderate Comments from the CMS and front end. MINOR: removed complextable functions which no longer get called, moved logic to the PageComment Class (from r86325) 2009-11-05 01:16:09 +00:00
Diff.php BUGFIX: Fixed bugs in content differencer, and improved styling. 2009-05-23 03:30:57 +00:00
FileList.php Updating queries to be more DB agnostic 2008-11-24 09:30:41 +00:00
GroupImportForm.php BUGFIX: replacing calls to deprecated Upload functions - using validator instead (related to r100057) (from r100496) 2010-05-25 04:48:57 +00:00
ImageEditor.php MINOR Removed loader.js dependencies 2009-11-21 02:37:27 +00:00
LeftAndMain.php MINOR Added jquery.metadata requirement to LeftAndMain::init() 2010-05-25 02:57:00 +00:00
LeftAndMainDecorator.php MINOR Renamed LeftAndMainDecorator (had wrong classname) 2009-01-06 02:16:47 +00:00
MemberImportForm.php BUGFIX: replacing calls to deprecated Upload functions - using validator instead (related to r100057) (from r100496) 2010-05-25 04:48:57 +00:00
MemberTableField.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:32 +00:00
ModelAdmin.php BUGFIX: removing hardcoded reference to ModelAdmin_RecordController, also added getters for model controllers. (from r97231) 2010-04-13 20:36:55 +00:00
PermissionRoleAdmin.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:32 +00:00
Report.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:42 +00:00
ReportAdmin.php BUGFIX: Only list reports in admin/reports that you can actually view (from r95885) (from r98177) 2010-05-28 02:23:53 +00:00
SecurityAdmin.php MINOR Updated jQuery.concrete references to point to the new "entwine" name 2010-04-13 05:55:56 +00:00
SideReport.php API CHANGE: Added SideReportWrapper to help you tailor report columns for the side reports. 2010-05-28 02:29:58 +00:00
StaticExporter.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:42 +00:00
ThumbnailStripField.php BUGFIX: Fixed bug when user selects no folder and uses the search box it incorrectly doesnt append the where statements (from r97603) 2010-04-13 22:20:47 +00:00
WidgetAreaEditor.php MINOR Removed end php tag from WidgetAreaEditor (from r97532) 2010-04-13 22:00:52 +00:00