Commit graph

2718 commits

Author SHA1 Message Date
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
945be4a2de fix javascript quoting bug in view project template for PM 2007-01-17 05:18:25 +00:00
Roy Johnson
61adb7d962 fix - xss vulnerability in webgui usernames 2007-01-16 16:06:08 +00:00
Martin Kamerbeek
2db563c1cf Made the shopping cart support dynamic item plugins 2007-01-14 15:26:26 +00:00
Roy Johnson
777a7a0b08 fix - cannot save content filters
fix - cannot delete content filters
2007-01-13 22:56:36 +00:00
Colin Kuskie
4056586ad7 fix subroutine instead of method calls for privileges 2007-01-12 17:56:43 +00:00
Colin Kuskie
55b5f05041 macro nesting docs 2007-01-12 17:40:58 +00:00
Martin Kamerbeek
72e6a896f9 bugfix in WG::FOrm::Date where epoch values were not processed correctly 2007-01-12 12:51:37 +00:00
Colin Kuskie
eea413d4c1 update my credit info 2007-01-11 05:46:14 +00:00
Colin Kuskie
da03424051 Fix a bug with uploading files through the FilePile.
Permissions default to those of the parent, but if they are overridden in the FilePile
form the form settings are now taken.
2007-01-11 03:56:44 +00:00
Frank Dillon
d90a87699c event tooltip fix 2007-01-11 01:52:19 +00:00
Frank Dillon
9afcc21ac4 fixed tooltips 2007-01-11 01:18:09 +00:00
Colin Kuskie
6d42a44f26 fixing bug in css03.css 2007-01-11 00:34:48 +00:00
Doug Bell
0ea3707f4f Ready for 7.3.5 dev 2007-01-10 16:41:57 +00:00
Doug Bell
4666645729 7.3.4 Release 2007-01-10 16:16:51 +00:00
Colin Kuskie
e6d6aee9f0 XHTML fixes for Help 2007-01-10 05:24:23 +00:00
Colin Kuskie
797f5f9363 Add a test to Utility.t to make sure that WebGUI::Utility::round also rounds up.
Add Paginator tests for paginating array data.
Fix an off by 1 error in the Paginator when handling array data.  SQL data is fine.
2007-01-10 03:03:31 +00:00
Doug Bell
6682be305b fix: Calendar still not using proper gateway. 2007-01-09 21:52:21 +00:00
Doug Bell
21deed735a added some props 2007-01-09 16:43:54 +00:00
Doug Bell
46427b4f97 fix: DB slaves were not being instanciated correctly. 2007-01-09 16:40:16 +00:00
JT Smith
600118b40a - fix: Styles were printing double head block headers. 2007-01-07 17:38:24 +00:00
Doug Bell
cdc6671929 fix: Mail::Get now handles multipart/alternative messages appropriately. This fixes CS posts showing multiple versions when e-mailed in. 2007-01-07 08:07:54 +00:00
Roy Johnson
2ad1b494fe fix - Wiki shows add link to users who don't have privileges to add
fix - XSS Vulnerability in Wiki page titles
fix - Wiki does not allow you to specify the content to allow in submitted pages or content filtering
fix - GetSyndicated Content Workflow activity doesn't check for timeout
fix - GetSyndicated Content Workflow activity does not trap errors
2007-01-07 03:12:21 +00:00
JT Smith
fc557b517b - Removed the requirement for DBIx::FullTextSearch from testEnvironment.pl
since it hasn't been needed since 6.5. It was just never removed.
2007-01-07 00:08:18 +00:00
Roy Johnson
a7976f7256 fix - Cannot add new page to the Wiki 2007-01-05 22:57:39 +00:00
Steve Swanson
7614874253 removes rating from default thread when user can't post 2007-01-05 17:05:59 +00:00
JT Smith
a0a055296b fix: Closed Posts Displaying in CS 2007-01-05 15:52:25 +00:00
Doug Bell
f4b6d944b6 fix: ProcessRecurringPayments workflow activity should now work and send daily transaction updates 2007-01-05 15:50:36 +00:00
Martin Kamerbeek
f39c97fb53 Fixed a dsn parsing bug in the sqlform 2007-01-05 12:44:33 +00:00
Roy Johnson
9c393532ee Ready for 7.3.4 dev 2007-01-04 01:07:18 +00:00
Roy Johnson
1a95b94598 Fixed failing calendar test
7.3.3 beta release
2007-01-04 00:50:41 +00:00
Colin Kuskie
bb214587bf make the testEnvironment.pl script obey user level proxy settings 2006-12-29 17:43:08 +00:00
Martin Kamerbeek
a782df32fb Merry Xmas bugfix #2: 2006-12-26 18:20:39 +00:00
Martin Kamerbeek
f008f68bfc Merry Xmas bugfix #1: sqlform would not always obey regexes 2006-12-26 15:04:59 +00:00
Colin Kuskie
93288c8332 Huge amount of ISA work for Assets (as opposed to Wobjects).
Bug fix for toolbar button rows that do not go away when all buttons
are deselected.
2006-12-23 23:58:51 +00:00
Doug Bell
cdaef9d5e3 Multiple fixes in the code Doug wrote for 7.3 - Calendar / DateTime / Event
- fix: Calendar now reports proper product ID on iCal feed
 - fix: Calendar now tries to use the feed ID when sending uid of event on iCal
        feeds (to prevent over-propagation of events shared between calendars).
 - fix: Bug in AssetLineage->getLineage documentation.
 - rfe: Event now has a template var to toggle if an event only lasts one day
 - rfe: WebGUI::DateTime->toMysql now automatically adjusts to UTC. NOTE:
        toMysqlDate and toMysqlTime do NOT adjust for timezones. If you are 
	using them you must adjust manually.
 - fix: Bug in WebGUI::DateTime documentation
 - fix: Calendar default date of "first event" or "last event" now works.
 - fix: Calendar now handles Events that have ' in titles appropriately.
 - rfe: Added a "dateSpan" Event template variable that will show a properly
        formatted date/time span depending on how the event's start and end are.
2006-12-23 02:22:02 +00:00
Colin Kuskie
56e7854ae3 remove calls to non-existant tables in Wiki* purge methods 2006-12-21 17:25:48 +00:00
Roy Johnson
4fbec10ba0 Ready for 7.3.3 dev 2006-12-21 16:54:07 +00:00
Roy Johnson
4c6bd10d32 7.3.2 release 2006-12-21 16:35:57 +00:00
Roy Johnson
e92871629c Added a the beginnings of a test suite for the wiki. Fixed privilege check in the media folder. 2006-12-21 16:19:37 +00:00
Colin Kuskie
c8f7e6fd0c make group search form sticky via Session::Scratch 2006-12-19 19:05:19 +00:00
Martin Kamerbeek
32662367ec A bunch of sqlform fixes 2006-12-19 18:10:12 +00:00
Colin Kuskie
bea0ae472a Two bug fixes, for Wiki History and initial drop down setting in the Group Search dialog.
Documented the Wiki Page history template and i18n'ed the delete confirmation in the history
interface.
2006-12-18 22:57:38 +00:00
Roy Johnson
16e2ad99da fixed a phishing exploit. html and htm files are now renamed to have a .txt extenstion appended to them. 2006-12-16 22:16:30 +00:00
Colin Kuskie
36873f8479 Fix a bug where thread owners Avatar was used if post owner
did not have one.  This is due to behavior in HTML::Template
with global_vars=1.  If a loop variable is undef, then the global
will be used instead.  Using empty string '' is a better solution.
'' and undef are both false, so template conditionals will not
be changed.
2006-12-16 07:20:01 +00:00
Colin Kuskie
9d0894b674 Add a new method to t/lib/WebGUI/Test.pm to return the path to the test
collateral.
Update all tests to use the new method.
Change testCodebase.pl to run long tests by default.  To disable the
long tests, use the --noLongTests switch.
2006-12-15 23:17:22 +00:00
Doug Bell
eba97cbde6 kludgy fix: Cannot manageAssets for a Collaboration System with locked Threads 2006-12-14 17:50:21 +00:00
Doug Bell
6335223ba7 Another Calendar template fix. 2006-12-13 18:58:27 +00:00
Doug Bell
66f74183af Calendar and Event print templates plus other template fixes. 2006-12-13 18:55:52 +00:00