Changeset 79275b4 in github


Ignore:
Timestamp:
May 13, 2011 6:55:32 AM (2 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
a208a4f
Parents:
51001e5
Message:
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    re848180 r79275b4  
    22=========================== 
    33 
     4- jQuery-1.6.1 (#1487913, #1487144) 
    45- Improve display name composition when saving contacts (#1487143) 
    56- Fixed handling of folder with name "0" in folder selector 
     
    3031- Improved vcard import 
    3132- Interactive update script with improved DB schema check 
    32 - jQuery 1.5.2 
    3333- Fix problem with contactgroupmembers table creation on MySQL 4.x, add index on contact_id column 
    3434- Add LDAP SASL bind and proxy authentication (#1486692) 
  • program/include/rcube_template.php

    rc739c71 r79275b4  
    8181 
    8282        $this->scripts_path = 'program/js/'; 
    83         $this->include_script('jquery-1.5.min.js'); 
     83        $this->include_script('jquery.min.js'); 
    8484        $this->include_script('common.js'); 
    8585        $this->include_script('app.js'); 
Note: See TracChangeset for help on using the changeset viewer.