pdontthink
598a599ba3
Happy New Year
2025-01-03 11:47:03 -08:00
pdontthink
39cfdaadfd
Happy New Year
2024-01-02 14:58:16 -08:00
pdontthink
380afc7213
Happy New Year
2023-01-02 22:04:25 -08:00
pdontthink
c870c2b266
Remove use of each() and make sense of poorly named variables
2022-06-04 11:06:21 -07:00
pdontthink
bcdfe6e9f1
Happy New Year
2022-01-26 01:06:50 -08:00
pdontthink
c4ef1a0eea
Happy New Year
2021-02-05 11:55:37 -08:00
pdontthink
8e48a0bb7b
Remove use of each() as it is deprecated
2021-01-16 02:08:19 -08:00
pdontthink
fc283980d0
Happy New Year
2020-01-07 00:12:38 -08:00
pdontthink
fbcb1ca1f5
Happy New Year
2019-01-07 21:55:08 -08:00
pdontthink
23cd61b628
Happy New Year
2018-01-16 23:44:07 +00:00
pdontthink
6cd24c0552
Happy 2017
2017-01-27 20:34:08 +00:00
pdontthink
2934017d92
Happy New Year
2016-01-01 20:59:53 +00:00
pdontthink
3b465a0d0f
Happy 2015
2015-01-03 04:09:49 +00:00
pdontthink
581dc23061
Happy 2014
2014-01-01 20:33:20 +00:00
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
68c28cf766
displayInternalLink() was removed 2.5 years ago (revision 12549), but this plugin was not updated. Thanks to Christian Kujau for noticing.
2010-01-28 16:59:27 +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
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
pdontthink
642f901396
A few output elements are used often, so just retrieve them once and make them globally available
2008-01-06 06:01:10 +00:00
pdontthink
01db845df0
Remove hook call from template; fix all corresponding core plugins.
2007-08-30 02:10:25 +00:00
Thijs Kinkhorst
f69d74535e
remove unused globals, thanks Tomas Kuliavas for $day
2007-07-09 09:02:54 +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
11b10ba5d1
increment year in copyright notices
2007-01-13 20:15:44 +00:00
tokul
4db0659c37
removed non-standard wrap attribute
2006-07-30 13:05:58 +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
tokul
95f451e20f
adding warning about plugin unbundling
2006-05-06 07:50:49 +00:00
stekkel
0a70f643f2
Centralized init
2006-04-05 00:22:11 +00:00
tokul
a1ceb2a21e
fix i18n date format
...
fix multiline title field display (remove line feeds when calendar is read)
2006-01-29 10:15:28 +00:00
tokul
0e155aec51
missed wrong phpdoc tag
2006-01-15 10:03:07 +00:00
tokul
2412204c49
Plugin update:
...
1. use of sqGetGlobalVar instead of accessing $_POST and $_GET directly
2. event sanitizing update. Storage functions don't sanitize html. Event text
is sanitized on display
3. fix possible data loss when vertical bar is used in event text
4. updates in README and phpdoc blocks
2006-01-14 14:21:21 +00:00
tokul
38c1f45f4b
#1291081 . Undo encoding of line feeds in calendar data.
...
Code still need fixes because htmlspecialchars should not be used on $calendar
data. Only functions that output data should do sanitizing.
2006-01-08 17:28:12 +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
stekkel
75c4e716a2
XSS fixes
2005-06-15 23:07:09 +00:00
Thijs Kinkhorst
035d18e061
Revise plugin documentation. Mainly, this removes remains of documentation
...
that's only relevant for plugins which are not included in the main distro.
The objective is to make it not
- remove instructions about untarring this plugin (since it's already shipped)
- remove version numbers, which are not updated for a long time and not
relevant anymore.
- remove changelogs, since they don't log the changes (we do that in the
main ChangeLog).
- explicitly state that this plugin is not maintained anymore by the
original authors (so bugs/etc get sent to us in stead of someone who
maintained it four years ago).
If ok I'd like to put this in stable aswell.
2005-02-28 10:45:57 +00:00
Fredrik Jervfors
9faf3051c1
Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes
2004-12-29 15:06:20 +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
Jimmy Conner
2cd94f0d75
Removed variables that were initialized, but never actually used
...
Also remove a few more globals that were unused
Remove a few newlines at the end of files
Hopefully this will help shrink the memory footprint of SM just slightly
2004-11-01 02:05:15 +00:00
Jimmy Conner
6bfd0f1168
Remove unused globals
2004-10-31 23:24:09 +00:00
Fredrik Jervfors
303d308968
XHTML fixes
2004-08-15 01:02:58 +00:00
tokul
29ff440043
renaming function in order to remove phpdoc error
...
it is better to have different names for different functions even when they
don't conflict with each other.
2004-05-10 10:02:32 +00:00
Thijs Kinkhorst
eb0871d7c9
Make writing to prefs/abook/calendar files more reliable by handling it
...
the right way when writing fails (error in stead of truncating file).
2004-03-15 10:10:00 +00:00
Thijs Kinkhorst
cde0377d36
We're living in 2004 now... perl is your friend for these kinds of things :)
2004-02-24 15:51:22 +00:00