added more hooks in options page for inline options
[squirrelmail.git] / src /
2000-08-14 lkehresmanadded more hooks in options page for inline options
2000-08-13 lkehresmanfixed problems in sent/trash folder creating
2000-08-11 lkehresmanimproved html address book
2000-08-11 lkehresmanapplied patch from Toby Cabot that removed "WIDTH=XX...
2000-08-10 mattphillipsFix for Bug #111032 - backslashes appear before quotes...
2000-08-10 lkehresmanbugfixes from andrea dahl
2000-08-10 lkehresmansubmitted a patch from Andreas Dahl to make folder...
2000-08-10 lkehresman*sigh* Here's the right compose.php
2000-08-10 lkehresmanfixed some bugs in the sqimap_mailbox_close() function
2000-08-10 lkehresmanadded sqimap_mailbox_close() and implemented it for...
2000-08-10 lkehresman- fixed and improved wordWrap
2000-08-09 lkehresmani did it again with compose.. sorry.
2000-08-09 lkehresmanupdated a few things in preparation for the 0.5pre1...
2000-08-09 lkehresmanwhoops, i submitted the wrong compose. :)
2000-08-09 lkehresmanfixed some html errors, added endlines
2000-08-08 lkehresman- fixed bug with word wrapping deleting last word
2000-08-08 palloRenamed $key variable in loops (fixes bug #111155)
2000-08-05 lkehresman- fixed attachment names from being lower case
2000-08-04 lbergmanRemoved, now a plugin, no idea if this will be included...
2000-08-04 lbergmanAdded hook at the bottom named addressbook_bottom...
2000-08-04 lkehresman- added more hooks
2000-08-03 oricnMoved the load_prefs include to before the dispayheader...
2000-08-03 lkehresmanadded a bunch more hooks
2000-08-03 lkehresmanfixed some quoting problems in searching and message...
2000-08-03 lkehresmanadded css theme stuff to signout.php
2000-08-02 lkehresman- fixed some more HTML bugs
2000-08-01 lbergmanFixed problem when importing fewer than 5 fields.
2000-08-01 mattphillipsFixed a few places we weren't closing the IMAP connecti...
2000-08-01 lkehresman- Fixed bug when one message left in message index...
2000-07-31 mattphillipsFix for bug number 110588. Addresses listed in the...
2000-07-31 lkehresmanremoved making search results highlighted -- messed...
2000-07-31 lkehresmanmade it so searched results are bold
2000-07-31 lbergmanDeleted var user_language.
2000-07-31 lbergmanDeleted some old help stuff.
2000-07-31 lkehresmanfixed minor bug with user_languages in help documents
2000-07-31 lkehresman- fixed bug when deleting last message, sends you to...
2000-07-31 lkehresmanadded a bunch of patches from the patch manager
2000-07-30 lkehresman- did decodeHeader on to_ary and cc_ary
2000-07-30 lkehresmanupdated some themes to make colors more vivid and readable
2000-07-30 lkehresman- added more hooks
2000-07-29 lkehresman- fixed some poorly formed HTML
2000-07-29 lkehresmanfixed a few more links to make them search-aware
2000-07-28 lkehresmanadded "cc" and "body" for searching
2000-07-28 lkehresman- tweaked search functions
2000-07-27 lkehresmanfixed problem with sending subjects with a '.
2000-07-26 oricnForgot to close html and body tags (oops!) :P
2000-07-26 oricnSearch Source
2000-07-26 lkehresman- fixed renaming folders, now renames subfolders as...
2000-07-25 lkehresman- added a hook at beginning of left_main
2000-07-24 lkehresman- removed BUG and TODO since we use SourceForge now,
2000-07-24 lkehresmanupdated the squirrelmail.po file, fixed some bugs with...
2000-07-24 lkehresmanchanged <? to <?php in a few places in options_*
2000-07-23 lkehresmandecoding filenames in download.php as well
2000-07-23 lkehresman- made the date like Netscape Messenger: if today show...
2000-07-15 lkehresmanfixed bug that didn't send "from" header correctly...
2000-07-15 lkehresmanfixed bug in conf.pl that didn't let you have more...
2000-07-15 lkehresman- cleaned up the documentation directory
2000-07-14 lkehresman- added "High Contrast" theme submitted by Casey A...
2000-07-13 lkehresman- more minor UI tweaks
2000-07-12 lkehresman- fixed bugs in conf.pl, removed some unnecessary options
2000-07-12 gustavfAdded a hook in the button row after the subject field.
2000-07-11 oricnAdded a session_register("theme_css") to make $theme_cs...
2000-07-10 lkehresman- fixed bugs in sorting by from and subject
2000-07-08 lkehresmanFixed major problems with IMAP session handling in...
2000-07-08 lkehresman- added a bunch of sqimap_logout's where none existed
2000-07-07 lkehresman- added a view header option
2000-07-05 lbergmanAdded dynamic tabindex to text entry fields. Commented...
2000-07-05 palloSmall change to file header/comment.
2000-07-05 lbergmanAdded minimum GNU License
2000-07-05 lbergmanAdded minimum GNU License
2000-07-05 gustavfFixed some problems with cookies bein set wrong when...
2000-07-05 palloApplied patch from Toby Cabot to fix a small bug in...
2000-07-04 gustavfAdded a new session variable base_uri. Uses this variab...
2000-07-03 lbergman Changed temp file write to from due to leftover...
2000-07-02 nehresmachanged the header at the top of the csv import page...
2000-07-02 nehresmafixed html problem and spelling error
2000-06-30 lbergmanInitial add of csv import file. No error checking prese...
2000-06-30 lbergmanAdded csv import form HTML to addressbook.php.
2000-06-30 lbergmanchanged unclosed comment tags /* on lines 315 & 316...
2000-06-30 gustavfBug when repkyin. Could not use is_logged_in(). Replace...
2000-06-30 lkehresmanMade some changes to the way that attachments are downl...
2000-06-29 gustavfRemoved dependency of IMAP from some more files.
2000-06-29 gustavfRemoved dependency on IMAP. Uses auth.php instead.
2000-06-29 gustavfAdded auth.php to put authentication functions in one...
2000-06-29 gustavfAdded session variable $is_logged_in.
2000-06-29 gustavfNow translation is working for "Unknown user or..."
2000-06-28 palloPorted new functions in javascript addressbook to the...
2000-06-28 palloFixed some HTML bugs.
2000-06-28 palloSome changes to HTML table code.
2000-06-28 palloFixed bug in Javascript code.
2000-06-28 gustavfNo longer requires both body and subject. One of them...
2000-06-24 lkehresmanmade a few asthetic changes to addressbook.php -- made...
2000-06-24 lkehresmanupdated some documentation, fixed minor bugs in MIME...
2000-06-21 lkehresmanmade message highlighting be more flexible. You can...
2000-06-21 lkehresmanRewrote MIME support and made it much, MUCH quicker...
2000-06-21 palloAdded "List all" button to javascript address book.
2000-06-20 gustavfFixed translations in signout.php. Moved setting of...
2000-06-20 gustavfFixed up porblem with language selection. Now uses...
2000-06-19 lkehresmanMade the message highlighting much more stable and...
2000-06-18 lkehresmanAdded basic support for message highlighting. Note...
next