generated from OCA/oca-addons-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 10
T2792 Ensure child protection on children page #211
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
Open
Shayan105
wants to merge
27
commits into
14.0-MyCompassion2.0
Choose a base branch
from
T2792---Ensure-Child-Protection-on-Children-Page
base: 14.0-MyCompassion2.0
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.
+26
−6
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
02f5fcf
Remove the fcp code on the weather-time component
Shayan105 c590ae1
Refactor container in CSS and fix maxwidth
Shayan105 2e4b89b
Add ellipsis when text are too long for the container.
Shayan105 5ae6d96
Add dynamic downscaling to componenent
Shayan105 45a380d
Allow 2 lines for the info. text
Shayan105 fbb73e0
Set map height of map and round its corners
Shayan105 1898394
Fix translated pegman button
Shayan105 ac45681
Refactor comments and remove useless code
Shayan105 11d7b5b
Run precommit
Shayan105 6c6b7cb
Merge branch 'T2728---Make-the-weather-time-component-more-responsibl…
Shayan105 e90c36b
Add max height to 60% of the screen to the map
Shayan105 d998389
Changes the clamp values or the font size + Remove useless comments
Shayan105 6118f3c
Merge branch '14.0-MyCompassion2.0' into T2728---Make-the-weather-tim…
Shayan105 57a5f6d
[FIX] use CSC name instead of the local church name on the map view
Shayan105 0720134
[FIX] Use obfuscated location of the map
Shayan105 8e3aa05
[STYLE] Refactor and make translatable
Shayan105 4c97a28
[FIX] Make translatable strings
Shayan105 55b5b93
Merge remote-tracking branch 'origin/14.0-MyCompassion2.0' into T2792…
Shayan105 618c14b
[T2792][STYLE] Refactor the code
Shayan105 43eda5c
Merge branch '14.0-MyCompassion2.0' into T2792---Ensure-Child-Protect…
Shayan105 a9da4bc
Merge branch 'T2792---Ensure-Child-Protection-on-Children-Page' of ht…
Shayan105 2d4248f
[T2792][FIX] Add pre-migration script to add columns to add obfuscate…
Shayan105 ae62a29
[T2792][STYLE] Refactor
Shayan105 3ab5ea2
[T2792] [STYLE] Refactor
Shayan105 6f7addd
[T2792][STYLE] Refactor
Shayan105 f28287f
[T2792][FIX] Update the module to add the gps_obfuscation
Shayan105 d845522
[T2792][STYLE] Refactor
Shayan105 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| from openupgradelib import openupgrade | ||
|
|
||
|
|
||
| def migrate(cr, version): | ||
| openupgrade.logged_query( | ||
| cr, | ||
| """ | ||
| ALTER TABLE compassion_project | ||
| ADD COLUMN IF NOT EXISTS gps_latitude_obfuscated DECIMAL(10, 6), | ||
| ADD COLUMN IF NOT EXISTS gps_longitude_obfuscated DECIMAL(10, 6) | ||
| """, | ||
| ) |
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.
Uh oh!
There was an error while loading. Please reload this page.