-
Notifications
You must be signed in to change notification settings - Fork 427
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
Kohana Maintainers #84
Comments
Also, please note that I have just simplified the Github teams so that we have:
I believe that @kohana/maintainers have access to all the repositories that exist. If you see something that you need access to, feel free to create an issue on the repo or email me. |
Hello, Thanks @shadowhand love the transparency. Of course many of us see things differently. But I think many of us have a common issue. We use Kohana on daily basis and we depend on the Framework to keep our business running. At this stage in our case migration to another platform will be a business suicide. That's why me/we are so interested on keeping it updated. I am aware I can update whatever I want in "my copy" repo etc, but I will love to contribute to maintain it alive. I think there's many things we can do but if by default "project is dead" then gets really complicated ;) I am open to any discussion and to put some resources in the project, as said we are really interested to maintain it. |
I also use Kohana on a daily basis and would love to see it alive. |
+1 I'm not actively working on Kohana projects at the moment, but we're still running a few applications that are definitely not going away nor being redeveloped on another framework. So I'd love to help if I can. I'm a maintainer of Adldap2-Kohana. |
@shadowhand I would think it would be better for the organization to drop some excess weight like the old forums and move the v2 docs to github wiki. This would make it easier to manage the kohana project. |
@rjd22 I don't like dumping the old forums because there is still a lot of historical data there that may be useful to people. Moving the v2 docs to github would be great, but they have to ported over somehow. Right now the data is stuck in PagodaBox with no way to access it. |
I totally fell in love with Kohana when I tried it a few years ago. I loved (1) its elegant, readable code, (2) its innovative HMVC architecture, its (3) cascade / waterfall class design, etc. Kohana really changed my way of looking at frameworks and had a huge influence on how I've been looking at PHP code ever since. I nevertheless stopped using Kohana and haven't used it in quite a while, for mostly these reasons :
Having said that, the love is still there and I'd really love to give Kohana another try. So what are you guys up to? Any plans to for a new version of the framework? Anything exciting coming up? What does the future of Kohana look like? Also, what do you expect from any new maintainers joining the team? If I'd like to invest some of my time working on Kohana, how do I get started? What workflows / procedures need to be followed? Which planned features are already assigned and which haven't? |
Kohana didn't follow |
In that case, you can replace
with this :
|
By the way, I just made my first contribution @ #87 |
Just got this response @ #87 :
I think I'm starting to realize why Kohana doesn't have that many contributors. |
There is a CONTRIBUTING.md file which should pop up a big yellow thing when you are submitting pull requests. It's very comprehensive. |
I can try and cache/convert the old forums if no-one is working on that task. Seems like a fun little task, and likely the most I can contribute here considering my limited skill-set. |
Hello, Today I wrote small blog post explaining how to migrate http://garridodiaz.com/upgrading-kohana-3-3-x-to-php-7/ maybe theres other issues that may arise but for now all seems to work properly. I will not move any time soon out of KO 3.3.x so I will try my best to keep it updated while we use it. So what do you guys think if we create a new branch based on 3.3.x that is php7 compatible? and that we can keep updated. I know it breaks backwards compatibility that's why I am proposing a different branch/naming. Maybe KO 7.x? or 3.7.x? (for me this one makes more sense) or just use it as base for 3.4 ? |
@shadowhand per "possibly covert the old forums site to static HTML (tried and failed multiple times)" This was kinda fun to hack, minus UTF-8 parts. The code / files (ziped). For some reason it would almost consistently fail after about 22 pages. Wonder if it's the host or my end. But I finished running it 20 pages at a time so as to not have to do DB clean up every time. Think I got em all, if you guys notice issues or want me to modify it or anything, just let me know. Live copy of the static files. |
@sentry360 wow!!! thats really nice! can you explain how do we install the repo and how can we launch it? thanks! |
@neo22s If you're looking to just use the static files, simply extract out.zip and you're good to go. If you're looking to use the scraper, it's a simple kohana app, everything is in the Main controller. https://github.com/3rdcupofjava/scraping_old_kohana_forum/blob/master/application/classes/Controller/Main.php /main will scrape the forum. The whole DB is in kohana_forum_db.zip, should you want to avoid scraping and simply want to generate files or do something else with the data in the DB. That's about it I think. |
thanks! looks good :D |
@sentry360 this is really impressive but doesn't completely mirror. In particular:
|
@shadowhand Hi, I kind of like the index.html page, it's as static as one can get. I'm sure I missed some corrections, I corrected for pagination, but that's about it, I'll take a look at that sometime thanks. Per hard links, that's just line 85:
If you run the app as /, it should remove those issues, at least I think (this was a quick hack [probably has bugs]). |
Continuing the discussion from this issue.
What would you like to see done about the additional assets that Kohana has? For the most part, these assets are held by the SFC but management of them is basically in my control, since no one else bothers to do anything with it.
Currently, the following things have high bus factor, with only myself and @zombor having administration abilities:
I would very much like to add more people to each of these areas, except for domains since SFC has full control. In addition, the following things should be fixed:
The text was updated successfully, but these errors were encountered: