Vinod Kulkarni

Results 12 comments of Vinod Kulkarni

The idea is mainly for the new type of modules which create the UI specific to them. So theme will necessarily have template section which will do option.getStyles(); and I...

Let me explain my usecase: A locally installed service where clickable mockups can be created and managed by a product team. (I chose calipso for the purpose as base framework,...

> "• Using templates within module with native theme: Works without any change." I meant that I ship a module + a theme combination. (Of course, they are still independent)....

If you follow drupal, there are many application-specific forks; see http://www.ministryofdrupal.org/Drupal_Forks_and_Distributions. For e.g. http://managingnews.com/ is a fork of drupal, but totally converted into dedicated application. And forks are bad; they...

Seems good idea. I will try to use it. In the meanwhile, I have made my current codebase available here: https://github.com/codevin/calipso-screenswiki/tree/devel. It is working code with lots of copy-paste, but...

This is good, appreciate adding these capabilities as needed. I will check it out over the weekend.

It works, and no issues found so far. There will be other requirements for module-as-app, I will open separate issues for them as required. (For e.g. "/" should be configurable...

I have now created a sample Todo app that can become a template for such module-as-app. Can you check it out? https://github.com/codevin/todoApp . /todo is registered as app URL base....

Have updated now. Please check.

You have identified both the issues, and I was going to open tickets for them. Here is my thinking: You essentially have two types of modules: - Helper modules: tagging,...