I was learning Drupal and saw the db_query function Now I want to rip it to use outside drupal but this means

seed
nor do I see handlers
i think you forgot to add handlers.inc or somethin'
brb

Looks like, yea.

!seen kentbye
!seen kentbye?
Hydralisk…
seen kentbye?

kentbye was last seen in #drupal-support 6 days 6 hours ago saying 'Nevermind got it — the ID = L40 for line 40 — "http://cvs.drupal.org/viewvc.py/drupal/drupal/modules/blog/blog.module?revision=1.283&view=annotate#l140">http://cvs.drupal.org/viewvc.py/drupal/drupal/modules/blog/blog.module?revision=1.283&view=annotate#l140'.

kentbye (n=chatzill@c-67-180-17-194.hsd1.ca.comcast.net) was last seen quitting from #drupal 2 days, 16 hours, 24 minutes ago stating ({"ChatZilla} 0.9.78.1 {[Firefox} 2.0.0.6/2007072517\]\").
kentbye (n=chatzill@c-67-180-17-194.hsd1.ca.comcast.net) was last seen quitting from #drupal 2 days, 16 hours, 28 minutes ago stating ({"ChatZilla} 0.9.78.1 {[Firefox} 2.0.0.6/2007072517\]\").

question about themeing D6: can you pass an array in hook_theme()['something']['function']?

I think you can do function = array('object', 'method') to get standard method behavior but it'll have to be effectively a static method.
I'm figuring to have to drop out of OOness for the presentation layer. And that's ok.

drupal.org going down for a bit. upgrade

ah… is that why CVS isn't working?

try now, should be fine

seems like the passwd script failed…

hrm
well we need to find somebody that can look at things if there's a problem
dww is out of town

ping?

problem is w/ committing?

it's the standard problem with the script that generates the cvs passwd file

not sure what you mean

if it can't connect to the DB it writes an empty password file

just did a cvs up w/ no problems

can you cvs up as a non-annonymous users?
to contrib

no
hrm

well the good news is we just have to wait the next regen. it happens every 20 minutes

oh
well that's not a problem

yeah, it's just a pain

what do you mean it writes an empty passwd file — you mean on the server?

yeah

mm

dww's been complaining about that script for a while. it removes the old passwd file then tries to create a new one. if it can't connect to the db you end up with an empty file
i keep telling him to put it in CVS so i can roll a patch to fix it.

we've been busy. i doubt it's very high on the priority list
that upgrade was a big sec/bugfix for project

oh, i know but it's one of those minor annoyances that
ends up eating up a bunch of time
yeah i assumed as much

is there an issue filed?

not that i know of
that would probably be the best way to pester him about it

dude, nothing's going to make it onto our radar that's not an issue
we've got an enormous laundry list of crap to do

oh i know i've been poking in the project queue

Is the CVS down?

y

cvs [checkout aborted]: no such user robloach in CVSROOT/passwd

the passwd file got corrupted

Whoa, that sucks.

i think a new one will be generated in about 8 minutes
it's all automated

OMG I can't wait 8 minutes!

hi webchick

Hey

we're now officially running a 5.x release of project on d.o

Yay!!
Nice work, hunmonk

dww and i have done quite a bit

does this have the statistics then?

Views 2 documentation via doxygen: http://v2.logrus.com/doc/html/index.html

I had literally just updated the modules used on page when I saw your issue
the other day

files are saved on new issue previews now — yay!

Haha, I saw that.
awesome. what was the problem?

and i changed it so it actually tells you the _name_ of the file that's already uploaded…

yay! db no longer shows it needs an update

no $node object available to stick the file in on new issues

seriously?

so now it uses the file api directly to check

you can preview?

if you preview a new issue, it remembers your uploaded file now, yes. and it even tells you it's name

if i ever see you and dww in person i'm buying you both a beer

now wasn't that worth 20 minutes of no commit access??

that's been my longest running drupal gripe of all time

it barely made it in

well it doesn't look like cvs is working…
so maybe you've got another issue on your hands

we were going to pass, but i figured out the issue at the last secoond
then we need killes, i guess

So every SoC this has to happen, I guess.
Right at the very end, the last possible 12 hours or whatever, CVS GOES DOWN.
Right at the very end, the last possible 12 hours or whatever, CVS GOES DOWN.

dww is out of town for 2 weeks
so…

so with cvs, it's not just me

CVS is working for me now?
or up is anyway.

anon works

Ah.

how about contrib?

Well that's all I need for now.

pong

Not sure. I haven't committed anything to any of my modules in a looooonnnngg time.

it says "no such user mikejoconnor…"

well two things, the cvs passwd file is screwed up again. and i've got another patch for you to try out.
well two things, the cvs passwd file is screwed up again. and i've got another patch for you to try out.

Goooooo drewish.

http://scratch.drupal.org/project-usage?sort=desc&order=Aug+11

col
I'll gladly mail you that script.

http://drupal.org/node/165380#comment-291350

Project, Usage statistics, normal, patch (code needs review), 11 IRC mentions

oh, please do.

weird. How come they're almost all basically doubled?
from one week to the next?

it's adding wrong on the version that's on s.d.o … as you just noticed
i just sent killes the fixed version…
i've never tried doing sum()s and groups bys with left joins… it's pretty wonky

Heh, except sections, and switchtheme, which went down. Odd.

oh webchick, dww worked on this before and I don;t know if he got anyone to do a security review, but if we get a security review of diff module killes will put it on d.o.

Aw, Module Builder isn't there. ;(
Does that mean no one uses it?

Can someone confirm that form type of date when no default value is supplied actually defaults to current date? I may have something weird with local host but I get 1/1/1900, I did a print date() and I get actual date so…

This wouldn't really surprise me.

webchick, but quiz is!

so as far as soc writeups, i'm planning on discussing the metrics and project_usage modules. i'd like to get metrics installed on d.o at some point but based on what i've learned with the usgae stuff it's going to need some serious optimization.
the stats are all skewed based on which machines have update(_status).module installed. if you're checking out via CVS you won't be counted.

email?
patch installed

I imagine module builder is mostly used on development machines - not production ones

graveltech@gmail.com

and that update_status is only used on production machines, not development ones

sent

thanks

anyone already done the work to make coder.module style checks part of a simpletest unitests ???

if you're looking for feedback I'd say that the first click on the week headings should sort into DESC

that's a limitation on the tablesort

ah, ok

or at least my understanding of it, i had the same reaction.

heh
now that I think about it that should probably be the default in general, right?

I think you can circumvent that by making the default ASC?

it's amazing to me that only 3000 sites are participating in this now

Ressin fresin

my recollection was that only one default could be specificed… but i'll try it again

I don't know if these got through but:

heh

a) The stats are a bit odd; almost all of the projects (at least in the top half) basically double their numbers from one week to the next.
b) Module Builder isn't in the list. Does this mean that no one is using it, or is it possibly not in the list because of a buggy join?

did you refresh the stats?
only modules with usage reported are listed

Oh let me try.
Cool. The dupes are gone.
Aw, sad. I need to do more PR.

also if you goto a project or release node you'll see a tabl for usage
or just try to get the to install the update_status module

however, why is it that the stats would double? Was there a security update or something to update status module that would've forced twice as many people to 5.x-2.x?

killes / greggles : the last 'sort' specified becomes the default
well they just release it…. i think

I seem to be having some trouble with the stats, I can sort in decending order for last week, but when I try to sort desc for this week, it sorts in desc alphabetical order instead
the date also changes from aug 12 to aug 11

did we get the CVS problem addressed?d

i dunno, i switched to anonymous

any ideas what the issue might be w/ user CVS access??

humm, i think using the formatted dates as the key is the problem

it does seem to be date related. if I manually change the url to desc it works fine

Can I give a stupid 11th hour feature request? Could we have a "counter" column?

what do you mean?

you've got the word 'chicken' in the middle of your nick…
that's unusual to look at

lol

thanks for pointing out the date issue. i think i've got that fixed. it'll be in the next patch

glad to help

gotta run folks. hopefully the CVS issue will work itself out. be back later tonight…

seen greggles

greggles was last seen in #drupal 20 min 14 sec ago saying 'it's amazing to me that only 3000 sites are participating in this now'.

greggles, ping

ping
try http://scratch.drupal.org/project-usage?sort=desc&order=Aug+12 and look at the bottom

pastebin?

Please don't paste code directly into IRC. Please use http://drupal.pastebin.com or http://drupal.pastebin.co.uk or http://pastebin.ca

there are some rows where the module seems to have been uninstalled or something since the stats go down
which makes me think it's not a problematic join that is causing the doubling, but just something natural
?
my stories are on TV

greggles, sorry, I was on the phone.

no problem
I'm just about to leave…

greggles, how do we proceed with pt-br translation? http://drupal.org/node/164605

Portuguese (Brasil) Translation, Code, critical, active, 1 IRC mention

sorry to keep pestering you but here's another patch: http://drupal.org/node/165380#comment-291354

Project, Usage statistics, normal, patch (code needs review), 12 IRC mentions

make an issue in the infrastructure queue asking to be given maintainership

More then two weeks, without an reply.

link to that issue

ok

done

greggles, hmm ok.
thanks

does anyone know of any documentation for writing a search plugin for drupal ?
it seems a little different to writing a normal module …

GRRR
Anyway. :P
What I meant was a simple 1, 2, 3, 4, 5… to the left of the project mame/
ame*
so we could do stuff like "Top 20 projects" easily.
But then I remembered I could just copy/paste into a text editor with line numbers.
So disregard.

ah, i see what you're saying…

Hm. Did the page break in the past couple minutes?

it might have… the sql server seems to have gone missing…

Now http://scratch.drupal.org/project-usage?sort=asc&order=Aug+11 sorts by project name asc, and the dates are Aug 12, not Aug 11, and when I click the Aug 12 header all the numbers go to 0 or 1.
Oh nevermind. That was asc. haha.

yeah the whole sorting by asc by default is a PITA
i think the project node usage pages need to show a weeks data rather than just the current week

ping

done?

My apologies. I just realized that you were scheduled for a dojo slot today! hook_menu, right?
I've been slacking, and Squidster is AWOL
Is there any way we can reschedule your brain for Sept 2?

so dmitrig01 told me earlier today, but I never confirmed it or got set up for it.

So sorry

so, I feel bad if it left anyone hanging.

You did not
It was our job to get you set up
No worries tho
can we reched?

as far as I can tell my schedule is ok for the 2nd

hey webchick, you're in the dojo next weekend, right? For the SoC wrap-up?

!seen litwol?

litwol (n=litwol@ool-18bc87b3.dyn.optonline.net) was last seen quitting from #drupal 1 day, 4 hours, 35 minutes ago stating (Client Quit).

that's the plan!

ok, I'll move your hook_menu pony show to that date, and we'll hook_up with you to set your screensharing settings

I heard rumors that Matt Westgate is going to do a lesson on advanced theming?

that'd me awesome
seen metta?

metta was last seen in #drupal 20 weeks 4 days ago saying 'I'm taking another look now'.

chx, as soon as i can get him to nail down a dat/time

would you be able to respond to http://groups.drupal.org/node/5649#comment-16397 ?

1 IRC mention

I actually don't know the answer to that.

sure,

how long is the lesson supposed to run?

It usually goes about 45 minutes with 15 min of dojii follow-up questions, but some people have taught in two back-to-back chucks of time. We usually hang out as long as needed to get the concepts across.
Yeah, I'll grab that post and run with it.

as soon as you submit your infrastructure issue I can switch it over to you

do you have any more specific idea of what you want covered? I think chx did a menu lesson?

no i did a fapi one (two)
so, was that commit message detailed enough :P ?

haven't seen it yet…reviewing now

chx covered the in-depth of fapi(3.x beta)
heee

253 items in my reader tonight

ok, so I'm sure we can fill 45 min then.

http://drupal.org/cvs?commit=78042

If you could simply show how hook_menu can be used to add, alter, and delete the Primary Links, and regular nav menus, I think we'd all love that

that is mostly good

Primary or Navigation?

greggles, writing.

why not really explain the details of it :p

greggles, I'm explaing my reasons in the issue

great

help anyone - I'm not sure what happened to my cvs, but i'm getting "no such user douggreen in CVSROOT/passwd"

I'll have to see if one can actually add to the Primary directly. It was intended to work at one point…

douggreen_, there was an upgrade earlier
and seems like the cvs password file got corrupted
and no one around to fix

ok - i'm not crazy then
thanks

have you tried to see if it works declaring an item in hook_menu to be in the Primary links?

no :/

I know I contemplated the possibility at one point.

I thought I'd seen that Primary Links one go sailing through the issue queue. Ok then, just teach on Navigation menus.

I think it'll work, but let's just say it's not a heavily tested feature ;-)

greggles, done
http://drupal.org/node/168795

have we blogged heavily about http://openconcept.ca/blog/eche/content_management_system_cms_report_on_alternatives_to_back_end ? I thought I missesd this?

hmm seems to work, but I think the lesson should focus on the menu system generally and adding to the navigation menu.

http://drupal.org/node/168797

mebbe the lesson should focus on the main nav menu system like you said, since that's what most modules try to change anyway

Is it possible to change the order in which buddylist_get_buddies returns buddies?

I just flip my lappy's screen upside down for that one…

lol

it returns your oldest buddies first, I want it to show last active first

probably I'd spend ~2/3 of the time on hook_menu and {menu_router} and then a little about how router items are added also as links and how modules like menu and book are using {menu_links}

greggles?

seen recidive?

ping

CVS still down?

!seen Morbus

dmitrig01, Morbus is right here!

when it comes back you need to commit something for me

fixed

;-)

!seen recidive

recidive (n=henrique@bhe201062202045.res-com.wayinternet.com.br) was last seen quitting from #drupal 50 days, 19 hours, 2 minutes ago stating ({"ChatZilla} 0.9.78.1 {[Firefox} 2.0.0.4/2006102300\]\").

That sounds like a sql query SORT command. Look in the module for anything that resembles ORDER by _____ on the line that pulls buddies from the database.

thanks greggles
recidive is online in msn all day long, but not replying.

no problem
ok…weird

then just write a user preference that toggles "oldest first" or "newest first"

what I need is some ajax so users can choose their top 10 friends to show on their profile

is cvs totally down now?

ping

yes.

there should be some sort of a db_cache_schema for the standard cache table schema

cvs anon wasn't even working for a while but it seems to be going again. might be a connection problem on my end though.

anyone here who knows about about the cvs tables in drupal? I just got home and killes isn't around

is it the tables that's the problem?
or the script that generates the passwd file?

script
its ordering by a field 'name'
no such field
there is a field cvs_user

yeah they changed the name… i'll dig up the issue number

if I can confirm the change, I'll edit the script and fix this
forget confirmation, schema is easy enough to figure out and its like a 15 line script I can see how it works

http://drupal.org/node/159419

could someone try logging into cvs?

no such user agaric in CVSROOT/passwd

could you try again

different error message…
on a commit:
no Drupal user matches cvs user 'agaric'.
** Please contact a CVS administrator for help.
Pre-commit check failed
cvs [commit aborted]: correct above errors first!

once second, this is one too many scripts breaking for me to feel comfortable. I am checking the change history for the db

(my Drupal user is "Benjamin Melançon" so this may work now for people with the same nick… or without a cedilla in their name.. someone else should try too.)

seen victorkane?
known issue
oh, sorry, didn't see you guys were debugging

seen sammys?

Druplicon's not here

guess we'll have to go old school then
:-)

!seen sammys?

dmitrig01, sammys is right here!

http://groups.drupal.org/user/9522 — this guy's username is odd

sammys is probably just logging, but you might be lucky

ping… http://drupal.org/node/165380#comment-291375

try now

Success!
thank you, and congrats

hunmonk updated project module earlier if no one mentioned it

to what did he update it

the 5 release of project module I believe

cvs_user

we're now officially running a 5.x release of project on d.o

I don't know. I saw some mention of password sync issue
I wasn't entirely paying attention but saw you on so thought I would pass on the info

http://drupal.org/node/159419
that's the issue it changed in

we probably, as inconvient as it is, should try and institute some mearure of change control notification
even if it is just a process of mailing infra list

k, in my lovely 45 second reading of the project module I don't think that was it , thanks for telling me though

ping

ahh…
would you happen to know if the cvs module was updated at the same time?

hey all, i'm running into a problem using the media field module, if any page with a media field prevents the page from rendering at all, just a white screen
any ideas on how to trouble shoot this?

that seemd to work for me…

support?
| Use #drupal-support or http://drupal.org/support for support questions.

it worked, but for the wrong reason
anyone in the middle of a commit? I really am going to break it again for a second

thanks dmitrig01

sorry, hafd to step away
I don't have more details than that

k…going to do this as quickly as I can..but in about 10 seconds cvs will go back down
k, could someone try a commit?

cannot open CVS/Entries for reading: No such file or directory
cvs [add aborted]: no repository

bueller?

… let me try a straightforward commit though

eh…thats not the error I was looking for

Commit worked

k

I must have my add syntax wrong

whoever updated the cvs module didn't update the scripts on the box
I peiced the what the update did together with the sql binary logs and the old scripts and fixed them up..hopefully
let me know if anything else looks broken please
^^
or let killes know

may someone help about this 2 patches review? it shouldn't be too difficult: http://drupal.org/node/166586 and http://drupal.org/node/165141
just try to use db_query correctly

+ $link['plid'] = db_result(db_query("SELECT mlid FROM {menu_links} WHERE menu_name = 'navigation' AND link_path = 'admin/build/menu'"));
that's not correctly either

from where?

#1 I think

lol…
i miss that… i will update it
i just focus on the FROM…

shouldn't it be + $link['plid'] = db_result(db_query("SELECT mlid FROM {menu_links} WHERE menu_name = '%s' AND link_path = '%s'", 'navigation', 'admin/build/menu'));

correct i will update it now

cool

is ok now, thanks

np
RTBC
http://drupal.org/node/166586#comment-291384

thanks also for this? http://drupal.org/node/165141

not right now
but maybe tommorow

anyway, thanks about that

np
thanks for your great drpal work

good night folks

hey killes you around?

dmitrig01 Hey?

hey!

CVS seems to be back up.

cool
I found a typo and added XML code
http://pastie.textmate.org/private/g2h1w3bpmfwhrywnf7

seen killes
bah Druplicon's napping?

you got to kick it
haha
man I really like finding undocumented functions

Please submit a patch so that it ceases to be undocumented. :-)
ping?

dsm?

Oh that's a really good one. :-)

devel

hehe ya

Two merlins? Can the world handle it?

I just never knew about it until patching form.inc for missing default value on type date

I found it looking through devel's code at one point, and went "OMGWTF R0X0RZ!" :-)

ping

ya I had messed with getting a print_r through drupal_set_message but never could remember the right php function to actually return the output properly

dsm?
ping

if you have devel installed do dsm($node);
and go to a node page
:P
as example

it'll work

yup

dvessel|idle: nm

No, just any page will do as long as the page template displays $messages.

Mind making an issue for that?

hehe

If you have a form that submits to the search form but adds in extra parameters, like node type, do you care if the URL is extra-encoded as long as the search itself is still functional?

ping

I'll take that as a no..

I would give you an answer/opinion if I had/knew one on the subject

:-)

sorry mate
I asked this in the wrong channel a few minutes ago…
how/why does drupal allow date range from 1900 - 2050 instead of ending in 2038?
from expand_date() in form.inc, I've been under the impression by php docs that 2038 is the end until switching to 64 bit or another alternative is developed
2050 is a nicer round number haha so I can understand from esthetics but is it wrong?

pong
hey, i'm totally beat right now…pong you in the morning or sometime tommorrow?
uhey, i'm totally beat right now…pong you in the morning or sometime tommorrow?/u

You're just that popular.

what suspicious ip ?

Your alive? hehe

oh ya, just stuck

stuck?

pong?
saying nate and i are "working together" now might be a biiiit of a stretch
but we've sure talked about it
oh. um. hey #drupal
carry on

wow… that's some serious lag there

Was wondering if you knew how to get ahold of Squidster since he's local to you. A few of us were noticing he hasn't been around in a couple weeks and this was a little surprising

he's actually 2 hours away from me… but i think i have contact details… um… somewhere from drupalcamptoronto

they great joy of Internet connectivity is you can communicate with people all over the world…
the pain is when you lose the Internet conneciton to them, you have no real way of knowing how they are

yeah, i'm laggy - by hours, days, weeks… y'know. i'm still here. that's what counts right/

maybe….

have you tried email?
’cause email's prolly all i got for him

I believe on eperson tried his phone
you know, I believe Jonathan gave im the server drupaldojo is hosted on.
I will try and remember to ask him tomorrow

What sepeck said.

huh
are we worried about him you mean?!

some of the dojo folks are

Well. Concerned, perhaps.
Or at least interested.

seen squidster

anyone here using Zend Debugger?

oh crap, it's Druplicon's nightly outage

!seen squidster

*nod*

Squidster (n=squidgy_@KTNRON06-1177861766.sdsl.bell.ca) was last seen quitting from #drupal 14 days, 1 hour, 25 minutes ago stating (Read error: 110 (Connection timed out)).

and no one recalled meniotn of a vacation / etc

Anyway, I need to get to bed.

so the concern is starting to set in

he came to drupalcamp but i'd never met/seen him before or since

did you hav fun ?

Okay.

at drupalcamptoronto? i loved it

I me with him
me == meant

yeah he's a good guy

that's good to know

*nod*
drupal people are good people

I always find the 'your nicer in person' comments about me funny as hell

totally
’cause you're not

they say that about UnconeD too :P

who is *definitely* not

damnit killes is mia
I cannot for the freaking life of me figure out where in views this event table is being rendered

was here not 4 hours ago working on stuff. no panic yet
!seen killes

sepeck, killes is right here!

neener :P

who's is Hydralisk ?

i face a critical problem when implementing MSSQL driver
and so hope to have your help

?! that's the old old old bot

um Hydralisk is Natrak's bot

the bot that predates me

PHP debuggers are quite… limited in scope
you have to keep respecifying the URL and params
so irritating

wrong

?

XDEBUG_START_SESSION

oh
*that's* what happened to it
!seen Natrak

what?

walkah, Natrak is right here!

http://drupal4hu.com/node/63

huh?

Natrak is here and idle since December.

*smack*
yeah

but he enlisted to Barcelona

heh

i *thought* he was coming back there for a bit
oooh

so we might meet him

well, who wouldn't go to barcelona?

I do not know

er, he was in antwerp
you've met him

I know

ok

we met since then as well
or so I think

er, and didn't he come to brussles as well?

yes.

er. wait. huh?

That was I was thinking

but if I don't know where to break it at … I still don't benefit from a debugger :/

that should, uh, get fixed or something

I still have to track killes or the person who wrote views down

start at line 1 and ork your way donw

and manually ASK them

that's not a full doc. I have 'Watches' right here.

lol
watches?

for heaven's sake, it's a debugger!

working on getting a passport though so I will be prepared next year

are you _again_ in New York?

man violence

check info violence for more complete listings
it's quite extensive

man violence | rabid

wth
now it's ignoring all my breakpoints
i suck at debuggers

it's just one more tool to learn

argh
this makes no sense
I change the url and it ignores my breakpoints in index.php
it's still loading index.php!

aha. I have found something. http://drupal.org/node/131762 seems to relate to signup.module too.
I think.
Of course, I don't know for sure, but when I do a form_alter in a custom module, it never hooks in, but placing some code in that module's .theme file DOES make a new form field.

morning all

new module builder here… if I'm looking to.. uh, do stuff on the config page of my module, is _admin_settings() all I'm calling?

YES
xdebug has what I need
code coverage lets you know what files and lines within (or so) are being executed

ping any d.o content maintainer

how may I help you?

http://api.drupal.org/api/group/form/5
just above the table titled "functions" there at the top
I assume those should be links

likely but that's code generated not something editable manually

also broken when copy/pasted: http://api.drupal.org/api/HEAD/file/developer/topics/forms_api_reference.html redirects to "http://api.drupal.org/?q=api/file/developer/topics/forms_api_reference.html/HEAD">http://api.drupal.org/?q=api/file/developer/topics/forms_api_reference.html/HEAD, which is broken
(should be http://api.drupal.org/?q=api/file/developer/topics/forms_api_reference.html)

file a bug report against api.module for the first
and a drupal.org infrastructure issue for the second.

will do sir
thank you

seen rdouglass
seen rdouglass*

support?

druplicon's not home. please leave a message after the beep

I was learning Drupal and saw the db_query function. Now I want to rip it to use outside drupal, but this means ripping several functions and combining them. Isn't there a standalone function available on the net that does this?

1 on Skype (his and mine
just include './includes/boostrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);

do I need the whole file?
I don't want to connect to drupals DB

as if Drupal would not be capable of connecting to multiple databases..

I dont know either,but if u only need the scripts how to connect DB,u can get many scripts/tutorials

I am trying Joomla, but it's too complicated.

you there?

Not user friendly at all

I would like a clean standalone db_query function (printf() syntax) to use in my own projets :-/

this is #drupal .

chx ya, just want to express my feeling of it over Drupal

you use kate for debugging right? how do you debug like say http://localhost/event/2007/09/20 ? what file do you breakpoint?

whatever function i am interested in, obviously.

thought as much
my config is broken then
if I debug localhost/ I'm fine and it works
moment I try localhost/path/* it doesn't work
really weird
this isn't kate mind you
oh screw this

Terms for vocabulary" how can i get rid of entering terms cause i need to expose it .. i mean i need to make user enter the terms he want and display the nodes per it ..

seen yched

See http://api.drupal.org/api/file/modules/taxonomy/taxonomy.module/5

morning

G'morning.

i have a serious problem that is causeing me to lose half of my hair, in the sequences table the term_data_tid=200, the term_data table isnt reading this value causing me to get duplicate entry

anyone a savvy SVN user? I have several repositories that I would like to upgrade my drupal installs to 5.2 but I don't know the easiest way to do it, just committing is fine, but I have to copy files over on a per directory bases as to not override .svn Help much appreciated

Hi people

hi
there is a serious bug in drupal

seen Dries*
lol

what did you find?

do u know what is the sequences table used for?

mpare you need to learn how to merge, and to learn about vendor branches

THANKS!
joeking1, I think it uses it as the last value of auto-increment for several other tables

was that sarcasm? :P

exactly

like nodes, revisions, users, and menus
no not at all
I just needed the finger pointed

term_data table isnt reading from it
its giving me dupliacte entries

testing, but do you have a scenario?

i am adding terms to a vocabulary

-k-

when i reached 127
it is stuck

k, testing with devel.module

giving me duplicate entries

duplicate terms, or term id's or vocab id's or vocabs
haha
initial testing is proving ok for me.

lol

you might try to do a clean install on a new local host db

Duplicate entry '127' for key 1 query: INSERT INTO term_data (tid, name, description, vid, weight) VALUES (135, 'xcvxcv', '', 12, 0) in /home/www/0d11d9bef559e144defe9ed1ef72be5d/web/includes/database.mysql.inc on line 172.

Dries?????
hint: http://buytaert.net/album/axl-2007

and run devel and see if you can replicate
devel offers a way to generate terms/vocabs
I know auto generation is not the best test

Could anybody help me? I'm defining a new kind of content in my Drupal Site. It's called, and I'd like to divide it in two layers. One of them is optional.

but I think we would have heard people shouting from the roof tops, have you done a google or searched d.o for similar experiences?

Hello I have Problem with one drupal site. I have list of nodes but drupal cut them and HTML code is not Valid.
How can I fix this ?

oh this is rich
I fixed the event module
it works in latest dev release with drupal 5
I fought with the debugger for so long I can't remember _how_ I fixed it now
I fought with the debugger for so long I can't remember _how_ I fixed it now

i know that

then?
the chances of Dries showing up here is next to nothing

just hope to check if it is actually ~= 0%

I talked w/ him during the weekend
he sounded a "bit" sleep deprived
really dunno why :P

surly because need to take care of his new baby ;p

pastebin?

Anyone here from the UK, London?

uk, yes London no

Looking for people from the Drupal UK group
I live in Amsterdam, but I want to visit one of those meetings once, see if it's useful

heh, me too, but I think you actually live closer
there's rarely people in #drupalUK, so you might find http://drupal.org.uk/ more useful for finding people

Hello
I have a doubt
I'd like to create a new field in a page content and I want it to be showed in a specifically block/region

heya
Crell says that protected has little value and simplexml uses [] for attributes.

pastebin?
'pastebin?'

bot is on vacation
drupal.pastebin.com

ok
anyway i would like to know if some pastebin module exists for drupal?
I would like to develop one

great!
you are welcome
http://drupal.org/node/65961

 JAVA Web Hosting | JAVA Hosting

*
To prove that you're not a bot, enter this code
Anti-Spam Image

Leave a Comment

You must be logged in to post a comment.


Blog Tags:

Similar posts: