-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EZP-30155: add drag and drop priority sorting to legacy administration interface #1418
Open
ernestob
wants to merge
184
commits into
ezsystems:master
Choose a base branch
from
ernestob:201902_ez_drag_and_drop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…on (singular) fields
…_classes Fix EZP-24800: Support 'allowed classes' limitation for object relation fields
…_classes Fix object relation browse mode class constraint list when no classes are selected
Merge fix for EZP-21411
SQL injection patch in content view
Apply ezjscore DDOS patch to limit the number of fetched nodes
Making sure the tables do not fully collapse on IE
Enhanced patch from ezsystem for input escaping of custom tag attribu…
…g_customtag Fixing problems when typing directly after adding a custom tag
Travis only testing latest 5.3 PHP release
Verify existence of constructor in eZExtension->getHandler()
ezjscore CSS packer duplicate url path replacement
Port of EZP-25089 (object state) & EZP-26028 (ezoe php7 support)
eZContentUpload is not providing original file name to custom UploadH…
Original pull request is 1261
…perly clear the cache (mugoweb#139)
…web#81) * Forward the session remove function call to the session handler * Spaces instead of tabs
* Allow to set custom tags as "hidden" * Simplify settings * Code cleanup
…he "OK" button - fixed now (mugoweb#152)
…eb#147) * Allow to configure the tpl edit URL in the Used Templates list * Adding more inline doc
…partial URL alias path (mugoweb#159)
* EZP-30782: allow sorting by trashed field * Adding unit test
(cherry picked from commit dcada41)
…jax call to update all the priorities
ernestob
force-pushed
the
201902_ez_drag_and_drop
branch
from
September 6, 2019 18:47
dcada41
to
0f387f4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Our long term clients were used to some of the functionality provided by the admin2++ extension.
The most requested feature is the drag and drop priority sorting.
This pull request is bringing back that feature.