Commit graph

90 commits

Author SHA1 Message Date
Fredrik Jervfors
c076a1f1ae Update copyright 2013-07-26 17:31:02 +00:00
Thijs Kinkhorst
efd75f4867 Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
New function sm_encode_html_special_chars() encodes HTML special
characters by calling htmlspecialchars(). It sets the character set
to ISO-8859-1, to fix compatibility with PHP >= 5.4.

Patch by Paul Lesniewski.

See #3491925
2012-12-09 12:06:30 +00:00
pdontthink
acc409fb2a Updating copyrights. Happy New Year. 2012-01-02 02:09:17 +00:00
pdontthink
fc57bf2b59 Happy New Year! 2011-01-06 03:16:21 +00:00
pdontthink
7aa0e60863 Update copyrights to 2010 2010-01-25 03:23:30 +00:00
Fredrik Jervfors
134d462c94 The copyright symbol isn't really needed since the word "copyright" is there. Also it doesn't display right in the documentation. 2009-09-29 12:15:33 +00:00
Fredrik Jervfors
14e6983ac1 No double spaces in strings please. They will not show up in HTML anyway. 2009-05-28 22:46:56 +00:00
Fredrik Jervfors
0a6245814a There are too many modified files being committed without the copyright year being updated, so here's a copyright year update the old-fashioned style. 2009-04-15 22:00:49 +00:00
Thijs Kinkhorst
7dca12ffb1 fix listcommands template for Send form changes 2009-04-15 16:30:42 +00:00
Thijs Kinkhorst
0ddf214952 drop some unneeded globals / variables 2007-07-20 17:13:05 +00:00
Fredrik Jervfors
e109e30b68 Short PHP tags are against the SquirrelMail coding standards. 2007-04-26 06:22:50 +00:00
Thijs Kinkhorst
567ef6de29 do not special case a folder named 'None'. There's no reason
to not use the empty string and this prevents people who want
to have a "None" folder from using it properly.
2007-03-06 14:57:12 +00:00
Thijs Kinkhorst
3affe24230 move HTML output to template, improve HTML on the fly 2007-02-27 18:22:00 +00:00
pdontthink
7cd5d9c660 Remove extra parameter that should not have been in previous commit 2007-02-14 05:35:27 +00:00
pdontthink
ec6120f977 Plugins like listcommands should not close their own pages without displaying errors; easiest way to do that is use footer.tpl 2007-02-14 04:32:00 +00:00
pdontthink
2dcdff528c Forgot to i18n a string 2007-01-23 04:25:14 +00:00
pdontthink
babe6a7f19 Somehow went missing options.php and config file, minor adjustments to template output formatting. 2007-01-23 03:37:36 +00:00
pdontthink
0321cf0940 Forgot to add template for non-RFC list management functionality 2007-01-14 05:46:24 +00:00
Thijs Kinkhorst
11b10ba5d1 increment year in copyright notices 2007-01-13 20:15:44 +00:00
pdontthink
039672d965 Add ability for listcommands plugin to show reply and post links for user-configured non-RFC 2369-compliant lists; admin must enable by configuring plugin. 2007-01-13 07:34:17 +00:00
pdontthink
7a16713e83 Refactor hyperlink template code 2006-12-31 04:18:52 +00:00
pdontthink
548b9b18f8 Add id attribute to hyperlink and image templates 2006-12-30 22:22:05 +00:00
pdontthink
e6aa350ba9 Add class attribute to template 2006-12-30 21:29:54 +00:00
pdontthink
8b31e3ff45 Remove debugging code 2006-12-10 21:47:04 +00:00
pdontthink
8245571b10 Strip HTML for hyperlink creation from core 2006-12-10 21:44:28 +00:00
pdontthink
d30743d721 Listcommands plugin now updated to 1.5.2-style 'templat-ized' output 2006-12-10 21:10:14 +00:00
tokul
59ae6f3ac2 removing trailing ?> from function scripts 2006-07-15 12:01:32 +00:00
tokul
4115a9110e updating error_box() function calls. second argument was modified.
using squirrelmail template code for closing html tags.
added some comments in footer.tpl in order to detect generated footer
2006-05-14 17:09:29 +00:00
stekkel
0a70f643f2 Centralized init 2006-04-05 00:22:11 +00:00
Fredrik Jervfors
aa41b6fccb Replacing deprecated HTML "center" element (second try). 2006-02-05 12:36:40 +00:00
Fredrik Jervfors
863a5987c4 Replacing deprecated HTML "center" element. 2006-02-05 11:18:50 +00:00
tokul
83fdb4c332 copyright update 2006-01-23 18:46:41 +00:00
Fredrik Jervfors
9ed98bb1ec phpDocumentor updates 2005-09-18 10:25:54 +00:00
Fredrik Jervfors
d3abcd651b Adding more index.php files
Unifying index.php files
2005-09-11 07:05:54 +00:00
tokul
0019c9a754 misunderstood use of second array_shift command 2005-07-17 07:27:32 +00:00
tokul
45cf307ed7 php 5.1b2 - can't use function call inside array_shift() function.
src/configtest.php
- add extra checks in use_php_recode and use_php_iconv.
- fix typo. $dbtype should be used instead $db
2005-07-14 17:44:41 +00:00
stekkel
75c4e716a2 XSS fixes 2005-06-15 23:07:09 +00:00
tokul
1c4d9b4997 adding phpdoc blocks 2005-04-18 07:37:57 +00:00
Thijs Kinkhorst
1a80cf69ff some html-fixes 2005-04-06 21:30:36 +00:00
Fredrik Jervfors
59668fa0c6 phpDoc and i18n fixes.
Moving functions from "setup.php" to "functions.php".
Fixing notice in "mailout.php".
Fixing paths.
2005-04-03 19:36:11 +00:00
Thijs Kinkhorst
324ba40c8b update README to reflect inclusion in squirrelmail-core-plugins 2005-02-28 10:23:29 +00:00
Fredrik Jervfors
2a662edfe0 The copyright message should be consistent.
According to Rick Castello the Project, and not the Development Team, holds the copyright.
2005-02-27 23:36:10 +00:00
Fredrik Jervfors
5fcc041bd2 Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only) 2005-01-07 17:42:23 +00:00
jangliss
6ae10eebc0 Minor typo 2005-01-03 08:13:36 +00:00
jangliss
bd06a2b1d3 Fix listcommands plugin to behave like normal reply/compose links, and
return to message page that originally called from.
2005-01-03 08:11:53 +00:00
Thijs Kinkhorst
a73561b911 Increment year in copyright notice. 2004-12-27 15:04:02 +00:00
Fredrik Jervfors
66d6ea252d XHTML fixes 2004-11-12 14:21:31 +00:00
Fredrik Jervfors
8c8ecffa57 Replacing tabs with spaces, trimming white space at EOL and newline at EOF 2004-11-02 22:21:34 +00:00
Thijs Kinkhorst
999e884a04 Use forms.php functions. 2004-04-26 14:15:20 +00:00
Thijs Kinkhorst
644750922c We don't support PHP 4.0.x anymore; update the docs to reflect that and
remove 4.0.x legacy code.
2004-03-11 19:34:43 +00:00