Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning controllers #486

Merged
merged 46 commits into from Jun 8, 2013
Merged

Cleaning controllers #486

merged 46 commits into from Jun 8, 2013

Conversation

eurich
Copy link
Member

@eurich eurich commented Jun 1, 2013

yet another cleaning PR, controllers this time..

  • removed lots of unused globals
  • some minor fixes like missing globals, typos in var names etc.
  • several todo remarks. I'd expect bugs there, so please check..

eurich added 30 commits June 1, 2013 08:49
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
…lity

Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
@eurich
Copy link
Member Author

eurich commented Jun 2, 2013

mhh, I've used git cherry-pick 7eba297.. and the code seems changed, however the author is me, not you (as expected).. Is this related to the conflict I had to solve in order to get it merged?

@norv
Copy link
Contributor

norv commented Jun 3, 2013

It sounds like it (but I'm a bit surprised tbh.) Well, I don't feel it's relevant in this case, but if you wish the commit can be amended to change author.
(sorry for commenting on-the-run, hopefully tomorrow I can come back on it and the rest of notes :))

@eurich
Copy link
Member Author

eurich commented Jun 3, 2013

I believe it's again related to my IDE (Netbeans).. I had some conflicts to solve in order to get it merged. After resolving the conflicts I used "commit" from the GUI in Netbeans which automatically adds my sign-off and the author params (that's probably the reason)

--amend can AFAIK be used with the latest commit in that branch? In theory I'd need to reset to 749e4ef, use --amend on 749e4ef and then re-apply d4ca718 ?

@norv
Copy link
Contributor

norv commented Jun 3, 2013

Yes, that's how I'd do it, reset first, --amend and re-apply (cherry) :) Playing with them git! :D

@emanuele45
Copy link
Contributor

Or rebase -i (should work that way too)

eurich and others added 3 commits June 3, 2013 16:14
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
Signed-off-by: Norv <a.w.norv@gmail.com>
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
@eurich
Copy link
Member Author

eurich commented Jun 3, 2013

oki, finally I got it.. changed my own edits back to its original state, then cherry-picked Norv's commit without getting conflicts :) the last commit 6d37940 is a new one, was too lazy to cherry-pick the old one..

norv and others added 4 commits June 7, 2013 05:07
Signed-off-by: Norv <a.w.norv@gmail.com>
Several bug fixes (from TE's todo items)
Conflicts:
	sources/controllers/Emailpost.controller.php
norv added a commit that referenced this pull request Jun 8, 2013
@norv norv merged commit ae04fe7 into elkarte:master Jun 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants