Skip to content
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

add Tips & tricks section to admin settings #15083

Merged
merged 1 commit into from
Mar 24, 2015
Merged

add Tips & tricks section to admin settings #15083

merged 1 commit into from
Mar 24, 2015

Conversation

jancborchardt
Copy link
Member

I still need to know how to properly link the URLs in the documentation. Using <?php p(link_to_docs('admin_manual')); ?> didn’t really work, as you can see.

Please review @karlitschek @DeepDiver1975 @danimo

Also, pages regarding »How to secure your ownCloud« and »How to scale your ownCloud« would be cool, but have to be written first. cc @LukasReschke

@jancborchardt
Copy link
Member Author

Also @DeepDiver1975 how can we make a link to the »Tips & tricks« section show up in the sidebar as well?

@ghost
Copy link

ghost commented Mar 20, 2015

Refer to this link for build results (access rights to CI server needed):
https://ci.owncloud.org//job/pull-request-analyser-ng-simple/10705/
Test PASSed.

@DeepDiver1975
Copy link
Member

Also @DeepDiver1975 how can we make a link to the »Tips & tricks« section show up in the sidebar as well?

fixed

@DeepDiver1975
Copy link
Member

I still need to know how to properly link the URLs in the documentation. Using didn’t really work, as you can see.

the keys have to be defined in go.php in the docs repo - https://github.com/owncloud/documentation/blob/master/go.php#L7

@jancborchardt
Copy link
Member Author

Added the correct redirects, and put the keys in the go.php in the documentation: owncloud-archive/documentation#980

Please review @DeepDiver1975 @nickvergessen

@jancborchardt
Copy link
Member Author

@owncloud-bot retest this please

@ghost
Copy link

ghost commented Mar 23, 2015

Refer to this link for build results (access rights to CI server needed):
https://ci.owncloud.org//job/pull-request-analyser-ng-simple/10758/

Build result: FAILURE

[...truncated 14 lines...] > git config remote.origin.url https://github.com/owncloud/core.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/:refs/remotes/origin/ # timeout=10 > git config remote.origin.url https://github.com/owncloud/core.git # timeout=10Fetching upstream changes from https://github.com/owncloud/core.gitusing GIT_SSH to set credentials using .gitcredentials to set credentials > git config --local credential.helper store --file=/tmp/git5450974488634053089.credentials # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/owncloud/core.git +refs/pull/:refs/remotes/origin/pr/ > git config --local --remove-section credential # timeout=10 > git rev-parse refs/remotes/origin/pr/15083/merge^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pr/15083/merge^{commit} # timeout=10Checking out Revision 62083dcadb244747cb44a80c3d37fcc264d7e3fb (refs/remotes/origin/pr/15083/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 62083dcadb244747cb44a80c3d37fcc264d7e3fb > git rev-list 37ce7ef8b3950cb312abb76ca561eaca565ab14c # timeout=10First time build. Skipping changelog. > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule update --init --recursiveTriggering pull-request-analyser-ng-simple » SLAVEpull-request-analyser-ng-simple » SLAVE completed with result FAILURESetting status of b9703d7e2b59578b39d0e47ddf5a025617ec8f83 to FAILURE with url https://ci.owncloud.org/job/pull-request-analyser-ng-simple/10758/ and message: Merged build finished.
Test FAILed.

@@ -111,7 +111,7 @@
</strong>
</p>
<p>
<?php p($l->t('To migrate to another database use the command line tool: \'occ db:convert-type\'')); ?>
<?php print_unescaped($l->t('To migrate to another database use the command line tool: \'occ db:convert-type\', or see the <a target="_blank" href="%s">documentation ↗</a>.', "https://doc.owncloud.org/server/8.0/admin_manual/configuration_database/db_conversion.html?highlight=sqlite")); ?>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be go.php?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch – fixed.

@ghost
Copy link

ghost commented Mar 23, 2015

Refer to this link for build results (access rights to CI server needed):
https://ci.owncloud.org//job/pull-request-analyser-ng-simple/10761/

Build result: FAILURE

[...truncated 14 lines...] > git config remote.origin.url https://github.com/owncloud/core.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/:refs/remotes/origin/ # timeout=10 > git config remote.origin.url https://github.com/owncloud/core.git # timeout=10Fetching upstream changes from https://github.com/owncloud/core.gitusing GIT_SSH to set credentials using .gitcredentials to set credentials > git config --local credential.helper store --file=/tmp/git1938761966087745116.credentials # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/owncloud/core.git +refs/pull/:refs/remotes/origin/pr/ > git config --local --remove-section credential # timeout=10 > git rev-parse refs/remotes/origin/pr/15083/merge^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pr/15083/merge^{commit} # timeout=10Checking out Revision 6cdddcb495d9dfe809049447ea574618f691b39e (refs/remotes/origin/pr/15083/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 6cdddcb495d9dfe809049447ea574618f691b39e > git rev-list 62083dcadb244747cb44a80c3d37fcc264d7e3fb # timeout=10First time build. Skipping changelog. > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule update --init --recursiveTriggering pull-request-analyser-ng-simple » SLAVEpull-request-analyser-ng-simple » SLAVE completed with result FAILURESetting status of 81e7af38b4875966cf8df18ff7f560308a24fe2c to FAILURE with url https://ci.owncloud.org/job/pull-request-analyser-ng-simple/10761/ and message: Merged build finished.
Test FAILed.

@scrutinizer-notifier
Copy link

A new inspection was created.

@ghost
Copy link

ghost commented Mar 23, 2015

Refer to this link for build results (access rights to CI server needed):
https://ci.owncloud.org//job/pull-request-analyser-ng-simple/10762/

Build result: FAILURE

[...truncated 14 lines...] > git config remote.origin.url https://github.com/owncloud/core.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/:refs/remotes/origin/ # timeout=10 > git config remote.origin.url https://github.com/owncloud/core.git # timeout=10Fetching upstream changes from https://github.com/owncloud/core.gitusing GIT_SSH to set credentials using .gitcredentials to set credentials > git config --local credential.helper store --file=/tmp/git2840396668241459827.credentials # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/owncloud/core.git +refs/pull/:refs/remotes/origin/pr/ > git config --local --remove-section credential # timeout=10 > git rev-parse refs/remotes/origin/pr/15083/merge^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pr/15083/merge^{commit} # timeout=10Checking out Revision 063961ae2fd8ed312354b5acbe480d7836fb0beb (refs/remotes/origin/pr/15083/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 063961ae2fd8ed312354b5acbe480d7836fb0beb > git rev-list 6cdddcb495d9dfe809049447ea574618f691b39e # timeout=10First time build. Skipping changelog. > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule update --init --recursiveTriggering pull-request-analyser-ng-simple » SLAVEpull-request-analyser-ng-simple » SLAVE completed with result FAILURESetting status of c2ccaf0 to FAILURE with url https://ci.owncloud.org/job/pull-request-analyser-ng-simple/10762/ and message: Merged build finished.
Test FAILed.

@MorrisJobke MorrisJobke merged commit c2ccaf0 into master Mar 24, 2015
@jancborchardt jancborchardt deleted the admin-tips branch March 24, 2015 15:25
@lock lock bot locked as resolved and limited conversation to collaborators Aug 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants