Changeset 5629 in subversion
- Timestamp:
- Dec 19, 2011 2:42:10 AM (18 months ago)
- Location:
- branches/release-0.7
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
SQL/postgres.update.sql (modified) (1 diff)
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.7/CHANGELOG
r5616 r5629 2 2 =========================== 3 3 4 - Fix expanding folders during drag&drop (#1488260) 5 - Fix wrong postgres sequence name in upgrade from 0.6 4 6 - Fix broken CREATE INDEX queries in SQLite DDL files (#1488255) 5 7 -
branches/release-0.7/SQL/postgres.update.sql
r5481 r5629 128 128 ); 129 129 130 DROP SEQUENCE message s_ids;130 DROP SEQUENCE message_ids; 131 131 DROP TABLE messages; 132 132 -
branches/release-0.7/program/js/app.js
r5554 r5629 1361 1361 window.clearTimeout(this.folder_auto_timer); 1362 1362 1363 this.folder_auto_expand = k;1363 this.folder_auto_expand = this.env.mailboxes[k].id; 1364 1364 this.folder_auto_timer = window.setTimeout(function() { 1365 1365 rcmail.command('collapse-folder', rcmail.folder_auto_expand);
Note: See TracChangeset
for help on using the changeset viewer.
