You cannot post messages because only members can post, and you are not currently a member.
Description:
A google group for usage by Joomla! Developer Documentation team members.
|
|
|
legal usernames and openid fix
|
| |
Hey...
I've attached a patch that I am proposing. I wanted to bring it here
because it is a potentially very high impact patch.
The patch does two things:
1. In two files (administrator/components/com_ users/views/user/tmpl/
form.php and libraries/joomla/database/tabl e/user/php) it makes a... more »
|
|
Working with caching
|
| |
Hi all, I'm currently reading up on the APIs and Joomla 1.5 code in general. The transition to Object Oriented code was a bit of a mouthful considering how long it has been since I last worked with this kind of code, not to mention the php4 - php5 differences that one has to look out for. All excuses aside: I'm working on a component that basically fetches data... more »
|
|
Status of third-paty libraries
|
| |
Hi, Could one of the devs give me a quick list of which of the third-party libraries included in Joomla! 1.5 are now deprecated. I have it in mind to create a page on the dev wiki which lists all the libraries, their status (used or deprecated), links to their homepages and/or documentation and which J! classes (if any) wrap the libraries.... more »
|
|
Dev. Doc team
|
| |
Hi Chris, I am cleaning up the Users list in the User Manager on the Help Site. Which of these people are not currently on the dev doc team? Christopher Baker moog Angie Radtke a.radtke Gordon Wright help Robert McGonegal robertm David Rolston gizmola Casey Lee joomlashack... more »
|
|
Suggestion for api.joomla.org
|
| |
Hi guys, You have done an excellent job with the new API interface. I would just like to offer one suggestion. At the moment the API documentation offers all the packages that are present in Joomla! 1.5. I would like to suggest to only show the the real Joomla! Framework, being all the packages in the libraries/joomla folder.... more »
|
|
JMessage
|
| |
Hi, JMessage is defined in /administrator/components/com_ message/tables/message.php but the phpdoc tags show it as being part of the Joomla! Framework. Can one of the devs confirm that it is not part of the framework, or is the file in the wrong place? Regards, Chris.
|
|
Developer Documentation Project Discussion
|
| |
Hi All, I'd like to kick some ideas around about where the Dev Doc effort should be going in the short, medium and long terms. To get everyone started these are some of my current thoughts. Medium to long term (medium: 3 to 12 months, long: 12 months to several years, say) My thinking at the moment is that, despite its drawbacks, phpDocumentor... more »
|
|
New template for phpDocumentor
|
| |
Hi All, As promised, I've just committed my first attempt at a frameless Joomla!-style phpDocumentor template. Please feel free to have fun with it, amend it, or ignore it, as you please! You will need to add HTML:Smarty:joomla to your list of output formats to run it. It's not complete. In particular note:... more »
|
|
Wiki permissions problem
|
| |
Hi, @Marko. Could you take a look at the issue reported at [link] It seems to affect all pages within joomla.framework:presentation. I notice also that even though I am logged in, there are no Edit buttons showing for these pages. I'm guessing perhaps the permissions on the... more »
|
|
Trivial error in JCache class?
|
| |
Hi, I think I've spotted a (trivial) error in JCache, but if I'm wrong then please enlighten me! I was under the impression that the PHP5 constructor is called __construct, but JCache has a _construct method instead (note the single underscore). As it happens it should still work correctly as PHP5 will... more »
|
|
|