Commit graph

2685 commits

Author SHA1 Message Date
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
Roy Johnson
035a83d61e Ready for 7.3.2 dev 2006-12-13 14:39:52 +00:00
Roy Johnson
f5292bd2d2 7.3.1-beta release 2006-12-13 14:25:33 +00:00
Colin Kuskie
bdb88b6c6d fix lookup of English language tags when translation fails 2006-12-13 04:47:41 +00:00
Colin Kuskie
a0d3c2d17c implemented a karma RFE for adding template variables to the front page of the Wiki 2006-12-12 18:09:44 +00:00
Doug Bell
d44fbcacca fix: Various Calendar template fixes. 2006-12-12 00:20:52 +00:00
Doug Bell
ca21c7d5da fix: New Calendar/Event not handling gateway properly. 2006-12-11 18:17:21 +00:00
Roy Johnson
385fb92479 Haha... we're both wrong. I just remembered a conversation I had with JT... this was right from the beginning. He intended the Wiki wobject to be a wobject only and to add pages using the link in the wobject... I just thought I understood him wrong when I could see no way to add a page, which I subsequently found on the search screen.
Rolling this back.
2006-12-11 06:27:52 +00:00
Colin Kuskie
c3eaa14741 i18n some InOutBoard template labels 2006-12-11 04:24:58 +00:00
Colin Kuskie
1905eb1c2e fix typo. WikiMaster is a Wobject 2006-12-11 03:47:12 +00:00
Colin Kuskie
d5b3331568 WikiPage is not a container Asset. WikiMaster is 2006-12-11 03:46:30 +00:00
Roy Johnson
e06de9f9cc fix - Wiki Page not added to config 2006-12-10 23:08:20 +00:00
Roy Johnson
577c6fb34a typo... not sure how this ran on my machine before... 2006-12-10 23:03:57 +00:00
Roy Johnson
7d0cbe62ca fix - Unable to add EventsCalendar 2006-12-10 22:59:16 +00:00
Colin Kuskie
2c246c06cc fix a bug where updating the storageId in File Type assets did not update the cached storageLocation. Also fixed the Thumbnail Macro test 2006-12-09 06:05:26 +00:00
Martin Kamerbeek
5c62975421 fixed a small bug in WebGUI::ProfileField 2006-12-08 13:55:49 +00:00
JT Smith
200b85f6ce - Storage deletes were throwing fatals when they should throw warnings. 2006-12-07 17:36:04 +00:00
JT Smith
fe302de9d0 - Fixed a problem with IE and resizable text areas that caused IE to crash
when loading edit screens.
 - Fixed a problem with the new autocommit code that caused reply posts not to
   work in the collaboration system.
2006-12-07 16:54:01 +00:00
Roy Johnson
66f3fa1de5 Ready for 7.3.1 development 2006-12-07 04:53:54 +00:00
Roy Johnson
4215a57fca Added a stop gap to assetTrash to keep it from dying if someone tries to purge an asset and the object is not defined.
Also added a note to gotchas warning that the upgrade can take a very long time.
2006-12-07 04:46:21 +00:00
Roy Johnson
1522dafabe 7.3.0 beta release 2006-12-07 02:58:21 +00:00
Roy Johnson
ea83200a34 Fixing the calendar 2006-12-07 02:33:40 +00:00
JT Smith
3e8905a7b0 testEnvironment.pl fails in windows and implemented rebecca's rfe 2006-12-07 00:37:03 +00:00
Frank Dillon
0d967985b7 update 2006-12-07 00:31:37 +00:00
JT Smith
430583ef1c fixed a couple of bugs with the new autocommit functionality for cs posts and the like 2006-12-07 00:17:54 +00:00
Doug Bell
c55feb8bcd Fix: Added appropriate workflow activities for new Calendar 2006-12-07 00:07:48 +00:00
Drake
c4d31b58fd Fix bug with bits of hidden admin bar panels showing through, or at least it
works now in Firefox.
2006-12-06 23:06:01 +00:00
Drake
574b0313c3 Add safeties to avoid password recovery being turned on at all with zero
profile fields selected, to avoid confusion.  Update some documentation.
2006-12-06 22:31:00 +00:00
Frank Dillon
c7424570ee bug fixes from frank 2006-12-06 21:40:51 +00:00
Frank Dillon
fff109c2c3 fix for admin console in IE 7 2006-12-06 21:35:51 +00:00
Drake
ead6722dc7 Have upgrade script patch some commerce template settings that seem to be
corrupted in the default DB.
2006-12-06 20:23:30 +00:00
Drake
4f57b49504 Fix form processing bug with HTTP proxy. 2006-12-06 20:22:12 +00:00
JT Smith
6307e4a724 new rfe 2006-12-06 19:44:24 +00:00
Steve Swanson
8f4fd49bb0 Fixes a GAMA reported bug with links showing up as the gray buttons 2006-12-06 19:35:24 +00:00