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

Alex/fix rake doc #163

Merged
merged 10 commits into from
Jun 20, 2013
Merged

Alex/fix rake doc #163

merged 10 commits into from
Jun 20, 2013

Conversation

auraz
Copy link
Contributor

@auraz auraz commented Jun 14, 2013

Adds minor fixes and repairs documentation.

Fixes broken documentation generation after sandboxing. Adds test for documentation generation. Fixed minor RST warnings. Fixes launchy not working with Dir.chdir. Fixes broken imports after sandboxing.

@ned please review.

@ghost ghost assigned nedbat Jun 14, 2013
@@ -103,7 +114,7 @@ TEST_TASK_DIRS.each do |dir|
end

desc "Run all tests"
task :test
task :test => :test_docs
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure I like building the docs as part of the tests. I know I don't like a browser opening to show me the docs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@nedbat

  1. Fixed, so tests for docs will not open a browser.
  2. Building docs as part of tests is good way to be sure that docs generation is not broken due to code changes.

@nedbat
Copy link
Contributor

nedbat commented Jun 20, 2013

Thanks for removing the browser opening. Looks good!

auraz added a commit that referenced this pull request Jun 20, 2013
@auraz auraz merged commit 6f95d21 into master Jun 20, 2013
@auraz auraz deleted the alex/fix_rake_doc branch June 20, 2013 11:21
chrisrossi pushed a commit to jazkarta/edx-platform that referenced this pull request Mar 31, 2014
aboudreault pushed a commit to aboudreault/edx-platform that referenced this pull request Aug 14, 2014
…s-opaque-keys

mattdrayer/api-roles-opaque-keys: Fixed unhandled DoesNotExist exception
jbau pushed a commit that referenced this pull request Jan 21, 2015
prabhanshu pushed a commit to prabhanshu/edx-platform that referenced this pull request Oct 13, 2018
identical to PR openedx#150 

* todo notes

(cherry picked from commit 28acb63)

* anonimize video events

(cherry picked from commit 0ad60e6)

* cleanup

(cherry picked from commit fe5fc27)

* update video

(cherry picked from commit 0ed4516a4d51d9d2cc188fd91fc74c75c4c6a661)

* video updates

(cherry picked from commit 479de0a5de9fce6da0dcca5aec0e56d45fae6645)

* add video events anonimization tests

(cherry picked from commit 27808f9b8e1b0b21bbec2c49a507696932630247)

* update test

(cherry picked from commit ed17eeae8c2a8bebc41c48b1a5a28184e8f04102)

* undo an unused comment

(cherry picked from commit 5210d68450237e4b0ed25071c898b06329b9a5f0)

* add few comments

(cherry picked from commit 8837cc9a14ba41a41b9f6d77b5ef5d51f6354262)

* add test comments

(cherry picked from commit ce872be41c6cea31620cafd103126be346cf419f)

* fix quality

(cherry picked from commit d307bfd38bf91eb6543fadd66f1c41520c4d28c5)

* Addressing comments

(cherry picked from commit 5cd930a26c4959cc82b5276df605edf025515111)

* address some linting here and there

(cherry picked from commit 084ae4b2e18720f8175889dec0284e07d265f6e6)

* linting

(cherry picked from commit 294ff259ffe1334e103cc9fb11b1c1925017f36d)

* add username removal and few nits

(cherry picked from commit 91d5bc06d116854865ec37a9022bf74ede4382f7)

* remove username from task tracking logs and update the regarding test (actually also add the test by updating the name, as previously it was masked out)

(cherry picked from commit 7e52585b9b5d53673cbb8d084ab7d0bc4a76780d)

* add removed lline

(cherry picked from commit e13846fe48211bfefeecad40810a85b7eccdc5c4)

* revert the indent to match PEP

(cherry picked from commit e71ee92d4968c71792755ed1b5087cfd8c80b268)
CrewS pushed a commit to CrewS/edx-platform-1 that referenced this pull request Dec 28, 2018
alanoe pushed a commit to alanoe/edx-platform that referenced this pull request Mar 28, 2020
* Add Contact Us form customization options

This commit adds personalization options for the Contact Us links on
edx-platform's
page.
To allow for this customization, two SiteConfiguration variables were
added:
* CONTACT_US_ENABLE: Switch to enable/disable the Contact Us page.
Setting this to
False will disable the contact page and the links on the footer will
disappear.

* CONTACT_US_CUSTOM_LINK: If the contact page is enabled, this setting
allows to set
a custom URL for the Contact Us links on edx-platform. If this setting
is not set,
the platform will use the default contact form.

* Apply suggestions from code review

Co-Authored-By: xitij2000 <[email protected]>
Sujeet1379 pushed a commit to chandrudev/edx-platform that referenced this pull request Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants