Ignore:
Timestamp:
Jan 28, 2011, 5:10:45 PM (13 years ago)
Author:
grum
Message:

release 3.0.0
fix bug:1716, bug:2128, bug:1296, bug:2052, bug:1910, bug:1723, bug:1709, bug:1680, bug:1477, bug:2129
rewrite plugin core, implement ajax interface, optimize JS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/main.inc.php

    r8810 r8962  
    22/*
    33Plugin Name: Advanced Menu Manager
    4 Version: 2.2.3
     4Version: 3.0.0
    55Description: Gestion avancée du menu / Advanced management of menu
    66Plugin URI: http://piwigo.org
     
    2323| release | date       |
    2424| 2.0.0b  | 2008/07/27 | * initial release with own blocks classes
     25|         |            |
    2526| 2.0.0   | 2008/10/23 | * first release for piwigo's blocks classes
     27|         |            |
    2628| 2.1.0   | 2009/07/26 | * add a functionality : random image can be changed
    2729|         |            |   every x seconds (from 0.5 to 60)
     30|         |            |
    2831|         |            | * bug resolved : random image block is displayed only
    2932|         |            |   if user have accessibility to more than 0 images
     
    3235|         |            |   (cf. post:107877 on french forum)
    3336|         |            |   (cf. topic:14374 on french forum)
     37|         |            |
    3438| 2.1.1   | 2009/07/27 | * random picture is preloaded before the first ajax
    3539|         |            |   call assuming the display of a thumbnail even if
    3640|         |            |   javascript is disabled on the browser
    3741|         |            |   (cf. post:116807 on french forum)
     42|         |            |
    3843|         |            | * give the possibility to choose between an automatic
    3944|         |            |   and a fixed height for the block menu
    4045|         |            |   (cf. post:116804 on french forum)
     46|         |            |
    4147|         |            | * compatibility with Sylvia theme
    4248|         |            |   (cf. post:116800 on french forum)
     49|         |            |
    4350| 2.1.2   | 2009/11/16 | * adding new translations
    4451|         |            |    - es_ES
    4552|         |            |    - hu_HU (thx to sámli)
     53|         |            |
    4654| 2.1.3   | 2009/11/24 | * mantis: feature 1285
    4755|         |            |   move the js for "random image" in the the footer
    4856|         |            |   (having the js inside the <dl> tag was not w3c
    4957|         |            |   compliant)
     58|         |            |
    5059|         |            | * mantis: feature 1132
    5160|         |            |   Allowing order management for items in Piwigo's core
    5261|         |            |   blocks
     62|         |            |
    5363|         |            | * mantis: feature 1133
    5464|         |            |   Allowing to group content from Piwigo's core blocks
     65|         |            |
    5566|         |            | * mantis: feature 1278
    5667|         |            |   Allowing to manage access to menu items with a right
    5768|         |            |   management system
     69|         |            |
    5870|         |            | * mantis: feature 1100
    5971|         |            |   Random picture : compatibility with theme 'montblanc'
     72|         |            |
    6073| 2.1.4   | 2009/11/29 | * mantis: feature 1299
    6174|         |            |   Allows to manage access for the 'Admin' users
     75|         |            |
    6276|         |            | * mantis: feature 1298
    6377|         |            |   Users 'Webmaster' aren't managed
     78|         |            |
    6479|         |            | * mantis: feature 1297
    6580|         |            |   AMM don't works properly if a block 'menu' or
    6681|         |            |   'specials' is hidden
     82|         |            |
    6783| 2.1.5   | 2009/12/15 | * mantis: feature 1331
    6884|         |            |   JS code used to manage the random picture is always
    6985|         |            |   loaded even if there is no menubar
     86|         |            |
    7087|         |            | * adding new translations
    7188|         |            |    - zh_CN (thx mzs777)
     89|         |            |
    7290|         |            | * update translations
    7391|         |            |    - hu_HU (thx to sámli)
     92|         |            |
    7493| 2.1.6   | 2009/12/19 | * mantis: feature 1336
    7594|         |            |   Error message about an undefined var 'tabsheet' on
    7695|         |            |   the admin panel
     96|         |            |
    7797| 2.2.0   | 2010/03/28 | * updated for Piwigo 2.1 compatibility
     98|         |            |
    7899|         |            | * mantis: feature 1384
    79100|         |            |   Problem of length of title field in the custom menu
    80101|         |            |   module
     102|         |            |
    81103|         |            | * mantis: bug 1476
    82104|         |            |   Error message on login screen
     105|         |            |
    83106|         |            | * mantis: bug 1541
    84107|         |            |   Items order is not respected in admin pages
    85108|         |            |
    86 | 2.2.3   | 2011/01/20 | * Add languages
     109| 3.0.0   | 2011/01/09 | * mantis: feature 1296
     110|         |            |   . add permissions for managing personal menu
    87111|         |            |
     112|         |            | * mantis: feature 1477
     113|         |            |   . Possibility to pre-select the "random images"
    88114|         |            |
     115|         |            | * mantis: bug 1680
     116|         |            |   . Warning if a new lang is added in Piwigo
    89117|         |            |
     118|         |            | * mantis: feature 1709
     119|         |            |   . Change title links by sub tabs
     120|         |            |
     121|         |            | * mantis: feature 1723
     122|         |            |   . Display links using user access right
     123|         |            |
     124|         |            | * mantis: bug 1776
     125|         |            |   . Unable to set access for the administrator
     126|         |            |
     127|         |            | * mantis: bug 1910
     128|         |            |   . Incompatibility with Internet Explorer
     129|         |            |     (partially fixed : works, but lloks a little bit
     130|         |            |      ugly)
     131|         |            |
     132|         |            | * mantis: feature 2052
     133|         |            |   . Convert album to menu
     134|         |            |
     135|         |            | * mantis: feature 2128
     136|         |            |   . Random picture : preload a set of picture
     137|         |            |
     138|         |            | * mantis: feature 2129
     139|         |            |   . User & group access management is not consistent
     140|         |            |
     141|         |            | * plugin core rewrited
    90142|         |            |
    91143|         |            |
Note: See TracChangeset for help on using the changeset viewer.