This repository was 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
Feature/moving bone rendering #121
Closed
Closed
Conversation
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
* works now also for pagesize == 1 * updated and fixed code documentation * code reformat to current style
...and degrading debug output which spams logging in dev_appserver.py session with info debug level.
Renaming the folder will lead to a better unterstanding of the purpose and connecting it to the function.
…rridden by the class variable
Fixed signature of serialize() in randomSliceBone
Allow to select multiple kinds in DB import/export
Rename folder "icons" to "embedsvg"
Capitalized "Dienstag"
…late Added missing default template for captcha-bone
Search for templates in the correct path if the htmlpath has been overridden by the class variable
…ebug Removing unnecessary debug from skeleton.py
…edHandler relationalBone: Check for bone in postSavedHandler
…equal_comparision_filters >= and <= filters exposed to frontend
Polishing IndexManager
…t valuesCache[name]["dest"].get("servingurl") test
From #28
…1) and remove that param from the output
…dateURL Fix/remove empty keys from update url
Replaced "servingurl" in valuesCache[name]["dest"]
…ableRootNodes Added getAvailableRootNodes stub
…we don't need to override the renderer for new Bones.
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.
bone specific renderings moved and split to their Bones. As a result we don't need to override the renderer for new Bones.