Whitespace in wrong place. Spotted by Robert L Mathews.
[squirrelmail.git] / src /
2006-06-14 jervforsWhitespace in wrong place. Spotted by Robert L Mathews.
2006-06-12 tokulscript could be loaded when $edit_identity is set to...
2006-06-04 tokulRemoved html formating from address book backend classe...
2006-06-04 tokuldocumenting one more get var
2006-06-04 tokuladding message copy buttons.
2006-05-14 tokulupdating error_box() function calls. second argument...
2006-05-13 tokulresubmitting last Monday updates and adding php 5.1...
2006-05-01 jervforsAdding more tests and fallbacks for errors in help...
2006-05-01 tokulmoved get_location() before html output
2006-05-01 tokulrestored workaround for pre 4.3 php session restart...
2006-04-30 tokulFixed session lockups on large attachment downloads.
2006-04-23 tokulmailbox caching breaks automatic folder creation, if...
2006-04-06 stevetruckstuffFix error w/ errorHandler object
2006-04-06 stevetruckstuffRemove unnecessary $color parameter from calls to plain...
2006-04-06 stevetruckstuffAdded displaying of error messages to login page.
2006-04-06 tokulfixed register_globals test. if configuration set with...
2006-04-06 stekkelMore cookie stuff. Clean up old cookies so they do...
2006-04-05 tassiumReverted the init.php requirement. Marc raised some...
2006-04-05 tassiumModified configtest to use the new init.php system.
2006-04-05 stekkelCentralized init
2006-03-28 stevetruckstuffAdded ability for template authors to include additiona...
2006-03-21 tokulhtml output started before displayHtmlHeader is called...
2006-03-19 tokulremove obsolate sqm_baseuri tests. function is moved...
2006-03-19 tokulexplained extra loaded libraries
2006-03-15 tokuladding supported locale tests and displaying current...
2006-03-12 kink<input> needs to be within <td> to be html-valid
2006-03-12 kinkneed to encode & in strings
2006-03-12 jervforsAllowing display of unsafe images when viewing HTML...
2006-03-06 stevetruckstuffAdding templates for the note in right_main.php, MOTD...
2006-02-28 indiri69Fixed View as HTML link so it doesn't forget it was...
2006-02-26 tokultrue != 2 in this case
2006-02-24 stevetruckstuffIncoproated template config file. Templates can now...
2006-02-22 stevetruckstuffAdding folder icon support to basic template
2006-02-21 jervforsIncluding plugins integrated into 1.5.1 core.
2006-02-21 jervforsAdding comments about obsolete plugins.
2006-02-21 jervforsTypo.
2006-02-21 jervforsAdding more obsolete plugins.
2006-02-21 tassiumAdded "bad plugin" blacklist (currently contains "view_...
2006-02-21 stevetruckstuffNew icon theming. Also added basic template for left_m...
2006-02-20 tokulone more place with incompatible color code
2006-02-20 tokulsame fix as in 1.5.1. Color codes without # does not...
2006-02-13 kinkfix right_main checking for right_main's that pass...
2006-02-13 tokulrestoring globalization of text alignment vars.
2006-02-12 kinkmust have functions/i18n.php available to use $squirrel...
2006-02-12 tokulusing hide_sm_attributions instead of hide_sm_attributes
2006-02-11 stekkelFix for #1093360.
2006-02-11 stekkelFix for #550557
2006-02-11 stekkelLast small addition, use separate class for mailboxes...
2006-02-10 stekkelPatches from Michael Long
2006-02-09 indiri69Merged View as HTML support into the SquirrelMail core
2006-02-09 tokulunseen string used different color before I've moved...
2006-02-08 stekkelSteve Brown work for the login.tpl template
2006-02-08 stekkelIncorrect columns were passed through calcfetchColumns...
2006-02-08 kinkmake the login box be centered again on firefox/linux
2006-02-08 stekkeldisable server sort/thread option
2006-02-07 jervforsMoving the links "Download this as a file" and "View...
2006-02-05 jervforsReplacing deprecated HTML "center" element (second...
2006-02-05 jervforsReplacing HTML "script" element deprecated attribute...
2006-02-05 tokulrebuild mailbox cache when trash is emptied. cleans...
2006-02-05 jervforsReplacing deprecated HTML "center" element.
2006-02-05 tokulupdate mailbox cache if new folders are created (first...
2006-02-05 tokulswitched doctype to standard compliance mode
2006-02-05 tokulrearranged if structures in order to reach footer witho...
2006-02-05 tokulphp bug. disable error reporting on session_start(...
2006-02-05 tokulmoved template setting to get request
2006-02-04 tokuluse special folder class for special folders in advance...
2006-02-04 stekkel</body></html> footer.tpl replacements
2006-02-02 tokulremove hardcoded $fontset.
2006-01-31 jervforsWork around the fact that /src/style.php depends on...
2006-01-31 kink- Security: Fix possible cross site scripting through...
2006-01-29 kinkoutput a last-modified date if known; should prevent...
2006-01-29 tokuladding $config_version check
2006-01-29 tokulfix starttls check
2006-01-28 tokulAdded IMAP and SMTP STARTTLS extension support.
2006-01-28 kinkmissing ';'
2006-01-28 stekkeladded footer.tpl
2006-01-28 stekkel* added footer template which also takes care of displa...
2006-01-23 tokulcopyright update
2006-01-23 tokulmoving main color tags to css
2006-01-13 tokulimaps service does not have to report support of STARTT...
2006-01-10 tokuladding mailbox caching code by Michael Long
2005-12-30 tokuladding script that generates css file
2005-12-20 tokulremoved any possible globalized var. It is possible...
2005-12-19 indiri69Pass HTML viewing to View Printable
2005-12-10 kinkoops, this error was already encoded, so back my r1...
2005-12-10 kinksanitize server error messages in read_body aswell
2005-12-08 tokuladding error checking in deliver_sendmail class.
2005-11-22 janglissFix for errors in foreach when you didn't hit compose...
2005-11-21 kinkgeneral cleanup
2005-11-21 kinkprefer to use move_uploaded_file over rename, <quote...
2005-11-21 kink* Centralise the attachment deleting code into the...
2005-11-21 kink- Properly clean up temporary attachment files when...
2005-11-19 braverock- fix 'only variables may be passed by reference errors...
2005-11-15 pdontthinkAdded new scheme to allow multiple plugins to share...
2005-11-12 tokulunifying some strings. reduces number of translations
2005-11-10 janglissTweaked printer friendly attachment display. Looked...
2005-11-09 kink- Prevent right_frame to be set to '//example.com'.
2005-11-09 pdontthinkNew post-send hook. Though compose_sent could be a...
2005-11-09 janglissVariable by reference error fix.
2005-11-09 pdontthinkSpelling fix
next