May I ask when a first release (at least a 6.x-2.x-dev version) is planned?

Comments

highvoltage’s picture

Wouldn't we all love to know :P

Maybe near the release of OG 2.x? It's been a long long time coming!

chrism2671’s picture

:-)

jweberg’s picture

sub

michelle’s picture

There was already somewhat working code in the OG issue. Can you folks toss it into CVS and get a snapshot going so we can start testing?

Michelle

michelle’s picture

Actually... My bad, sorry, it is in CVS. A snapshot release would help, though, for folks who don't want to tangle with CVS.

Michelle

highvoltage’s picture

Or for those of us who would tangle and lose. Kinda like me. The pain. x_x

michelle’s picture

Well, I just checked it out of CVS and tried it out. I didn't do extensive testing but what I did worked and worked flawlessly. Yay OG Panels!

If you have command line access on your account, this is the line you need to get it. (Run it from your sites/all/modules directory)

cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -r HEAD -d og_panels contributions/modules/og_panels

Michelle

friolator’s picture

Hi Michelle - thanks for the CVS command. I downloaded this as well as the latest og dev, and have everything installed. I ran the cvs command from sites/all/modules per your instructions above, so og_panels lives alongside og in the modules directory.

I'm getting an error, though:

Warning: include_once(./sites/all/modules/og/includes/og.panelscontent.inc) [function.include-once]: failed to open stream: No such file or directory in /public_html/sites/all/modules/og_panels/og_panels.module on line 826

The code it refers to is this:

<?php
function og_panels_ctools_content_types() {
  include_once './'. drupal_get_path('module', 'og') .'/includes/og.panelscontent.inc';
?>

it looks as if it wants og.panelscontent.inc to live inside the og directory. So, is og_panels actually supposed to live inside og, or next to it?

ajayg’s picture

Since og_panels is now a seperate module, I would guess it needs its own directory. But this could be a bug since this was moved just recently. Have you tried installing this inside og just to check?

friolator’s picture

I did try moving it into og/modules and got errors of a different, more fatal kind. when og_panels is standalone, the page itself still renders, only it displays the include_once errors at the top of the page. inside of og/modules and it doesn't even render the page properly.

six one way, half-dozen another, I guess!

geerlingguy’s picture

Looking forward to this for a site I'm working on :-)

moshe weitzman’s picture

There was a serious bug in og_panels that still there. The Views you put in your panel do not get the group argument but rather some other nodes. josh_k said he would work on it this week.

the basic process of adding/editing/removing pages is working well, including menu system interaction.

SeanBannister’s picture

sub

erikjohansson’s picture

Looking forward to the day when Drupal6 ponies aren't required anymore.

michelle’s picture

@erikjohansson: That can be today... Just update. They haven't been required for a while.

Michelle

roball’s picture

Actually, beside OG and Panels, the OG Panels module only depends on the Chaos tool suite's Page manager module.

populist’s picture

Version: » 6.x-2.x-dev

I went ahead and committed up to CVS code to get OG Panels working as its own module. A development release has been scheduled and should be appearing shortly.

starbow’s picture

I think development releases aren't getting shown on the project page anymore. There used to be a toggle, but I can't find it now. Maybe you can tag an 2.x-1.0-UNSTABLE?

michelle’s picture

There's no option to add it to the page because the dev release is unpublished: http://drupal.org/node/550134

Since I don't know why it's unpublished, I don't want to mess with it unless I get an ok from populist.

Michelle

michelle’s picture

Status: Active » Fixed

Looks like it was taken care of. There's a dev snapshot on the project page now.

Michelle

roball’s picture

Yes, thanks for the dev release. Now OG 2.0 is out also, so the time to test it may come soon.

csc4’s picture

Is that dependency (Chaos tool suite's Page manager module) confirmed as it seems to conflict with the dependencies on the project page?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.