squirrelmail/functions
thomppj de9848ded8 A terrible pile of things done to the code. Did a little bit of SM_PATH
stuff in plugins.

Then I moved some files:
  src/validate.php         -> include/validate.php
  src/load_prefs.php       -> include/load_prefs.php
  src/options_personal.php -> include/options/personal.php
  src/options_display.php  -> include/options/display.php
  src/options_folder.php   -> include/options/folder.php

Basically, the concept here is that src/ should ONLY contain files that
actually get called from the web browser as a php script directly. All
of these files do not really contain functions or anything (so the
functions/ directory did not really make sense), but were more strictly
include files.

Of course, the name functions for a directory is bad organization, IMHO,
anyhow. I guess class would fall in the same category. Oh well, some of
that might get fixed someday.

So, new rule. Only put it in src/ if it gets called directly.

That was really sort of an unwritten rule before. However, since it was
never really enforced or officialized, things got sloppy.

I think I have everything fixed in the CORE with this traumatic moves. I
am sure all of the plugins will be broken. Oh well, the error messages
should be pretty loud and easy enough to fix.
2002-09-06 01:16:40 +00:00
..
abook_database.php Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
abook_global_file.php Fixed *A LOT* of formatting... 2002-01-28 20:41:01 +00:00
abook_ldap_server.php Forgot one { 2002-01-28 20:47:26 +00:00
abook_local_file.php Fix for quoted values by David Rees. 2002-04-06 21:26:37 +00:00
addressbook.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
array.php Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
attachment_common.php modified html_link to redirect output to view_text. 2002-08-26 11:18:10 +00:00
auth.php recover compose form in case of a session expire 2002-07-31 21:38:32 +00:00
constants.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
date.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
db_prefs.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
display_messages.php fix for call to do_hook in htmlHeaeder 2002-07-31 21:39:26 +00:00
file_prefs.php Add some code to produce a proper error message when preference/signature files are 2002-07-28 16:55:49 +00:00
gettext.php missed one unuglyfied if 2001-12-28 21:43:40 +00:00
global.php start of using SM-stable methods for handling global vars 2002-08-19 12:21:00 +00:00
html.php fix for amp; stuff 2002-08-06 22:42:45 +00:00
i18n.php "Tomas Kuliavas" <tokul@users.sourceforge.net> 2002-09-03 06:52:43 +00:00
imap.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
imap_general.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
imap_mailbox.php A terrible pile of things done to the code. Did a little bit of SM_PATH 2002-09-06 01:16:40 +00:00
imap_messages.php First, more formatting conventions. 2002-08-29 23:42:46 +00:00
imap_parse.php First, more formatting conventions. 2002-08-29 23:42:46 +00:00
imap_search.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
imap_utf7_decode_local.php patch #551871 for feature request #545070 from Stefan Tietke (stfn) regarding utf7 imap encoding 2002-05-16 12:17:15 +00:00
imap_utf7_encode_local.php patch #551871 for feature request #545070 from Stefan Tietke (stfn) regarding utf7 imap encoding 2002-05-16 12:17:15 +00:00
index.php Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
mailbox_display.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
mime.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
options.php fix for undefined textarea 2002-08-23 16:46:15 +00:00
page_header.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
plugin.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
prefs.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
smtp.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
strings.php Fixed stupid bug causing double lines (the same) 2002-09-05 14:58:38 +00:00
tree.php Converted all files in functions/ to use SM_PATH. This will break all 2002-09-06 00:31:43 +00:00
url_parser.php Moved line to prevent enless loops 2002-08-10 19:39:07 +00:00