Commit graph

62 commits

Author SHA1 Message Date
Colin Kuskie
fae8b162fa Replace the deprecated module Net::Subnets with Net::CIDR::Lite. 2009-11-17 18:34:42 -08:00
Patrick Donelan
d26ce5b447 Added WebGUI::Utility::scalarEquals for strict equality checks of scalars 2009-06-19 08:06:51 +00:00
Colin Kuskie
29759ede9c Fix multiple email handling in the Inbox.
Put an email regex into WebGUI::Utility, and use it in Form/Email and Account/Inbox.
2009-06-03 17:11:36 +00:00
Colin Kuskie
a34e6b36ec Fix a POD typo. 2009-04-01 03:46:04 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +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
Colin Kuskie
96178fd70c first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead 2007-12-05 00:30:43 +00:00
Colin Kuskie
d566d0db8c add a test for makeArrayTabSafe and add comments to WebGUI::Utility 2007-11-16 05:16:44 +00:00
Graham Knop
21d0c9b13d doc fixes 2007-10-16 14:30:04 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
JT Smith
2c7f49be9a Fixed a bug with RSS feed generation and attachments. 2007-01-17 18:24:15 +00:00
JT Smith
e42a744ed9 - fix: XSS Vulnerability in WikiPage titles
- Depricated the random array function in WebGUI::Utility in favor of 
   List::Utils per the WebGUI Best Practices.
2007-01-17 05:23:03 +00:00
Colin Kuskie
9b8f2ab061 Clearly document that sortHash* returns a Tie::IxHash.
Update the tests to assign to a Tie::IxHash to preserve the
sorted order.
2006-11-16 17:50:57 +00:00
Colin Kuskie
cd6759f311 Modify WebGUI IP fields to use CIDR format instead of a regular expression.
Multiple IPs are separated by commas, whitespace is ignored.
In groups, that affects the ipFilter field,  User::isInGroup.
In settings, that affects Settings::debugIp and Session::ErrorHandler::canShowDebug.

Fixed a bug in WebGUI::Utility::isInSubnet where Net::Subnets->check needs a scalar.

Modified t/User.t to use addresses in CIDR format.
2006-02-14 22:35:21 +00:00
JT Smith
75ecd4d7f4 added data serialization, encryption, and ip subnet checking to spectre 2006-02-08 20:18:00 +00:00
JT Smith
18060d8e4e new search engine stuff 2006-01-20 18:35:05 +00:00
JT Smith
ea14e9de4c adding base36 functions 2006-01-18 15:21:10 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
Colin Kuskie
1d5ab960ee Add test for range reversal in isBetween and refactor isBetween. 2005-12-11 03:49:44 +00:00
JT Smith
e972d70ee7 some bug fixes and preparing for 6.5.4 bugfix cycle 2005-03-22 16:00:58 +00:00
JT Smith
55c709a051 updated copyright 2005-02-07 00:52:47 +00:00
JT Smith
382ced9ffe first run on new asset system 2004-12-17 05:41:22 +00:00
JT Smith
873ce1c62e tinymce bug fixes and a new function in Utility.pm 2004-11-11 20:14:19 +00:00
JT Smith
145472845f sorted admin console and fixed pod in Utility 2004-11-03 21:06:54 +00:00
JT Smith
2b6eb201a9 changed POD formatting 2004-09-14 02:22:38 +00:00
JT Smith
c866d00c1b changed company name 2004-09-03 17:01:59 +00:00
JT Smith
403082ed23 updated copyright year 2004-02-29 15:40:11 +00:00
JT Smith
a0739f40af updated round docs 2003-02-15 20:20:55 +00:00
JT Smith
49460425d0 fixed bug 686630 2003-02-15 18:54:41 +00:00
JT Smith
eb296b944c fixed a bug in the round function introduced by tkrahn 2003-02-15 18:00:37 +00:00
John W. Krahn
b9321b4ed8 CORRECTION - Code simplification - round() 2003-02-04 05:17:32 +00:00
John W. Krahn
c8ae8bab6b CORRECTION - Code simplification - round 2003-02-04 04:56:46 +00:00
John W. Krahn
8c75921e08 Code simplifications. 2003-01-12 17:00:26 +00:00
JT Smith
225ca72d3e Updated all files for new copyright year. 2003-01-05 18:32:19 +00:00
JT Smith
74dd8d43d9 Fixed some bugs in the hash sorters as suggested by "John W. Krahn" <krahnj@acm.org> 2003-01-02 00:14:30 +00:00
JT Smith
84f741e806 improved the efficiency of the isIn function as suggested by "John W. Krahn" <krahnj@acm.org> 2003-01-02 00:02:16 +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
b240822489 Added POD to these packages. 2002-12-15 02:58:51 +00:00
JT Smith
8966e401c3 Various changes not checked in previously because source forge was down. 2002-11-18 00:12:33 +00:00
JT Smith
d3446049d3 Fixed a bug where having poll with no answers would cause the poll wobject to crash.
Fixed a bug where the reset votes option in the poll would become mangled if the anti-caching mechanism was enabled.
2002-08-23 02:11:38 +00:00
JT Smith
43b7820191 Added commify. 2002-08-15 00:19:43 +00:00
JT Smith
80d9099815 Poll answers are now randomizable. 2002-08-01 02:47:03 +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
69af472ede Added options to exclude wobjects, macros, and hourly plugins. 2002-07-17 04:11:32 +00:00
JT Smith
29d2b0e63c Moved extras, uploadsURL, and uploadsPath settings to config file. 2002-07-12 00:25:02 +00:00
JT Smith
122cac8bd5 Added translations manager. 2002-07-08 01:13:50 +00:00
JT Smith
bb226a6bc9 Added advanced search to Download Manager. 2002-06-01 19:39:54 +00:00
JT Smith
a93b42789a WebGUI 3.4.0 release 2002-03-07 01:40:00 +00:00