summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
2010-06-30- Resize editor after switching to html modealecpl
- create toggle-editor command in app.js, to make possible binding to this command - Code cleanup in rcmail_ui (moved compose-related functions into rcmail_ui)
2010-06-30- Improved command() to call simple command functions directlyalecpl
2010-06-29- Improved compose screen: resizable body and attachments list, vertical ↵alecpl
splitter, options menu - Removed productname/version element, changed footer size to 20px
2010-06-28- Fix RC forgets search results (#1483883)alecpl
2010-06-24- Update TinyMCE translationsalecpl
2010-06-24- Use built-in spellchecker instead of a PHP files of spellchecker plugin in ↵alecpl
TinyMCE
2010-06-24- TinyMCE 3.3.7alecpl
2010-06-23- Hide disabled fieldsets in messages list menualecpl
2010-06-23- Fix quota indicator position on Opera 10.10alecpl
2010-06-19- Move quota indicator to mailboxlist footeralecpl
- Fix groupcontrols on IE6 (use gif)
2010-06-18- Don't call keep-alive on print pagealecpl
2010-06-18- unset env.messages on mailbox change to save some browser's memoryalecpl
2010-06-18- Extend rcmail.env.messages with 'flags' object for plugin's flags (#1486266)alecpl
2010-06-09- Added mailboxlist options menu in message pagealecpl
2010-06-08- Fix some IMAP errors handling when opening the message (#1485443)alecpl
2010-06-03- Fix autocomplete results are wrongly displayed when search string contains ↵alecpl
e.g. a dot character
2010-06-02- fixed identation + some code improvementsalecpl
2010-06-01Allow to drag into groups of another address sourcethomascube
2010-06-01Fix subject column after re-arranging colsthomascube
2010-05-30- some fixes in message list columns handlingalecpl
2010-05-30- 'threads' column made movablealecpl
2010-05-29- Add request* event triggers in http_post/http_request (#1486054)alecpl
2010-05-28- Renamed events for groups handling, insertgroup -> group_insert,alecpl
updategroup -> group_update, removegroup -> group_delete
2010-05-28Make drag&drop work on iPadsthomascube
2010-05-28- Fix typo in last commit + some code cleanupalecpl
2010-05-28Update user agent detection and set according class names to html nodethomascube
2010-05-26- jquery's hide/show functions are slow, don't use it in loopsalecpl
2010-05-26- fix FF crash (#1486752)alecpl
- fix some issues after deleting last message from the list
2010-05-25- Trigger listupdate event after message removal from list (#1486734)alecpl
2010-05-25- fixed parse erroralecpl
- support arguments of type object in enable_command() - simplify setting of state of message commands
2010-05-25Better jqueryficationthomascube
2010-05-25- code cleanupalecpl
2010-05-25- Reverted change that removed response.callbacksalecpl
2010-05-25Wrap group name input field in <li> + more jqueryfication + add dummy group ↵thomascube
functionality to example address book plugin
2010-05-22- Fix wrong message on file upload error (#1486725)alecpl
2010-05-21- Added 'actionbefore', 'actionafter', 'responsebefore', 'responseafter' eventsalecpl
- Removed response.callbacks feature
2010-05-19- small improvementsalecpl
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalecpl
2010-05-18- remove temp codealecpl
2010-05-18- Added threads tree iconsalecpl
- css/js fixes and improvements in (messages) list code
2010-05-17- code cleanupalecpl
2010-05-17- fix performance of getElementById wrapper for IE (don't look over all ↵alecpl
elements if initial getElementById returns no element )
2010-05-15- removed redundant code in expand_unread()alecpl
2010-05-15- improve performance of threads expanding/collapsing (significant on IE)alecpl
2010-05-15- remove offline message list generation on IE, this doesn't realy improve ↵alecpl
performance now
2010-05-14- removed old codealecpl
2010-05-14- Fix marking/deleting of all messages in search result (#1486736)alecpl
2010-05-14- Fix: reset select_all_mode on select-none actionalecpl
2010-05-13- Extend contact groups support (#1486682) alecpl
2010-05-12- Fix check-recent action issues and performance (#1486526)alecpl
- Fix messages order after checking for recent (#1484664) - Fix messages copying - Reset check-recent interval after check-recent by hand