Changes between Version 41 and Version 42 of S3


Ignore:
Timestamp:
04/12/13 19:24:15 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3

    v41 v42  
    2727== RESTful API ==
    2828
     29=== Framework ===
     30
    2931 - [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
    3037 - [wiki:S3XRC/RESTfulAPI/Methods Supported Methods]
    31  - [wiki:S3XRC/S3Method Extending the RESTful API by implementing S3Method]
    3238 - [wiki:S3XRC/RESTfulAPI/URLFormat URL Format]
    3339 - [wiki:S3XRC/XMLForms Generating XML Forms (XForms)]
    34  - [wiki:S3XRC/RESTfulAPI/S3Request S3Request]
    3540
    3641== Standard Methods ==
     
    3843 - [wiki:S3CRUD S3CRUD]
    3944 - [wiki:S3Report S3Report Pivot Table Reports]
     45 - [wiki:S3Search S3Search] (to be deprecated)
    4046
    4147== Frameworks ==
    4248
    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]
    4756
    4857=== Menus and Navigation ===
    49    - [wiki:S3Navigation S3Navigation]
     58  - [wiki:S3Navigation S3Navigation]
    5059
    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]
    5462
    5563=== 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
    6170=== Location Tracking ===
    6271   - [wiki:S3Tracking S3Tracking Generic Location Tracking System]
     
    6574   - [wiki:S3/DataImportCLI Importing Data from the web2py CLI]
    6675
    67 == Form Widgets ==
     76== GUI ==
     77
     78=== Form Widgets ===
    6879
    6980 - [wiki:S3/S3GroupedOptionsWidget S3GroupedOptionsWidget]