Ignore:
Timestamp:
Jul 28, 2010, 10:48:17 AM (14 years ago)
Author:
grum
Message:

bug:1686, feature:1718, feature:1719, feature:1688, feature:1692

  • Picture analysis finish with an Error 500 or with a problem of memory limit
  • Coding a DateTime class
  • Make JpegMetadata class tests images lighter
  • Improve performance when the database is filled
  • Add possibility for user to build their own tags
  • ajax management entirely rewritted
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/admin/amd_metadata_select.tpl

    r5959 r6722  
    11{literal}
    2 <style>
    3  .ui-widget-overlay {
    4     background:#000000;
    5     opacity:0.88;
    6     filter:alpha(opacity:88);
    7  }
    8 </style>
    9 
    10 
    112<script type="text/javascript">
    123
     
    6253        url: "{/literal}{$datas.urlRequest}{literal}",
    6354        async: true,
    64         data: { ajaxfct:"showStatsGetListTags", orderType:order, filterType:filter, excludeUnusedTag:unusedTag, selectedTagOnly:selectedOnly },
     55        data: { ajaxfct:"admin.showStats.getListTags", orderType:order, filterType:filter, excludeUnusedTag:unusedTag, selectedTagOnly:selectedOnly },
    6556        success:
    6657          function(msg)
     
    110101        url: "{/literal}{$datas.urlRequest}{literal}",
    111102        async: true,
    112         data: { ajaxfct:"showStatsGetListImages", orderType:order, tagId:tag,  },
     103        data: { ajaxfct:"admin.showStats.getListImages", orderType:order, tagId:tag,  },
    113104        success:
    114105          function(msg)
     
    138129        url: "{/literal}{$datas.urlRequest}{literal}",
    139130        async: false,
    140         data: { ajaxfct:"updateTagSelect", tagSelected:selected, numId:numId.substr(6) }
     131        data: { ajaxfct:"admin.updateTag.select", tagSelected:selected, numId:numId.substr(6) }
    141132       }).responseText
    142133    );
     
    211202      <option value="" {if $datas.config_GetListTags_FilterType==""}selected{/if}>{'g003_no_filter'|@translate}</option>
    212203      <option value="magic" {if $datas.config_GetListTags_FilterType=="magic"}selected{/if}>{'g003_magic_filter'|@translate}</option>
     204      <option value="userDefined" {if $datas.config_GetListTags_FilterType=="userDefined"}selected{/if}>{'g003_userDefined_filter'|@translate}</option>
    213205      <option value="exif" {if $datas.config_GetListTags_FilterType=="exif"}selected{/if}>Exif</option>
    214206      <option value="exif.Canon" {if $datas.config_GetListTags_FilterType=="exif.Canon"}selected{/if}>Exif [Canon]</option>
Note: See TracChangeset for help on using the changeset viewer.