How can I submit code Topic is solved

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
inZet

How can I submit code

Post by inZet » Thu Dec 20, 2007 5:14 pm

I modified the core base to add/modify some features:

* com_content : in the articles the publication date is displayed (insert date is not useful to me)
* com_latestnews : order by insert/mod/publish date, limit search to some sections
* includes/joomla.php, includes/database*, com_content : checked_out flag active only for one hour to avoid objects locked foreveri
* admininistrator/componenets/com_content : filter to select unpublished articles from list (useful when you have many articles)

The question is: how can I submit these mods to Development Team for review?

User avatar
bascherz
Joomla! Intern
Joomla! Intern
Posts: 86
Joined: Mon Jan 16, 2006 1:33 am
Location: Vienna, VA
Contact:

Re: How can I submit code

Post by bascherz » Thu Dec 20, 2007 9:01 pm

I believe you first need an account at joomlacode.org. Once you have that, you can write a tracker against those components and attach patch files to your tracker. Patch files can be generated inside Eclipse (there may be other ways, but that's the only one I know).

These all sound like viable changes except maybe the first one. But then, I am not on the dev team so I am not a good judge.
__________________
Bruce Scherzinger


Post Reply