-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Sane add plugin #3516
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
Closed
Closed
Sane add plugin #3516
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
807e066
rudimentary sane add-plugin
ojii 475120c
removed old thing
ojii b2c1a51
moved "new-add-plugin" to CMSPluginBase, where it arguably belongs
ojii f18f3a9
fixed test
ojii c8ec72d
Factored out the request checking in add_view for TextPlugin
ojii 256b691
frontend integration
ojii 51d9424
tabs, not spaces
ojii 8d7baac
removed comment
ojii aceeb6a
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii 1fabd32
fixed tests
ojii 245f7e7
added selenium test for adding plugins via frontend
ojii f27dc81
removed method added that I never ended up using
ojii 1e243c5
fixed two more failing tests
ojii 5dafda3
added documentation
ojii c9e070f
minor edits to text
evildmp 2b9984f
emphasize that the changes to add_plugin don't affect documented APIs
ojii b04df26
fixed tests on Django 1.7
ojii cd6833d
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii 0c62820
fixed security tests not working in ancient python versions
ojii 412b2e8
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii e7e0f10
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii 54275a2
Fixed some comments, drastically speed up CMSLiveTest._login, added test
ojii 5106172
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii b482760
save position on plugin addition in CMSPluginBase.save_model
ojii 0a82783
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii 64136f5
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii 31a5b71
switched to new selenium apis
ojii c50c152
fixed broken tests
ojii 2451896
switch to develop branch of djangocms-text-ckeditor
ojii ae20952
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii 820a51a
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii 25976c0
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii 5c6efbf
Fixed MTIPluginsTestCase.test_add_edit_plugin using old add-plugin API
ojii 2de2289
switched travis account
ojii cd9f83f
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii 18fca52
retrying travis encrypt
ojii d1b4cd5
no saucelabs
ojii 6fbaf4c
Merge remote-tracking branch 'origin/develop' into sane-add-plugin
ojii 04d8e9c
fixed yml
ojii 0551b2d
Revert "fixed yml"
ojii 48b8342
Revert "no saucelabs"
ojii fd0c8a4
don't sauce if there's no sauce
ojii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
placeholder_id may not be present (when inserting plugins in a text plugin)