User tests: Successful: Unsuccessful:
removed the fof strings
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Labels |
Added:
?
|
Category | ⇒ | Language & Strings |
Labels |
Labels |
from ipad
RENAME is wrong. we are no more in the streams conditional afaik
Both are issues with the unsupported upstream repo.
We also exclude external libs from CS rules
And mine
JLIB_DATABASE_ERROR_DATABASE_QUERY only concerns installation (which is frozen)
Should be something like
INSTL_DATABASE_ERROR_POSTGRESQL_QUERY="PostgreSQL database query failed."
to add after line 193
Proposal for
JLIB_INSTALLER_INCORRECT_SEQUENCE
JLIB_INSTALLER_INCORRECT_SEQUENCE="Downgrading from version %1$s to version %2$s is not allowed."
Can I change that to "not possible"
Can I change that to "not possible"
Not sure as it seems that it depends on $allowDowngrades
which could be used by a 3rd party preflight.
Because of
if (strtolower($type) == 'update' && !$this->allowDowngrades)
I will leave the two strings that are part of the installer to a separate PR as installation is frozen
The installation string changes can be found in #10816
@brianteeman
Can you solve the conflicts here? Otherwise I am afraid this will have to be postponed to 3.6.1
I will look at the conflicts this morning
Done as much as I can
let's wait for the acl pr being merged as it looks like the jrule strings are useless. maybe as well for the code using them. in any case they should not be named that way.
resolved conflicts
I am going to close this and redo it
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-15 10:15:18 |
Closed_By | ⇒ | brianteeman |
JRULE_ALLOWED_INHERITED
JRULE_DENIED_INHERITED
I think this should be
JLIB_RULES_ALLOWED_INHERITED="Allowed (Inherited)"
JLIB_RULES_DENIED_INHERITED="Denied (Inherited)"