I would really love to have this module for d7 !!!
Hope it will be ported soon.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | patterns-7.x-0.2-dev.tar_.gz | 88.39 KB | csko |
| #5 | patterns-7.x-0.1-dev.tar_.gz | 80.49 KB | shakty |
I would really love to have this module for d7 !!!
Hope it will be ported soon.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | patterns-7.x-0.2-dev.tar_.gz | 88.39 KB | csko |
| #5 | patterns-7.x-0.1-dev.tar_.gz | 80.49 KB | shakty |
Comments
Comment #1
vaish commentedWe are in the process of deciding about the future direction of patterns module. Until that is resolved we are not planning to work on D7 version. Unfortunately, that means D7 version will not happen very soon.
Comment #2
drupa11y commentedMaybe you can join the Features-Module and extend it. The Basic features of it are quite ok but it´s still very complicated to get everything important from one drupal into the other.
Comment #3
michaek commentedI'm curious what you're considering in terms of the future of the module. I've long been very enthusiastic about it, but I've never entirely been able to get it into my team's workflow.
Comment #4
vaish commentedUnfortunately there hasn't been much progress in determining the future of patterns since my last post.
I would appreciate if you could share what were the main reasons/obstacles for not being able to integrate patterns into your team's workflow.
Thanks,
Vaish
Comment #5
shakty commentedHi,
I have made an attempt of porting Patterns to DR7. Only basic functionalities such as taxonomies, users, and users additional fields work more or less correctly, but I believe there is a good basis for further integrating other features.
Most importantly, I have restructured the code and commented it quite extensively (at least the core). I added a non-batch mode (useful for debugging), and updated all the methods .6 to its .7 counterpart.
I am part of a group of researches interested in developing new free tools for scientific online networks (see www.qlectives.eu) and we believe that the functionalities offered by Patterns are indispensable to accomplish our aims and for the future of Drupal. We are willing to take up DR7 Patterns development in liaison with the current developers and we are open to discuss with them in which direction to go in the future.
I don't know if posting here is the most orthodox way, but I wanted to signalized our interest in developing Patterns in DR7, and of course I make the last version of the code available here.
Looking forward to your comments.
Comment #6
michaek commentedHi, @shakty - glad to see there are other people committed to the future of Patterns! I'll take a look at your port to 7 when I get a chance. Is there a public git repo of your code? I'd hate to get into passing a tarball back and forth if we can avoid it! :)
Comment #7
michaek commentedHi, @vaish. In general, it's been the places where we've had to stop using Patterns for a configuration because of a hole in Patterns support: an existing bug that prevented a configuration (#939772: Creating multiple view displays of the same type) or a form that requires something other than a string/number as a parameter. Once we'd hit a snag that required us to do any manual configuration, the work we'd done in setting up the pattern to that point was pretty much unusable - the attraction of patterns is in writing it, running it, revising it, running it, forgetting it, not to mention keeping all the configuration in SCM instead of the database.
Comment #8
shakty commentedHi michaek,
we don't have a public repo for now...we do have a private one, I can give you access to it of course, if you give me an email I can send you the credentials.
ps: just noted a problem with the installation of the pattern version I posted here, so better to use the repo version.
Comment #9
michaek commentedJust sent you a message through your d.o contact form.
Comment #10
geek-merlinreally interested!!!
Comment #11
ChrisBryant commentedIt's great to see progress on this, thanks for sharing!
Comment #12
csko commentedI'm attaching the newest version from the repository shakty mentioned (we need to work out a common version control system, though).
It fixes an installation bug, a few porting issues, a lot of code standards related things, along with a few localization issues.
Mostly works:
Not working:
Untested
Also, anything not listed here is untested.
Things to be done:
Rewrite dynamic db_query calls using the Drupal 7.x database abstraction layer (http://drupal.org/developing/api/database, http://drupal.org/node/310075)
Comment #13
shakty commentedThanks csko!
Comment #14
geek-merlinComment #15
michaek commentedNow that we've got a 7 dev release, we can open specific tickets against it!