Links in api.qcu.be are broken.

Login or register to post comments
4 replies [Last post]
Offline
Joined: 06/25/2009

As an example, take this page:
http://api.qcu.be/#http://qcu.be/view_documentation.php?url=Controls/QListBox.html

If I want to click on 'QListControl' or 'QListBoxBase' to get more info about the other classes, I get a page not found error (looks like it's not pointing to api.qcu.be, it's just pointing to the root site which doesn't have the page). The link as-clicked is http://qcu.be/Controls/QListControl.html, which doesn't work. If I change it to http://api.qcu.be/Controls/QListControl.html, it works fine.

Clicking on any source references also have the same problem. For example, 'line 15' under the Description section points to:
http://qcu.be/__filesource/fsource_Controls__controlsQListBox.class.php.html#a15 when it should point to:
http://api.qcu.be/__filesource/fsource_Controls__controlsQListBox.class.php.html#a15

Clicking '$strCssClass' under Variable Summary does bring up a page.

Anyways, just thought I'd let ya know, since some of the links are broken! :-)

Offline
Joined: 03/31/2008

Yep, looks like our templates aren't all using the new view_documentation script like they should. Likewise, the __filesource stuff should be using api.qcu.be, not just qcu.be.

Alex, can you take a look at this?

Offline
Joined: 02/08/2010

Any word on when this is going to get fixed?

alex94040's picture
Offline
Joined: 11/06/2008

Folks, I'm super-sorry, I'm completely slammed. No chance to look at this for at least another week.

alex94040's picture
Offline
Joined: 11/06/2008

I just started working on this. Fixed a couple of instances of the issue (all cases when referring to class names of "inherited from..."). There are other places that need fixing; will keep working on it.

PHPDocumentor is not the easiest platform to work against, I'll be honest with you..