Changeset fc73746 in github
- Timestamp:
- Aug 10, 2007 9:51:53 AM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e715986
- Parents:
- b48bd06
- Files:
-
- 4 edited
-
CHANGELOG (modified) (2 diffs)
-
program/js/app.js (modified) (1 diff)
-
program/steps/addressbook/mailto.inc (modified) (1 diff)
-
skins/default/mail.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r31d9efd rfc73746 9 9 - Protect AJAX request from being fetched by a foreign site (XSS) 10 10 - Make autocomplete for loginform configurable by the skin template 11 - Fix compose function from address book (closes #1484426) 11 12 12 13 … … 20 21 - Added note to INSTALL about .htaccess limiting upload_max_filesize 21 22 - Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini 22 - Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages 23 - Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499) 23 24 - Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed 24 25 -
program/js/app.js
r31d9efd rfc73746 2290 2290 2291 2291 // send request to server 2292 var url = (src ? ' &_source='+urlencode(src) : '') + (page ? '&_page='+page : '');2292 var url = (src ? '_source='+urlencode(src) : '') + (page ? (src?'&':'') + '_page='+page : ''); 2293 2293 this.env.source = src; 2294 2294 -
program/steps/addressbook/mailto.inc
r41bece1 rfc73746 26 26 if ($cid && preg_match('/^[a-z0-9\-_=]+(,[a-z0-9\-_=]+)*$/i', $cid) && $CONTACTS->ready) 27 27 { 28 $CONTACTS->set_page(1); 29 $CONTACTS->set_pagesize(100); 28 30 $recipients = $CONTACTS->search($CONTACTS->primary_key, $cid); 29 31 -
skins/default/mail.css
r4b9efbb rfc73746 656 656 margin: 0px; 657 657 padding: 0px; 658 white-space: -moz-pre-wrap !important; 658 659 white-space: pre; 659 660 font-family: monospace;
Note: See TracChangeset
for help on using the changeset viewer.
