Commit graph

49 commits

Author SHA1 Message Date
Graham Knop
4fd276f0e5 include full link tag in cleanSegment 2008-09-23 21:32:44 +00:00
Doug Bell
6f789c9917 fixed: WebGUI::HTML->cleanSegment now keeps <link> when preserving script and style 2008-09-23 17:18:20 +00:00
Graham Knop
1e54cf0458 some comment cleanups 2008-09-15 21:51:46 +00:00
Graham Knop
357b2b3c5c improved behavior of CS mail message filtering 2008-04-01 14:42:42 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
Graham Knop
a3af4e3746 fix incorrect apostrophy escaping 2007-08-24 16:19:30 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Colin Kuskie
76585a1daa Added a new method to WebGUI::HTML called makeParameter safe. It will
encode commas and single quotes to make the output safe to embed inside
of a macro.
Added tests to verify that it works correctly.
Updated the c_companyName macro to use makeParameterSafe.
Added tests to verify that the changed macro works okay.
Updated the c_companyName documentation.
Added a blurb to the gotchas file to cover the change to the macro.
2007-02-13 23:42:53 +00:00
Yung Han Khoe
ec2e7832f9 WebGUI::HTML::makeAbsolute didn't handle closing slashes right. 2007-01-26 16:31:25 +00:00
Eric Kennedy
3ebd2ef625 Revised WebGUI::HTML::filter "all" so that text does not run together when tags are removed. Added additional tests to HTML.t. 2006-07-24 17:31:57 +00:00
JT Smith
45080ea0d9 - fix: cs mail needs archive url
- fix: cs mail not sending in-reply-to and references headers
 - fix: cs mail doesn't like code via email
 - CS mail now sends out the email address of the poster as from, when it 
   exists.
2006-07-19 18:37:33 +00:00
Wouter van Oijen
e81ce2759a Fixed POD in 12 files reported by new test for invalid whitespace 2006-05-20 10:39:16 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
81a26c6d18 some more fixes. 2006-01-21 02:35:13 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
Colin Kuskie
197dacadec no more getSlave, convert code to use dbSlave instead
more form accessor fixes
Form/Template.pm, all asset calls need a session var
2006-01-16 00:08:58 +00:00
JT Smith
45c7e7876d refactored WebGUI::HTML api to use new ssesion system 2006-01-11 16:35:45 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
024514c549 more session related changes 2006-01-09 19:56:26 +00:00
JT Smith
ea868a8c0e moved uploadsAccessHandler into the main webgui handler mechanism
converted macros to use references
fixed some other various bugs
2005-11-07 01:40:07 +00:00
JT Smith
55c709a051 updated copyright 2005-02-07 00:52:47 +00:00
JT Smith
ce9cfe43a2 preparing for 6.2.4 bugfix cycle 2004-09-16 21:11:12 +00:00
JT Smith
2b6eb201a9 changed POD formatting 2004-09-14 02:22:38 +00:00
JT Smith
c1a19e9c6b fixing more bugs 2004-09-06 21:53:52 +00:00
JT Smith
c866d00c1b changed company name 2004-09-03 17:01:59 +00:00
JT Smith
fb6fab4226 [ 1008039 ] When adding javascript to description, the script is doubled 2004-08-31 23:42:10 +00:00
Len Kranendonk
fd591a761d Added html2text and makeAbsolute functions 2004-07-17 20:25:59 +00:00
JT Smith
7648c6c13f added support for reading from replicated databases 2004-07-09 21:10:58 +00:00
JT Smith
6112f756b0 fixed [ 925586 ] HttpProxy ignores javascript in <HEAD> (solution provided) 2004-04-19 19:50:52 +00:00
JT Smith
cbbb7e8392 merging 5.5.5 bugfixes 2004-03-04 05:56:44 +00:00
JT Smith
403082ed23 updated copyright year 2004-02-29 15:40:11 +00:00
JT Smith
a7ccedb956 merging 5.5.4 bugfixes 2004-01-01 23:08:28 +00:00
JT Smith
83f1188ea3 moved FAQ's into USS 2003-11-30 00:05:08 +00:00
JT Smith
a4d391b52a working on new discussion system 2003-07-13 03:28:03 +00:00
Len Kranendonk
12a35c8db6 Added searchAndReplace functionality 2003-05-13 11:38:51 +00:00
JT Smith
85eeaf28b4 fixed macro filtering 2003-03-17 00:52:41 +00:00
JT Smith
5f6313579f Only process macros once per page. 2003-03-02 21:15:56 +00:00
JT Smith
225ca72d3e Updated all files for new copyright year. 2003-01-05 18:32:19 +00:00
JT Smith
005e2eb8aa Fixed some POD formatting. 2002-12-17 00:39:48 +00:00
JT Smith
3e89b31e13 Fixed POD syntax. 2002-12-16 01:13:06 +00:00
JT Smith
834f4abb03 Added the new templating mechanism to styles and templates. 2002-10-07 05:58:07 +00:00
JT Smith
19bfa5b581 Updated the headers to reflect Plain Black's new identity. 2002-07-17 04:45:55 +00:00
JT Smith
e69d1a7c53 Removed extra carriage returns produced by filtering process. 2002-06-23 21:44:34 +00:00
JT Smith
1fe905fee4 Fixing HTML filter bug where mac carriage returns causing problems. 2002-06-18 03:55:46 +00:00
JT Smith
81650ef29c Added option to filter javascript from user posts. 2002-05-29 21:58:03 +00:00
JT Smith
f348a86ee9 Fixed a couple bugs with the new USS. 2002-05-27 22:32:52 +00:00
JT Smith
143621e01b Added an HTML segment filter. 2002-05-23 05:37:28 +00:00
JT Smith
0997fc100c WebGUI 3.6.0 release 2002-03-20 06:01:00 +00:00