What should I call a Panels Everywhere Distribution
Posted by Merlin on Wed Feb 3, 2010 3:59 pm.Panels! Panels Everywhere!
Posted by Merlin on Sat Jan 9, 2010 12:35 am.After over four years of working with Drupal, I have finally reached one of the major goals that I have envisioned from the beginning. Today I released the first beta of Panels Everywhere, a new module that works with Panels and Page Manager that allows you to never use the block management system again.
Fun times in IRC!
Posted by Merlin on Tue Oct 27, 2009 7:14 pm.Ahh, you gotta love IRC. Allow me to share a short edited snippet. IP addresses have been removed as well as some comments by people that are not really relevant to the conversation. The best part are the /whois results.
I'm not in any way upset about this. I think this is funny, and felt like sharing.
[20:01] *** kinesis (n=k@xx.xx.xx.xx) joined
[20:01] drupal vs joomla and why
[20:03] kinesis http://www.whitehouse.gov/
[20:03] This is an IRC chat, not google.
[20:03] thats nice
CTools presentation slides and example code
Posted by Merlin on Fri Sep 4, 2009 12:27 am.Slides: http://www.slideshare.net/merlinofchaos/the-chaos-tools-suite
This is the modal test module. You can create the .info file that goes with it.
<?php
/**
* Implementation of hook_menu().
*/
function modal_test_menu() {
$items = array();
$items['modal_test'] = array(
'title' => 'Modal test',
'access callback' => TRUE,
'page callback' => 'modal_test_page',
);
$items['modal_test/form'] = array(
'title' => 'AJAX modal dialog',
'access callback' => TRUE,
'page callback' => 'modal_test_popup',
'type' => MENU_CALLBACK,
);
An observation about Designers versus Developers
Posted by Merlin on Fri Aug 28, 2009 3:48 am.Apparently I've been sort of ignoring an increased friction between Drupal designers and developers the last few days. Not that I don't know it's there, I'm right up in the forefront of that friction, feeling fairly regularly told what to do by people who I feel aren't fully informed as to why I created things the way I did. And most often I don't react well to this, and I cause more friction than I really should. But this isn't just about me. That friction is there and it's all around.
Off to Paris
Posted by Merlin on Sun Aug 23, 2009 9:58 am.Heading to the airport to go to Paris shortly. DrupalCon is Sep 1-5 and it'll be fun to see a bit of Paris before that.
For the next two weeks expect no or next to no activity from me in any of my issue queues. For a week or two after we come back, don't expect much better. Post-trip trauma is always fun.
Panels 3.0 and CTools 1.0 OFFICIAL released!
Posted by Merlin on Wed Aug 19, 2009 3:35 pm.That's right. Panels 2 never managed to get a 2.0 release, it got caught up in rcs and brokenness that was unfixable. Panels 3, however, has managed to duck that curse, and it is now official. Panels 3 is released. It really needs CTools 1.0.
Panels 3.0: http://drupal.org/node/554226
CTools 1.0: http://drupal.org/node/554222
Panels 3 has seen radical changes since Panels 2, and is a great deal more powerful, easier to use and we think you will like it a lot.
Please understand that the upgrade from Panels 1 or 2 to Panels 3 is a little bumpy. Not everything upgrades perfectly. Some people have had to uninstall and reinstall to make it work. Some of the back and forth during the betas and rcs caused irreparably messed up data that does not carry forward properly. I apologize for this. BACK UP BEFORE YOU UPGRADE.. If you do not read these release notes, and do not back up, please do not post issues. =)
The best way to use Panels is to pair it with the Page Manager from the Chaos Tools Suite, and use its interface for creating panel pages. This completely replaces the Panels Pages module from Panels 2. If you used an earlier beta version, the Page Manager used to be known as delegator. If you are upgrading from Panels 2, and the CTools module is already in the tree but not enabled, it will be automatically enabled for you. This is the best way to upgrade from Panels 2. Please ensure that you are using CTools 1.0 alongside this, and not a beta version! Earlier versions of CTools will not work with Panels 3.0!
Page Manager introduces the concept of Variants which are different ways that a page can be displayed. For many uses, you will have only one variant. However, if you want a page to look different based upon the data being displayed (for example, you want story nodes displayed differently from article nodes), or permissions of the user (you may want an administrator to see something different from a regular user, or a logged in user to see something different from a logged out user) then you will add additional variants to a page. You will use the selection rules to determine which variant a user sees. Remember that the first variant that passes the selection rules will be used, so be sure to put the most specific rules first and the more general rules later. You can put a variant with no rules at all last and it will serve as a default.
There is a real need for tutorials, screencasts and documentation for this system to be written. It's at this point that I'm really looking to the community to provide help. My own motivation to write this stuff is fairly low, and I know there are writers out there who use this stuff who can help. Please participate! Documentation is a great way to give back to the community in return for software, and requires very little (sometimes no!) coding knowledge at all.
Panels 3.0 / CTools 1.0 release imminent! Translators wanted!
Posted by Merlin on Thu Aug 13, 2009 1:36 pm.This is a call to translators. If you're interested in translating Panels and or CTools, I am going to do a full release by the middle of next week. Any translation work you want to go out with this release should be checked into CVS by then!
Panels has only one translation and it's very old, so it is probably more or less useless. CTools has no translations at all (and I am not surprised by this).
New Panels 3 UI screenshots
Posted by Merlin on Thu Jul 9, 2009 7:40 pm.I spent the better part of a week doing nothing but this and sleep, but I think it's nearly ready. If you're brave, you can go get the current one out of CVS. I warn you, it'll be minorly annoying because I got rid of the delegator (What's that do?!) module and replaced it with the Page Manager (I bet you can guess what that does) module.
First, once you've got everything, if you go to admin/build/panels you'll see the Panels dashboard. It's really just an overlay over other stuff, because Panels itself doesn't really have a UI. But it gives UI to lots of other stuff.
One minor clarification on yesterday's post
Posted by Merlin on Tue Jun 16, 2009 9:19 am.I turned off comments on yesterday's post because it doesn't need to turn into a flame-war or a love-fest, and I apologize to all who feel the burning need to comment and cannot. I'll go ahead and leave comments on this post open, but I will aggressively delete comments that bait, flame, or are simply "I love you, man" comments. I'm not looking for flames, nor an ego-boost here. I've got a gripe and I needed to get that off my chest or I would continue burning with it for days.
