Difference between revisions of "LimeSurvey development"
From LimeSurvey Manual
Line 1: | Line 1: | ||
− | <div style="float:right;"><div class="simplebox">Main Chapters: | + | <div style="float:right;"><div class="simplebox">Main Chapters: |
+ | *[[Development overview]] | ||
+ | *[[Google Summer of Code]] | ||
+ | *[[LimeSurvey 1.x development documentation]] | ||
+ | *[[LimeSurvey 2.x development documentation]] | ||
+ | *[[Naming conventions]] | ||
+ | *[[Deprecated, redirects, not categorized]] | ||
+ | *[[LimeSurvey 2 UI meetings]] | ||
+ | *[[Expression engine for conditions]] | ||
+ | </div></div> | ||
[http://www.limesurvey.com/ LimeSurvey] Developers exchange information and document key issues here. | [http://www.limesurvey.com/ LimeSurvey] Developers exchange information and document key issues here. | ||
− | + | == Complete Table of Contents== | |
− | + | *[[Development overview]] | |
+ | **[[LimeSurvey roadmap]] | ||
+ | **[[The LimeSurvey project team]] | ||
+ | **[[How to join the LimeSurvey project team]] | ||
+ | ***[[How to become a LimeSurvey Developer]] | ||
+ | **[[Accessing the source code]] | ||
+ | ***[[Switch from Subversion to Git]] | ||
+ | **[[Coding guidelines]] | ||
+ | **[[How to document your source code]] | ||
+ | **[[Standard for Git commit messages]] | ||
+ | **[[Updating FCKEditor]] | ||
+ | **[[Release process]] | ||
+ | **[[Help us: Tasks]] | ||
+ | **[[How can I support LimeSurvey?]] | ||
+ | **[[Developer user pages]] | ||
+ | ***[[UserPage c_schmitz]] | ||
+ | ***[[UserPage jcleeland]] | ||
+ | ***[[UserPage kadejo]] | ||
+ | ***[[UserPage Mazi]] | ||
+ | ***[[UserPage Shnoulle]] | ||
+ | ***[[UserPage magiclko]] | ||
+ | ****[[SurveyPress]] | ||
+ | **[[How to contribute new features]] | ||
+ | **[[Database versioning]] | ||
+ | **[[The bugtracker and git]] | ||
+ | **[[Plugin system architecture]] | ||
+ | ***[[Question plugins]] | ||
+ | ****[[Creating a question plugin]] | ||
+ | *****[[Question signature]] | ||
+ | ***[[Defining attributes]] | ||
+ | *[[Google Summer of Code]] | ||
+ | **[[LimeSurvey GSoC 2012]] | ||
+ | ***[[Project Ideas for GSoC 2012]] | ||
+ | **[[GSoC getting started]] | ||
+ | **[[GSoC selection criteria]] | ||
+ | **[[Writing GSoC application]] | ||
+ | **[[GSoC FAQ]] | ||
+ | **[[Past GSoC participation]] | ||
+ | ***[[LimeSurvey GSoC 2011]] | ||
+ | ****[[Project ideas for GSOC 2011]] | ||
+ | ****[[Porting LimeSurvey to CodeIgniter]] | ||
+ | *****[[Config items]] | ||
+ | *****[[Admin Controller Notes]] | ||
+ | ****[[Rebuild the database frontend using CodeIgniter]] | ||
+ | ***[[LimeSurvey GSoC 2010]] | ||
+ | ****[[Project ideas for GSOC 2010]] | ||
+ | ***[[LimeSurvey GSoC 2009]] | ||
+ | ****[[Project ideas for GSoC 2009]] | ||
+ | ****[[GSOC09 conditions project]] | ||
+ | ****[[GSOC09 dashboard project]] | ||
+ | *****[[Look and feel]] | ||
+ | *****[[Widgets design document]] | ||
+ | *****[[LimeSurvey 2 development demo test ride]] | ||
+ | ****[[GSOC09 statistics project]] | ||
+ | *****[[Result model development]] | ||
+ | *[[LimeSurvey 1.x development documentation]] | ||
+ | **[[LimeSurvey 1.x navigating the source code]] | ||
+ | **[[Translating LimeSurvey]] | ||
+ | **[[Accessing the source code]] | ||
+ | **[[LimeSurvey 1.8 database layout documentation]] | ||
+ | **[[LimeSurvey 1.53 database operations on survey creation]] | ||
+ | **[[Manual guideline]] | ||
+ | **[[Recurring forum posts]] | ||
+ | **[[LimeSurvey overview diagrams]] | ||
+ | *[[LimeSurvey 2.x development documentation]] | ||
+ | **[[LimeSurvey 2.0 user types]] | ||
+ | **[[User feedback survey results]] | ||
+ | **[[Presentations]] | ||
+ | **[[LimeSurvey 2.0 how to create a new question type]] | ||
+ | ***[[Question type data storage model]] | ||
+ | **[[PHP Software libraries for graphs]] | ||
+ | **[[OS reporting services]] | ||
+ | **[[Ideas for improving the Limesurvey admin interface]] | ||
+ | **[[Yii]] | ||
+ | ***[[Directory structure]] | ||
+ | ***[[Controllers]] | ||
+ | ***[[Debugging]] | ||
+ | **[[Question Objects]] | ||
+ | **[[Survey rendering]] | ||
+ | **[[Scoped tasks for 2.1]] | ||
+ | *[[Naming conventions]] | ||
+ | *[[Deprecated, redirects, not categorized]] | ||
+ | **[[Question pools]] | ||
+ | **[[Sketch: show survey results to users]] | ||
+ | **[[Survey Behavior]] | ||
+ | *[[LimeSurvey 2 UI meetings]] | ||
+ | **[[UI meeting 1 (6th June)]] | ||
+ | **[[UI meeting 2 (13th June)]] | ||
+ | **[[UI meeting 3 (20th June)]] | ||
+ | **[[UI meeting 4 (27th June)]] | ||
+ | **[[UI meeting 5 (4th July)]] | ||
+ | **[[UI meeting 6 (11th July)]] | ||
+ | **[[UI meeting 7 (25th July)]] | ||
+ | *[[Expression engine for conditions]] |
Revision as of 21:34, 6 April 2013
LimeSurvey Developers exchange information and document key issues here.
Complete Table of Contents
- Development overview
- LimeSurvey roadmap
- The LimeSurvey project team
- How to join the LimeSurvey project team
- Accessing the source code
- Coding guidelines
- How to document your source code
- Standard for Git commit messages
- Updating FCKEditor
- Release process
- Help us: Tasks
- How can I support LimeSurvey?
- Developer user pages
- How to contribute new features
- Database versioning
- The bugtracker and git
- Plugin system architecture
- Google Summer of Code
- LimeSurvey 1.x development documentation
- LimeSurvey 2.x development documentation
- Naming conventions
- Deprecated, redirects, not categorized
- LimeSurvey 2 UI meetings
- Expression engine for conditions