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
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
8bc2e73c83
Add ability to control the display of the "Check Spelling" button. Allows administrators to offer this plugin but keep it out of the way for users who do not want it. Put sqspell_show_button=0 in default preferences if it should be hidden by default.
2017-06-17 20:23:12 +00:00
pdontthink
d8c5da112d
Missing close form tag
2017-06-17 20:08:33 +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
Fredrik Jervfors
75c81425d2
Happy 2014
2014-01-13 10:16:27 +00:00
pdontthink
581dc23061
Happy 2014
2014-01-01 20:33:20 +00:00
pdontthink
41dbe6fe7e
Remove unused hook
2013-12-30 04:46:19 +00:00
Fredrik Jervfors
c076a1f1ae
Update copyright
2013-07-26 17:31:02 +00:00
pdontthink
47cddde346
Allow more liberal reuse of tokens to avoid cross-frame conflicts
2013-06-18 04:20:50 +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
e61d33ae49
Fix XSS holes in generic options inputs, XSS hole in the SquirrelSpell plugin, and added anti-CSRF protection to the empty trash feature (thanks to Nicholas Carlini for finding all these issues) [CVE-2010-4555]
2011-07-12 04:45:49 +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
pdontthink
aeba0f0085
If we add a token to lang_setup ( #13855 ), need to check it in lang_change
2009-10-04 21:00:28 +00:00
jangliss
7c56855cc1
Additional smtoken changes.
2009-10-04 15:42:49 +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
pdontthink
bc3fb36016
Stop using deprecated ereg() functions ( #2820952 )
2009-07-29 01:55:21 +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
Fredrik Jervfors
327cb3be77
Only grab comments marked i18n to the template.
2008-05-16 04:33:11 +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
2bfd7268da
Remove extraneous slash
2007-08-13 22:42:26 +00:00
pdontthink
bb3c334ad7
List separator i18n. Complements RisuMail Team - risumail.jp
2007-08-09 06:49:14 +00:00
Thijs Kinkhorst
086cccc724
remove PHP closing tag in example config file
2007-07-11 09:44:01 +00:00
Thijs Kinkhorst
4ae0889ab8
drop two unneeded globals
2007-07-09 09:37:05 +00:00
Thijs Kinkhorst
9791356483
replace string "Cute." with "Invalid URL" (reuse of existing string)
2007-05-10 11:41:20 +00:00
Alexandros Vellis
4f4dc965b4
Fix typo
2007-03-19 13:45:44 +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
Fredrik Jervfors
d07315611f
Fixed spelling in comment.
2007-02-03 16:59:42 +00:00
pdontthink
b278c0ea42
All this document.write stuff is overkill when we already have checkForJavascript() in place
2007-02-02 21:31:59 +00:00
Thijs Kinkhorst
1193c5b0de
replace reserved word 'action' with 'encaction'
2007-01-26 14:03:08 +00:00
Thijs Kinkhorst
88cb5a1f8e
add labels to make checkboxes better clickable
2007-01-26 13:58:41 +00:00
Thijs Kinkhorst
11b10ba5d1
increment year in copyright notices
2007-01-13 20:15:44 +00:00
Thijs Kinkhorst
eb6c67fd28
Make js escaping compatible with magic_quotes_sybase ( #1616953 ),
...
thanks Tomas Kuliavas
2007-01-07 15:48:48 +00:00
Alexandros Vellis
a41bbd755e
workaround to make squirrelspell work again in SM 1.5 CVS
2006-11-24 09:23:50 +00:00
pdontthink
98859870d4
compose_button_row hook updated to new plugin/templating scheme. Please learn from this and fix plugins instead of reverting other code
2006-10-09 02:45:11 +00:00
tokul
c477d8aec3
removed ispell output. confuses phpdoc
2006-10-07 15:36:49 +00:00
tokul
bb2f917051
adding php pspell support. If it breaks - blame me.
2006-09-30 17:48:14 +00:00
tokul
8998e875f5
adding php pspell support
2006-09-30 17:35:20 +00:00
tokul
3926e84f88
move variables that are loaded before environment is secured against rg=on
2006-08-09 06:58:42 +00:00