squirrelmail.git
17 years agoUpdating to the newer option page format.
jervfors [Sun, 4 Mar 2007 12:50:00 +0000 (12:50 +0000)]
Updating to the newer option page format.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12308 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemoving obsolete link to developer documentation.
jervfors [Sun, 4 Mar 2007 02:42:05 +0000 (02:42 +0000)]
Removing obsolete link to developer documentation.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12305 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMoving "doc/themes.txt" to the administrator's manual.
jervfors [Sun, 4 Mar 2007 02:26:29 +0000 (02:26 +0000)]
Moving "doc/themes.txt" to the administrator's manual.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12303 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMoving "doc/db-backend.txt" to the administrator's manual (again).
jervfors [Sun, 4 Mar 2007 02:05:53 +0000 (02:05 +0000)]
Moving "doc/db-backend.txt" to the administrator's manual (again).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12301 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMoving "doc/db-backend.txt" to the administrator's manual.
jervfors [Sun, 4 Mar 2007 01:56:54 +0000 (01:56 +0000)]
Moving "doc/db-backend.txt" to the administrator's manual.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12300 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoPrevent including index.php for charset decoding/encoding (#1671874)
kink [Fri, 2 Mar 2007 23:15:52 +0000 (23:15 +0000)]
Prevent including index.php for charset decoding/encoding (#1671874)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12294 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoSorry, removing things unrelated to last commit
pdontthink [Wed, 28 Feb 2007 05:11:59 +0000 (05:11 +0000)]
Sorry, removing things unrelated to last commit

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12290 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoUse $org_name instead of hard-coding "SquirrelMail"
pdontthink [Wed, 28 Feb 2007 05:08:15 +0000 (05:08 +0000)]
Use $org_name instead of hard-coding "SquirrelMail"

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12289 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoComment change
pdontthink [Wed, 28 Feb 2007 04:54:51 +0000 (04:54 +0000)]
Comment change

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12288 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agofixes for r12283: mistakenly passed already-split date to date_unparsed,
kink [Tue, 27 Feb 2007 19:42:21 +0000 (19:42 +0000)]
fixes for r12283: mistakenly passed already-split date to date_unparsed,
and correct a mistaken comment at that header

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12286 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agolog change
kink [Tue, 27 Feb 2007 18:58:33 +0000 (18:58 +0000)]
log change

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12284 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoalso store the unparsed date, and display it when we
kink [Tue, 27 Feb 2007 18:57:18 +0000 (18:57 +0000)]
also store the unparsed date, and display it when we
failed to parse a Date. This allows RFC-incompatible
dates to still be seen in e.g. read_body in their
original form, better than nothing. For safety split
any "<",">" out, something might rely on the date being
completely safe to print.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12283 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agomove HTML output to template, improve HTML on the fly
kink [Tue, 27 Feb 2007 18:22:00 +0000 (18:22 +0000)]
move HTML output to template, improve HTML on the fly

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12282 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agogeneralise folder_manip_dialog CSS into dialogbox CSS
kink [Tue, 27 Feb 2007 18:14:34 +0000 (18:14 +0000)]
generalise folder_manip_dialog CSS into dialogbox CSS

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12281 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoLogChange
kink [Mon, 26 Feb 2007 17:09:33 +0000 (17:09 +0000)]
LogChange

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12278 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agodrop call to session_register, this is redundant in PHP >4.1.0,
kink [Fri, 23 Feb 2007 08:40:17 +0000 (08:40 +0000)]
drop call to session_register, this is redundant in PHP >4.1.0,
which we require as minimum version, and triggers a bug in PHP4.4.5
(#1664155)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12275 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd option to ask users for personal information on first login.
kink [Sun, 18 Feb 2007 18:47:48 +0000 (18:47 +0000)]
Add option to ask users for personal information on first login.
Many users start sending out mail without a decent or even correct
"From" header. Defaults to on. Admin can disable if he has a
retrieve_user_info plugin or the guessed defaults are ok.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12274 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoerror out on nonexistant option type.
kink [Sun, 18 Feb 2007 18:11:34 +0000 (18:11 +0000)]
error out on nonexistant option type.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12273 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agotypo in variable name peardb, reported by Tomas (Closes: #1662444)
kink [Sun, 18 Feb 2007 17:28:44 +0000 (17:28 +0000)]
typo in variable name peardb, reported by Tomas (Closes: #1662444)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12272 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoHTTP_SERVER_SERVER should be HTTP_SERVER_VARS, but since
kink [Sun, 18 Feb 2007 12:46:47 +0000 (12:46 +0000)]
HTTP_SERVER_SERVER should be HTTP_SERVER_VARS, but since
we require PHP >= 4.1.x, we need not use it anyware.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12271 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAllow error_box and plain_error_message functions to return output instead of immedia...
pdontthink [Fri, 16 Feb 2007 01:48:34 +0000 (01:48 +0000)]
Allow error_box and plain_error_message functions to return output instead of immediately echoing.  Also make sure all output is generated with templates for these functions

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12270 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMake sure no plugins output things before protocol header goes out
pdontthink [Fri, 16 Feb 2007 01:44:22 +0000 (01:44 +0000)]
Make sure no plugins output things before protocol header goes out

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12269 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoString fixes. "Mails" are what the user sends, "messages" are system information...
jervfors [Wed, 14 Feb 2007 11:48:57 +0000 (11:48 +0000)]
String fixes. "Mails" are what the user sends, "messages" are system information to the user.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12267 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoString fixes. "Mails" are what the user sends, "messages" are system information...
jervfors [Wed, 14 Feb 2007 10:23:13 +0000 (10:23 +0000)]
String fixes. "Mails" are what the user sends, "messages" are system information to the user.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12265 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemove extra parameter that should not have been in previous commit
pdontthink [Wed, 14 Feb 2007 05:35:27 +0000 (05:35 +0000)]
Remove extra parameter that should not have been in previous commit

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12263 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoReadjust location of code that massages plugin versions to more handy spot
pdontthink [Wed, 14 Feb 2007 05:25:59 +0000 (05:25 +0000)]
Readjust location of code that massages plugin versions to more handy spot

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12262 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoPlugins like preview_pane should not close their own pages without displaying errors...
pdontthink [Wed, 14 Feb 2007 04:35:23 +0000 (04:35 +0000)]
Plugins like preview_pane should not close their own pages without displaying errors; easiest way to do that is use footer.tpl

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12261 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoPlugins like listcommands should not close their own pages without displaying errors...
pdontthink [Wed, 14 Feb 2007 04:32:00 +0000 (04:32 +0000)]
Plugins like listcommands should not close their own pages without displaying errors; easiest way to do that is use footer.tpl

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12260 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoThe mf_cypher variable was not being set in prefs correctly
pdontthink [Tue, 13 Feb 2007 22:45:53 +0000 (22:45 +0000)]
The mf_cypher variable was not being set in prefs correctly

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12259 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAllow message list form handler to accept GET args as well
pdontthink [Tue, 13 Feb 2007 22:06:47 +0000 (22:06 +0000)]
Allow message list form handler to accept GET args as well

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12257 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoString fix (reusing old string).
jervfors [Tue, 13 Feb 2007 07:54:02 +0000 (07:54 +0000)]
String fix (reusing old string).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12255 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agorequire of mailbox_display was required for sqm_api_mailbox_select() call
kink [Mon, 12 Feb 2007 12:38:47 +0000 (12:38 +0000)]
require of mailbox_display was required for sqm_api_mailbox_select() call

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12254 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix mistake - was using echo instead of adding to output string
pdontthink [Fri, 9 Feb 2007 10:39:34 +0000 (10:39 +0000)]
Fix mistake - was using echo instead of adding to output string

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12248 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix default value for hide attributions
pdontthink [Thu, 8 Feb 2007 20:28:20 +0000 (20:28 +0000)]
Fix default value for hide attributions

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12244 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoadd squirrelmail attribution to the bottom of message list,
kink [Thu, 8 Feb 2007 15:12:09 +0000 (15:12 +0000)]
add squirrelmail attribution to the bottom of message list,
to keep a path to the about page from our "main" interface.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12243 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoDrop the default top-right 'SquirrelMail' name and link, as discussed
kink [Thu, 8 Feb 2007 14:47:23 +0000 (14:47 +0000)]
Drop the default top-right 'SquirrelMail' name and link, as discussed
on squirrelmail-devel. It's overkill anyway to name and link SquirrelMail
so prominently on every page. It also confused users who clicked straight
through to our site. It will now only display something if provider_name
and provider_uri have been set, i.o.w., it's completely optional.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12242 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoOnclick handler should not be submitted as HTML but only as the onclick contents...
pdontthink [Wed, 7 Feb 2007 23:19:21 +0000 (23:19 +0000)]
Onclick handler should not be submitted as HTML but only as the onclick contents - fixed.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12241 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd hook to compose_Header() that mirrors one for displayPageHeader()
pdontthink [Wed, 7 Feb 2007 20:49:21 +0000 (20:49 +0000)]
Add hook to compose_Header() that mirrors one for displayPageHeader()

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12240 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd body tag template; stop outputting body tags directly from core (there are still...
pdontthink [Wed, 7 Feb 2007 20:34:28 +0000 (20:34 +0000)]
Add body tag template; stop outputting body tags directly from core (there are still a couple places that need to be updated to use this)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12239 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoDo not set a default sorting for new users. This can really
kink [Wed, 7 Feb 2007 09:00:49 +0000 (09:00 +0000)]
Do not set a default sorting for new users. This can really
slow down very large mailboxes, so default to the server
supplied order.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12238 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemoving getButton(). Not being used anywhere in core any more.
pdontthink [Wed, 7 Feb 2007 04:59:52 +0000 (04:59 +0000)]
Removing getButton().  Not being used anywhere in core any more.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12236 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemove errant comment and add some comments about why not removing menubar for compos...
pdontthink [Tue, 6 Feb 2007 10:55:40 +0000 (10:55 +0000)]
Remove errant comment and add some comments about why not removing menubar for compose screen

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12235 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAllow other plugins/code to tell us to skip menubar
pdontthink [Tue, 6 Feb 2007 10:36:00 +0000 (10:36 +0000)]
Allow other plugins/code to tell us to skip menubar

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12234 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoNew hook page_header_bottom
pdontthink [Tue, 6 Feb 2007 10:04:00 +0000 (10:04 +0000)]
New hook page_header_bottom

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12233 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMake useless hook useful (and rename to eliminate confusion)
pdontthink [Tue, 6 Feb 2007 09:59:13 +0000 (09:59 +0000)]
Make useless hook useful (and rename to eliminate confusion)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12232 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoPass compose form attributes to template separately, otherwise, is same as constructi...
pdontthink [Tue, 6 Feb 2007 09:55:48 +0000 (09:55 +0000)]
Pass compose form attributes to template separately, otherwise, is same as constructing arbitrary HTML in the core

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12231 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoUse templates to build buttons. Remove all this document.write crap - that's what...
pdontthink [Tue, 6 Feb 2007 09:18:41 +0000 (09:18 +0000)]
Use templates to build buttons.  Remove all this document.write crap - that's what checkForJavascript() is there for.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12230 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoGenerate links using templates
pdontthink [Tue, 6 Feb 2007 08:32:24 +0000 (08:32 +0000)]
Generate links using templates

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12229 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoNew plugin output added to page header top
pdontthink [Tue, 6 Feb 2007 03:53:01 +0000 (03:53 +0000)]
New plugin output added to page header top

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12228 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoSyntax error fix
pdontthink [Tue, 6 Feb 2007 02:14:29 +0000 (02:14 +0000)]
Syntax error fix

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12227 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAllow other plugins to ask for message list refresh
pdontthink [Tue, 6 Feb 2007 02:00:33 +0000 (02:00 +0000)]
Allow other plugins to ask for message list refresh

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12226 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAllow other plugins to indicate that preview_pane should load the URI being loaded...
pdontthink [Mon, 5 Feb 2007 23:26:53 +0000 (23:26 +0000)]
Allow other plugins to indicate that preview_pane should load the URI being loaded in the preview pane into the message list pane instead

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12224 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAllow override of mail_sent value by plugins
pdontthink [Mon, 5 Feb 2007 23:23:42 +0000 (23:23 +0000)]
Allow override of mail_sent value by plugins

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12223 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoNew get_plugin_version() function, and a couple places to use it.
pdontthink [Mon, 5 Feb 2007 06:06:40 +0000 (06:06 +0000)]
New get_plugin_version() function, and a couple places to use it.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12221 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoReminders of how horribly embedded HTML is in core
pdontthink [Mon, 5 Feb 2007 03:43:56 +0000 (03:43 +0000)]
Reminders of how horribly embedded HTML is in core

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12220 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFixed spelling in comment.
jervfors [Sat, 3 Feb 2007 16:59:42 +0000 (16:59 +0000)]
Fixed spelling in comment.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12219 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd display of version numbers next to plugin listings
pdontthink [Sat, 3 Feb 2007 00:10:25 +0000 (00:10 +0000)]
Add display of version numbers next to plugin listings

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12217 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoUse compatibility_info() function if at all possible instead of compatibility_version()
pdontthink [Fri, 2 Feb 2007 23:24:09 +0000 (23:24 +0000)]
Use compatibility_info() function if at all possible instead of compatibility_version()

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12216 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoUse <plugin>_info() function if at all possible instead of <plugin>_version()
pdontthink [Fri, 2 Feb 2007 23:16:38 +0000 (23:16 +0000)]
Use <plugin>_info() function if at all possible instead of <plugin>_version()

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12215 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMinor cleanup
pdontthink [Fri, 2 Feb 2007 23:02:47 +0000 (23:02 +0000)]
Minor cleanup

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12214 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd (disabled) plugin version printout
pdontthink [Fri, 2 Feb 2007 23:00:15 +0000 (23:00 +0000)]
Add (disabled) plugin version printout

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12213 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoUse addButton() here too
pdontthink [Fri, 2 Feb 2007 21:57:32 +0000 (21:57 +0000)]
Use addButton() here too

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12212 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAll this document.write stuff is overkill when we already have checkForJavascript...
pdontthink [Fri, 2 Feb 2007 21:31:59 +0000 (21:31 +0000)]
All this document.write stuff is overkill when we already have checkForJavascript() in place

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12211 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd new addButton() function
pdontthink [Fri, 2 Feb 2007 21:20:09 +0000 (21:20 +0000)]
Add new addButton() function

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12210 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoreplace reserved word 'action' with 'encaction'
kink [Fri, 26 Jan 2007 14:03:08 +0000 (14:03 +0000)]
replace reserved word 'action' with 'encaction'

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12205 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoadd labels to make checkboxes better clickable
kink [Fri, 26 Jan 2007 13:58:41 +0000 (13:58 +0000)]
add labels to make checkboxes better clickable

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12204 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemoving hooks where we can from templates; one hook will probably have to stay;...
pdontthink [Thu, 25 Jan 2007 07:27:37 +0000 (07:27 +0000)]
Removing hooks where we can from templates; one hook will probably have to stay; see comments in the code

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12203 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAllow admin to disable secure-only cookie transmission
pdontthink [Thu, 25 Jan 2007 02:02:25 +0000 (02:02 +0000)]
Allow admin to disable secure-only cookie transmission

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12202 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix: When session auto-start not enabled, undefined var notice for
pdontthink [Thu, 25 Jan 2007 01:22:33 +0000 (01:22 +0000)]
Fix: When session auto-start not enabled, undefined var notice for

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12201 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agomisspelled reply_to and in_reply_to attributes
kink [Wed, 24 Jan 2007 14:50:31 +0000 (14:50 +0000)]
misspelled reply_to and in_reply_to attributes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12200 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd preview pane to advanced default template. This serves as an example of how...
pdontthink [Wed, 24 Jan 2007 06:51:15 +0000 (06:51 +0000)]
Add preview pane to advanced default template.  This serves as an example of how to use a plugin to provide backend functionality introduced by a template (preview pane needs to be turned on/off by settings in the display preferences, which the plugin does; actual preview pane output is done by the template set).  Note any plugin can be turned on or off for a given skin using the template's own config file.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12197 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoCenter is an illegal value for vertical-align
pdontthink [Tue, 23 Jan 2007 06:14:11 +0000 (06:14 +0000)]
Center is an illegal value for vertical-align

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12192 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMinor HTML adjustment
pdontthink [Tue, 23 Jan 2007 05:12:18 +0000 (05:12 +0000)]
Minor HTML adjustment

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12191 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoForgot to i18n a string
pdontthink [Tue, 23 Jan 2007 04:25:14 +0000 (04:25 +0000)]
Forgot to i18n a string

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12190 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoSomehow went missing options.php and config file, minor adjustments to template outpu...
pdontthink [Tue, 23 Jan 2007 03:37:36 +0000 (03:37 +0000)]
Somehow went missing options.php and config file, minor adjustments to template output formatting.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12189 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoBoolean hook call needs priority 1 to error out when any plugin has problems.
pdontthink [Sat, 20 Jan 2007 07:05:20 +0000 (07:05 +0000)]
Boolean hook call needs priority 1 to error out when any plugin has problems.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12161 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoComment change only
pdontthink [Sat, 20 Jan 2007 07:02:22 +0000 (07:02 +0000)]
Comment change only

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12160 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAllow auto-refresh after options are changed (when JavaScript is turned on). Future...
pdontthink [Sat, 20 Jan 2007 02:19:50 +0000 (02:19 +0000)]
Allow auto-refresh after options are changed (when JavaScript is turned on).  Future enhancement might be to pass a GET variable to options page so after a *complete* page refresh, it can still tell the user that the options were saved.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12155 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoSimplify and standardize sendMDN function.
pdontthink [Fri, 19 Jan 2007 23:21:54 +0000 (23:21 +0000)]
Simplify and standardize sendMDN function.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12154 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoobsolete .cvsignore; add plugin_hooks.php to svn:ignore
kink [Fri, 19 Jan 2007 13:41:18 +0000 (13:41 +0000)]
obsolete .cvsignore; add plugin_hooks.php to svn:ignore

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12149 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemove HTML from org_logo on logout error page
pdontthink [Fri, 19 Jan 2007 09:11:16 +0000 (09:11 +0000)]
Remove HTML from org_logo on logout error page

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12146 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMinor fix; reduce needless open/closing of PHP
pdontthink [Fri, 19 Jan 2007 09:10:10 +0000 (09:10 +0000)]
Minor fix; reduce needless open/closing of PHP

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12145 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agodo not add spaces to references header (#1634294),
kink [Thu, 18 Jan 2007 16:11:28 +0000 (16:11 +0000)]
do not add spaces to references header (#1634294),
thanks SOCS

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12143 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix URL to send read receipts from read_body (#1637572),
kink [Thu, 18 Jan 2007 15:19:38 +0000 (15:19 +0000)]
Fix URL to send read receipts from read_body (#1637572),
thanks to Ce1ta

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12142 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdded a list of "core" plugins shipped with Squirrelmail. I could use the reference...
tassium [Mon, 15 Jan 2007 21:07:58 +0000 (21:07 +0000)]
Added a list of "core" plugins shipped with Squirrelmail.  I could use the reference, maybe someone else will find it useful too.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12139 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoUpdate attributions string output
pdontthink [Mon, 15 Jan 2007 08:40:21 +0000 (08:40 +0000)]
Update attributions string output

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12138 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemove more HTML from sm_attributions. Where exactly do these show up? Certainly...
pdontthink [Mon, 15 Jan 2007 08:35:27 +0000 (08:35 +0000)]
Remove more HTML from sm_attributions.  Where exactly do these show up?  Certainly not in the footer, which is what's displayed here.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12137 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoforgot to globalize base_uri
pdontthink [Mon, 15 Jan 2007 08:30:54 +0000 (08:30 +0000)]
forgot to globalize base_uri

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12136 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemove HTML from provider_uri and name; also fix default provider_uri when on plugin...
pdontthink [Mon, 15 Jan 2007 08:27:10 +0000 (08:27 +0000)]
Remove HTML from provider_uri and name; also fix default provider_uri when on plugin pages; base path was not part of the link

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12135 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoSynch advanced template with SM attribute string changes
pdontthink [Mon, 15 Jan 2007 07:58:55 +0000 (07:58 +0000)]
Synch advanced template with SM attribute string changes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12134 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoBetter formatting (I hope)
pdontthink [Mon, 15 Jan 2007 07:58:05 +0000 (07:58 +0000)]
Better formatting (I hope)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12133 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemove things that snuck in accidentally on last commit
pdontthink [Mon, 15 Jan 2007 07:50:40 +0000 (07:50 +0000)]
Remove things that snuck in accidentally on last commit

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12132 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemove a spec of HTML from login.php
pdontthink [Mon, 15 Jan 2007 07:46:53 +0000 (07:46 +0000)]
Remove a spec of HTML from login.php

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12131 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoForgot to add template for non-RFC list management functionality
pdontthink [Sun, 14 Jan 2007 05:46:24 +0000 (05:46 +0000)]
Forgot to add template for non-RFC list management functionality

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12130 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoHow did config.php get in? SVN doesn't tell me I need to commit file removals, so...
pdontthink [Sun, 14 Jan 2007 05:44:08 +0000 (05:44 +0000)]
How did config.php get in?  SVN doesn't tell me I need to commit file removals, so I'm guessing I have to.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12129 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoincrement year in copyright notices
kink [Sat, 13 Jan 2007 20:15:44 +0000 (20:15 +0000)]
increment year in copyright notices

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12128 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoreplace CVS with SVN
kink [Sat, 13 Jan 2007 19:08:18 +0000 (19:08 +0000)]
replace CVS with SVN

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12126 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agotest
kink [Sat, 13 Jan 2007 18:33:34 +0000 (18:33 +0000)]
test

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12124 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agotest
kink [Sat, 13 Jan 2007 18:30:59 +0000 (18:30 +0000)]
test

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12123 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoHttpOnly cookies
stekkel [Sat, 13 Jan 2007 16:10:31 +0000 (16:10 +0000)]
HttpOnly cookies

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12122 7612ce4b-ef26-0410-bec9-ea0150e637f0