Tags: mesunil2010/october
Tags
Added a check for missing dependencies in two places - System dashboard now lists missing dependencies - Installing a plugin with missing dependencies will also attempt to install those dependencies at the same time Fixes octobercms#36
Specify explicit form element This allows request elements external to the form to serialize a target form for use. An example might be a search form at the top of a page, list of results in the middle, then the pagination at the bottom. The pagination would need to target the search form with data-request-form to persist the search query value. This should work with the JS API too, passed as an object, because $($()) is acceptable in jQuery
Rollback 84b5334 See octobercms#2749, octobercms#2750 & octobercms#2751 on notes for how to better handle this. Put simply, the control of disabled VS previewMode should be given to the individual form widget, as opposed to the spawning parent.
System files should return fully qualified path - Not sure how this was not fixed sooner, since there is no easy way to obtain a full qualified URL from a system file. - If a CDN is used this method will return a URL. - The asset combiner returns a FQ URL as well, although it didn't always, perhaps this is a relic from that time that was never retrofitted.
Pass records by reference to overcome halting event issue Refs octobercms#1853
PreviousNext