Developer Resources: Difference between revisions
From IHRIS Wiki
Sturlington (talk | contribs) No edit summary |
Sturlington (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
These resources support customizing, updating, or extending the iHRIS source code. | These resources support customizing, updating, or extending the iHRIS source code. | ||
==General Topics== | |||
* [[iHRIS Ideas List]] | * [[iHRIS Ideas List]] | ||
* [[Code Downloads|Source Code Downloads]] | * [[Code Downloads|Source Code Downloads]] | ||
* [[Software Release Procedure]] | * [[Software Release Procedure]] | ||
* [[Interoperability]] | * [[Interoperability]] | ||
* [[Decentralized iHRIS|Decentralization]] | |||
* [[Report a Bug]] | * [[Report a Bug]] | ||
== | ==Modules in iHRIS== | ||
Modules are the building blocks of iHRIS. | |||
* [[Module Structure|Overview of the iHRIS Module Structure]] | |||
* [[Modules Lists]] | |||
* [[iHRIS Class List|Class List]] | |||
==Database Structure== | |||
* [[Database Structure|Overview of the iHRIS Database Structure]] -- ''Note: This document is out-of-date and is scheduled for revision.'' | * [[Database Structure|Overview of the iHRIS Database Structure]] -- ''Note: This document is out-of-date and is scheduled for revision.'' | ||
* [[Magic Data Storage Mechanisms|Database Storage Mechanisms (I2CE_MagicData)]] | |||
* [[Swiss Magic Data Editor]] | |||
==Forms and Fields== | |||
* [[Forms and Form Classes|Overview of iHRIS Forms and Form Classes]] | * [[Forms and Form Classes|Overview of iHRIS Forms and Form Classes]] | ||
**[[Form Storage Mechanisms|Form Storage Mechanisms (I2CE_FormStorage_Mechanism)]] | * [[Form Lists]] -- A list of all the forms showing how data are related | ||
**[[Limiting Forms]] | * [[Form Storage Mechanisms|Form Storage Mechanisms (I2CE_FormStorage_Mechanism)]] | ||
* [[Adding Fields]] | |||
* [[Adding Form and Field Validations]] | |||
* [[Limiting Forms]] | |||
* [[Deleting Records]] | |||
* [[Migrating Forms from Entry to MagicData]] | |||
* [[File Search Paths|File Search Utility and Paths (I2CE_FileSearch)]] | * [[File Search Paths|File Search Utility and Paths (I2CE_FileSearch)]] | ||
==Pages and Templates== | |||
* [[Pages and Templates|Overview of Pages and Templates in iHRIS]] | |||
* [[iHRIS Template List|HTML Template List]] | |||
* [[iHRIS Task List|Task List]] | |||
* [[iHRIS Role List|Role List]] | |||
==Customizing iHRIS== | |||
* [[Customizing iHRIS Manage]] | |||
* [[Changing List Displays|How to Change List Displays]] | |||
* [[Changing Passport Image Dimensions and Size]] | |||
* [[Create a Calendar Display Page]] | |||
==Management== | |||
* [[Managing A Site In Launchpad]] | * [[Managing A Site In Launchpad]] | ||
* [[Using Bazaar to Contribute Code]] | * [[Using Bazaar to Contribute Code]] | ||
Revision as of 09:55, 8 July 2013
These resources support customizing, updating, or extending the iHRIS source code.
General Topics
- iHRIS Ideas List
- Source Code Downloads
- Software Release Procedure
- Interoperability
- Decentralization
- Report a Bug
Modules in iHRIS
Modules are the building blocks of iHRIS.
Database Structure
- Overview of the iHRIS Database Structure -- Note: This document is out-of-date and is scheduled for revision.
- Database Storage Mechanisms (I2CE_MagicData)
- Swiss Magic Data Editor
Forms and Fields
- Overview of iHRIS Forms and Form Classes
- Form Lists -- A list of all the forms showing how data are related
- Form Storage Mechanisms (I2CE_FormStorage_Mechanism)
- Adding Fields
- Adding Form and Field Validations
- Limiting Forms
- Deleting Records
- Migrating Forms from Entry to MagicData
Pages and Templates
Customizing iHRIS
- Customizing iHRIS Manage
- How to Change List Displays
- Changing Passport Image Dimensions and Size
- Create a Calendar Display Page