This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Merge develop with 2.2.0 back to master #61
Merged
Merged
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
selectOneBone() refers to selectBone(), where selectMultiBone() refers to selectBone(multiple=True). This is much more convenient with the general ViUR development standards.
We the user connects with an IPv6 Address, we remove the last 64 bits (the interface identifier) as these 64bit can be choosen freely by the user
Fix for assigning db.Keys to db.Query.filer() and automatic string conversion when a db.Key is assigned to a skeleton's value
…cedence over the one defined by the application We must stop processing a new skeleton class if we allready have one initialized for that given kind and the current one is from the server package (instead of putting it's reference into the cache)
This seems to be used by old WinXP boxes and the urlsafe implementation also handles default b64encoded text gracefully. Fixes #38
…the set_unindexed_properties logic from skeleton The later one was broken anyway (all properties had been set to indexed on first edit) and most bones already had support for entity.set() Fixes #34
This can happen f.e. in relations where the model for the referenced entry changes but the entry itself hasn't been updated yet. Fixes #7
Completely defer the isindexed decision back to the bones and remove the set_unindexed_properties logic from skeleton
Fixed a bug that may causes an skeleton defined in server to take pre…
Use urlsafe_b64decode for filenames
Remove old (non-multilang data) from entry in serialize()
…alize Don't try to serialize a bone if it's not contained in valuesCache
Just let renderEntry() behave like the surrounding functions (view, add, edit...) and accept calls with only the first two parameters...
renderEntry() param parameter with default value
Feature/rate limit
Introducing a keyBone
First draft for implementing a unified selectBone
…on-html-renderer fixed regression at handling selectbones in default html renderer
…cedBlobs fixed IndexError in textBone.getReferencedBlobs
fromClient() function for passwordBone and some code refactoring
…/server into feature/updatedChangelog
…SearchTags Made getSearchDocumentFields in numeric-Bone return an empty list if …
… some non-ascii garbarge
…JsonRender Return descriptions for selectBones translated also in Json-Render
Prevent unserialize from booleanBone to fail if the database contains…
…nPathToKey Fixed resolving the name property in prototypes/hierarchy:pathToKey
Release Version 2.2.0
tsteinruecken
requested review from
phorward,
skoegl,
AchimSchumacher,
xnopasaranx and
akelch
June 23, 2018 10:13
phorward
approved these changes
Jun 25, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.