? Success

User tests: Successful: Unsuccessful:

avatar mbabker
mbabker
25 Oct 2015

This PR is a general overview and cleanup of some code structure and doc blocks in the admin com_finder component. Changes of note:

  • Doc blocks cleaned up some to follow standard
  • Return the results of the view's display() methods to be consistent with the documented return
  • Not using variables for items only referenced once
  • Use Joomla\Utilities\ArrayHelper instead of JArrayHelper
  • Removed static $log from methods instantiating a logger; JLog::addLogger() has no return value so the variable cannot be populated with data
  • Use of the JApplicationWeb API in the indexer for building and sending the application response
  • Support late static bindings in the indexer API classes, reference private members as self::
  • Renamed private members with a leading underscore for code style compliance

Testing Instructions

The admin com_finder component should continue to function correctly

avatar mbabker mbabker - open - 25 Oct 2015
avatar mbabker mbabker - change - 25 Oct 2015
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Oct 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 25 Oct 2015
Category Administration
avatar zero-24 zero-24 - change - 25 Oct 2015
Easy No Yes
avatar wilsonge
wilsonge - comment - 26 Oct 2015

Com_finder main controller has a random letter a on line 21

avatar wilsonge
wilsonge - comment - 26 Oct 2015

Otherwise looks good. Just due to the shear number of changes I want an actual practical test of this though just to be safe before merging

avatar mbabker mbabker - change - 30 Oct 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-10-30 18:00:46
Closed_By mbabker
avatar mbabker mbabker - close - 30 Oct 2015
avatar mbabker mbabker - close - 30 Oct 2015
avatar mbabker mbabker - head_ref_deleted - 30 Oct 2015

Add a Comment

Login with GitHub to post a comment