Changeset 5629 in subversion


Ignore:
Timestamp:
Dec 19, 2011 2:42:10 AM (18 months ago)
Author:
alec
Message:
  • Applied fixes from trunk up to r5628
Location:
branches/release-0.7
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/release-0.7/CHANGELOG

    r5616 r5629  
    22=========================== 
    33 
     4- Fix expanding folders during drag&drop (#1488260) 
     5- Fix wrong postgres sequence name in upgrade from 0.6 
    46- Fix broken CREATE INDEX queries in SQLite DDL files (#1488255) 
    57 
  • branches/release-0.7/SQL/postgres.update.sql

    r5481 r5629  
    128128); 
    129129 
    130 DROP SEQUENCE messages_ids; 
     130DROP SEQUENCE message_ids; 
    131131DROP TABLE messages; 
    132132 
  • branches/release-0.7/program/js/app.js

    r5554 r5629  
    13611361                window.clearTimeout(this.folder_auto_timer); 
    13621362 
    1363               this.folder_auto_expand = k; 
     1363              this.folder_auto_expand = this.env.mailboxes[k].id; 
    13641364              this.folder_auto_timer = window.setTimeout(function() { 
    13651365                rcmail.command('collapse-folder', rcmail.folder_auto_expand); 
Note: See TracChangeset for help on using the changeset viewer.