-
Notifications
You must be signed in to change notification settings - Fork 13
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
6.2 support #13
Comments
Work is in progress... :) |
I tried to get it running and checked out the fsrepo-2.0 branch; the changes in the liferay classes seem not too hard to adapt to, but you seem to plan to heavy refactor the classes in the fsrepo package, because you commented out nearly the whole FSRepo class...? :) |
Uh, Yes. I'm refactoring almost whole codebase because I'm not very proud of the code. And to be able to support different versions (6.1 CE+EE, 6.2 CE+EE) I need to make it cleaner. I want to separate out permissions from the code itself and structure the code better to enable the support for the different portal versions. It's possible to adapt 1.x code to 6.2, most of the new API is related to check in/out + locks which FSRepo doesn't support anyway. It's perhaps currently the easiest way to get 6.2 covered. Feel free to send me a pull request if you manage to do it. Thanks! |
Sorry for the delay - I was ill for a week. |
I see. For pull requests you need to fork the repository into your account. Once it's forked you are able to clone it to your local computer. Then you create a branch based on master, apply your changes and push the branch to origin (GH). Once it's uploaded to GH, you go to GH, select the branch and click on "Pull Request" where you can add some notes. That's basically it. Or, you could save the commit into file and send it by mail to me :) |
I always want to learn new things, but it's really not easy for a git beginner. ;) |
Thanks @McAviti!!!! I merged it into master and did some modifications, mostly source formatting. I try to test it first and then make it public. But feel free to use it, I'll let you know if there are any changes. Thanks again! |
Do you plan support for Liferay 6.2 soon?
The text was updated successfully, but these errors were encountered: