source: github/CHANGELOG @ 7f62581

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 7f62581 was 7f62581, checked in by alecpl <alec@…>, 5 years ago
  • Property mode set to 100644
File size: 44.2 KB
Line 
1CHANGELOG RoundCube Webmail
2---------------------------
3
42008/09/16 (alec)
5----------
6- Reduced memory footprint when forwarding attachments (#1485345)
7- Fix inline images handling when replying/forwarding html messages
8- Allow and use spellcheck attribute for input/textarea fields (#1485060)
9- Added icons for forwarded/forwarded+replied messages (#1485257)
10- Added Reply-To to forwarded emails (#1485315)
11- Display progress message for folders create/delete/rename (#1485357)
12- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
13
142008/09/15 (thomasb)
15----------
16- Redesign of the identities settings (#1484042)
17- Add config option to disable creation/deletion of identities (#1484498)
18
192008/09/15 (alec)
20----------
21- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
22
232008/09/12 (alec)
24----------
25- Added vertical splitter for folders list resizing
26- Added possibility to view all headers in message view
27- Fixed splitter drag/resize on Opera (#1485170)
28- Fixed quota img height/width setting from template (#1484857)
29
302008/09/12 (thomasb)
31----------
32- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
33- Insert "virtual" folders in subscription list (#1484779)
34- Added link to open message in new window
35
362008/09/05 (thomasb)
37----------
38- Enable export of address book contacts as vCard
39- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
40- Applied mime_decode patch by David Lublink
41- Allowed max. attachment size now indicated in compose screen (#1485030)
42- Also capture backspace key in list mode (#1484566)
43- Allow application/pgp parts to be displayed (#1484753)
44- Correctly handle options in mailto-links (#1485228)
45- Immediately save sort_col/sort_order in user prefs (#1485265)
46
472008/09/04 (alec)
48----------
49- Truncate very long (above 50 characters) attachment filenames when displaying
50- Support \" and \\ in quoted strings when parsing BODYSTRUCTURE (mime.inc)
51- Allow 'readonly' atributes in input and textarea (#1485312)
52
532008/09/03 (thomasb)
54----------
55- Allow to auto-detect client language if none set (#1484434)
56- Auto-detect the client timezone (user configurable)
57
582008/09/03 (alec)
59----------
60- Add RFC2231 header value continuations support for attachment
61  filenames + hack for servers that not support that feature
62- Fix Reply-To header displaying (#1485314)
63
642008/09/02 (thomasb)
65----------
66- Add feature to import contacts from vcard files (#1326103)
67- Mark form buttons that provide the most obvious operation (mainaction)
68
692008/08/30 (alec)
70----------
71- Improved HTML to TXT conversion by html2text class update
72  to version 1.0.0
73
742008/08/28 (alec)
75----------
76- Added option 'quota_zero_as_unlimited' (#1484604)
77- Added PRE handling in html2text class (#1484740)
78
792008/08/28 (robin)
80----------
81- Added folder hierarchy collapsing
82
832008/08/27 (alec)
84----------
85- Added options to use syslog instead of log file (#1484850)
86- Added Logging & Debugging section in Installer
87- Write to smtp log also sent MDN confirmations
88
892008/08/26 (alec)
90----------
91- Removed support for PEAR::DB driver
92
932008/08/21 (alec)
94----------
95- Add Content-Length header while attachments downloading (#1484256)
96- Fix In-Reply-To and References headers when composing saved draft
97  message (#1485288)
98- Removed PHP4 class constructors
99- Fix html message charset conversion for charsets with underline (#1485287)
100- Fix buttons status after contacts deletion (#1485233)
101
1022008/08/21 (estadtherr)
103----------
104- Fix escaping of To: and From: fields when building message body for reply
105  or forward in the HTML editor (#1484904)
106
1072008/08/15 (thomasb)
108----------
109- Use current mailbox name in template (#1485256)
110- Better fix for skipping untagged responses (#1485261)
111- Added pspell support patch by Kris Steinhoff (#1483960)
112- Enable spellchecker for HTML editor (#1485114)
113- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
114
1152008/08/09 (alec)
116----------
117- Case insensitive contacts searching using PostgreSQL (#1485259)
118
1192008/07/31 (thomasb)
120----------
121- Make default imap folders configurable for each user (#1485075)
122- Save outgoing mail to selectable folder (#1324581)
123- Fix hiding of mark menu when clicking th button again (#1484944)
124
1252008/07/21 (alec)
126----------
127- use long date format in print mode (#1485191)
128
1292008/07/18 (alec)
130----------
131- Updated TinyMCE to version 3.1.0.1
132
1332008/07/14 (thomasb)
134----------
135- Re-enable autocomplete attribute for login form (#1485211)
136- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
137
1382008/06/30 (alec)
139----------
140- Added flag column on messages list (#1484623)
141
1422008/06/24 (alec)
143----------
144- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
145
1462008/06/24 (alec)
147----------
148- Allow trash/junk subfolders to be purged (#1485085)
149
1502008/06/20 (alec)
151----------
152- Added Azerbaijani translation
153
1542008/06/20 (thomasb)
155----------
156- Store compose parameters in session and redirect to a unique URL
157
1582008/06/18 (thomasb)
159----------
160- Fixed CRAM-MD5 authentication (#1484819)
161- Add fallback to old 'skin_path' property
162
1632008/06/16 (alec)
164----------
165- Fixed sending emoticons
166- Fixed forwarding messages with one HTML attachment (#1484442)
167- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
168
1692008/06/15 (alec)
170----------
171- Added option to select skin in user preferences
172  WARNING: option 'skin_path' replaced by 'skin' option!
173
1742008/06/14 (alec)
175----------
176- Added option to disable displaying of attached images below the message body
177
1782008/06/13 (alec)
179----------
180- Added option to display images in messages from known senders (#1484601)
181- Updated PEAR::Mail_Mime
182- User preferences grouped in more fieldsets
183
1842008/06/12 (alec)
185----------
186- Fix corrupted MIME headers of messages in Sent folder (#1485111)
187- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
188- Use keypress instead of keydown to select list's row (#1484816)
189
1902008/06/11 (alec)
191----------
192- Don't call expunge and don't remove message row after message move
193  if flag_for_deletion is set to true (#1485002)
194
1952008/06/08 (alec)
196----------
197- Added option to disable autocompletion from selected LDAP address books (#1484922)
198
1992008/06/07 (thomasb)
200----------
201- Cleaned up localization names. Now named with lang_COUNTRY according to ISO 639-1/3166-1
202- Updated Catalan localization
203
2042008/06/06 (robin)
205----------
206- Add option to log successful logins
207
2082008/06/06 (alec)
209----------
210- TLS support in LDAP connections: 'use_tls' property (#1485104)
211
2122008/06/05 (alec)
213----------
214- Fix removing messages from search set after deleting them (#1485106)
215
2162008/06/03 (alec)
217----------
218- imap.inc: Fixed iil_MultLine(): use iil_ReadBytes() instead of iil_ReadLine()
219- imap.inc: Fixed iil_C_FetchStructureString() to handle many
220  literal strings in response (#1484969)
221- imap.inc: Removed hardcoded data size in iil_ReadLine()
222
2232008/05/30 (alec)
224----------
225- Support for subfolders in default/protected folders (#1484665)
226- Disallowed delimiter in folder name (#1484803)
227- Support " and \ in folder names
228- Escape \ in login (#1484614)
229
2302008/05/29 (thomasb)
231----------
232- Better HTML sanitization with the DOM-based washtml script (#1484701)
233
2342008/05/29 (alec)
235----------
236- Polish localization folder renamed to pl_PL
237
2382008/05/28 (alec)
239----------
240- Fixed sorting of folders with non-ascii characters
241
2422008/05/21 (alec)
243----------
244- Localized pagetitle in Settings and Address Book
245
2462008/05/19 (alec)
247----------
248- Fixed Mysql DDL for default identities creation (#1485070)
249
2502008/05/16 (alec)
251----------
252- In Preferences added possibility to configure 'read_when_deleted',
253  'mdn_requests', 'flag_for_deletion' options
254
2552008/05/15 (thomasb)
256----------
257- Make IMAP auth type configurable (#1483825)
258- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
259
2602008/05/15 (alec)
261----------
262- Fix attachment list on IE 6/7 (#1484807)
263
2642008/05/12 (estadtherr)
265----------
266- fix JavaScript in compose.html that shows cc/bcc fields if populated
267
2682008/05/12 (alec)
269----------
270- Updated PEAR::DB package to version 1.7.13
271
2722008/05/10 (alec)
273----------
274- Make password input fields of type password in installer (#1484886)
275
2762008/05/09 (alec)
277----------
278- Don't call CAPABILITY if was recieved as server's optional response
279  on connect (RFC3501 [7.1])
280
2812008/05/08 (alec)
282----------
283- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
284- Optimized messages sorting on servers without sort capability (#1485049)
285- Option 'use_SQL_address_book' replaced by 'address_book_type'
286- Corrected message headers decoding when charset isn't specified and improved
287  support for native languages (#1485050, #1485048)
288
2892008/05/07 (davidke/richs)
290----------
291- Completed LDAP address book support so it can now write to an LDAP server.
292- Expanded LDAP configuration options to support LDAP server writes.
293- Modified config/main.inc.php.dist:
294  New Option: $rcmail_config['use_SQL_address_book']
295  Changed Option:  $rcmail_config['ldap_public']['Verisign']
296
2972008/05/05 (alec)
298----------
299- Installer: encode special characters in DB username/password (#1485042)
300- Do charset conversion also for from/to column on messages list
301- Fix management of folders with national characters in names (#1485036, #1485001)
302
3032008/05/02 (alec)
304----------
305- Updated MDB2 package to version 2.5.0b1
306- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1
307- Updated MDB2 mssql driver to version 1.3.0b1
308- Fixed identities saving when using MDB2 pgsql driver (#1485032)
309
3102008/05/01 (alec)
311----------
312- Fix BCC header reset (#1484997)
313
3142008/04/30 (thomasb)
315----------
316- Introduce new application class 'rcmail' and get rid of some global vars
317
3182008/04/29 (alec)
319----------
320- improved messages list performance - patch from Justin Heesemann
321
3222008/04/23 (alec)
323----------
324- Append skin_path to images location only when it starts
325  with '/' sign (#1484859)
326
3272008/04/20 (estadtherr)
328----------
329- fix parse_attrib_string to handle unquoted values, which fixes
330  display issues with HTML messages that do not quote attributes
331
3322008/04/17 (alec)
333----------
334- Fix IMAP response in message body when message has no body (#1484964)
335- Updated PEAR::Auth_SASL to 1.0.2
336- Fix non-RFC dates formatting (#1484901)
337
3382008/04/16 (estadtherr)
339----------
340- Fix mail sending with new TinyMCE
341
3422008/04/16 (alec)
343----------
344- Fix typo in set_charset() (#1484991)
345- Decode entities when inserting HTML signature to plain text message (#1484990)
346
3472008/04/15 (estadtherr)
348----------
349- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
350- fix signature loading on Windows (#1484545)
351- add language support to HTML editing (#1484862)
352
3532008/04/15 (alec)
354----------
355- Fix remove signature when replying (#1333167)
356- Fix problem with line with a space at the end (#1484916)
357- Don't send set_env() in ajax response when env array is empty
358- Fix <!DOCTYPE> tag filtering (#1484391)
359- Fix <?xml> tag filtering (#1484403)
360 
3612008/04/14 (alec)
362----------
363- Added sections (fieldset+label) in Settings interface
364
3652008/04/12 (alec)
366----------
367- Fixed and optimized 'read_when_deleted': mark as read on server side
368  in one action when marking as deleted, fixed js bugs when deleting
369  from message preview page
370
3712008/04/12 (thomasb)
372----------
373- Changed codebase to PHP5 with autoloader
374- Added some new classes from devel-vnext branch
375
3762008/04/11 (alec)
377----------
378- Mark as read in one action with message preview (#1484972)
379- Delete redundant quota reads (#1484972)
380- Add options for empty trash and expunge inbox on logout (#1483863)
381
3822008/04/10 (alec)
383----------
384- Add rows highlighting in onmousemove on ksearch list
385- Remove lines wrapping when displaying message
386- Fix month localization
387- Do ob_start/ob_end_clean when reading config files (#1484624)
388- Fix debug (ajax) console
389
3902008/04/02 (alec)
391----------
392- Updated timezones list (#1484908)
393- Fix design in Settings (#1484799)
394- Fix deleting messages after clicking on "All" (#1484838)
395- Fix sorting o0f message list when default folder is empty (#1484317)
396- Fix creating a new folder w/a comma in its name (#1484681)
397
3982008/04/01 (thomasb)
399----------
400- Fix Enter problem on login (#1484839)
401- Make the http-received header in outgoing mails configurable
402
4032008/03/30 (till)
404----------
405- Fix Firefox problem with ob_gzhandler (#1484932)
406- Improve message previewpane - less loading (#1484316)
407
4082008/03/28 (thomasb)
409----------
410- Disable installer by default; add config option to enable it again
411
4122008/03/24 (till)
413----------
414- Don't send mark requests for already marked messages (#1484906)
415- Fix "quote inside a quote" (#1484783)
416
4172008/03/23 (till)
418
419- Applied patch to strip newlines from headers (#1484811)
420- Applied patch to trim login (#1484231)
421- Added robots.txt
422- Fix attachment problem when restoring saved draft without body (#1484506)
423- Fix call to undefined function decrypt_passwd() 
424
4252008/03/21 (thomasb)
426----------
427- Add configurable default charset for message decoding
428- Applied patch to fix mime decoding an folder subscription (#1484191)
429- Applied patch to correctly quote email recipient strings (#1484191)
430- Fix wrong charset aliases (#1484818 and #1484598)
431- Remove hard-coded size of logo image (#1484378)
432- Strip slashes from virtuser email values (#1484700)
433- Fixed message part window display in IE6 (#1484610)
434
4352008/02/28 (thomasb)
436----------
437- Fix folder adding/renaming inspired by #1484800
438- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets
439- Fix quirky message selection
440- Completed installer
441
4422008/02/20 (thomasb)
443----------
444- Localize folder name in page title (#1484785)
445- Fix code using wrong variable name (#1484018)
446- Allow to send mail with BCC recipients only
447- Remove MDN headers before saving in sent folder
448
4492008/02/12 (estadtherr)
450----------
451- fix switching between HTML/plain composing (#1484752)
452- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
453- fix image removal in message display when message HTML includes JS event handlers
454
4552008/02/11 (thomasb)
456----------
457- Add function to mark the selected messages as read/unread (#1457360)
458- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
459- Show message count in folder list and hint when creating a subfolder
460
4612008/02/08 (thomasb)
462----------
463- Distinguish ssl and tls for imap connections (#1484667)
464- Added some charset aliases to fix typical mis-labelling (#1484565)
465
4662008/02/07 (thomasb)
467----------
468- Remember decision to display images for a certain message during session (#1484754)
469- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
470- Fix size of the attachment preview frame (#1484758)
471
4722008/02/05 (thomasb)
473----------
474- Fix regular expression for checking e-mail address (#1484710)
475- Make sending of read receipts configurable
476- Respect config when localize folder names (#1484707)
477- Applied patch for updating page title (#1484727, #1484650)
478- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449)
479- Applied patch to prevent bad header delimiters (#1484751)
480- Also send search request when deleting a contact (#1484620)
481- Add CSS hack for Safari
482
4832008/02/02 (thomasb)
484----------
485- Always update $CONFIG with user prefs (#1484729)
486- Don't ask for MDN confirmations on drafted messages (#1484691)
487- Also respect receipt and priority settings when re-opening a draft message
488
4892008/01/31 (robin)
490----------
491- Remember search results (closes #1483883), patch by the_glu
492
4932008/01/08 (tomekp)
494----------
495- add he (Hebrew) localization (#1484713)
496
4972008/01/08 (tomekp)
498----------
499- update fr localization
500
5012008/01/04 (tomekp)
502- purge kur_KU because it has no messages translation
503- bump copyright for all localization files
504
5052007/12/31 (tomekp)
506----------
507- update es localization
508
5092007/12/28 (tomekp)
510----------
511- update mk localization
512
5132007/12/27 (tomekp)
514----------
515- update se localization
516
5172007/12/13 (robin)
518----------
519- Add Received header on outgoing mail
520
5212007/12/10 (estadtherr)
522----------
523- Upgrade to TinyMCE 2.1.3
524- Allow inserting image attachments into HTML messages while composing (#1484557)
525
5262007/12/10 (thomasb)
527----------
528- Delegate user-stuff to new class rcube_user
529- Implement Message-Disposition-Notification (Receipts)
530
5312007/12/05 (tomekp)
532----------
533- update bg, uk localization
534
5352007/12/04 (tomekp)
536----------
537- update bg localization
538
5392007/11/25 (thomasb)
540----------
541- Applied UID fetch patch by Glen Ogilvie
542- Applied patch for correct Postgres instructions from ticket #1484674
543- Fix overriding of session vars when register_globals is on (#1484670)
544- Fix wrong Postgres setup instructions in INSTALL (#1484674)
545- Fix bug with case-sensitive folder names (#1484245)
546- Don't create default folders by default
547- Added Georgian localization by Zaza Zviadadze
548- Updated Russian localization
549- Fixed some potential security risks (audited by Andris)
550- Only show new messages if they match the current search (#1484176)
551
5522007/11/20 (tomekp)
553----------
554- add Korean (kr) localization
555
5562007/11/14 (tomekp)
557----------
558- update id_ID localization
559
5602007/11/06 (thomasb)
561----------
562- Switch to/from when searcing in Sent folder (#1484555)
563- Correctly read the References header (#1484646)
564- Unset old cookie in before sending a new value (#1484639)
565- Correctly decode attachments when downloading them (#1484645 and #1484642)
566
5672007/10/22 (tomekp)
568----------
569- update ru, eo localizations
570
5712007/10/17 (thomasb)
572----------
573- Make message listing less error prone
574
5752007/10/10 (thomasb)
576----------
577- Suppress IE errors when clearing attachments form (#1484356)
578- Set preferences field in user table to NULL (#1484386)
579- Log error when login fails due to auto_create_user turned off
580- Update UPGRADING instructions
581
5822007/10/05 (tomekp)
583----------
584- Add Esperanto localization
585
5862007/10/04 (Stiwi)
587----------
588- Updated German localization
589
5902007/10/04 (yllar)
591----------
592- Added Malay localization
593- Updated Lithuanian localization
594
5952007/09/27 (tomekp)
596----------
597- Update dutch localization (closes #1484588)
598
5992007/09/29 (thomasb)
600----------
601- Filter linked/imported CSS files (closes #1484056)
602
603
6042007/09/27 (tomekp)
605----------
606- Update brazilian portuguese localization (#1484580)
607
6082007/09/26 (thomasb)
609----------
610- Improve message compose screen (closes #1484383)
611- Select next row after removing one from list (#1484387)
612
613
6142007/09/26 (tomekp)
615----------
616- Add polish labels for changes in r816.
617- Update polish localization (#1484579)
618- Update thai localization (#1484578)
619
6202007/09/25 (robin)
621----------
622- Enable drag-/dropping of folders to a new parent folder (#1457344)
623
624
6252007/09/24 (robin)
626----------
627- Fix preview pane size for Safari & Konqueror (#1484187)
628
629
6302007/09/20 (robin)
631----------
632- Make smtp HELO/EHLO hostname configurable (#1484067)
633
634
6352007/09/19 (thomasb)
636----------
637- IPv6 Compatability (#1484322), Patch #1484373
638- Unlock interface when message sending fails (#1484570)
639- Eval PHP code in template includes (if configured)
640- Show message when folder is empty. Mo more static text in table (#1484395)
641- Only display unread count in page title when new messages arrived
642- Show mailbox name in page title
643
644
6452007/09/09 (thomasb)
646----------
647- Fixed wrong delete button tooltip (#1483965)
648- Fixed charset encoding bug (#1484429)
649- Applied patch for LDAP version (#1484552)
650- Improved XHTML validation
651
652
6532007/09/05 (thomasb)
654----------
655- Fix message list selection (#1484550)
656- Better fix lowercased usernames (#1484473)
657- Update pngbehavior Script as suggested in #1484490
658
659
6602007/08/29 (richs)
661----------
662- Fixed moving/deleting messages when more than 1 is selected
663
6642007/08/15 (thomasb)
665----------
666- Applied patch for LDAP contacts listing by Glen Ogilvie
667- Applied patch for more address fields in LDAP contacts (#1484402)
668- Close LDAP connections on script shutdown
669
670
6712007/08/13 (thomasb)
672----------
673- Add alternative for getallheaders() (fix #1484508)
674- Revert changes for mbstring usage (fix #1484509)
675
676
6772007/08/10 (thomasb)
678----------
679- Identify mailboxes case-sensitive
680- Sort mailbox list case-insensitive (closes #1484338)
681- Fix display of multipart messages from Apple Mail (closes #1484027)
682- Protect AJAX request from being fetched by a foreign site (XSS)
683- Make autocomplete for loginform configurable by the skin template
684- Fix compose function from address book (closes #1484426)
685- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
686- Check if mbstring supports charset (#1484290 and #1484292)
687- Prefer iconv over mbstring (as suggested in #1484292)
688- Check filesize of template includes (#1484409)
689- Updated Simplified Chinese localization
690- Added Ukrainian translation
691
692
6932007/08/09 (richs)
694----------
695- Fixed bug with buttons not dimming/enabling properly after switching folders
696- Fixed compose window becoming unresponsive after saving a draft (#1484487)
697- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
698- Fixed unresponsive interface issue when downloading attachments (#1484496)
699- Lowered status message time from 5 to 3 seconds to improve responsiveness
700- Added note to INSTALL about .htaccess limiting upload_max_filesize
701- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
702- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
703- Fixed empty-message sending with TinyMCE plain-text mode, or if it's not installed
704
705
7062007/07/03 (thomasb)
707----------
708- Added Macedonian (Slavic FYROM) localization
709- Fix status message bug #1484464 with regard to #1484353
710- Fix address adding bug reported by David Koblas
711- Applied socket error patch by Thomas Mangin
712
713
7142007/06/28 (tomekp)
715----------
716- fix typos in Polish localization (Janusz Zamecki)
717
718
7192007/06/27 (tomekp)
720----------
721- Update Polish (Janusz Zamecki), Croatian (Svebor Prstacic) localization
722
723
7242007/06/12 (thomasb)
725----------
726- Updated Turkish, Polish, Finnish/Suomi, Japanese, Hungarian, Greek, Euskara localization
727- Added Irish/Gaelic translation
728- Little correction in Swedish translation
729- Quote username for virtuser_query
730- Pass-by-reference workarround for PHP5 in sendmail.inc
731
732
7332007/06/04 (estadtherr)
734----------
735- Fixed bug in HTML->Plain editor toggling
736
737
7382007/05/28 (thomasb)
739---------
740- Fixed buggy imap_root settings (closes #1484379)
741- Prevent default events on subject links (#1484399)
742- Typo in rcube_smtp.inc
743
744
7452007/05/23 (estadtherr)
746----------
747- Upgrade to TinyMCE v2.1.1.1
748
749
7502007/05/18 (thomasb)
751----------
752- Use HTTP-POST requests for actions that change state
753
754
7552007/05/17 (thomasb)
756----------
757- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
758- Renamed localization folder for Chinese (Big5)
759- Chanegd Slovenian language code from 'si' to 'sl'
760- Added Sinhala (Sri-Lanka) localization
761- Use global filters and bind username/ for Ldap searches (#1484159)
762- Hide quota display if imap server does not support it
763- Hide address groups if no LDAP servers configured
764- Add link to message subjects (closes #1484257)
765- Better SQL query for contact listing/search (closes #1484369)
766
767
7682007/05/13 (thomasb)
769----------
770- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
771- Fixed marking as read in preview pane (closes #1484364)
772- CSS hack to display attachments correctly in IE6
773- Wrap message body text (closes #1484148)
774
775
7762007/05/03 (yllar)
777----------
778- Updated French, Lithuanian, Armenian, Spanish and Italian translations
779
780
7812007/05/01 (thomasb)
782----------
783- Updated German, Euskara, Hungarian, Romanian and Spanish translation
784- Added Hindi and Kurdish localization
785
786
7872007/04/28 (thomasb)
788----------
789- LDAP access is back in address book (closes #1484087)
790- Added search function for contacts
791- New Template parsing and output encoding
792- Fixed bugs #1484119 and #1483978
793
794
7952007/04/08 (thomasb)
796----------
797- Fixed message moving procedure (closes #1484308)
798- Fixed display of multiple attachments (closes #1466563)
799- Fixed check for new messages (closes #1484310)
800- List attachments without filename
801
802
8032007/03/27 (thomasb)
804----------
805- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
806  Should close bugs #1483951 and #1484299
807
808
8092007/03/23 (thomasb)
810----------
811- Correctly translate mailbox names (closes #1484276)
812- Quote e-mail address links (closes #1484300)
813
814
8152007/03/21 (thomasb)
816----------
817- Updated PEAR::Mail_mime package
818- Added Persian localization
819- Updated Catalan and Brazilian Portuguese translations
820- Updated INSTALL manual with a note about database passwords
821- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
822- Sanitize input for new users/identities (thanks Colin Alston)
823
824
8252007/03/19 (thomasb)
826----------
827- Don't download HTML message parts
828- Convert HTML parts to plaintext if 'prefer_html' is off
829- Correctly parse message/rfc822 parts (closes #1484045)
830- Code cleanup
831
832
8332007/03/18 (thomasb)
834----------
835- Also use user_id for unique key in messages table (closes #1484074)
836- Hide contacts drop down on blur (closes #1484203)
837- Make entries in contacts drop down clickable
838- Turn off browser autocompletion on login page
839- Quote <? in text/html message parts
840- Hide border around radio buttons
841- Replaced old JS function calls.
842
843
8442007/03/13 (thomasb)
845----------
846- Applied patch for attachment download by crichardson (closes #1484198)
847- Fixed bug in Postgres DB handling (closes #1484068)
848- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
849- Fixed array_merge bug (closes #1484281)
850- Fixed flag for deletion in list view (closes #1484264)
851- Finally support semicolons as recipient separator (closes ##1484251)
852- Fixed message headers (subject) encoding
853
854
8552007/03/04 (tomekp)
856----------
857- check if safe mode is on or not (closes #1484269)
858
859
8602007/03/02 (thomasb)
861----------
862- Show "no subject" in message list if subject is missing (closes #1484243)
863- Solved page caching of message preview (closes #1484153)
864- Only use gzip compression if configured (closes #1484236)
865
866
8672007/02/25 (estadtherr)
868----------
869- Fixed priority selector issue (#1484150)
870- Upgraded to TinyMCE v2.1.0
871
872
8732007/02/21 (thomasb)
874----------
875- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
876- Prevent from double quoting of numeric HTML character references (closes #1484253)
877
878
8792007/02/07 (tomekp)
880----------
881- Updated (bg) translation (Doichin Dokov)
882
883
8842007/02/06 (tomekp)
885----------
886- Updated (pl) translation
887- Updated (pt_BR) translation (Robson F. Ramaldes)
888- Big cleanup in program/localization
889
890
8912007/02/05 (thomasb)
892----------
893- Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation
894
895
8962007/01/07 (estadtherr)
897----------
898- Fixed display of HTML message attachments (closes #1484178)
899
900
9012007/01/07 (thomasb)
902----------
903- Applied patch for preview caching (closes #1484186)
904- Added Thai and Vietnamese localization files
905
906
9072006/12/29 (thomasb)
908----------
909- Added error handling for attachment uploads
910- Use multibyte safe string functions where necessary (closes #1483988)
911- Updated Swiss German localization (de_CH)
912
913
9142006/12/22 (thomasb)
915----------
916- Applied security patch to validate the submitted host value (by Kees Cook)
917- Applied security patch to validate input values when deleting contacts (by Kees Cook)
918- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
919- Applied a patch to more aggressively sanitize a HTML message
920- Visualize blocked images in HTML messages
921
922
9232006/12/20 (thomasb)
924----------
925- Fixed wrong message listing when showing search results (closes #1484131)
926- Introduced functions Q() and JQ() as aliases for rep_specialchars_output()
927- Show remote images when opening HTML message part as attachment
928
929
9302006/12/17 (thomasb)
931----------
932- Added patch by Ryan Rittenhouse & David Glick for a resizeable preview pane
933
934
9352006/12/06 (thomasb)
936----------
937- Improve memory usage when sending mail (closes #1484098)
938- Mark messages as read once the preview is loaded (closes #1484132)
939- Include smtp final response in log (closes #1484081)
940
941
9422006/12/04 (thomasb)
943----------
944- Corrected date string in sent message header (closes #1484125)
945- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
946- Changed srong tooltips for message browse buttons (closes #1483930)
947
948
9492006/12/03 (estadtherr)
950----------
951- Added fix to convert HTML signatures for plain text messages
952- Fixed signature delimeter character to be standard (Bug #1484035)
953
954
9552006/12/01 (thomasb)
956----------
957- Implemented preview pane
958- Fixed XSS vulnerability (Bug #1484109)
959- Remove newlines from mail headers (Bug #1484031)
960- Selection issues when moving/deleting (Bug #1484044)
961- Applied patch of Clement Moulin for imap host auto-selection
962- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
963- Fixed folder name encoding in subscription list (Bug #1484113)
964- Fixed JS errors in identity list (Bug #1484120)
965- Show client debug console on debug_level 8
966- Added Serbian translation
967- Updated Spanish and Bulgarian localization
968
969
9702006/11/22 (robin)
971----------
972- Fix a bug introduced with Shift-Del yesterday
973
974
9752006/11/21 (robin)
976----------
977- Add missing nl_NL translations
978- Translate foldernames in folder form (closes #1484113)
979
980
9812006/11/21 (robin)
982----------
983- Added first and last buttons to message list, address book
984  and message detail
985- Pressing Shift-Del bypasses Trash folder
986- Enable purge command for Junk folder
987
988
9892006/11/17 (robin)
990----------
991- Re-initialize message list after shift-select and delete
992
993
9942006/11/16 (robin)
995----------
996- Fixed updating message list after expunge and purge
997- Fetch all aliases if virtuser_query is used instead
998  of only the first one
999
1000
10012006/11/11 (estadtherr)
1002----------
1003- fixed deletion/moving of messages from within "show" page
1004
1005
10062006/11/09 (thomasb)
1007----------
1008- Little bugfix in HTML encoding
1009- Fixed encoding issues and delete-on-reply problem
1010- Corrected template parsing
1011
1012
10132006/11/07 (estadtherr)
1014----------
1015- Upgraded to TinyMCE v2.0.8
1016- Fixed CSS path for editor popups
1017
10182006/09/26 (estadtherr)
1019----------
1020- Added spellchecker plugin to TinyMCE configuration
1021- Fixed HTML/Plain toggle labels
1022
1023
10242006/09/24 (thomasb)
1025----------
1026- Partial client re-write with a common list class
1027- Re-enabled multi select of contacts (Bug #1484017)
1028- Enable contact editing right after creation (Bug #1459641)
1029- Updated Hungarian, Estonian and Traditional Chinese localization
1030
1031
10322006/09/19 (thomasb)
1033----------
1034- Correct UTF-7 to UTF-8 conversion if mbstring is not available
1035
1036
10372006/09/13 (estadtherr)
1038----------
1039- Introduction of TinyMCE HTML editor support for message composition and signatures
1040  Note : a new column is added to the "identities" database table
1041
1042
10432006/09/12 (estadtherr)
1044----------
1045- Fixed html2text treatment of table headers (Bug #1484020)
1046- Fixed IMAP fetch of message body (Bug #1484019)
1047
1048
10492006/09/08 (thomasb)
1050----------
1051- Fixed safe_mode problems (Bug #1418381)
1052- Fixed wrong header encoding (Bug #1483976)
1053
1054
10552006/09/07 (thomasb)
1056----------
1057- Made automatic draft saving configurable
1058- Fixed JS bug when renaming folders (Bug #1483989)
1059- Don't wait for complete page load when calling JavaScript init()
1060- Some improvements to prevent session expiration
1061- Prevent from double submit of spell check requests
1062
1063
10642006/09/01 (thomasb)
1065----------
1066- Imporoved message parsing and HTML validation
1067- Added quota display as image (by Brett Patterson)
1068- Corrected creation of a message-id
1069- Updated Norwegian (bokmal) localization
1070
1071
10722006/08/30 (thomasb)
1073----------
1074- New indentation for quoted message text
1075- Improved HTML validity
1076
1077
10782006/08/28 (estadtherr)
1079----------
1080- Fixed URL character set (Ticket #1445501)
1081- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
1082
1083
10842006/08/25 (thomasb)
1085----------
1086- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
1087- Finalized new message parsing (+ chaching)
1088- Updated SQL scripts and UPGRADING instructions
1089
1090
10912006/08/23 (thomasb)
1092----------
1093- Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
1094
1095
10962006/08/20 (thomasb)
1097----------
1098- Fixed wrong usage of mbstring (Bug #1462439)
1099- Set default spelling language (Ticket #1483938)
1100- Added support for Nox Spell Server
1101
1102
11032006/08/18 (thomasb)
1104----------
1105- Re-built message parsing (Bug #1327068)
1106  Now based on the message structure delivered by the IMAP server.
1107- Fixed some XSS and SQL injection issues
1108
1109
11102006/08/10 (thomasb)
1111----------
1112- Fixed charset problems with folder renaming
1113
1114
11152006/08/04 (thomasb)
1116----------
1117- Fixed Bug in saving identities (Ticket #1483915)
1118- Set folder name in window title (Bug #1483919)
1119- Don't add imap_root to INBOX path (Bug #1483816)
1120- Attempt to create default folders only after login
1121- Avoid usage of $CONFIG in rcube_imap class
1122
1123
11242006/07/30 (thomasb)
1125----------
1126- Alter links in HTML messages (Bug #1326402)
1127- Added fallback if host not found in 'mail_domain' array
1128- Applied patch of Charles to highlight droptargets (Ticket #1473034)
1129- Fixed folder renaming (Bug #1483914)
1130- Added confirmation message after deleting a folder
1131
1132
11332006/07/25 (thomasb)
1134----------
1135- Made folder renaming a bit more ajax-style
1136- Changed rename-labels and German translation
1137- Fixed addressbox countbar width (Bug #1483845)
1138- Fixed refresh interval problems in Safari (Bug #1483902)
1139- Fixed clear_message_list_header() errors (Bug #1483898)
1140- Sanity check of $message_set in imap.inc (Bug #1443200)
1141- Added correct changing of message list headers for Sent folder
1142- Updated Spanish localization (Ticket #1483887)
1143- Applied patch #1483846
1144
1145
11462006/07/24 (richs)
1147----------
1148- Draft window no longer reloads. It saves to an iframe in the background instead (fixes bug #1483869)
1149- Draft timer now part of program/js/app.js instead of skins/default/templates/compose.inc
1150- Draft saving now properly returns an error when saving fails
1151- Draft timer stops and resets properly when attachments are uploaded, or when saving manually
1152- Old compose session/attachments are now cleaned up when a new/forward/reply/draft is made/opened
1153
1154
11552006/07/19 (thomasb)
1156----------
1157- Correct entity encoding of link urls (HTML validity)
1158- Improved usability in compose step (Ticket #1483807)
1159- Added absolute URLs to several buttons (for "open in new window")
1160- Applied patch #1328032
1161- Fixed Bug/Patch #1443200
1162
1163
11642006/07/18 (thomasb)
1165----------
1166- Fixed password with spaces issue (Bug #1364122)
1167- Replaced _auth hash with second cookie (Ticket #1483811)
1168- Don't use get_input_value() for passwords (Bug #1468895)
1169- Made password encryption key configurable
1170- Minor bugfixes with charset encoding
1171- Added <label> tags to forms (Ticket #1483810)
1172
1173
11742006/07/07 (thomasb)
1175----------
1176- Fixed INSTALL_PATH bug #1425663
1177
1178
11792006/07/03 (richs)
1180----------
1181- Fixed compatibility with in-body email addresses containing "+" (Bug #1483836)
1182- Updated French localizations (Ticket #1483862)
1183- Incoming messages can now be moved to Drafts, edited, saved, then moved back (Feature #1436191)
1184- Added Firefox workaround when clicking whitespace to drag messages (Bug #1483857)
1185- Corrected Dutch and Italian localizations (Ticket #1483851 and #1483848)
1186- Enabled 'Empty' (purge) command for Junk mailbox (defined in main.inc.php)
1187
1188
11892006/06/30 (richs)
1190----------
1191- Fixed empty INBOX compatibility bug (Patch #1443200)
1192- Temporarily fixed French "compact" localization (Patch #1483862)
1193- Fixed "Select All" not working with Delete interface button (Bug #1332434)
1194- Fixed messsage list column compatibility with Konqueror (Bug #1395711)
1195- Fixed "unread count" in window title when count changed (Bug #1483812)
1196- Fixed DB error when deleting from message table (Patch #1483835)
1197
1198
11992006/06/29 (richs)
1200----------
1201- Added ability to remove attachments (Feature #1436721)
1202- Default folders are now auto-created on first login (Feature #1471594)
1203- Fixed compatibility with folder apostrophes (e.g.: Joe's Folder) (Bug #1429458)
1204- Corrected Italian localizations
1205- Tweaked rename-folder form to clear after a rename
1206
1207
12082006/06/26 (richs)
1209----------
1210- Added button to immediately check for new messages
1211- New message checking now displays status "Checking for new messages..."
1212- New message checking now looks for unread messages in all mailboxes (Feature #1326401)
1213- Task buttons now respond to clicks by darkening (as in other applications)
1214- Fixed "Sender" column changing to "Recipient" for "Sent" and "Drafts" message lists
1215- Added ability to sort messages by "Size"
1216- Added ability to rename folders (Feature #1326396)
1217- Added 'protect_default_folders' option to main.inc.php to prevent renames/deletes/unsubscribes of default folders
1218- Corrected 5 typos of "INSTLL" to "INSTALL" in program/include/main.inc
1219
1220
12212006/06/25
1222----------
1223- Changed behavior to include host-specific configuration (Bug #1483849)
1224- Assume ISO-8859-1 encoding of mail messages by default (Patch #1483839)
1225- Fixed spell checker to work with the new URL at google.com
1226- Some memory and security optimizations sendmail.inc
1227- Updated UGRADING description
1228
1229
12302006/06/19
1231----------
1232- Added Drafts support (Feature #1326839) (richs)
1233
1234
12352006/06/02
1236----------
1237- Updated Estonian localization and moved from ee to et
1238- Added Bulgarian localization
1239
1240
12412006/05/25
1242----------
1243- Finalized GoogieSpell integration
1244
1245
12462006/05/18
1247----------
1248- Added Arabic and Armenian localizations
1249- Updated Russian localization
1250- Removed MDB2 classes from repository. Install them seperately if used.
1251- Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
1252- Allow & in e-mail addresses
1253
1254
12552006/05/05
1256----------
1257- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201)
1258- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069)
1259- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140)
1260- Corrected INSTALL description (Bug #1476106)
1261- Added charset to javascript HTTP headers
1262- Fixed Opera bug with CC and BCC fields (Bug #1474576)
1263- Changed login page title regarding product name (Bug #1476413)
1264- Pimped search function
1265- Applied attachment viewing/forwarding patches by Andrew Fladmark
1266- Applied prev/next patch by Leonard Bouchet
1267- Applied patches by Mark Bucciarelli
1268- Applied patch for requesting receipts by Salvatore Ansani
1269- Integrated GoogieSpell as suggested by phil (styling is not perfect yet, localization is missing)
1270
1271
12722006/04/13
1273----------
1274- Added Slovenian localization
1275- Updated Portuguese localization
1276- Fixed parent.location problem for compose-links
1277- Added sort order saving patch by Jacob Brunson
1278- Added gzip compression support
1279
1280
12812006/04/02
1282----------
1283- Added Lithuanian localization
1284- Improved search function
1285- Added version string as template object
1286- Load host-specific configuration file (see config/main.inc.php)
1287- New config parameter adding domain to user names for login
1288- Strip tags on _auth, _action, _task parameters
1289- Corrected labels for next/previous page buttons in address book
1290
1291
12922006/03/23
1293----------
1294- Auto-detect mail header delimiters
1295- Regard daylight savings
1296- Localized quota display
1297- Started implementing search function
1298
1299
13002006/03/20
1301----------
1302- Avoid error message when saving an unchanged identity (Bug #1429510)
1303- Fixed hard-coded cols selection for sent folder (Bug #1354586)
1304- Enable some HTML links for use with "open in new window" or "save target"
1305- Check meta-key instead of ctrl on Macs
1306- Ignore double clicks when holding down a modifier key
1307- Fixed reloading of the login page
1308- Fixed typo in compose template (Bug #1446852)
1309- Added compose button to message read step (Request #1433288)
1310- New config parameter for persistent database connections (Bug #1431817)
1311
1312
13132006/03/14
1314----------
1315- Don't remove internal HTML tags in plaintext messages
1316- Improved error handling in DB connection failure
1317
1318
13192006/02/22
1320----------
1321- Updated localizations
1322- Fixed bug #1435989
1323
1324
13252006/02/19
1326----------
1327- Updated localizations
1328- Applied patch of Anders Karlsson
1329- Applied patch of Jacob Brunson
1330- Applied patch for virtuser_query by Robin Elfrink
1331- Added support for References header (patch by Auke)
1332- Added support for mbstring module by Tadashi Jokagi
1333- Added function for automatic remove of slashes on GET and POST vars
1334  if magic_quotes is enabled
1335
1336
13372006/02/05
1338----------
1339- Added Slovak, Hungarian, Bosnian and Croation translation
1340- Fixed bug when inserting signatures with !?&
1341- Chopping message headers before inserting into the message cache table
1342  (to avoid bugs in Postgres)
1343- Allow one-char domains in e-mail addresses
1344- Make product name in page title configurable
1345- Make username available as skin object
1346- Added session_write_close() in rcube_db class destructor to avoid problems
1347  in PHP 5.0.5
1348- Use move_uploaded_file() instead of copy() for a more secure handling of
1349  uploaded attachments
1350- Additional config parameter to show/hide deleted messages
1351- Added periodic request for checking new mails (Request #1307821)
1352- Added EXPUNGE command
1353- Optimized loading time for mail interface
1354- Changed to full UTF-8 support
1355- Additional timezones (Patch #1389912)
1356- Added LDAP public search (experimental)
1357- Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364)
1358- Casting to strings when adding empty headers to message cache (Bug #1406026)
1359- Skip sender-address as recipient when Reply-to-all
1360- Fixes in utf8-class
1361- Added patch for Quota display by Aury Fink Filho <nuny@aury.com.br>
1362- Added garbage collector for message cache
1363- Added patches for BCC headers
1364
1365
13662005/12/16
1367----------
1368- Added Turkish and Simplified Chinese translation
1369- Use virtusertable to resolve e-mail addresses at login
1370- Configurable mail_domain used to compose correct e-mail addresses
1371  on first login
1372
1373
13742005/12/03
1375----------
1376- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian,
1377  Estonian and Chinese translation
1378- Get IMAP server capabilities in array
1379- Check for NAMESPACE capability before sending command
1380- Set default user language from config 'locale_string'
1381- Added sorting patch for message list
1382- Make default sort col/order configurable
1383- Fixed XSS in address book and identities
1384- Added more XSS protection (Bug #1308236)
1385- Added tab indexes for compose form
1386- Added 'changed' col to contacts table
1387- Support for 160-bit session hashes
1388- Added input check for contacts and identities (Patch #1346523)
1389- Added messages/warning to compose step (Patch #1323895)
1390- Added favicon to the default skin
1391- Fixed Bug #1334337 as far as possible
1392- Added Reply-To-All functionality (Request #1326395, Patch #1349777)
1393- Redesign of client side AJAX code (enable multi threading)
1394- Added keep-alive signal every minute
1395- Make logs dir configurable
1396- Added support for SMTPS
1397- Decode attachment file names
1398- Make delimiter for message headers configurable
1399- Add generic footer to sent messages
1400- Choose the rigt identity when replying
1401- Remove signature when replying (Request #1333167)
1402- Signatures for each identity
1403- Select charset when composing message
1404- Complete re-design of the caching mechanism
1405
1406
14072005/08/11
1408----------
1409- Write list header to client even if list is empty
1410- Add functions "select all", "select none" to message list
1411- Improved filter for HTML messages to remove potentially malicious tags
1412  (script, iframe, object) and event handlers.
1413- Buttons for next/previous message in view mode
1414- Add new created contact to list and show confirmation status
1415- Added folder management (subscribe/create/delete)
1416- Log message sending (SMTP log)
1417- Grant access for Camino browser
1418- Added German translation
1419
1420
14212005/10/20
1422----------
1423- Added Swedish, Latvian, Portuguese and Catalan translation
1424- Make SMTP auth method configurable
1425- Make mailboxlist scrollable (Bug #1326372)
1426- Fixed SSL support
1427- Improved support for Courier IMAP (root folder and delimiter issues)
1428- Moved taskbar from bottom to top
1429- Added 'session_lifetime' parameter
1430- Fixed wrong unread count when deleting message (Bug #1332434)
1431- Srip tags when creating a new folder (Bug #1332084)
1432- Translate HTML tags in message headers (Bug #1330134)
1433- Correction in German translation (Bug #1329434)
1434- Display folder names with special chars correctly (Bug #1330157)
1435
1436
14372005/10/07
1438----------
1439- Added French, Italian, Spanish, Danish, Dutch translation
1440- Clarified license (Bug #1305966)
1441- Fixed PHP warnings (Bug #1299403)
1442- Fixed english translation (Bug #1295406)
1443- Fixed bug #1290833: Last character of email not seen
1444- Fixed bug #1292199 when creating new user
1445- Allow more browsers (Bug #1285101)
1446- Added setting for showing pretty dates
1447- Added support for SQLite database
1448- Make use of message caching configurable
1449- Also add attachments when forwarding a message
1450- Long folder names will not flow over message list (Bug #1267232)
1451- Show nested mailboxes hieracically
1452- Enable IMAPS by host
1453
1454
14552005/08/20
1456----------
1457- Improved cacheing of mailbox messagecount
1458- Fixed javascript bug when creating a new message folder
1459- Fixed javascript bugs #1260990 and #1260992: folder selection
1460- Make Trash folder configurable
1461- Auto create folders Inbox, Sent and Trash (if configured)
1462- Support for IMAP root folder
1463- Added support fot text/enriched messages
1464- Make list of special mailboxes configurable
1465
Note: See TracBrowser for help on using the repository browser.