User tests: Successful: Unsuccessful:
Pull Request for Issue #9537 .
fix drop index syntax thx to @waader
Joomla! Update: Options
Change the Update source config to something like this
Hack the extension_sts.xml file
change the repo from https://github.com/joomla/joomla-cms/releases/download/3.5.0
to yours local
use this update pkg instead of the official one wich is the same + this #pr
Joomla_3.5.0-Stable-Update_Package.zip
execute this query on your db
UPDATE #__update_sites
set location ='http://localhost/pr/list.xml'
where update_site_id =1;
now you can upgrade to 3.5
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Postgresql |
Rel_Number | 0 | ⇒ | 9537 |
Relation Type | ⇒ | Pull Request for |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-28 22:57:54 |
Closed_By | ⇒ | wilsonge |
Milestone |
Added: |
I have tested this item successfully on ee23c81
Thanks for the test recipe!
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9602.