GithubHelp home page GithubHelp logo

kohana-modules's People

Contributors

ahutchings avatar alefbt avatar anroots avatar birkir avatar bistory avatar bkhrupa avatar bmidget avatar bodom78 avatar brazzy avatar cyntax avatar davidstutz avatar ferpetrelli avatar gianebao avatar invision70 avatar jeanmask avatar m1lt0n avatar madeinnordeste avatar manc avatar neo22s avatar octopusinvitro avatar pelevesque avatar pocesar avatar pvratsalis avatar samwilson avatar saruman avatar tamaspap avatar uda avatar wintersilence avatar wwebfor avatar xackery avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kohana-modules's Issues

[proposal] Rewrite site modules system to use composer

Submodule system is awful. All going good until you need remove submodule..

To remove a submodule you need to:

Delete the relevant section from the .gitmodules file.
Stage the .gitmodules changes git add .gitmodules
Delete the relevant section from .git/config.
Run git rm --cached path_to_submodule (no trailing slash).
Run rm -rf .git/modules/path_to_submodule
Commit git commit -m "Removed submodule <name>"
Delete the now untracked submodule files
rm -rf path_to_submodule

And all other not standard adding operations became git conflict and problem hell.

Composer is better modern solution. You can just host composer.json for each branch with required modules list and build site on it.

And more important - it will force developers to add composer.json and add packets to packagist.

Kohana 3.4 will implement composer installation too by default.

Kohana-modules should default to the lastest version of framework

Currently when you visit kohana-modules.com, the default view is the list of all modules for all version of Kohana starting from 2.3 to 3.2. Most of the people don't see the distinction at first which creates unnecessary confusion over why modules aren't working.

I propose two things:

  • First - set the default view from Any to 3.2, so modules for the most recent version of framework are being visible by entering the website
  • Second - more visible linking to the per-version module (github's branches), because some modules don't use tags or use branching instead of tagging to support several versions of framework

Site update frequency

The site doesn't get updated as soon there's a new module here? It seems that the last update online is from almost 1 month ago. Consider using gh-pages to make it as quick as 10 min to become online ๐Ÿ‘

Kohana versions

The site attached to this repo is great. However, I can see a problem going forward with different kohana versions. Many of the modules I saw listed aren't maintained anymore, and won't work with kohana 3.1. I think you should maintain branches for each kohana version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.