Changeset 041f66e in github


Ignore:
Timestamp:
Feb 25, 2011 4:01:29 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:
b649c49
Parents:
3a5476d1
Message:
  • jQuery 1.5.1
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r3a5476d1 r041f66e  
    22=========================== 
    33 
     4- jQuery 1.5.1 
    45- Fix problem with contactgroupmembers table creation on MySQL 4.x, add index on contact_id column 
    56- Add LDAP SASL bind and proxy authentication (#1486692) 
  • program/include/rcube_template.php

    r07b95dc r041f66e  
    8585        $this->add_script($javascript_foot, 'foot'); 
    8686        $this->scripts_path = 'program/js/'; 
    87         $this->include_script('jquery-1.4.min.js'); 
     87        $this->include_script('jquery-1.5.min.js'); 
    8888        $this->include_script('common.js'); 
    8989        $this->include_script('app.js'); 
Note: See TracChangeset for help on using the changeset viewer.