?
Success
-
Success
The Travis CI build passed
Details
User tests:
Successful:
Unsuccessful:
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
mbabker
-
open
-
25 Oct 2015
mbabker
-
change
-
25 Oct 2015
joomla-cms-bot
-
change
-
25 Oct 2015
zero-24
-
change
-
25 Oct 2015
Category |
|
⇒ |
Administration
|
zero-24
-
change
-
25 Oct 2015
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 |
mbabker
-
close
-
30 Oct 2015
mbabker
-
close
-
30 Oct 2015
Add a Comment
Login with GitHub to post a comment
Com_finder main controller has a random letter a on line 21