-
Notifications
You must be signed in to change notification settings - Fork 131
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
Sort and simplify #34
Open
StephanRichter
wants to merge
15
commits into
philippK-de:master
Choose a base branch
from
StephanRichter:sort-and-simplify
base: master
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.
Open
Changes from 2 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
301f02e
Sortierung für getMyProjects geändert. Dabei fiel auf, dass auch die …
a2660cb
imprved mysel queue within getMyProjects, removed getMyProjectIds which
StephanRichter 3380cd7
replaced two occurences of array_push(...) by ...[] = ...
StephanRichter 31996ae
Merge branch 'userform-correction' into sort-and-simplify
7b1468d
Merge commit 'a019ee951ddd7a9df1a94aa3cd9a7369859c850e' into sort-and…
1b7e813
Merge commit '8c3d5b148dab5e2d3eba334ad52bfa984498ef26' into sort-and…
5fea730
Merge commit '1701c69ebfd3d112cd295bfb81b0ee390ad036b3' into sort-and…
8d7393a
Merge commit '78d817df114361b7c16d27a9937b1c706386e9f3' into sort-and…
e0e3535
Merge branch 'master' into sort-and-simplify
7b8cc6e
reverted sorting by due date
StephanRichter a306d85
Merge branch 'master' into sort-and-simplify
a0e5844
Merge branch 'master' into sort-and-simplify
667d84e
Merge branch 'master' into sort-and-simplify
f422355
Merge branch 'master' into sort-and-simplify
StephanRichter cfa4690
Merge branch 'master' into sort-and-simplify
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
There are no files selected for viewing
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
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.
im Prinzip könnte man die query auch direkt ohne prepare abfeuern, der Typ von user wird ja vorher geprüft, so dass da keine insertion möglich ist.