summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
2011-05-12- Make some regexp fasteralecpl
2011-05-05- Fix bug where messages were deleted instead moved to trash folder after ↵alecpl
Shift key was used (#1487902), small code improvements
2011-05-04- Added table button in HTML editor, disabled contextmenualecpl
2011-05-03- Fix mozilla browser detectionalecpl
2011-05-03- Enable multiselection for attachments uploading in capable browsers (#1485969)alecpl
2011-05-02 - Added an example in editor.js to help the skin developers know the ↵vbenincasa
possibility of sending config. parameter to TinyMCE - Small fix to allow the script to work in IE6 and IE7
2011-05-02- Add possibility to change HTML editor configuration by skinalecpl
2011-04-29- Fix a bug where selecting too many contacts would produce too large URI ↵alecpl
request (#1487892)
2011-04-27- Improve photo actions handling (set name of upload-photo, disable ↵alecpl
delete-photo according to photo existance), code cleanup
2011-04-26- Fix handling of top-level domains with more than 5 chars or unicode chars ↵alecpl
(#1487883)
2011-04-25- Fix quota indicator in Webkitalecpl
2011-04-24- Remove cache buster from check-recent/keep-alive requests, it's already ↵alecpl
added by jQuery
2011-04-23 - Fix incorrect CSS class name call (.quota_text_normal to .quota_text_low)vbenincasa
- Small improvement in the look of quota indicator
2011-04-22- Fix update_contact_row() was setting wrong ID when newcid=nullalecpl
2011-04-21- Don't show ajax request errors when there is no real erroralecpl
2011-04-20Updated to TinyMCE 3.4.2 which is now compatible with IE9thomascube
2011-04-19Don't check identity email if not editable; fix import messagethomascube
2011-04-13- Added scroll position reset for Opera (#1487689), small code improvementsalecpl
2011-04-13- Fixed possible js error occurance (#1487872)alecpl
2011-04-11Fix call to parent windowthomascube
2011-04-11- Fix setting 'unfocused' class on folder selectionalecpl
2011-04-08- Prevent javascript error if TinyMCE is not initialized (#1487862)alecpl
2011-04-01- jQuery 1.5.2alecpl
2011-03-27- TinyMCE 3.4.1alecpl
2011-03-22Revert r4609 and use stateless request tokens; no need to save them in ↵thomascube
session and thus no keep-alive necessary; fixes #1487829
2011-03-17- Fix console handling in IE8alecpl
2011-03-15Keep session alive while showing login page (request token is stored in ↵thomascube
session data)
2011-03-15- Move console initialization to rcube.init(), hide console area if ↵alecpl
browser's console exists, some code cleanup
2011-03-10Prepare for multiple concurrent compose windowsthomascube
2011-02-28Workaround for IE not sending referer with location.href (#1487806)thomascube
2011-02-27Update group identifier in modelthomascube
2011-02-25- Fix attachments uploading, broken with devel-addressbook branch mergealecpl
2011-02-25- jQuery 1.5.1 alecpl
2011-02-19- Improve displaying of autocompletechars messagealecpl
2011-02-15Allow group identifiers to be changed upon renaming (used in LDAP)thomascube
2011-02-09Always generate valid DOM identifiers using html_identifier() write original ↵thomascube
identifier string to rel attribute where possible
2011-02-06Delegate contact input validation to rcube_addressbook instance; accept ↵thomascube
already localized texts in rcube_output::show_message()
2011-02-05Normalize group list-item identifier when inserting a new address groupthomascube
2011-02-04- Fix ICANN example addresses doesn't validate (#1487742)alecpl
2011-02-01- Unify typeof and undefined usagealecpl
2011-02-01- Fix command handlers return value check, unify typeof usagealecpl
2011-01-23When creating a new contact, add it to the selected group; consider the ↵thomascube
selected group when deleting a contact
2011-01-22Wrap unread count in <span> for more flexible stylingthomascube
2011-01-19Show full mail subject as title (#1487128)thomascube
2011-01-19- Fix: selecting Preferences tab doesn't work after clicking other tabalecpl
2011-01-19Fix list column add/removal in IE (#1487703)thomascube
2011-01-19- Fix add link has faulty characters in swedish (#1487702)alecpl
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomascube
2011-01-17- Fix impossible to subscribe to protected folders (#1487656)alecpl
2011-01-12Missed some replacements in previous commit...thomascube