-
Notifications
You must be signed in to change notification settings - Fork 30
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
Display image files #126
Open
KuiKui
wants to merge
6
commits into
crew-cr:develop
Choose a base branch
from
KuiKui:display-image-files
base: develop
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
Display image files #126
Commits on Jan 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9a656fc - Browse repository at this point
Copy the full SHA 9a656fcView commit details
Commits on Jan 13, 2013
-
Configuration menu - View commit details
-
Copy full SHA for f08ed61 - Browse repository at this point
Copy the full SHA f08ed61View commit details
Commits on Mar 27, 2013
-
Merge pull request crew-cr#132 from quochuy/develop
Email notifications added
Configuration menu - View commit details
-
Copy full SHA for 39ca82f - Browse repository at this point
Copy the full SHA 39ca82fView commit details
Commits on Apr 5, 2013
-
Configuration menu - View commit details
-
Copy full SHA for a6c5bd4 - Browse repository at this point
Copy the full SHA a6c5bd4View commit details
Commits on Apr 6, 2013
-
Images (at least PNG) were not detected as binary files. Removed the sed call from getDiffFilesFromBranch(), and replaced it with a PHP explode on '\t' instead of ' '.
Configuration menu - View commit details
-
Copy full SHA for 6da5ada - Browse repository at this point
Copy the full SHA 6da5adaView commit details -
getShowFile() now works for binary files.
Added a execReturnRaw() method, to execute a shell command and return its output, without modifying / breaking it. It uses passthru(), which doesn't modify the output, as opposite to exec(), which ignores trailling whitespaces -- which means binary files' content gets broken when using 'git show' with exec(). Updated getShowFile() to use the new passthru()-base execReturnRaw() method, instead of the exec()-based one.
Configuration menu - View commit details
-
Copy full SHA for b05a0a1 - Browse repository at this point
Copy the full SHA b05a0a1View commit details
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.