... on the radar because of Drupal topsite.
And now you can see that he steals code. Compare http://www.hivemindz.com/add_attachements_to_comments_patch and http://drupal.org/node/32052 Giving credits is necessary, dude!
... on the radar because of Drupal topsite.
And now you can see that he steals code. Compare http://www.hivemindz.com/add_attachements_to_comments_patch and http://drupal.org/node/32052 Giving credits is necessary, dude!
warning: Invalid argument supplied for foreach() in /tmp/drupal/includes/form.inc on line 232.
where line 232 is foreach ($form['#parents'] as $parent) {
so I add if (!is_array($form['#parents'])) var_dump($form['#parents']);
. I get an 'L'. OK, this have not helped much -- $form
is a string where the 0th offset is an L, so let's dump$form>
! string(17) "Leave shadow copy"
Oh! There you are. A # was missing in the title. So easy.
Sometimes it's element_child
. It's still easy -- the if (!is_array(<
[21:16] <redLED> lol
[21:16] <redLED> rngsoft website++
[21:16] <redLED> i could play bullshit bingo, and win with every page of their site
ok this rngsoft guy has stolen drupal and renamed netgate and tries to sell. to make stuff more interesting he came to drupal.org to ask for workforce. we think that's interesting but David, as usual, with his original style really hit the nail on the head.
I am officially named security team leader and the first announcement is out.
I have a 2000 word version of my EuroOSCON talk.
The Drupal developer community is working hard on the forms API. I've already did forum and menu. The new form code requires a different mindset... once you are into it, it's quite easy and extremely powerful.
I expect that the code will be frozen real soon now and then I can began preparing my EuroOSCON speech.
Also, I plan to write specs for a new taxonomy module and make a reverse bounty out of it.
... wishing happy birthday. That really says a lot about him and how much he cares about the folks working for Drupal. This really meant a lot to me. Thanks!
BTW. if you are expecting development news, I am working on taxonomy anything
Dries included the channel into temporary server text. I expected an increased flow of newcomers, and there were some surprises: some of them read the topic! Now really, what the world gets to?
Of course, trolls (so far only one) have also come along.
Also, a bit off topic, it seems that we got a great contributor through SoC, she is running under the nick webchick. Put together an API module guide on http://www.planetsoc.com/node/103, made the frowning Druplicon... besides doing her SoC code.
Up until now I stayed away from XML-RPC. Now I have tried this, this will result at least in better documentation. Thanks for John K. VanDyk for helping me out.
So, when I "turn one" on May 29 with Drupal, only aggregator will be uncharted territory for me...
Today I tested the e-commerce package. I had a custom node, and I found that it is very easy to upgrade it to be a product. It's not absolutely necessary 'cos anything can be a product but I wanted a seemless integration -- just a few fields added to my node edit form and that's it.
It seems that split mode is working nicely -- this morning I benched some 40 percent speedup. I suspected something like this, 'cos the split script itself needs several seconds for one pass, and a significant amount of that time is spent tokenizing Drupal code.