这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: mesunil2010/october

Tags

v1.0.407

Toggle v1.0.407's commit message
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

v1.0.406

Toggle v1.0.406's commit message
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

v1.0.405

Toggle v1.0.405's commit message
API docs progress

Controller -> SystemController for consistency

v1.0.404

Toggle v1.0.404's commit message
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.

v1.0.403

Toggle v1.0.403's commit message
Menu items are supposed to be counted in 100s

Plugin authors may need to adjust their menu items from this.

v1.0.402

Toggle v1.0.402's commit message
Prefer to keep this language key unique

Just in case we decide to call it something else on the dashboard
Revert octobercms#2709 (aec4591)

v1.0.401

Toggle v1.0.401's commit message
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.

v1.0.400

Toggle v1.0.400's commit message
This should be flushed as part of the service provider

v1.0.399

Toggle v1.0.399's commit message
Pass records by reference to overcome halting event issue

Refs octobercms#1853

v1.0.398

Toggle v1.0.398's commit message
Introduce theme logging + log settings

CmsObject changes can now be tracked (disabled by default)
Request logging is now disabled by default (security vector)