Back to top

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:rack:start [2018/05/26 23:28] – [Rack] Martijn Luinstradocumentation:rack:start [2022/04/03 16:00] (current) – external edit 127.0.0.1
Line 16: Line 16:
   * Broader coverage of HTML [[https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_<input>_types|form input types]]   * Broader coverage of HTML [[https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_<input>_types|form input types]]
   * …and more! Please share your suggestions [[https://bitbucket.org/cover-webcie/rack/issues|here]].   * …and more! Please share your suggestions [[https://bitbucket.org/cover-webcie/rack/issues|here]].
 +
 +Rather than providing a fully-featured API, Rack aims to provide just enough functionality to cover the basic needs. Projects with more complicated requirements should extend, subclass and/or override Rack code where needed to add functionality.
 ===== Getting Started ===== ===== Getting Started =====
  
Line 77: Line 79:
   * **Cover session**: The session of a logged in user of the Cover website.   * **Cover session**: The session of a logged in user of the Cover website.
   * **Cover website**: Cover's home on the web, https://www.svcover.nl   * **Cover website**: Cover's home on the web, https://www.svcover.nl
 +
 ===== API Reference ===== ===== API Reference =====
  
 {{page>documentation:rack:reference:start&noheader&nofooter}}  {{page>documentation:rack:reference:start&noheader&nofooter}} 
 +
 +====== Versions ======
 +  * 1.1 (2019-05-10, Current)
 +      * Added CSV view to ''ModelView''.
 +      * Added optional Sentry support.
 +      * ''Model->create()'' now returns the inserted ID.
 +      * Various minor improvements/fixes
 +  * 1.0 (2018-05-26)
 +      * Initial version, based on various projects.
  

documentation/rack/start.txt · Last modified: 2022/04/03 16:00 by 127.0.0.1