Remove sqsetcookieflush call (not needed)
[squirrelmail.git] / functions /
2007-01-13 stekkelRemove sqsetcookieflush call (not needed)
2007-01-10 pdontthinkBack out something that shouldn't be here (yet?) and...
2007-01-09 pdontthinkRemove HTML from SM option widget code; use forms.php...
2007-01-08 pdontthinkMoving template util file
2007-01-08 pdontthinkGive threading URI to template, let template do the...
2007-01-07 kinkImprove attachment file handling: use one new function...
2007-01-07 kinknew file for compose-related functions
2007-01-07 pdontthinkStrip HTML out of forms.php. Need to run through rest...
2007-01-05 pdontthinkIncrease max limit for sqGetGlobalVarMultiple search...
2007-01-05 pdontthinkMake compact paginator work on search results
2007-01-04 pdontthinkUse org_title -- why not? (That's what it's for.)...
2007-01-04 pdontthinkAdd attribute array to hyperlink/image/span templates...
2007-01-03 pdontthinkGive date fields just a touch more space on message...
2007-01-03 pdontthinkFix for unknown index notices caused in templates when...
2007-01-03 pdontthinkClarify docs
2007-01-03 pdontthinkFixed broken GO button in compact paginator (when javas...
2007-01-03 pdontthinkUse checkForJavascript() instead of $javascript_on...
2007-01-02 pdontthinkMove another template util file, strip HTML out of...
2007-01-02 pdontthinkAdd name attribute to hyperlink template
2006-12-31 pdontthinkRefactor message list template, move hooks out of templ...
2006-12-31 pdontthinkRemove span tags from core
2006-12-31 pdontthinkMoving template util files
2006-12-31 pdontthinkAllow text alternative for images to percolate all...
2006-12-31 pdontthinkRefactor image template code
2006-12-31 pdontthinkRefactor hyperlink template code
2006-12-30 pdontthinkAdd id attribute to hyperlink and image templates
2006-12-30 pdontthinkRemove HTML from login src and add image template
2006-12-30 pdontthinkAdd class attribute to template
2006-12-30 pdontthinkMoving template utilities... help appreciated moving...
2006-12-30 pdontthinkMoving template utilities... help appreciated moving...
2006-12-30 pdontthinkFixed note from last commit, but NOT tested, sorry...
2006-12-30 pdontthinkNote to fix naive user agent sniffing
2006-12-20 pdontthinkFix comp_in_new getting tagged onto ALL the menu links
2006-12-10 pdontthinkStrip HTML for hyperlink creation from core
2006-12-10 pdontthinkRevert last commit; passing by reference like that...
2006-12-10 kinkmust pass $args by ref to to plugin function too, if...
2006-12-10 pdontthinkMassive update to plugin system architecture. Please...
2006-12-08 pdontthinkRemove embedded HTML for displaying submit buttons...
2006-12-04 kinktweak comments
2006-12-04 stekkelMore XSS fixes related to magicHtml
2006-12-02 kink - Security: close cross site scripting vulnerability...
2006-11-11 pdontthinkAllow sqimap_login() to return error string when connec...
2006-11-11 pdontthinkAdd ability to return error string as well. Would...
2006-11-11 pdontthinkAllow silent failure for sqimap_get_message()
2006-11-11 pdontthinkDoc fix
2006-11-11 pdontthinkLong time in coming: allow sqimap_login() to return...
2006-11-02 avelFix for namespace parsing. UWash has a namespace prefix...
2006-11-01 avelI should read RFC 2831 more carefully: DIGEST-MD5 with...
2006-10-27 pdontthinklogout_error hook should be able to override login...
2006-10-25 pdontthinkRemoved one line left over from copied code
2006-10-25 pdontthinkAfter looking into it, I slightly misunderstood the...
2006-10-25 pdontthinkAdding ability to hook into ANY attachment type. Also...
2006-10-20 kink- Add CEST and MEST (non-standard) timezone codes for...
2006-10-19 stevetruckstuffTemplate for viewing HTML messages in iframes
2006-10-17 stevetruckstuffCreate a separate function to build the attachments...
2006-10-13 pdontthinkNew static plugin hook registration has now been implem...
2006-10-13 stevetruckstuffTemplate themes are now directories, not individual...
2006-10-11 avelThe search expression for the LDAP Addressbook backend...
2006-10-10 avelNAMESPACE support in IMAP backend. Also a whitespace...
2006-10-09 stekkelstops double encoding of &. & became &
2006-10-09 stevetruckstuffUse paths for user/template themes rather than u_ and...
2006-10-09 stevetruckstuff<span> tags end with </span>, not </style> stupid!
2006-10-09 avelSupport for authz authorization identity in the IMAP...
2006-10-06 stevetruckstuff1) Make translateText use styles instead of $color
2006-10-06 stevetruckstuffAdd a few more vars to image handler for later user...
2006-10-05 stevetruckstuffcreate separate vars for download link and unsafe image...
2006-10-05 stevetruckstuffMake sure generated links use &amp; instead of & betwee...
2006-10-04 stekkelFix for bug #1562271
2006-10-04 stevetruckstuffAdd / before default.css in user themes in case it...
2006-10-03 stevetruckstuffAdd support for tempalte-provided themes.
2006-10-02 stevetruckstuffCorrect handling of default user themes.
2006-10-02 stevetruckstuff$theme_css is no longer supported.
2006-10-02 stevetruckstuffAdditional comments re user-provided stylesheets
2006-10-02 pdontthinkJust adding some comments
2006-10-02 pdontthinklist_files can handle dirs now, etc
2006-09-30 stekkelsqBodywrap was extreme slow on large messages. The...
2006-09-30 stevetruckstuffAdd support for user-provided alternate stylesheets
2006-09-30 tokulignore msg copy errors when messages are deleted. Most...
2006-09-30 stevetruckstufflist_files does not work correctly if not extension...
2006-09-30 tokulblock uw mailbox abuse in imap select command instead...
2006-09-30 tokuldon't leave old code and DO check filters plugin when...
2006-09-29 stevetruckstuffAdditional safety check
2006-09-29 stevetruckstuffAdd documentation re CSS, and clean up some what.
2006-09-29 stevetruckstuffApply correct stylesheets for RTL languages
2006-09-29 pdontthinkShould be a better fix so this hook now works with...
2006-09-28 pdontthinkNew hook type that I am very excited about; should...
2006-09-28 pdontthinkMoving sm_print_r back to globals.php; tired of it...
2006-09-28 pdontthinkHopefully more of what is in the util files in the...
2006-09-28 pdontthinkdisplayHtmlHeader uses template, no more direct echoing...
2006-09-24 pdontthinkReverting other changes that snuck in. These need...
2006-09-24 pdontthinkReverting ampersand encoding. Glad I'm not going crazy...
2006-09-24 pdontthinkCorrect me if I'm wrong (because oddly, this seemed...
2006-09-22 pdontthinkFix broken legacy use of concat_hook_function. Now...
2006-09-22 pdontthinkMove sqm_array_merge to arrays.php and subsequently...
2006-09-22 pdontthinkExtensive rework of concat hook function to support...
2006-09-22 pdontthinkForgot since tag
2006-09-22 pdontthinkNew 'nice' array_merge function that doesn't overwrite...
2006-09-19 pdontthinkEnabling use of <plugin>_info() function
2006-09-19 pdontthinkDefault was overriding legitimate values in sqgetGlobal...
2006-09-19 pdontthinkVariable name is misleading, if technically correct...
next