Pre-Release Testing/tr: Difference between revisions

From Joomla! Documentation

Created page with "# Kullanacağınız web sitesini kullanarak test etme izniniz olduğundan emin olarak test etmek istediğiniz sitenin yedeğini alın. Önerilen bir aracı kullanabilirsiniz (..."
No edit summary
Line 20: Line 20:
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Joomla! Web Sitesi için Yedekleme Temelleri]]
#*[[S:MyLanguage/Backup_Basics_for_a_Joomla!_Web_Site|Joomla! Web Sitesi için Yedekleme Temelleri]]
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|Site yedeklemeleri için en iyi uygulamalar nelerdir?]]
#*[[S:MyLanguage/What_are_the_best_practices_for_site_backups%3F|Site yedeklemeleri için en iyi uygulamalar nelerdir?]]
# Make sure your environment meets the [http://www.joomla.org/about-joomla/technical-requirements.html teknik gereksinimler]# Create a new database and new user to restore your development site to.  
# Devam etmeden önce [http://www.joomla.org/about-joomla/technical-requirements.html teknik gereksinimler] ortamınızın gereksinimleri karşıladığından emin olun.# Create a new database and new user to restore your development site to.  
# Create a testing site or build area to work in and restore the back up copy of your site in one of the following places:
# Create a testing site or build area to work in and restore the back up copy of your site in one of the following places:
#* A subdomain.
#* A subdomain.

Revision as of 10:10, 19 October 2021

Joomla'nın küçük güncellemeleri her altı (6) Salı günü yayınlanır. Yayınlanmadan bir hafta önce, güncelleme RC (Sürüm Adayı) için ayarlandı ve test için hazır. Bu tür testleri yapmak için insanlara ihtiyaç vardır. Ne kadar çok kişi test ederse, o kadar iyi sürümler olabilir.

2020-2021 Çıkış Tarihleri

  • 2 Mart 2021
  • 13 Nisan 2021
  • 25 Mayıs 2021
  • 6 Temmuz 2021
  • 17 Ağustos 2021
  • 28 Eylül 2021
  • 9 Kasım 2021
  • 28 Aralık 2021

İpucu: Bu tarihlerin her birinden bir hafta önce yinelenen bir takvim etkinliği ekleyin ve Joomla! Projesi testlerinin çıkmadan önce yayınlanmasına yardımcı olun.

RC'ler Nasıl Test Edilir

Bir Geliştirme Konumu Ayarlayın

  1. Kullanacağınız web sitesini kullanarak test etme izniniz olduğundan emin olarak test etmek istediğiniz sitenin yedeğini alın. Önerilen bir aracı kullanabilirsiniz (sayfanın alt kısmına bakın) veya bunu manuel olarak yapabilirsiniz.
  2. Devam etmeden önce teknik gereksinimler ortamınızın gereksinimleri karşıladığından emin olun.# Create a new database and new user to restore your development site to.
  3. Create a testing site or build area to work in and restore the back up copy of your site in one of the following places:

Installing the RC

  1. With your dev site established, go to Components -> Joomla! Update and then click the Options button in the top toolbar.
  2. In the field Update Channel, select Testing. In the Minimal Stability field, select Stable.
  3. Click Save & Close in the top toolbar.
  4. Run the update on the next page.

Test, Test, Test

Test all the things you normally do on your website. Check the backend and frontend. To assist, you can also test items on the release checklist. Each release will have a new tab in the spreadsheet. Simply add your name starting in column D and report pass/fail in the cell associated with each item to test. The CMS Release Team is working on a component to make this easier. We will update this documentation when it becomes available. There may be specific items the CMS Release Team. Those items will be found on social media platforms including the Joomla! Forum. If issues are found or you need to discuss an issue, please report them on issues.joomla.org. You will need a Github account to do so. Please see Filing bugs and issues for more information on how to report issues/bugs.

IMPORTANT: If you need to discuss a security issue, do NOT post on issues.joomla.org. Rather send an email with details to security@joomla.org.

If you find an issue with a third-party extension, please report it directly to the developer. Do not report it to the Joomla! Project.

Finishing Up

Once done testing, remove the dev instance from your server (or local) environment. You will not be able to use it on the next release testing so killing it is best. But if you want to leave it where it is, put an .htacccess password protection over it to make sure it doesn't get indexed. Your hosting provider should be able to provide instructions on how to do this.

Suggested Tools