-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Log operations #6419
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
Merged
Merged
Log operations #6419
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
c393d73
Logging helper, page operation logs and page operation tests implemented
8309bac
Amended the logs to contain the correct action flag
3365d4f
Added tests for the action flag, changed the page log messages and te…
e18af96
Updated the messages and tests to cover more of the log entry fields …
41af0c5
Added new check for get_change_message to ensure that the view functi…
8ca4740
Cleaning the comments in the code
e39fbb5
All tests now passing although the method of getting the page admin w…
d7677df
Cleaned comments and Todo message
721948e
Cleaned out and organised better for pep 8 compliance
d92ba32
Cleaned out comments
8b79b72
logging page creation shared tests renamed
27bb832
Clean code to pass py flakes tests
2c0df27
Added various changes to the logging including changing to a signals …
801a901
committing progress for discussion
32a91db
Changed the logging message format and the object of all placeholder …
322181d
Removed the log creation from the form. Amended logs to treat the pag…
467ea74
Added all tests, disabled the standard Admin log created, changed and…
b0d90be
Comment the disabled log entry overrides and remove Manual LogEntry c…
84c6aa5
Reverse changes to the form file
6ccfb02
Prepare for the form signal handler via operations. Failing tests.
d707ce8
Added fake request to continue dev. Amended tests and code to work as…
c5c032d
Amended the logs to fire for edit title fieldgit status
9bd9902
Add a page changed flag for when fields on page are changed
ccc6354
Repair changes made to other files
e741e04
Removed unused plugin
e723bd1
Remove space that I've added
81f9024
Amendments from PR feedback
9f0a770
Merge branch 'release/4.0.x' of github.com:divio/django-cms into rele…
6030a71
Repair merge of latest test failure
b82416d
Removed failing test that checks for publishing logs in the test_admi…
8bed9d0
Amend the admin form to send through the correct request object and r…
c192dce
Removed redundnant LogEntry import from test_admin
89b0249
Format the code as per Paulos PR feedback
4e4d331
fixed failing test due to cleaning too far
b57802c
cosmetics
czpython 3b4e002
Updated all of the test docstrings to better describe the purpose of …
4bf6ce9
Add tests that the correct user is attached to each log
153a60b
Amended log entry tests by ensuring the correct users are configured …
2c0a1c6
Changed the users id to pk on the tests£
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
Cleaned out comments
- Loading branch information
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
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.
rename to create_log_entry