-
Notifications
You must be signed in to change notification settings - Fork 43
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
NEPT-666 - MULTISITE-19316: First draft for testing, couple issues still #1868
Closed
Commits on Jan 26, 2018
-
First draft for testing, couple issues still
Alex Verbruggen committedJan 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 484fcf1 - Browse repository at this point
Copy the full SHA 484fcf1View commit details -
Alex Verbruggen committed
Jan 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 0212e97 - Browse repository at this point
Copy the full SHA 0212e97View commit details -
Alex Verbruggen committed
Jan 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 2108810 - Browse repository at this point
Copy the full SHA 2108810View commit details -
Alex Verbruggen committed
Jan 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 1c0041b - Browse repository at this point
Copy the full SHA 1c0041bView commit details -
Alex Verbruggen committed
Jan 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 4433879 - Browse repository at this point
Copy the full SHA 4433879View commit details
Commits on Jan 27, 2018
-
Alex Verbruggen committed
Jan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for ea4c85c - Browse repository at this point
Copy the full SHA ea4c85cView commit details -
Alex Verbruggen committed
Jan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 72b128e - Browse repository at this point
Copy the full SHA 72b128eView commit details -
Alex Verbruggen committed
Jan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 9aba2bd - Browse repository at this point
Copy the full SHA 9aba2bdView commit details -
Alex Verbruggen committed
Jan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 0cd4202 - Browse repository at this point
Copy the full SHA 0cd4202View commit details -
Alex Verbruggen committed
Jan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 1a5def9 - Browse repository at this point
Copy the full SHA 1a5def9View commit details -
Alex Verbruggen committed
Jan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 12c2594 - Browse repository at this point
Copy the full SHA 12c2594View commit details -
Alex Verbruggen committed
Jan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for fe19b28 - Browse repository at this point
Copy the full SHA fe19b28View commit details -
Alex Verbruggen committed
Jan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for b028320 - Browse repository at this point
Copy the full SHA b028320View commit details -
Alex Verbruggen committed
Jan 27, 2018 Configuration menu - View commit details
-
Copy full SHA for f1989f6 - Browse repository at this point
Copy the full SHA f1989f6View commit details
Commits on Jan 28, 2018
-
Alex Verbruggen committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 740ed3c - Browse repository at this point
Copy the full SHA 740ed3cView commit details -
Alex Verbruggen committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for f858109 - Browse repository at this point
Copy the full SHA f858109View commit details -
Alex Verbruggen committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 91204a7 - Browse repository at this point
Copy the full SHA 91204a7View commit details -
Alex Verbruggen committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 13b4071 - Browse repository at this point
Copy the full SHA 13b4071View commit details -
Alex Verbruggen committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 53549a1 - Browse repository at this point
Copy the full SHA 53549a1View commit details -
Alex Verbruggen committed
Jan 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 7618084 - Browse repository at this point
Copy the full SHA 7618084View commit details
Commits on Jan 29, 2018
-
Alex Verbruggen committed
Jan 29, 2018 Configuration menu - View commit details
-
Copy full SHA for dcb8fb8 - Browse repository at this point
Copy the full SHA dcb8fb8View commit details
Commits on Feb 3, 2018
-
verbruggenalex authored
Feb 3, 2018 Configuration menu - View commit details
-
Copy full SHA for fed2ac5 - Browse repository at this point
Copy the full SHA fed2ac5View commit details -
verbruggenalex authored
Feb 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 9c977ff - Browse repository at this point
Copy the full SHA 9c977ffView commit details -
verbruggenalex authored
Feb 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 0d4b6c7 - Browse repository at this point
Copy the full SHA 0d4b6c7View commit details -
verbruggenalex authored
Feb 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 9f06669 - Browse repository at this point
Copy the full SHA 9f06669View commit details -
Alex Verbruggen committed
Feb 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 0a15cff - Browse repository at this point
Copy the full SHA 0a15cffView commit details -
Merge remote-tracking branch 'platform-production/master'
Alex Verbruggen committedFeb 3, 2018 Configuration menu - View commit details
-
Copy full SHA for e67fa2c - Browse repository at this point
Copy the full SHA e67fa2cView commit details -
Update to 2.4.77 for comparison
Alex Verbruggen committedFeb 3, 2018 Configuration menu - View commit details
-
Copy full SHA for f91ab97 - Browse repository at this point
Copy the full SHA f91ab97View commit details -
$satis = array(); $releases = file_get_contents('releases.txt'); $releases = json_decode($releases); $packages = array(); foreach($releases AS $release){ $version = array( 'name' => 'ec-europa/platform-dev', 'version' => $release->tag_name, 'dist' => array( 'url' => 'https://github.com/verbruggenalex/platform-dev/releases/download/3.0.0/platform-dev-2.4.77-repackaged.ta$ 'type' => 'tar', ), ); $packages['ec-europa/platform-dev'][$release->tag_name] = $version; } $satis = new StdClass(); $satis->packages = $packages; $json = json_encode($satis); file_put_contents ("packages.json" , $json); echo "packages.json generated.";
verbruggenalex authoredFeb 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 1e63933 - Browse repository at this point
Copy the full SHA 1e63933View commit details
Commits on Feb 4, 2018
-
verbruggenalex authored
Feb 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 9b237a9 - Browse repository at this point
Copy the full SHA 9b237a9View commit details -
verbruggenalex authored
Feb 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 0bb3c8c - Browse repository at this point
Copy the full SHA 0bb3c8cView commit details -
verbruggenalex authored
Feb 4, 2018 Configuration menu - View commit details
-
Copy full SHA for acff2b2 - Browse repository at this point
Copy the full SHA acff2b2View commit details -
verbruggenalex authored
Feb 4, 2018 Configuration menu - View commit details
-
Copy full SHA for eb4c156 - Browse repository at this point
Copy the full SHA eb4c156View commit details -
verbruggenalex authored
Feb 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 5f35fa8 - Browse repository at this point
Copy the full SHA 5f35fa8View commit details -
verbruggenalex authored
Feb 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 11e3cc0 - Browse repository at this point
Copy the full SHA 11e3cc0View commit details -
verbruggenalex authored
Feb 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 7ce5aeb - Browse repository at this point
Copy the full SHA 7ce5aebView commit details -
verbruggenalex authored
Feb 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 1130b39 - Browse repository at this point
Copy the full SHA 1130b39View commit details -
verbruggenalex authored
Feb 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 07e0768 - Browse repository at this point
Copy the full SHA 07e0768View 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.