Portal

Difference between revisions of "Developers"

From Joomla! Documentation

m (Reverted edits by Richell (talk) to last revision by Tom Hutchison)
(133 intermediate revisions by 29 users not shown)
Line 1: Line 1:
{{Developer profile}}
+
__TOC__
 +
{{:{{FULLPAGENAME}}/Intro}}
  
A complete contents list of all pages of interest to developers can be found in the [[:Category:Development|development category]].
 
  
== Referentni materijal ==
+
==General Resources==
 +
{{:{{FULLPAGENAME}}/Resources}}
 +
There are four types of extension development:
 +
*[[#Components|Component Development]]
 +
*[[#Plugins|Plugin Development]]
 +
*[[#Templates|Template Development]]
 +
*[[#Modules|Module Development]]
 +
<div class="large-12 column panel radius" style="background:none;">
 +
{{:{{FULLPAGENAME}}/Components}}
 +
</div>
 +
<div class="large-12 column panel radius" style="background:none;">
 +
{{:{{FULLPAGENAME}}/Plugins}}
 +
</div>
 +
<div class="large-12 column panel radius" style="background:none;">
 +
{{:{{FULLPAGENAME}}/Templates}}
 +
</div>
 +
<div class="large-12 column panel radius" style="background:none;">
 +
{{:{{FULLPAGENAME}}/Modules}}
 +
</div>
 +
{{-}}
  
* [[Framework|Joomla Radno okruženje (Framework)]].
+
== More Development Topics==
* [http://api.joomla.org API dokumentacija] automatski generirano sa phpDocumentor-om.
+
<div class="large-12 column panel radius" style="background:none;">
 +
<div class="large-4 column">
 +
{{:{{FULLPAGENAME}}/Database}}
 +
</div>
 +
<div class="large-4 column">
 +
{{:{{FULLPAGENAME}}/Localisation}}
 +
</div>
 +
<div class="large-4 column">
 +
{{:{{FULLPAGENAME}}/Access Control}}
 +
</div>
 +
</div>
 +
<div class="large-12 column panel radius" style="background:none;">
 +
<div class="large-6 column">
 +
{{:{{FULLPAGENAME}}/Forms}}
 +
</div>
 +
<div class="large-6 column">
 +
{{:{{FULLPAGENAME}}/Security}}
 +
</div>
 +
</div>
 +
{{-}}
 +
<div class="large-12 column panel radius" style="background:none;">
 +
{{:{{FULLPAGENAME}}/Miscellaneous}}
 +
</div>{{-}}
  
== Articles and Tutorials ==
+
<div class="large-12 column panel radius">
 +
== Contributing to Documentation ==
 +
{{:{{FULLPAGENAME}}/Developer Documentation}}
 +
{{:{{FULLPAGENAME}}/Projects}}
 +
</div>
  
=== General ===
 
* [[Setting up your workstation for Joomla! development]].  A step-by-step guide to installing the Eclipse IDE on your local workstation for Joomla! development.
 
* [[Setting up your workstation for extension development]] A guide to Joomla Extension development
 
* [http://community.joomla.org/blogs/community/828-webinar-using-eclipse-for-joomla-development.html Using Eclipse for Joomla! Development] Video webinar demonstrating overview of Eclipse features for Joomla! development
 
* [[Do not use die to debug]]
 
* [[How to debug your code]]
 
* [[Tutorial:Adapting Joomla 1.0 extensions to Joomla 1.5]]
 
* [[Version 1.6 Developer Notes]]
 
* [[Tutorial:Joomla Beginning Developer Course]]
 
 
=== Components ===
 
* [[Developing a Model-View-Controller Component - Part 1]]
 
* [[Developing a Model-View-Controller Component - Part 2 - Adding a Model]]
 
* [[Developing a Model-View-Controller Component - Part 3 - Using the Database]]
 
* [[Developing a Model-View-Controller Component - Part 4 - Creating an Administrator Interface]]
 
* [[File Structure and Naming Conventions]]
 
* [[Component parameters]]
 
* [[Components:xml installfile]].  An example component XML installation file.
 
* [[How to use the JPane classes in a component]]
 
* [[How to use the editor in a component]]
 
* [[Supporting plugins in your component]]
 
* [[Tutorial:Adding Javascript moo.fx to your component WIP]]
 
* [[Creating a toolbar for your component]]
 
* [[Adding view layout configuration parameters]]
 
* [[How to implement XML-RPC in a component]]
 
* [[Using JPagination in your component]]
 
* [[Adding sortable columns to a table in a component]]
 
 
=== Modules ===
 
* [[Tutorial:Creating a Hello World Module for Joomla_1.5]]
 
* [[How to create a module]]
 
 
=== Plugins ===
 
* [[Plugin Developer Overview]]
 
* [[Tutorial:Plugins]]
 
* [http://developer.joomla.org/tutorials/184-how-to-create-a-joomla-plugin.html How to create a Joomla! Plugin]
 
* [[How to create a content plugin]]
 
* [[How to create a search plugin]]
 
* [[Supporting plugins in your component]]
 
* [[Tutorial:Creating an Authentication Plugin for Joomla 1.5]]
 
* [[Tutorial:Using plugins in your own extension]]
 
 
=== Templates ===
 
* [[Understanding Output Overrides]]
 
* [http://developer.joomla.org/tutorials/165-understanding-output-overrides-in-joomla.html Understanding Output Overrides in Joomla! 1.5]
 
* [[Creating custom template parameter types]]
 
* [[How are templates executed?]]
 
* [[How to determine if the user is viewing the front page]]
 
* [[Tutorial:Template parameters]]
 
 
===Parameters===
 
* [[Standard parameter types]]
 
* [[Custom parameter types]]
 
* [[Component parameters]]
 
* [[Creating custom template parameter types]]
 
See also: [[:Category:Parameters]]
 
 
=== Security ===
 
* [[How to add CSRF anti-spoofing to forms]]
 
* [http://developer.joomla.org/tutorials/181-preventing-sql-injections.html Preventing SQL Injections]
 
 
=== Database ===
 
* [[How to use the database classes in your script]]
 
* [[How to use the JTable class]]
 
* [[How to connect to an external database]]
 
 
=== Localisation ===
 
* [http://community.joomla.org/magazine/article/508-developer-localization-advancements-in-joomla-15.html Localization Advancements in Joomla! 1.5]
 
* [[Adding multi-language support]]
 
* [[Adding Joomfish functionality to custom components]]
 
 
=== Miscellaneous ===
 
* [[How to use the filesystem package]]
 
* [[How to use the editor in a component]]
 
* [[Adding AJAX to your component]].
 
* [[How to send email from components]]
 
* [[How to use the JToolBar class in the frontend]]
 
* [[Routing]]
 
* [[Joomla Routes and SEF]]
 
* [[API Execution Order]]
 
* [[Accessing the current user object]]
 
* [[Adding JavaScript and CSS to the page]]
 
* [[Constants]] used in the Joomla [[Framework]].
 
* [[Form validation]]
 
* [[How to create a custom button]]
 
* [[How to create a stand-alone application using the Joomla! Framework]]
 
* [[How to use user state variables]]
 
* [[Adding template overridable images in your extension]]
 
* [[Retrieving data from GET and POST requests]]
 
* [[Using caching to speed up your code]]
 
* [[Using a custom image in the menu bar title]]
 
* [[Using the installer API to support package installation]]
 
* [[Tutorial:How to add tooltips to your Joomla! website]]
 
* [[Xml-rpc|XML-RPC]]
 
* [[How to add breadcrumbs]]
 
 
== Contributing to Joomla Development ==
 
The development of Joomla itself is carried out by the [[Development Working Group]] and third party developers.
 
 
* [[Participating in the community]]: a brief description of how people can get involved.
 
* [[Developer Email lists]]: a list of email lists for developers, including third party developers.
 
* [[Coding style and standards]] (To be reviewed).
 
* [[Setting up your workstation for Joomla! development]].  A step-by-step guide to installing the Eclipse IDE on your local workstation for Joomla! development.
 
* [http://docs.joomla.org/Setting_up_your_workstation_for_Joomla!_development_--_Part_2#Check_Out_Joomla.21_Source_Code How to check out SVN Code]
 
* [[Patch submission guidelines]].
 
* [[Filing bugs and issues]].
 
* [[How to release a distribution tarball]].
 
 
== Contributing to Joomla Developer Documentation ==
 
The development of Joomla developer documentation is carried out primarily by the [[Documentation Working Group]].  There are currently two sub-projects of interest to developers:
 
* [[Joomla! 1.5 Template Tutorials Project]]
 
* [[API Reference Project]]
 
 
When creating a new page, ensure you place the following marker at the bottom of the page so it is included in the category list:
 
 
<pre><nowiki>[[Category:Development]]
 
</nowiki></pre>
 
 
If you locate other articles you think are relevant to developers, please add this marker to those pages.
 
 
=== Suggested topics ===
 
This is a short list of articles that might be written to support developers.  Please feel free to add further topic ideas.
 
 
* [[Adding configuration objects to modules and plugins]].
 
* [[Storing data in the session between page loads]].
 
* [[Using the caching system in your component]].
 
* [[Creating a file uploader in your component]].
 
* [[Suppressing output of extra HTML]].
 
* [[How to use the filter package]].
 
*: Describe how and when to use the Filter package and explain what needs to be filtered for various situations (for queries, for URLs, etc)
 
* [[How to use the registry package]]
 
* [[How to use JSimpleXML]].
 
*: How to load and store XML files and how to work with them
 
* [[How to create component feeds]] (RSS/ATOM)
 
* [[How to create PDF views]]
 
* [[How to generate paths for client side and server side]]
 
* [[How to access information from the request]]
 
*: This focuses on using the JBrowser class to retrieve information about the features available in the user's browser.
 
* [[How to create an editor plugin]]
 
* [[What can be done with a user plugin]]
 
* [[How to work with parameters]]
 
* [[How to cloak email addresses]]
 
 
==Joomla Security Guide==
 
Developers should also be aware of security issues.
 
{{Security Guide}}
 
 
[[Category:Development]]
 
[[Category:Development]]
 +
[[Category:JED]]
 +
[[Category:Joomla! user profiles]]

Revision as of 18:50, 9 April 2014

<translate> The development of Joomla! itself is carried out by the Production Department and third party developers. This page is a starting point for developers interested in the development of components, modules, plugins and templates.</translate>

<translate> Have an Interest in Core Contributions?</translate>

<translate> The development of Joomla itself is carried out by Production Department and third party developers. For more information about Joomla! core development, how to contribute to code to core, or becoming more involved with the core code, you should go to Joomla! Code Contributors.</translate>



General Resources[edit]

<translate> There are several ways of setting up your workstation in for Joomla! development. Some suggestions can be found at Setting up your workstation for Joomla development.</translate>

<translate> Next, you should familiarise yourself with Joomla! Secure coding guidelines and the short article on Joomla! Development Best Practices.</translate>

<translate> Documentation on the Joomla! API can assist with becoming familiar with the foundations of the Joomla! code base.</translate>

<translate> Finally, Joomla! has many resources for developers. Our Joomla! Resources page will get you pointed in the right direction if you need help and solutions.</translate>


There are four types of extension development:

Components[edit]

<translate> Component Development</translate>

{{Portal:Component_Development/Intro/<translate> en</translate>}}

<translate> Intro to Component Development</translate>

{{Portal:Component_Development/Reading list/<translate> en</translate>}}

<translate> General Information</translate>

{{Portal:Component_Development/Information/<translate> en</translate>}}

<translate> FAQs</translate>

{{Portal:Component_Development/FAQs/<translate> en</translate>}}

<translate> Tutorials</translate>

{{Portal:Component_Development/Tutorials/<translate> en</translate>}}


For more articles and information, see the Component Development Portal page.

{{Portal:Plugin_Development/Reading_list/<translate> en</translate>}}

More Development Topics[edit]

Contributing to Documentation[edit]

<translate> The development of Joomla developer documentation is carried out primarily by the Documentation Working Group. There is currently one sub-projects of interest to developers:</translate> <translate>

<translate> When creating a new page, ensure you place the following marker at the bottom of the page so it is included in the category list:</translate>

[[Category:Development]]

<translate> If you locate other articles you think are relevant to developers, please add this marker to those pages.</translate>


Suggested topics[edit]

This is a short list of articles that might be written to support developers. Please feel free to add further topic ideas.