Commit Graph

2657 Commits

Author SHA1 Message Date
thomascube
ed205f4183 Change rcube_user::list_identities() to return an array instead of a sql-result 2009-06-09 08:18:06 +00:00
thomascube
533e8602c0 Add cache-buster to scripts and linked files in skin templates 2009-06-09 08:08:00 +00:00
alecpl
384d83adb9 - make searching aware of 'skip_deleted' 2009-06-08 17:45:09 +00:00
alecpl
78ebe75bce - fix rc_wordwrap() (#1485909) 2009-06-08 06:54:34 +00:00
alecpl
c5ee036866 - fix rcmail_temp_gc() + small code cleanups 2009-06-05 18:03:21 +00:00
alecpl
0b2ce91f25 - Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI 2009-06-05 16:13:24 +00:00
alecpl
74eb6c3ceb - fix bug in last commit 2009-06-05 06:40:25 +00:00
alecpl
79c45f4b18 - fix rep_specialchars_output() performance, remove old 'charset' option use 2009-06-05 06:08:46 +00:00
alecpl
88ed237f7c - speed up plain text messages parsing (up to 60%) 2009-06-04 10:27:19 +00:00
alecpl
b1fb698c49 - added more charset aliases 2009-06-03 18:45:39 +00:00
alecpl
ca85b1c6bb - handle iso-8859-1 as windows-1252
- some fixes for utf8 class
2009-06-03 10:21:19 +00:00
alecpl
09839a59cb - cross-browser css fixes 2009-06-03 08:59:59 +00:00
alecpl
1ae1d85ce4 - use -ms-filter for IE8 opacity 2009-06-03 07:25:01 +00:00
alecpl
47f072523b - Fix displaying of big maximum upload filesize (#1485889) 2009-06-01 16:33:51 +00:00
thomascube
0e99d37a18 Use event system on the client to handle ajax callbacks 2009-06-01 15:35:53 +00:00
alecpl
977078372e - use explode() instead of deprecated in php5.3 split() 2009-06-01 08:09:40 +00:00
alecpl
a17fe620d4 - support browser object in template expressions 2009-05-31 18:14:21 +00:00
alecpl
6138a55f80 - fixed headers prefetching 2009-05-30 17:08:30 +00:00
alecpl
dadefb80b3 - prevent duplicated inserts (#1485867) 2009-05-29 19:10:24 +00:00
alecpl
adc0bf01f5 - allow empty identity name (#1485863) 2009-05-29 07:45:40 +00:00
alecpl
a1fc8d2518 - removed unused and declared in PHP-5.3 quoted_printable_encode function (#1485879) 2009-05-28 06:19:45 +00:00
alecpl
bb5dd5916b - reverted accidentally removed code 2009-05-27 10:09:09 +00:00
alecpl
9b2ccdd9cb - don't unset button title on IE (#1485874) 2009-05-27 10:01:01 +00:00
thomascube
a25d3969a0 Re-enable the permalink command (allows one to choose right-click and open-in-new-tab) 2009-05-26 13:21:57 +00:00
thomascube
b4f7c665bb Tweak default skin with better icons (sprites) and move IE hacks to an external file included by conditional comments 2009-05-26 12:28:04 +00:00
alecpl
8234b4c6bc - Support UID EXPUNGE: remove only moved/deleted messages 2009-05-26 08:50:10 +00:00
alecpl
1301e98110 - Support initial identity name from virtuser_query (#1484003) 2009-05-26 07:01:55 +00:00
alecpl
7dbe2fa6bf - get rid of 'plugins_dir' option, plugins directory must be in Roundcube root (like skins) 2009-05-25 09:22:59 +00:00
alecpl
49dfb0047a - Added message menu (some image needed), removed Print and Source buttons
- Added possibility to save message as .eml file (#1485861)
2009-05-23 14:17:07 +00:00
thomascube
20d50de2d8 Fix URLs to plugin skin directory 2009-05-22 07:59:37 +00:00
thomascube
eb6f198a2d Rename function to correct english spelling 2009-05-22 07:40:05 +00:00
thomascube
029c2fa60e Pass return value of config->load_from_file() back to the plugin 2009-05-21 20:40:10 +00:00
thomascube
c73b195e5d Add function for plugins to load a local config file 2009-05-21 20:34:28 +00:00
thomascube
66f68e9623 Make links with /this/ pointing to the plugins skin directory 2009-05-21 20:02:43 +00:00
thomascube
e7008cd4c6 Add fallback to default skin in plugins + replace links to plugin directory with the real plugin dir 2009-05-21 19:08:25 +00:00
alecpl
969f6b4c8b - support plugin templates 2009-05-21 07:14:05 +00:00
thomascube
0772a7dee2 Fix invalid object reference 2009-05-20 13:12:20 +00:00
alecpl
a5897a3e38 - Support UTF-7 encoding in messages (#1485832) 2009-05-20 09:55:15 +00:00
alecpl
dbe44cd105 - Better support for malformed character names (#1485758) 2009-05-19 19:26:47 +00:00
alecpl
55f54e2b9f - mdb2 bug workaround for identities insert/edition queries (#1485853) 2009-05-18 07:18:31 +00:00
alecpl
74d421d55a - don't show message on unknown error (#1485848) + translate "Server Error!" message 2009-05-17 07:04:51 +00:00
alecpl
2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
2009-05-16 13:01:49 +00:00
alecpl
48958e0512 - Fix Answered/Forwarded flag setting for messages from subfolders 2009-05-15 13:34:04 +00:00
thomascube
f879f4e2f8 Trigger 'create_identity' when creating a new user; Allow 'create_user' hook to abort the operation 2009-05-14 19:26:34 +00:00
thomascube
953ce3f69c Don't write session data on every unset but just remember the unset variables 2009-05-14 07:22:01 +00:00
alecpl
27924acf43 - speed up the whole session cleaning in kill_session() 2009-05-13 07:17:33 +00:00
alecpl
1c5be6f792 - Support UUencode content encoding (#1485839) 2009-05-13 07:09:49 +00:00
alecpl
6481bbcf34 - don't stop on error 2009-05-12 18:46:17 +00:00
svncommit
f22c2cefb4 Really, really logout (fixes r2467). 2009-05-12 14:10:30 +00:00
svncommit
617b4f699f Minimize chance of race condition in session handling (#1485659, #1484678) 2009-05-12 13:26:07 +00:00