Giter VIP home page Giter VIP logo

bp-documentation's Introduction

BuddyPress

Unit Tests

Welcome to the BuddyPress development repository! This repository is a mirror of our development SVN repository. Please do not send pull requests here, instead submit patches to our SVN repository. Check out the Participate & contribute page of our Codex for information about how to open bug reports, contribute patches, test changes, write documentation, or get involved in any way you can.

Getting Started

BuddyPress is a WordPress plugin to power you community site. It is a PHP, MySQL, and JavaScript based project, and uses Node for its JavaScript dependencies. A local development environment is available to quickly get up and running.

You will need a basic understanding of how to use the command line on your computer. This will allow you to set up the local development environment, to start it and stop it when necessary, and to run the tests.

You will need Node and npm installed on your computer. Node is a JavaScript runtime used for developer tooling, and npm is the package manager included with Node. If you have a package manager installed for your operating system, setup can be as straightforward as:

  • macOS: brew install node
  • Windows: choco install node
  • Ubuntu: apt install nodejs npm

If you are not using a package manager, see the Node.js download page for installers and binaries.

You will also need Docker installed and running on your computer. Docker is the virtualization software that powers the local development environment. Docker can be installed just like any other regular application.

Development Environment Commands

Ensure Docker is running before using these commands.

To start the development environment for the first time

npm install
npm run wp-env start

Your WordPress community site will be accessible at http://localhost:8888. You can see configurations in the .wp-env.json file located at the root of the project directory. You can override these configurations using a .wp-env.override.json file located at the root of the project repository.

To stop the development environment

You can stop the environment when you're not using it to preserve your computer's power and resources:

npm run wp-env stop

To start the development environment again

Starting the environment again is a single command:

npm run wp-env start

Credentials

To log in to the site, navigate to http://localhost:8888/wp-admin.

  • Username: admin
  • Password: password

To generate a new password (recommended):

  1. Go to the Dashboard
  2. Click the Users menu on the left
  3. Click the Edit link below the admin user
  4. Scroll down and click 'Generate password'. Either use this password (recommended) or change it, then click 'Update User'. If you use the generated password be sure to save it somewhere (password manager, etc).

bp-documentation's People

Contributors

emaralive avatar imath avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bp-documentation's Issues

[Ignore]: — Archived Section: Developer Resources

Link to the existing BP Codex page.

https://codex.buddypress.org/legacy/developer-resources/

Why should we ignore this page?

It's a Codex archived section, with a simple message (probably to avoid 404)

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Template Pack Walkthrough – Twenty Twelve

Link to the existing BP Codex page.

https://codex.buddypress.org/legacy/theme-development/wordpress-to-buddypress-theme/theme-dev-template-pack-walkthrough-twenty-twelve/

Why should we ignore this page?

Deprecated since 1.7

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Add]: a page to explain Ajax Action registration

What needs to be done?

Page has been created already

Handbook to add the page in

buddypress/docs/developer

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: Installing Group and Sitewide Forums (v1.5) [Page ID 4136]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=4136

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good only up to BP 1.5 version

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Archived Section: Theme Development [Page ID 14504]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=14504

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

The information contained in the pages of this section have either been updated or are deprecated completely. Legacy Docs are retained for historic reference.

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Configuring Components (v1.6) [Page ID 5002]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=5002

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good up to BP 1.6 version

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Migrate]: Installation in WordPress Multisite

Link to the existing BP Codex page.

https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/

What needs to be done?

Part of the content needs to be updated and improved (eg: screenshots).

For instance this link Network (multisite) should be replaced with this link Create a Network

Handbook to migrate the page in

buddypress/docs/user

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Migrate]: Official Logos and Typeface

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=1249

What needs to be done?

Not quite ready to be migrated!

  • Determine the number of logo display images needed (Based on a new layout scheme)
  • Determine whether the downloadable files can remain where they currently reside or do they need to be migrated, as well.
  • Since "BuddyPress" is a word mark owned by the WordPress Foundation, determine whether it is just sufficient to provide some text and link to the "WordPress trademark policy"

Based on comments:

  • Logos page to be located in root of the docs folder, e.g., buddypress/docs/
  • Assets for logos will be located in buddypress/docs/assets

Handbook to migrate the page in

buddypress/docs/

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: Template Pack for Theme Compatibility (v1.2)

Link to the existing BP Codex page.

https://codex.buddypress.org/legacy/theme-development/wordpress-to-buddypress-theme/theme-dev-making-my-wordpress-theme-buddypress-compatible-for-bp-1-2/

Why should we ignore this page?

Deprecated since 1.7

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Installing Group and Sitewide Forums (v1.6) [Page ID 3100]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=3100

Why should we ignore this page?

Because BuddyPress is not using this anymore! nd, the page indicates the following:

Archived file. Good up to BP 1.6.5 version

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Forums

Link to the existing BP Codex page.

https://codex.buddypress.org/developer/action-reference/forums/

Why should we ignore this page?

Useless, we should use a parser to generate a code reference out of inline comments instead.

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Groups

Link to the existing BP Codex page.

https://codex.buddypress.org/developer/action-reference/groups/

Why should we ignore this page?

Useless, we should use a parser to generate a code reference out of inline comments instead.

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Blogs

Link to the existing BP Codex page.

https://codex.buddypress.org/developer/action-reference/blogs/

Why should we ignore this page?

Useless, we should use a parser to generate a code reference out of inline comments instead.

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: BP 1.7 – Upgrading « Template Packed » Themes [Page ID 5427]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=5427

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good up to BP 1.8.

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Add]: Contribute to documentation

What needs to be done?

Page has been created already.

Handbook to add the page in

buddypress/docs/contributor

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: Archived Section: Getting Started [Page ID 14502]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=14502

Why should we ignore this page?

Because BuddyPress is not using this anymore! And the page indicates the following:

The information contained in the pages of this section have either been updated or are deprecated completely. Legacy Docs are retained for historic reference.

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Migrate]: Prelaunch Checklist

Link to the existing BP Codex page.

https://codex.buddypress.org/prelaunch-checklist/

What needs to be done?

Almost ready to be migrated!

I suggest to add @imath to the list of people to ping in case of questions about this checklist.

I believe we should remove these steps as we're not doing these anymore:

Handbook to migrate the page in

buddypress/docs/contributor

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Migrate]: Alternative Registration Workflows

Link to the existing BP Codex page.

https://codex.buddypress.org/administrator-guide/alternative-registration-workflows/

What needs to be done?

Already migrated!

Handbook to migrate the page in

buddypress/docs/user

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Add]: BuddyPress Site Health panel

What needs to be done?

A new Markdown file should be added into the administration/tools subdirectory to explain how to access this panel and what the informations that are listed can be useful to debug / troubleshoot or submit a support request.

site-heath-bp-panel

Reference material

Handbook to add the page in

buddypress/docs/user

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • Thecontributor/support/README.md was updated to contain a link to the page created by this task.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: Installation Wizard (v1.5) [Page ID 3070]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=3070

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good only up to BP 1.5 versionn

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Configuring Components (v1.5) [Page ID 3973]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=3973

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good up to BP 1.5 version

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Forums [Page ID 1126]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=1126

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good only up to BP 1.5 version

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Developer and Designer Information BP 1.5 [Page ID 2543]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=2543

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good up to BP 1.5 version

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Add]: documentation page for BP URI globals functions

What needs to be done?

Page has been created already

Handbook to add the page in

buddypress/docs/developer

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: FAQ [Page ID 29]

Link to the existing BP Codex page.

https://codex.buddypress.org/legacy/getting-started/faq/

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good only up to BP 1.5 version

Additional info can be found in Discussion #17 about the link to the existing BP Codex page.

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Extended profiles

Link to the existing BP Codex page.

https://codex.buddypress.org/developer/action-reference/extended-profiles/

Why should we ignore this page?

Useless, we should use a parser to generate a code reference out of inline comments instead.

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Migrate]: PHP version support

Link to the existing BP Codex page.

https://codex.buddypress.org/getting-started/php-version-support/

What needs to be done?

Content also needs to be updated & discussed. For instance we could ease our life following WordPress PHP requirements.

Handbook to migrate the page in

buddypress/docs/user

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: Configuring Components [Page ID 1855]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=1855

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good up to BP 1.6.5

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Migrate]: Group Extension API

Link to the existing BP Codex page.

https://codex.buddypress.org/developer/group-extension-api/

What needs to be done?

Already migrated!

Handbook to migrate the page in

buddypress/docs/developer

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: Configuring Components (v1.2) [Page ID 3105]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=3105

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good only up to BP 1.2 version

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Friends

Link to the existing BP Codex page.

https://codex.buddypress.org/developer/action-reference/friends/

Why should we ignore this page?

Useless, we should use a parser to generate a code reference out of inline comments instead.

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Migrate]: BP_Component

Link to the existing BP Codex page.

https://codex.buddypress.org/developer/bp_component/

What needs to be done?

Already migrated!

Handbook to migrate the page in

buddypress/docs/developer

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Migrate]: Installation

Link to the existing BP Codex page.

https://codex.buddypress.org/getting-started/setting-up-a-new-installation/

What needs to be done?

The content needs to be updated too: it's no more needed to "Make sure you have pretty permalinks enabled on your WordPress install", since 12.0.0 BuddyPress also supports plain permalinks

Handbook to migrate the page in

buddypress/docs/user

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Migrate]: Manage User Signups

Link to the existing BP Codex page.

https://codex.buddypress.org/administrator-guide/pending-users-admin-screen/

What needs to be done?

Already migrated: https://github.com/buddypress/buddypress/blob/master/docs/user/administration/users/signups.md

Handbook to migrate the page in

buddypress/docs/user

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: Template Pack Walkthrough – Twenty Ten

Link to the existing BP Codex page.

https://codex.buddypress.org/legacy/theme-development/wordpress-to-buddypress-theme/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/

Why should we ignore this page?

Deprecated since 1.7

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Using bbPress 2.2+ with BuddyPress [Page ID 4756]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=4756

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good up to BP 1.6.5

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Migrate]: Version numbering

Link to the existing BP Codex page.

https://codex.buddypress.org/getting-started/version-numbering/

What needs to be done?

Ready to be migrated!

Handbook to migrate the page in

buddypress/docs/contributor

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: BuddyPress Widgets

Link to the existing BP Codex page.

https://codex.buddypress.org/themes/buddypress-widgets/

Why should we ignore this page?

Legacy Widgets have moved to the BP Classic Add-on

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Migrate]: WordPress version compatibility

Link to the existing BP Codex page.

https://codex.buddypress.org/getting-started/wordpress-version-compatibility/

What needs to be done?

Already migrated: https://github.com/buddypress/buddypress/tree/master/docs/user/getting-started

Handbook to migrate the page in

buddypress/docs/user

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Add]: a page to explain URL functions

What needs to be done?

Page has been created already.

Handbook to add the page in

buddypress/docs/developer

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: Developer and Designer Information BP 1.7

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=5425

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good only for BP 1.7 version

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Migrate]: User Extended Profiles

Link to the existing BP Codex page.

https://codex.buddypress.org/administrator-guide/extended-profiles/

What needs to be done?

Already migrated!

Handbook to migrate the page in

buddypress/docs/user

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: BP-Default Theme Versions

Link to the existing BP Codex page.

https://codex.buddypress.org/legacy/theme-development/the-bp-default-theme/bp-default-theme/

Why should we ignore this page?

The BP Default theme was moved into the BP Classic backwards compatibility Add-on during the 12.0.0 BuddyPress development cycle.
This move was the final one about this Standalone theme deprecation process we inited more than ten years ago.

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Private messagging

Link to the existing BP Codex page.

https://codex.buddypress.org/developer/action-reference/private-messaging/

Why should we ignore this page?

Useless, we should use a parser to generate a code reference out of inline comments instead.

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Migrate]: Configure BuddyPress

Link to the existing BP Codex page.

https://codex.buddypress.org/getting-started/configure-components/

What needs to be done?

Already migrated:

Handbook to migrate the page in

buddypress/docs/user

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: The BuddyPress Default Theme [Page ID 1884]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=1884

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good up to BP 1.9 version. The BP Default theme will no longer be activated in new installations from BP 1.9 onwards and will be retired in the near future. http://bpdevel.wordpress.com/2013/11/13/the-future-of-the-bp-default-theme/

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Migrate]: Getting Started

Link to the existing BP Codex page.

https://codex.buddypress.org/getting-started/

What needs to be done?

Already migrated!

Handbook to migrate the page in

buddypress/docs/user

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Migrate]: BuddyPress Links in WordPress Menus

Link to the existing BP Codex page.

https://codex.buddypress.org/getting-started/buddypress-links-in-wordpress-menus/

What needs to be done?

Already migrated!

Handbook to migrate the page in

buddypress/docs/user

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Migrate issue/task created".
  • A PR has been submitted to the BuddyPress GH repository, it has been linked to this issue/task & the task was moved to the "In progress" panel of the Documentation project.
  • The PR has been converted to a SVN patch and committed to the BuddyPress SVN repository & the task was moved to the "Done" panel of the Documentation project.

[Ignore]: Installation Wizard [Page ID 4098]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=4098

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. This information is for BuddyPress installations up to version 1.6.5 only. There is no installation wizard for BuddyPress version 1.7 and above

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

[Ignore]: Installing on a Secondary Blog [Page ID 1290]

Link to the existing BP Codex page.

https://codex.buddypress.org/?p=1290

Why should we ignore this page?

Because BuddyPress is not using this anymore! And, the page indicates the following:

Archived file. Good only up to BP 1.5 version

Tasks to accomplish

  • This task has been added to the "Todo" panel of the Documentation project.
  • The corresponding line of the data/README.md Pages list has been marked as "Ignore issue/task created".
  • One of the BuddyPress Core committer reviewed it and agreed to ignore this Codex page.
  • The task was moved to the "Done" panel of the Documentation project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.