Hi all
I just added themes versioning and naming into cvs. So now when there is change on theme requirements, please increase PMA_THEME_VERSION in libraries/defines.lib.php and $theme_version in themes/*/info.inc.php (of course after updating that theme).
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Michal & list,
Michal Čihař wrote:
I just added themes versioning and naming into cvs. So now when there is change on theme requirements, please increase PMA_THEME_VERSION in libraries/defines.lib.php and $theme_version in themes/*/info.inc.php (of course after updating that theme).
Now what is our policy about theme versions? Do PMA_THEME_VERSION and $theme_version have to match?
Regards,
- --
Alexander M. Turek rabus@users.sourceforge.net
_ __ __ _ _ _ _ __ | |__ _ __ | / |_ _ / \ __| |_ __ ___ (_)_ __ | '_ | '_ | '_ | |/| | | | | / _ \ / _` | '_ ` _ | | '_ \ | |_) | | | | |_) | | | | |_| |/ ___ \ (_| | | | | | | | | | | | .__/|_| |_| .__/|_| |_|__, /_/ ___,_|_| |_| |_|_|_| |_| |_| |_| |___/ http://www.phpmyadmin.net
Alexander M. Turek wrote:
Now what is our policy about theme versions? Do PMA_THEME_VERSION and $theme_version have to match?
Currently PMA_THEME_VERSION must be less or equal than theme_version defined in each theme. This expects themes will be only expanded...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Michal,
Michal Čihař wrote:
Alexander M. Turek wrote:
Now what is our policy about theme versions? Do PMA_THEME_VERSION and $theme_version have to match?
Currently PMA_THEME_VERSION must be less or equal than theme_version defined in each theme. This expects themes will be only expanded...
In other words, themes have to be backwards compatible down to 2.6.0? This is OK for now, but can be annoying later on, don't you think?
Regards,
- --
Alexander M. Turek rabus@users.sourceforge.net
_ __ __ _ _ _ _ __ | |__ _ __ | / |_ _ / \ __| |_ __ ___ (_)_ __ | '_ | '_ | '_ | |/| | | | | / _ \ / _` | '_ ` _ | | '_ \ | |_) | | | | |_) | | | | |_| |/ ___ \ (_| | | | | | | | | | | | .__/|_| |_| .__/|_| |_|__, /_/ ___,_|_| |_| |_|_|_| |_| |_| |_| |___/ http://www.phpmyadmin.net
Hi
On 15.08.2004 06:40 +0200, Alexander M. Turek wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Michal,
Michal Čihař wrote:
Alexander M. Turek wrote:
Now what is our policy about theme versions? Do PMA_THEME_VERSION and $theme_version have to match?
Currently PMA_THEME_VERSION must be less or equal than theme_version defined in each theme. This expects themes will be only expanded...
In other words, themes have to be backwards compatible down to 2.6.0? This is OK for now, but can be annoying later on, don't you think?
Later we can change this behaviour. But for now I thing it won't cause troubles.
Michal Čihař wrote:
Hi
On 15.08.2004 06:40 +0200, Alexander M. Turek wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Michal,
Michal Čihař wrote:
Alexander M. Turek wrote:
Now what is our policy about theme versions? Do PMA_THEME_VERSION and $theme_version have to match?
Currently PMA_THEME_VERSION must be less or equal than theme_version defined in each theme. This expects themes will be only expanded...
In other words, themes have to be backwards compatible down to 2.6.0? This is OK for now, but can be annoying later on, don't you think?
Later we can change this behaviour. But for now I thing it won't cause troubles.
Michal,
do you feel appropriate to talk about theme version in Documentation.html, in the new FAQ 2.7?
Marc
On 09/04/2004 03:40 PM, Marc Delisle wrote:
do you feel appropriate to talk about theme version in Documentation.html, in the new FAQ 2.7?
Done.