This repository was archived by the owner on Dec 14, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork345
Increase readability#741
Open
rotelok wants to merge18 commits intoicecoder:masterChoose a base branch fromrotelok:increase-readability
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.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes fromall commits
Commits
Show all changes
18 commits Select commitHold shift + click to select a range
76dc065
Changing instances of dirname(__FILE__) to __DIR__
rotelok52d8440
fixing funcion name case mismatch
rotelokfd2603a
removing unnecessary variable attributions
rotelok972ae19
changing the alias function is_writeable to the php function is_writable
rotelokfe3683a
simplifying $isMac attribution, it doesn't need a ternary operator
rotelok28ee41c
using array_merge instead of '+' to merge arrays
rotelok6ed2edb
Removing unnecessary semi-colons
rotelok05ee5e5
Removing unnecessary parenthesis
rotelok9cd129b
Altering
rotelokf4fe032
altering
rotelok2d63ef5
merging isset($var1) && isset($var2) to isset($var1,$var2) it's equiv…
rotelok2caa32a
changing the constructs intval($var) and floatval($var) to (int)$var
rotelokf2b19dd
Altering the function phpversion() to the constant PHP_VERSION
rotelokc8b2bc0
using $array[] = $value instead of array_push($array,$value)
rotelok399c046
merging multiple sequential str_replace() calls
rotelok7bc0dea
refactored the constructs
rotelokf8565d1
disable scandir sorting, because we don't use it
rotelok5c8aa37
Reverting the commig 6ed2edb "Removing unnecessary semi-colons"
rotelokFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
24 changes: 12 additions & 12 deletionseditor.php
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
4 changes: 2 additions & 2 deletionsfiles.php
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
10 changes: 5 additions & 5 deletionsindex.php
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
6 changes: 3 additions & 3 deletionslib/auto-logout-warning.php
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
6 changes: 3 additions & 3 deletionslib/backup-versions-preview-loader.php
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
12 changes: 6 additions & 6 deletionslib/backup-versions.php
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
14 changes: 7 additions & 7 deletionslib/bug-files-check.php
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
6 changes: 3 additions & 3 deletionslib/download.php
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.