Success

User tests: Successful: Unsuccessful:

avatar ghost
ghost
4 Apr 2013

Tracker ID: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30479

The php code is riddled with variables that are not being used. Probably left-overs from old and removed code. Or simply bad programming practises (like initializing the variable when it is always set in later code).

Anyway, this PR removes the bulk of those unused (memory/resource/time-hogging) variables.

Changes this PR brings:

  • Removal of unused variables
  • Some syntax cleanup
  • Some fixes in the tests (to deal with syntax cleanup)

Testing instructions

This probably just needs the general system tests to see if it doesn't break anything.

avatar nonumber nonumber - open - 4 Apr 2013
avatar nicksavov
nicksavov - comment - 4 Apr 2013

Thanks Peter! :)

lol, submitted 8 minutes ago and it's already out of sync.

avatar nicksavov
nicksavov - comment - 4 Apr 2013
avatar nonumber
nonumber - comment - 4 Apr 2013

All synced up again :)

avatar elkuku
elkuku - comment - 4 Apr 2013

nice :)

avatar nonumber
nonumber - comment - 25 Apr 2013

Let me know any time you want to lock the branch for this.
Then I can create a general syntax cleanup PR too... ;)

avatar mbabker
mbabker - comment - 26 May 2013

Needs to be synced up once again.

@dextercowley could you run the system tests on this after it is synced up?

avatar dextercowley
dextercowley - comment - 26 May 2013

Yes. Please let me know when it's ready. Thanks.

avatar nonumber
nonumber - comment - 26 May 2013

All synced up

avatar nonumber
nonumber - comment - 15 Jun 2013

Any chance of this ever getting pulled?

avatar mbabker
mbabker - comment - 15 Jun 2013

I'd like to see it merged. I think if we can get the system tests run one more time and they pass, that should give us a go ahead.

avatar dextercowley
dextercowley - comment - 15 Jun 2013

I'll run the system tests and post a comment. Mark

On Sat, Jun 15, 2013 at 9:27 AM, Michael Babker notifications@github.comwrote:

I'd like to see it merged. I think if we can get the system tests run one
more time and they pass, that should give us a go ahead.


Reply to this email directly or view it on GitHub#950 (comment)
.

Add a Comment

Login with GitHub to post a comment