make MiB/KiB translatable
[squirrelmail.git] / functions /
2008-01-24 kinkmake MiB/KiB translatable
2008-01-24 kinktree.php always requires a set of imap functionality...
2008-01-24 kinkonly execute mailbox name manipulation when we actually...
2008-01-13 pdontthinkAdded "Secured Configuration" mode
2008-01-06 pdontthinkavoid E_STRICT errors
2008-01-06 pdontthinkAlso use $nbsp here as well
2008-01-06 pdontthinkA few output elements are used often, so just retrieve...
2008-01-06 pdontthinkSerialize option types whose values are not scalar...
2008-01-06 pdontthinkClarify sloppy variable name usage
2008-01-06 pdontthinksqsetcookie is called every time sqsession_is_active...
2008-01-06 pdontthinkavoid E_STRICT errors
2008-01-06 pdontthinkavoid E_STRICT errors
2008-01-06 pdontthinkavoid E_STRICT errors
2008-01-06 pdontthinkavoid E_STRICT errors
2008-01-06 pdontthinkavoid E_STRICT errors
2008-01-06 pdontthinkavoid E_STRICT errors
2008-01-06 pdontthinkavoid E_STRICT errors
2008-01-05 pdontthinkNotes about HTML we need to remove
2008-01-05 pdontthinkCorrect some misplaced comments
2008-01-05 pdontthinkClean up variable naming and function docs.
2008-01-02 pdontthinkAdd multiple select folder list option widget (SMOPT_TY...
2007-12-05 janglissSome IMAP servers handle empty bodies different. NIL...
2007-11-28 janglissAdded code to stop PHP using 'deleted' as a value for...
2007-11-27 pdontthinkMake mailto: links work when viewing HTML messages...
2007-11-27 pdontthinkAdding debug mode to core. Please run the configuratio...
2007-11-13 pdontthinkAdding new function that allows us to stop using the...
2007-10-31 pdontthinkPAGE_NAME might not be defined in all plugins, which...
2007-10-01 pdontthinkEnabled user selection of address format when adding...
2007-10-01 pdontthinkAdd fixme/note
2007-09-29 pdontthinkMake message list refresh work again in default advance...
2007-09-28 pdontthinkAllow better override of handleMessageListForm, althoug...
2007-09-28 pdontthinkMake sqimap_get_message return fully parsed message...
2007-09-25 pdontthinkAdded ability to keep messages selected on mailbox...
2007-09-03 kinkBring defaults for the folder selection pref in line.
2007-08-30 pdontthinkRemove accidental commits that were included in last...
2007-08-30 pdontthinkRemove hook call from template; fix all corresponding...
2007-08-29 pdontthinkAdded smtp_auth hook
2007-07-31 pdontthinkQuelch PHP notice. Spotted by James Pooton.
2007-07-19 pdontthinkWas a nice idea, but not all that useful and some proce...
2007-07-17 pdontthinkRemove incorrect and unnecessary substr length arg
2007-07-17 pdontthinkFix login error for users with no theme
2007-07-16 kinkUse attachment_dir only at the point where we're actually
2007-07-14 kinkuse PAGE_NAME rather than PHP_SELF in session_expired_l...
2007-07-10 pdontthinkMake all comparisons case insensitive for forwarded...
2007-07-10 pdontthinkAdded ability to detect HTTP_X_FORWARDED_PROTO in get_l...
2007-07-09 kinkdrop unneeded global
2007-07-06 ebullientlist_files vomits over the non-existence of 'none'...
2007-07-01 pdontthinkTypos in sqsetcookie. This might explain a few things...
2007-06-25 kink- Fix busy loop and notice when two literals in IMAP...
2007-06-25 kinkdrop "Application" on second thought (a matter of taste...
2007-06-24 pdontthinkFew tweaks to list_files() and add new sq_popen() and...
2007-06-08 kinkfix some bugs found by grepping for urlencode/urldecode
2007-06-08 kinkcolor has been dropped as a parameter from (plain_...
2007-06-08 kinkremove some HTML from within functions. Unneeded HTML...
2007-06-03 bouchonFix broken set_url_var function in functions/html.php...
2007-05-29 kinkwork around broken mailers sending broken date headers...
2007-05-18 pdontthinkCorrectly update cached message flags in ALL places...
2007-05-18 pdontthinkGrammar fix and comment to Marc I think.
2007-05-18 pdontthinkAdd the message as a parameter to subject_link hook...
2007-05-18 pdontthinkAdd reminder comments that someone needs to take a...
2007-05-17 kinkreplace preg_split without a regular expression with the
2007-05-17 kinkalso fix duplicated version of parsepriority code
2007-05-14 kinkcompare addresses case insensitively, thanks Xaviet...
2007-05-11 kinkcentralise the "From"-header construction in functions...
2007-05-09 kinkSecurity: fixes for the HTML filter to counter further...
2007-05-07 pdontthinkUse constant instead of hard-coded string for plugin...
2007-05-06 pdontthinkAdd ability for plugin to indicate that they are not...
2007-04-05 pdontthinkAdd generic get_plugin_requirement() function and chang...
2007-03-29 pdontthinkHandle change of behavior with session ID being left...
2007-03-26 pdontthinkRevert last change, which caused nasty sesion ID errors...
2007-03-26 pdontthinkUsing the string 'deleted' in expired cookies can have...
2007-03-22 pdontthinkAdd functions to help diagnose if plugin dependencies...
2007-03-20 pdontthinkFix loss of
2007-03-16 jervforsAll images must have an alternate text.
2007-03-12 jervforsGoing XHTML.
2007-03-12 jervforsImages require an alternate text.
2007-03-06 kinkuse org_title instead of "SquirrelMail" in error_box
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
next