Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
82918110
Commit
82918110
authored
Mar 07, 2016
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
c19f4d23
28522738
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
.github/PULL_REQUEST_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
+6
-0
weblate/trans/models/unit.py
weblate/trans/models/unit.py
+1
-0
No files found.
.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
View file @
82918110
Before submitting pull request, please ensure that:
-
[ ] Every commit has message which describes it
-
[ ] Every commit is needed on it's own, if you have just minor fixes to previous commits, you can squash them
-
[ ] Any code changes come with testcase
-
[ ] Any new functionality is covered by user documentation
weblate/trans/models/unit.py
View file @
82918110
...
@@ -703,6 +703,7 @@ class Unit(models.Model, LoggerMixin):
...
@@ -703,6 +703,7 @@ class Unit(models.Model, LoggerMixin):
action
=
Change
.
ACTION_NEW
action
=
Change
.
ACTION_NEW
# Should we store history of edits?
# Should we store history of edits?
# pylint: disable=R0204
if
self
.
translation
.
subproject
.
save_history
:
if
self
.
translation
.
subproject
.
save_history
:
history_target
=
self
.
target
history_target
=
self
.
target
else
:
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment