Support/TikiTrunkTestingNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(category -> Support Archive)
 
(7 intermediate revisions by one other user not shown)
Line 2: Line 2:


== Background ==
== Background ==
http://tiki-trunk.mozilla.com/ contains real SUMO data from November 2009, on a environment similar (same?) to the real thing. The code will soon be updated daily from Tiki trunk
http://tiki-trunk.mozilla.com/ contains real SUMO data from November 2009, on a environment similar (same?) to the real thing. The code is updated 4 time per day from [http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/ Tiki trunk]


== Notes ==
== Notes ==
=== 2010-01-06 ===
*Cron job update should be OK now
*But still no way to login and stay logged in reliably (but better)
*Found a bug trying to set memcached. Sent to LPH.
**Perhaps we should use .htaccess for bots instead of Tiki closing the site?
*would be nice to have [https://bugzilla.mozilla.org/show_bug.cgi?id=537513 real theme]
** Needs to figure out svn externals (or equivalent)


=== 2009-12-28 ===
=== 2009-12-28 ===
Line 20: Line 28:
** We don't need this just yet, but need to make sure it's not causing some issues because it's not filled in.
** We don't need this just yet, but need to make sure it's not causing some issues because it's not filled in.


== Some things to think about ==
== Some things to think about/discuss ==
*plugins need to be re-created (keyboard, etc)
** This should be done in [http://profiles.tikiwiki.org profiles] for easy redeployment
*All potentially unsafe plugins become "Plugin execution pending approval" (Need to visit a page for the plugins to appears on http://tiki-trunk.mozilla.com/tiki-plugins.php)
** Here is an example: http://tiki-trunk.mozilla.com/Contributor+Home+Page
** This is a known upgrade annoyance, brought by much better security in Tiki3
** So we would need a bot to visit all page and create the, (or do manually)


*plugins need to be re-created (keyboard, etc)
[[Category:Support Archive]]
** This should be done in profiles for easy redeployment

Latest revision as of 08:56, 14 July 2021

Coordination page for tiki-trunk.mozilla.com testers.

Background

http://tiki-trunk.mozilla.com/ contains real SUMO data from November 2009, on a environment similar (same?) to the real thing. The code is updated 4 time per day from Tiki trunk

Notes

2010-01-06

  • Cron job update should be OK now
  • But still no way to login and stay logged in reliably (but better)
  • Found a bug trying to set memcached. Sent to LPH.
    • Perhaps we should use .htaccess for bots instead of Tiki closing the site?
  • would be nice to have real theme
    • Needs to figure out svn externals (or equivalent)

2009-12-28

Some things to think about/discuss