User tests: Successful: Unsuccessful:
After this PR the Update button after x Extension Update(s) are available
redirect to the updates and show the list of updates as expected without clicking the Find Updates
Button.
Labels |
Added:
?
|
how can i get the correct token on the file that works?
To get a token that you can attach to an URL:
$token = JSession::getFormToken() . '=' . 1
$url = JUri::base() . 'index.php?option=com_installer&view=update&task=update.find&' . $token;
Tokens sent by URL have to be validated with:
JSession::checkToken('get')
Thanks @phproberto just implemented
Thanks for this +100
Thanks @phproberto works here!
Easy | No | ⇒ | Yes |
Category | ⇒ | UI/UX Updating |
works great.
OK for you @nikosdion ?
I haven't tested it but I agree 100% with the concept. Looking at the code it's a trivial change (just a change of the task being called by the button – so simple!) so yep, it's OK with me :)
I know we do not use quickicon there, but is there a way to automatically Find Languages when displaying Extension Manager: Install Languages ?
@infograf768 have a look into: #6729
Applied the old German lanuage pack. Update button redirects to update page without the update. Applied patch. Now the update button directs to the update page with German language pack.
Test succesfull
@test
Test completed and works like a charm.
@test
Works perfectly! No issues found.
Status | Pending | ⇒ | Ready to Commit |
Much thanks for testing and improving! Moving to RTC now.
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-04-10 12:49:51 |
Labels |
Removed:
?
|
You can use tokens in urls.