Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Jan 22, 2019
-
-
Make sure the order can be found via js
The selector .order-entries-item is used to get the text of the node to find its order, so it needs to be set on the link as well. Fixes #86
Commits on Nov 9, 2017
Commits on Nov 17, 2016
-
-
Remove inline script injection
Inline script are bad, since it can lead to all sorts of nasty things. Plus it makes CSP harder to configure safely. A safer way is to use data-attributes to store/fetch values. Fixes #83
-
-
-
Page::getContext does not always exists
-
- Database updated previousVersion - Params need to respect parents when overrite
Commits on Jul 29, 2016
-
-
Use POST instead of GET when saving order
When the pagination is disabled or quite large, issuing a GET request would return a 500 because the fieldid value could not be read by PHP, since the url with all the parameters was too long. Changing to a POST requet is a better option and can accept more data.
Commits on Mar 6, 2016
-
-
-
Fix the broken "Hide on publish pages"
The setting always hid the field. Fixes #78
Commits on Jan 5, 2016
Commits on Jan 4, 2016
-
Merge pull request #79 from michael-e/integration
Use new `Widget::Error` function and `InitialiseAdminPageHead` delegate
-
Replace mistyped delegate with new one
The new delegate is available since Symphony 2.4
-
`Widget::wrapFormElementWithError` has been removed in Symphony 2.4 according to the migration guide.
Commits on Nov 20, 2015
Commits on Oct 7, 2015
-
-
-
-
-
-
Ingore error when dropping index
There are no cute way to check if an index exists, so the simplest change is to ignore errors. Fixes #73
-
Merge pull request #71 from jonmifsud/fixorderxml
fix order xml value