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
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
pdontthink
87418e9fce
Fix occasional PHP notice
2012-05-09 02:57:02 +00:00
pdontthink
cb2f380ca9
Clear checkbox selections when form is processed
2012-04-27 07:18:17 +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
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
07b74a9048
Forgot to commit set_url_var wrapper function
2008-05-23 07:27:33 +00:00
bouchon
8909757fd2
Fix broken set_url_var function in functions/html.php ( #1729814 ).
2007-06-03 13:58:37 +00:00
pdontthink
49af86d128
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)
2007-02-07 20:34:28 +00:00
Thijs Kinkhorst
11b10ba5d1
increment year in copyright notices
2007-01-13 20:15:44 +00:00
pdontthink
4fe3cc2423
Remove HTML from SM option widget code; use forms.php utilities, which in turn use templated output
2007-01-09 05:09:28 +00:00
pdontthink
19f8226a72
Add attribute array to hyperlink/image/span templates for future extensibility
2007-01-04 07:23:03 +00:00
pdontthink
e2674fade2
Add name attribute to hyperlink template
2007-01-02 06:38:34 +00:00
pdontthink
dd2823a8de
Remove span tags from core
2006-12-31 05:40:57 +00:00
pdontthink
f757ec4d5f
Allow text alternative for images to percolate all the way through template layers
2006-12-31 05:09:39 +00:00
pdontthink
852636c163
Refactor image template code
2006-12-31 04:39:00 +00:00
pdontthink
7a16713e83
Refactor hyperlink template code
2006-12-31 04:18:52 +00:00
stekkel
f68cdb3fbc
stops double encoding of &. & became &
2006-10-09 22:11:56 +00:00
stevetruckstuff
fb82ed55b8
Make sure generated links use & instead of & between GET vars.
2006-10-05 15:24:20 +00:00
tokul
59ae6f3ac2
removing trailing ?> from function scripts
2006-07-15 12:01:32 +00:00
stekkel
0a70f643f2
Centralized init
2006-04-05 00:22:11 +00:00
tokul
83fdb4c332
copyright update
2006-01-23 18:46:41 +00:00
tokul
1d1799ffcd
document html functions
2005-12-02 10:59:55 +00:00
Fredrik Jervfors
9ed98bb1ec
phpDocumentor updates
2005-09-18 10:25:54 +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
Thijs Kinkhorst
a73561b911
Increment year in copyright notice.
2004-12-27 15:04:02 +00:00
Thijs Kinkhorst
afa5c6823a
set_url_var would eat the "&" if the first url var was being changed.
...
Fixes #1053725
2004-11-21 14:56:11 +00:00
jangliss
140fbed2ec
New line here makes a lot of slightly tidier looking HTML code
2004-11-16 06:20:09 +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
Fredrik Jervfors
3b83c567dd
Minor cleanups
2004-08-24 00:40:28 +00:00
Fredrik Jervfors
9d4db8b166
Phpdocumentor update - sed is your friend for these kinds of things ;)
2004-05-21 23:56:53 +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
tassium
9098cb73e4
Preparation to begin using phpdocumentor.
...
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.
The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
2003-10-28 21:27:47 +00:00
Thijs Kinkhorst
dfddd88487
Undo this xhtml-compatibility thing because the html_tag function is used
...
incorrectly in many places around the code: no value is specified while
tags do have a value.
2003-01-04 18:00:19 +00:00
Thijs Kinkhorst
75de52f258
Getting ready for 1.4.0 RC1
2002-12-31 12:49:43 +00:00