-
Notifications
You must be signed in to change notification settings - Fork 178
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
Friends of Symfony1 (FOS1) Organization? #102
Comments
I'm all for it as long as it's well maintained — there need to be enough On Fri, Aug 14, 2015 at 5:48 AM, Ema Panz [email protected] wrote:
*THOMAS BOUTELL, *DEV & OPS |
Dear @boutell, given the silence of @j0k3r and @GromNaN (or are they on holidays? :) ) I will create a FriendsOfSymfony1 (FOS1) organization, where I will start pushing my three SF1 plugins (listed here: #100 (comment)). From my preliminary tests they are compatible to sf 1.4 (no code changes at all) and I was able to substitute the previously downloaded plugins just using composer. Not big plugins, but just a start. I'd like to semantically version the plugins, namely 1.4.* versions MUST be BC with sf 1.4.. but that need to be agreed at organization level. The reason why I am pushing to an Organization is to avoid a growing number of forks of Symfony1 (145 at time of writing) with good contributions spread across multiple repositories: as and example the Virtuvia fork https://github.com/Virtuvia/symfony1 maintained by @isleshocky77 and @mlehner . Regarding moving sf 1.4 under FOS1 organization: I'd like to have a composer-enabled version before pushing your repository there, ensuring that Doctrine1 will be composer-enabled is a must here. Any further thoughts? :) Cheers |
@thePanz I like this idea a lot even though we're in the active process of trying to transition little by little to Symfony2. However, i think I would like to see us move on to a 1.5 version for the support of composer and the other changes we started putting in and fixing. Thoughts? Edit: This has a lot to do with I think it's a terrible idea for us to continue on with 1.4.20+ when there is obvious change in functionality, and I really hate what I've been doing with 1.4.20.XX as a stop-gap for our purposes. |
From our standpoint @punkave, the only branch we're interested in is the On Wed, Aug 19, 2015 at 11:14 AM, Stephen Ostrow [email protected]
*THOMAS BOUTELL, *DEV & OPS |
@isleshocky77 thank you for your reply! With "transition to Sf2" do you mean that you're integrating sf1 with sf2 components? i have done it by requiring two different autoloaders (sfAutoload and composer's one), but I consider it an hackish approach :) |
Sounds great! Let's create FOS1 and discuss it there :)
Nice to have you on board! :)
|
@boutell Sorry, you'll have to remind me. Symfony1 was before semantic numbering, right? So 1.3 to 1.4 had b.c breaks? 1.4.1 to 1.4.2 were not just security fixes? I think they also included bug fixes and some b.c features? @thePanz I believe our branch should still be b.c. A lot of the changes we did were for composer, code clean-up, and some bug fixes. I suppose we could look into making sure all the tests are still in the same status. I think we may also have some bug fixes for doctrine in there as well although I would prefer seeing us break that out properly. |
Yes, the 1.4.x series did contain some bug fixes that were "bc breaks" if On Wed, Aug 19, 2015 at 11:33 AM, Stephen Ostrow [email protected]
*THOMAS BOUTELL, *DEV & OPS |
@boutell I see. I'm not 100% sure; however, we would have to look through our commits to make sure they're still compat with PHP 5.4.x as we're now running past that and have updated a lot of our code-styles for things that may have not been supported in PHP 5.4. I'm not sure if any of that is in the Symfony changes though. it appears the travis-ci is setup to run the test suite with the different versions of php so we could actually see where we stand fairly quickly once a FOS1 is setup. |
Just a thought, but why create a FOS1/symfony1 rather than seeing if we can get a maintainer(s) of symfony/symfony1? I can see making a FOS1 for all of the plugins to be ported over and maintained (including possibly sfDoctrinePlugin); however, it seems silly to have FOS1/symfony1 when we could just concentrate on symfony/symfony1. From the few Symfony conferences and meetups I've been to (as well as the github network graph) there is obviously still a large community of people maintaining and iterating on symfony1 projects. CC: @fabpot |
I'm not really for this idea to create a FOS1 organization. I think it will send the wrong message to the community: you are safe, we are going to maintain some sf1 plugins and you'll be able to continue working on sf1. This is definitely not the right way to guide people to jump on Sf2. When we started this fork, it was mostly because our whole stack was built on sf1 and we needed new things to go further (composer integration, DIC, PHP 5.5+ support, etc ...). Since then, we have started a migration to Sf2 (ie: we do not include sf1 inside Sf2, we rewrite stuff). And all new stuff are now done on Sf2. At this point, our fork feet our needs. Not everyone is happy with BC breaks we introduced and that's why @boutell created a new fork and cherry-picked some of our commits. And it's great, this is the way open source works. So if this organization is created I think it might still be great to have a centralized fork of sf1 (without BC, so everyone is happy :)) |
That's a pretty good summary. I think there are at least two truly distinct On Wed, Aug 19, 2015 at 3:25 PM, Jeremy Benoist [email protected]
*THOMAS BOUTELL, *DEV & OPS |
I'm in the camp that the only reason these things are being maintained is during transition to SF2. For that reason a lot of the changes are for keeping up with PHP 5.5+, composer, and DIC which I think will have some b.c breaks for people not doing this. This is why I proposed that most of that should probably go into a 1.5 branch. @boutell In my opinion it's the people who are moving off the project that really should have been on a 1.5 branch while doing it. |
Sure. We started our move a few years ago though and haven't done a new On Wed, Aug 19, 2015 at 4:06 PM, Stephen Ostrow [email protected]
*THOMAS BOUTELL, *DEV & OPS |
Interesting discussion here. If there is a group of people motivated and committed to update symfony1 to make it compatible with newer versions of PHP, and to fix bugs, I would be more than happy to support them. |
Nice to have Fabien here! :) I'm going to move the three SF1 plugins I created under the FOS1 organization soon, adding them to Packagist as well. |
For the 1.4 branch I would suggest not adding composer at all, but I On Thu, Aug 20, 2015 at 4:56 PM, Ema Panz [email protected] wrote:
*THOMAS BOUTELL, *DEV & OPS |
Hi! I really want to keep Symfony1 alive, not only because old projects running on it, but because some current projects we built too fast with well-working-and-tested plugins with my team. I know that I'm on the minority and as said by @boutell, unpopular, but SF1 still works very well to mid-size projects and I consider it secure an reliable, and step up to SF2 is matter of time. It's nice to read Fabien supporting this idea. Go ahead with FOS1, I will stay tunned :D Greetings from Chile! (Sorry about my poor english) |
Oh, I wasn't saying you're the unpopular one David (: My stance of On Thu, Aug 20, 2015 at 5:40 PM, David Vega Regollo <
*THOMAS BOUTELL, *DEV & OPS |
Nice to have you on board @VegaDavid! The FOS1 Organization can be found here: With the first three plugins published, go on and add yours! Please tag and ensure to use a semantic versioning structure to further define which version is BC with latest Symfony 1.4.20 @boutell : I agree about a branch with your requirements, and everything that is not "absolutely nothing but security fixes and showstoppers" should go to the next v1.5.x release branch |
Ok @thePanz! Can you please explain me how to tag an branch my plugins with te FOS1 standard? :D Anyway, here is my team's github with some plugins that we use on our projects: https://github.com/izarus If any of them may be useful for others I can write some docs and push them to FOS1. |
IMO, adding Composer to symfony1 does not make sense if people are NOT using symfony1 for new projects. But there is one more piece to take care of, and that's plugin installation. We might want to open-source this part of the infrastructure and host it on a "public" server if people want to keep that running "forever". |
Is there anybody interested in supporting this fork ? |
One issue though is that you cannot install plugins anymore as the symfony1 infrastructure was shutdown a few months ago. |
@GromNaN I still have a legacy Symfony1 project, which I migrated to your 1.5.x version. But I am getting more and more reluctant to work on that project (don't tell it to my old client :) ). Unfortunately I'd like to focus more on SF 4.x projects. Regarding SF1 plugins: I created long ago a GitHub organization where I uploaded some of the plugins I used/updated https://github.com/FriendsOfSymfony1. They can be installed/used on top of SF 1.5.x with composer. On the doctrine1 side: Lexpress maintained the code, while I noticed a lot of recent activities from @endelwar ... should we ask them to join the "maintenance" team? |
We maintain a fork here, bare minimum changes only to work on versions of PHP we need and not be insecure: https://github.com/punkave/symfony1 But we haven't really solved the plugins problem; lately we just check them all directly into our projects based on the last copy we've got, while we explain to the client that no, really, we can't support this forever (: |
Of course we're grateful that Symfony 1 produced websites clients don't want to let go of (: |
We're still using symfony1 on our evolving long living project. As In case anyone's in the same position as we are, here it is: https://github.com/rock-symphony/rock-symphony |
@fabpot The usage of composer is the only open-source alternative as Pragmatically Moreover we can use abandoned composer configuration to discourage people to use it for new projects and set Everyone wants to migrate all its projects to Symfony4+ so the goal of the repository will be:
Now we need to move this repository to people able to maintain it where we move forward toghether. The GitHub organization FriendsOfSymfony1 is a solution where we can manage symfony1 and its plugins but also repository like as doctrine1. The quality policy of the project need for sure be closed as much as possible to the latest version of Symfony to not decrease the code coverage with pertinents test cases. Personally I can only be an active contributor for now as I am working on a project using it on production with WEB and API use cases. |
We are still using symfony1, and are grateful to the lexpress folks for this fork. For the moment we're on our own fork which diverged due to one PR which the lexpress folks (understandably) didn't want to merge since it introduced breaking changes to a class. This is the first I've heard of @e1himself 's rock-symphony fork, and I will take a look at it. We are installing plugins through composer, and it is working great for us. (We did have an oh shit moment when the symfony svn server shut down, and we had to push our local copy to our own svn server. We have since moved everything to git.) I do think there is value in centralizing whatever maintenance is going on for symfony1 rather than having multiple forks of forks. Whether that repo belongs in lexpress, friendsofsymfony1, or elsewhere is immaterial. I would be happy to take on some responsibility for maintenance, or coordination thereof. For websites, dropping support after a time is feasible; what I work on is a large, complex application built on symfony1. We've introduced some Laravel/Illuminate components lately (for queues, caching, etc.) but our models and controllers are still symfony1 and doctrine1. Since there isn't really a clear migration path to sf2+ dropping support or rewriting hasn't really been an option. I would love if one thing that comes out of this collaborative is a set of docs on how to migrate a symfony1 project to sf2+ (or whatever else). Can we convert a plugin into a bundle? If so, what parts of that are copy/paste vs total rewrites? Is it possible to use Doctrine1 with sf2+ as an intermediate step before we migrate our models into a newer ORM? I'm sure there are others in the community (or even in this thread) who've dealt with some of these questions, and I'd love to hear (and document) their experiences. |
The repository has been moved to FriendsOfSymfony1/symfony1, same with FriendsOfSymfony1/doctrine1. |
Was there a decision made about who has commit access? I was tagged in #200 with a request to review, and I'm happy to do so, but I do not have commit access. |
@mkopinsky We may use the same policy as the Symfony Core Team. In any cases the code review can be done by everyone and this can help a lot the mergers. @fabpot Do you have any recommendations? |
From the idea on #100 .. what do you think about merging our efforts to have a FriendsOfSymfony1 (FOS1) organization where let all the Symfony1 related works be unified?
Meaning also to have two different branches of Symfony 1.5.x (with BC-breaks) and Symfony 1.4.x (with fixes and backports only) I saw that other users proposed (and worked) on such 1.4.x updating without BC breaks here: https://github.com/punkave/symfony1 by @boutell
The text was updated successfully, but these errors were encountered: