Closed rvanlaak closed 10 years ago
Also added a recommended default .gitignore file
Did you really intend to add the first two commits? :smirk:
Concerning the .gitignore
file, I'd agree with it containing /.project
and .DS_Store
, but not the other stuff.
The translation (although appreciated) has nothing to do with the goal of this PR and should be a separate one.
Also, could you keep opening curly braces on the same line as before? Otherwise I'd have to revert these changes afterwards as I don't like this style.
OK, I will remove the other elements from the .gitignore and remove the extra comments from the readme. Still have to add some info about usage in Twig.
What is the problem with accepting the translation in this PR? :)
According to your composer.json you're using the psr-0 standard, so brackets should be on the next line ;-)
It's just that the translation is neither needed nor adds value for the functionality of this PR, thus should be separated. PSR-0 is about autoloading and indeed useful, but I don't obey PSR-2 as it conflicts with my perception of nicely formatted code.
Okay, then I'll reformat the code and remove the translation from this branch. Give me some minutes!
Take it easy.
Now, one last thing (really :smirk:), could you rewrite the history to make it look rather clean?
Uhm, I've actually got no idea how to do that
I guess your IDE provides support for interactive rebasing, but still, doing it the first time is tough. Do you wanna try that or shall I merge the squashed commits (but I've never done that as well)?
Yes that is fine with me, can you create a new tag after merging?
Merged. Thank you (also for your endurance :smirk:). Do you still want to open another PR for the translation? I'd tag 1.2.0 afterwards.
No problem, I'll have ready the PR with the translation within the hour ;)
... by which it is possible to easily use the database settings in the template.
Can you also make a new tag?