Changes between Version 41 and Version 42 of S3
- Timestamp:
- 04/12/13 19:24:15 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3
v41 v42 27 27 == RESTful API == 28 28 29 === Framework === 30 29 31 - [wiki:S3XRC/RESTfulAPI/s3_rest_controller Implementing RESTful Controllers] 32 - [wiki:S3XRC/S3Method Extending the RESTful API by implementing S3Method] 33 - [wiki:S3XRC/RESTfulAPI/S3Request S3Request] 34 35 === API === 36 30 37 - [wiki:S3XRC/RESTfulAPI/Methods Supported Methods] 31 - [wiki:S3XRC/S3Method Extending the RESTful API by implementing S3Method]32 38 - [wiki:S3XRC/RESTfulAPI/URLFormat URL Format] 33 39 - [wiki:S3XRC/XMLForms Generating XML Forms (XForms)] 34 - [wiki:S3XRC/RESTfulAPI/S3Request S3Request]35 40 36 41 == Standard Methods == … … 38 43 - [wiki:S3CRUD S3CRUD] 39 44 - [wiki:S3Report S3Report Pivot Table Reports] 45 - [wiki:S3Search S3Search] (to be deprecated) 40 46 41 47 == Frameworks == 42 48 43 === Data Model Extensions and Helpers === 44 - [wiki:S3XRC/ModelExtensions Data Model Extensions] 45 - [wiki:S3XRC/ModelExtensions/ComponentResources Components and Link-tables] 46 - [wiki:S3ReusableField S3ReusableField] 49 === Templates === 50 - ''tbw'' 51 52 === Data Models === 53 - [wiki:S3XRC/ModelExtensions Data Model Extensions] 54 - [wiki:S3XRC/ModelExtensions/ComponentResources Components and Link-tables] 55 - [wiki:S3ReusableField S3ReusableField] 47 56 48 57 === Menus and Navigation === 49 58 - [wiki:S3Navigation S3Navigation] 50 59 51 === Search and Filters === 52 - [wiki:S3/FilterForms S3 FilterForms] 53 - [wiki:S3Search S3Search] (to be deprecated) 60 === Filters === 61 - [wiki:S3/FilterForms S3 FilterForms] 54 62 55 63 === Forms and Views === 56 - [wiki:S3SQLForm Custom Forms for S3CRUD] 57 - [wiki:S3/DataViews Data Views] - Representation of multiple records 58 - [wiki:S3/DataTable S3DataTable] 59 - [wiki:S3/DataList S3DataList] 60 - [wiki:S3/PivotTable S3PivotTable] 64 - [wiki:S3SQLForm Custom Forms for S3CRUD] 65 - [wiki:S3/DataViews Data Views] - Representation of multiple records 66 - [wiki:S3/DataTable S3DataTable] 67 - [wiki:S3/DataList S3DataList] 68 - [wiki:S3/PivotTable S3PivotTable] 69 61 70 === Location Tracking === 62 71 - [wiki:S3Tracking S3Tracking Generic Location Tracking System] … … 65 74 - [wiki:S3/DataImportCLI Importing Data from the web2py CLI] 66 75 67 == Form Widgets == 76 == GUI == 77 78 === Form Widgets === 68 79 69 80 - [wiki:S3/S3GroupedOptionsWidget S3GroupedOptionsWidget]