Re: [development] Drupal 4.6 API documentation

2011-02-03 Thread Victor Kane
Guess these crummy forums actually do help people after all... :) On Thu, Feb 3, 2011 at 5:59 PM, Buzai Andras wrote: > Thank you Richard :) > There is no need to apologize. You did us a great favor :) > > Best regards, > > Buzai > > On Thu, Feb 3, 2011 at 1:43 PM, Richard Burford > wrote: > >

Re: [development] Drupal 4.6 API documentation

2011-02-03 Thread Buzai Andras
Thank you Richard :) There is no need to apologize. You did us a great favor :) Best regards, Buzai On Thu, Feb 3, 2011 at 1:43 PM, Richard Burford wrote: > The Contrib API is finally up to date with 4.6 and 4.7 branches now available > for your referencing pleasure! > > Sorry it took so long

Re: [development] Drupal 4.6 API documentation

2011-02-03 Thread Adam B. Ross
The API module (or perhaps job_queue itself) could really use a drush command like that. On Thu, 2011-02-03 at 12:43 +0100, Richard Burford wrote: > The Contrib API is finally up to date with 4.6 and 4.7 branches now available > for your referencing pleasure! > > Sorry it took so long to get up,

Re: [development] Drupal 4.6 API documentation

2011-02-03 Thread Richard Burford
The Contrib API is finally up to date with 4.6 and 4.7 branches now available for your referencing pleasure! Sorry it took so long to get up, job_queue module was really chugging through them (roughly 1 jobs) and finally managed to get through. I had to increase the memory_limit and max_exe

Re: [development] Drupal 4.6 API documentation

2011-02-01 Thread Buzai Andras
No problem Richard :), I really appreciate what you are doing for us :) Best regards, Buzai On Tue, Feb 1, 2011 at 1:22 PM, Richard Burford wrote: > The API is still not up-to-date yet. I have been fighting with > max_execution_time and memory_limit problems with running 1 jobs. It is >

Re: [development] Drupal 4.6 API documentation

2011-02-01 Thread Richard Burford
The API is still not up-to-date yet. I have been fighting with max_execution_time and memory_limit problems with running 1 jobs. It is down to almost 6000 now, I'll keep trying and it *should* be up soon. Sorry for the delay. -- psynaptic http://twitter.com/psynaptic http://drupalcontrib.or

Re: [development] Drupal 4.6 API documentation

2011-02-01 Thread Buzai Andras
Hi, It seems that it is not working for 4.6 and 4.7 API. Every time I search for something in 4.6 I get redirected to D7 API. I am missing something? Best regards, Buzai On Fri, Jan 28, 2011 at 3:22 PM, Richard Burford wrote: > Ok, I have added Drupal core and developer documentation from > c

Re: [development] Drupal 4.6 API documentation

2011-01-28 Thread Randy Fay
Richard, thanks for this excellent service (I never knew who was behind it) and for your responsiveness on this request. -Randy On Fri, Jan 28, 2011 at 7:22 AM, Richard Burford < li...@freestylesystems.co.uk> wrote: > Ok, I have added Drupal core and developer documentation from > cvs.drupal..or

Re: [development] Drupal 4.6 API documentation

2011-01-28 Thread Jennifer Hodgdon
On 1/28/2011 12:03 AM, Buzai Andras wrote: Yes, I second that. It would be nice to have a place on *.drupal.org. for the old API's. The Drupal documentation team is moving towards not displaying documentation for unsupported versions of Drupal (especially versions as old as 4.x), aside from p

Re: [development] Drupal 4.6 API documentation

2011-01-28 Thread Richard Burford
Ok, I have added Drupal core and developer documentation from cvs.drupal..org for 4.6 and 4.7. There are 9317 queued jobs, so it could take a while to run. I'm running cron via drush now but the number isn't going down (actually, it's going up so there must be more to index). I commented out the

Re: [development] Drupal 4.6 API documentation

2011-01-28 Thread Nikola Kotur
On Fri, 2011-01-28 at 11:57 +, Richard Burford wrote: > I could set up 4.7 and 4.6 on drupalcontrib.org if there is enough > interest. > We definitely need to have them somewhere. Thanks, Richard.

Re: [development] Drupal 4.6 API documentation

2011-01-28 Thread Buzai Andras
That would be very nice and appreciated :) On Fri, Jan 28, 2011 at 12:57 PM, Richard Burford wrote: > I could set up 4.7 and 4.6 on drupalcontrib.org if there is enough interest. > -- > psynaptic > http://twitter.com/psynaptic > http://drupalcontrib.org/ >

Re: [development] Drupal 4.6 API documentation

2011-01-28 Thread Richard Burford
I could set up 4.7 and 4.6 on drupalcontrib.org if there is enough interest. -- psynaptic http://twitter.com/psynaptic http://drupalcontrib.org/

Re: [development] Drupal 4.6 API documentation

2011-01-28 Thread Nikola Kotur
On Fri, 2011-01-28 at 09:03 +0100, Buzai Andras wrote: > It would be nice to have a place on *.drupal.org. for the old API's. I agree. In the meantime there's some content on the archive.org: http://web.archive.org/web/20080418102840/api.drupal.org/api/4.6 But it's not complete.

Re: [development] Drupal 4.6 API documentation

2011-01-28 Thread Victor Kane
One thing you could do would be to use an IDE (Eclipse, NetBeans, Komodo) that supports "mouse hovering" or autocomplete "balloon" documentation of functions, once it has digested a complete Drupal 4.7 site. Victor On Fri, Jan 28, 2011 at 5:03 AM, Buzai Andras wrote: > Yes, I second that. > It w

Re: [development] Drupal 4.6 API documentation

2011-01-28 Thread Buzai Andras
Yes, I second that. It would be nice to have a place on *.drupal.org. for the old API's. Buzai On Fri, Jan 28, 2011 at 6:17 AM, Andrew Berry wrote: > On 27/01/2011 5:48 PM, Jennifer Hodgdon wrote: >> >> Just to clarify, all of the API documentation for any Drupal release is >> contained in in-co

Re: [development] Drupal 4.6 API documentation

2011-01-27 Thread Andrew Berry
On 27/01/2011 5:48 PM, Jennifer Hodgdon wrote: Just to clarify, all of the API documentation for any Drupal release is contained in in-code comments, so if you download Drupal 4.6 (or get it from CVS), you will have all of the API documentation along with it. It looks like the 4.7 API is also

Re: [development] Drupal 4.6 API documentation

2011-01-27 Thread Jennifer Hodgdon
Just to clarify, all of the API documentation for any Drupal release is contained in in-code comments, so if you download Drupal 4.6 (or get it from CVS), you will have all of the API documentation along with it. What Gordon is suggesting is that you get the API module, so that you can create

Re: [development] Drupal 4.6 API documentation

2011-01-27 Thread Gordon Heydon
Hi, The easiest method it is use the API module and create your own 4.6 api site. Gordon. On 28/01/2011, at 8:50 AM, Buzai Andras wrote: > Hi all, > > Is there a place where I could find the API documentation for the old > Drupal 4.6 release? > An archive, a site or something... > I need to do

[development] Drupal 4.6 API documentation

2011-01-27 Thread Buzai Andras
Hi all, Is there a place where I could find the API documentation for the old Drupal 4.6 release? An archive, a site or something... I need to do some maintenance/development on some old Drupal 4.6 (the owners are not yet willing to upgrade to a more recent release) sites but I can't find the API'