thomascube
|
7fe3811c65
|
Changed license to GNU GPLv3+ with exceptions for skins and plugins
|
2012-01-18 11:10:46 +00:00 |
|
thomascube
|
7c2a9310c4
|
Use iframes for identity management
|
2012-01-02 14:44:28 +00:00 |
|
thomascube
|
b540ed15a3
|
Larry is growing up
|
2011-12-14 23:13:38 +00:00 |
|
thomascube
|
e19229ce09
|
Larry's identities settings and about page
|
2011-12-14 11:53:02 +00:00 |
|
alecpl
|
a90ad2840f
|
- Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead
|
2011-12-07 11:39:36 +00:00 |
|
alecpl
|
13d45dfbda
|
- Localize forwarded message header (#1488058)
- pl_PL update
- Fix label: databaserror -> dberror
|
2011-08-28 09:47:15 +00:00 |
|
thomascube
|
bbb1427caa
|
Gracefully shrug on database errors
|
2011-04-19 20:41:24 +00:00 |
|
alecpl
|
e8d5bdc84e
|
- Fix IDNA support when IDN/INTL modules are in use (#1487742)
|
2011-02-03 13:58:07 +00:00 |
|
thomascube
|
f5e7b35307
|
Bumbed version; Roundcube development is not Switzerland only
|
2011-01-12 18:25:02 +00:00 |
|
alecpl
|
3ee5a7200a
|
- Improved Mail-Reply-To and Mail-Followup-To headers handling
|
2010-12-09 19:10:44 +00:00 |
|
alecpl
|
83ba22c77b
|
- Unify template files naming
|
2010-11-04 09:59:55 +00:00 |
|
alecpl
|
1c1e1e39f3
|
- Fix duplicated e-mail field in identity form (#1487054)
|
2010-10-13 19:24:27 +00:00 |
|
alecpl
|
e99991996d
|
- Add Internationalized Domain Name (IDNA) support (#1483894)
|
2010-09-29 12:36:28 +00:00 |
|
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
2010-09-25 13:03:53 +00:00 |
|
alecpl
|
d11fb20061
|
- Added fieldsets in Identity form, added 'identity_form' hook
|
2010-09-02 10:51:23 +00:00 |
|
alecpl
|
b25dfd0913
|
- removed PHP closing tag
|
2010-06-23 09:55:08 +00:00 |
|
alecpl
|
5821ff5123
|
- Don't show a warning on html2text switch when textarea is empty
- Set properly select's value when html2text is aborted
|
2010-03-06 18:59:25 +00:00 |
|
thomascube
|
57f0c81f2c
|
Use request tokens to protect POST requests from CSFR
|
2009-07-15 09:49:35 +00:00 |
|
alecpl
|
82c45a1952
|
- clean up, use simpler _get_email() replacement
|
2009-04-10 08:16:41 +00:00 |
|
alecpl
|
b8ae5093cc
|
- Fix HTML editor initialization on IE (#1485304)
- move back toggle_editor function to editor.js
- merge identity and compose editor init functions
|
2008-11-05 10:19:44 +00:00 |
|
alecpl
|
79af0bb1ba
|
- Add warning when switching editor mode from html to plain (#1485488)
- Unified editor switching functions
|
2008-11-03 14:26:23 +00:00 |
|
alecpl
|
7f59c01a45
|
#1485511: better handling for editing non-existing identities
|
2008-11-03 12:16:15 +00:00 |
|
alecpl
|
ec01712a99
|
- Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
|
2008-10-24 07:57:21 +00:00 |
|
alecpl
|
106d057f84
|
- allow signature textarea size setting from skin + use cols=60
|
2008-09-20 07:56:24 +00:00 |
|
alecpl
|
491a6e2901
|
- Allow and use spellcheck attribute for input/textarea fields (#1485060)
|
2008-09-16 13:58:17 +00:00 |
|
thomascube
|
f645ce169e
|
Redesign of the identities settings + add config option to disable multiple identities
|
2008-09-15 14:53:57 +00:00 |
|
alecpl
|
3bd94b142e
|
- use html2text for signatures in Settings/Identities
|
2008-09-14 08:34:11 +00:00 |
|
alecpl
|
000bb9a55c
|
- localization fix for 'replyto' label length (use short 'replyto' and long 'reply-to')
|
2008-09-13 14:26:57 +00:00 |
|
alecpl
|
e58df3adc9
|
- Added option to select skin in user preferences (#1485031)
- template_exists() moved to rcube_template class
|
2008-06-15 09:19:47 +00:00 |
|
alecpl
|
a55606b122
|
-localized pagetitle in Settings and Address book
-removed useless and not working code
|
2008-05-21 07:45:54 +00:00 |
|
thomascube
|
1854c4525b
|
More code cleanup + oop-ization
|
2008-05-07 09:38:44 +00:00 |
|
thomascube
|
197601ef5f
|
Next step: introduce the application class 'rcmail' and get rid of some global vars
|
2008-04-30 08:21:42 +00:00 |
|
svncommit
|
140d6e9063
|
fix HTML mail sending
|
2008-04-17 04:17:55 +00:00 |
|
alecpl
|
33bb9826a7
|
- added tinyMCE localization setting
- don't use tiny_mce_src.js
|
2008-04-16 08:36:16 +00:00 |
|
svncommit
|
d9344fc349
|
HTML editing fixes, upgrade to TinyMCE v3.0.6
|
2008-04-15 21:22:00 +00:00 |
|
thomascube
|
47124c2279
|
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
|
2008-04-12 13:54:45 +00:00 |
|
svncommit
|
4315b0086b
|
added ability to insert attached images in HTML editor
|
2007-12-11 04:20:01 +00:00 |
|
thomascube
|
fba1f5ab81
|
New class rcube_user + send message disposition notification
|
2007-12-10 15:27:19 +00:00 |
|
thomascube
|
f1154163b0
|
Merged branch devel-addressbook from r443 back to trunk
|
2007-04-28 18:07:12 +00:00 |
|
thomascube
|
2bca6e1da0
|
New (strict) quoting for all kind of strings
|
2006-12-20 14:06:33 +00:00 |
|
svncommit
|
dd792e8253
|
fixed signature issues
|
2006-12-03 22:32:16 +00:00 |
|
thomascube
|
740e9ec007
|
Fixed JS errors in identity list (Bug #1484120)
|
2006-12-01 17:51:59 +00:00 |
|
svncommit
|
5ec6194622
|
fixed css path
|
2006-10-08 23:55:16 +00:00 |
|
svncommit
|
a0109c4933
|
Initial TinyMCE editor support (still need to work on spellcheck and skins)
|
2006-09-14 03:49:28 +00:00 |
|
thomascube
|
89406f36c2
|
Fixed some XSS and SQL injection issues
|
2006-08-16 08:06:31 +00:00 |
|
thomascube
|
1cded85790
|
Re-design of caching (new database table added\!); some bugfixes; Postgres support
|
2005-12-03 16:54:12 +00:00 |
|
thomascube
|
10a699759d
|
Added localized messages to client and check form input
|
2005-11-06 19:26:45 +00:00 |
|
svncommit
|
d7cb77414c
|
more pear/mdb2 integration
|
2005-10-25 15:04:17 +00:00 |
|
svncommit
|
1038d554e4
|
various fixes for correct catalan/spanish display
|
2005-10-20 17:33:39 +00:00 |
|
thomascube
|
30233b8dfb
|
Minor bugfixes and correction of confusing License notfications
|
2005-09-28 22:28:05 +00:00 |
|