do not special case a folder named 'None'. There's no reason
[squirrelmail.git] / functions /
2007-03-06 kinkdo not special case a folder named 'None'. There's...
2007-03-04 jervforsMoving "doc/db-backend.txt" to the administrator's...
2007-02-27 kinkalso store the unparsed date, and display it when we
2007-02-23 kinkdrop call to session_register, this is redundant in...
2007-02-18 kinkerror out on nonexistant option type.
2007-02-16 pdontthinkAllow error_box and plain_error_message functions to...
2007-02-16 pdontthinkMake sure no plugins output things before protocol...
2007-02-14 pdontthinkReadjust location of code that massages plugin versions...
2007-02-13 pdontthinkAllow message list form handler to accept GET args...
2007-02-08 kinkDrop the default top-right 'SquirrelMail' name and...
2007-02-07 pdontthinkAdd hook to compose_Header() that mirrors one for displ...
2007-02-07 pdontthinkAdd body tag template; stop outputting body tags direct...
2007-02-06 pdontthinkNew hook page_header_bottom
2007-02-06 pdontthinkGenerate links using templates
2007-02-05 pdontthinkNew get_plugin_version() function, and a couple places...
2007-02-02 pdontthinkAdd new addButton() function
2007-01-25 pdontthinkAllow admin to disable secure-only cookie transmission
2007-01-19 pdontthinkRemove HTML from org_logo on logout error page
2007-01-15 pdontthinkRemove more HTML from sm_attributions. Where exactly...
2007-01-15 pdontthinkforgot to globalize base_uri
2007-01-15 pdontthinkRemove HTML from provider_uri and name; also fix defaul...
2007-01-13 kinkincrement year in copyright notices
2007-01-13 stekkelStop warning about invalid session_id
2007-01-13 stekkelHttpOnly cookies support. I hope this does not break...
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...
next