Commit graph

4715 commits

Author SHA1 Message Date
Colin Kuskie
84bee5c8b1 document all WikiMaster asset variables 2006-12-11 05:16:05 +00:00
Colin Kuskie
bebd0e8859 document front page template for the Wiki 2006-12-11 04:44:31 +00:00
Colin Kuskie
c3eaa14741 i18n some InOutBoard template labels 2006-12-11 04:24:58 +00:00
Roy Johnson
876b750831 removing old EventsCalendar files 2006-12-10 23:01:53 +00:00
Colin Kuskie
25e9b52948 documented all common sets of template variables 2006-12-10 23:01:04 +00:00
Colin Kuskie
2d69f47e99 basic documentation for adding/editing WikiMaster Assets 2006-12-10 06:40:04 +00:00
Colin Kuskie
9ccbb18014 fix broken Help docs in Workflow Activity for Trash Expired Events. Stubbed out the Event asset docs so they stop failing tests as well 2006-12-10 06:15:57 +00:00
Colin Kuskie
15a498ca3a fix bad whitespace before POD directive 2006-12-09 15:53:08 +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
Colin Kuskie
6343f648e1 Fixed the failing FileUrl test and clearly document where the FileUrl macro
will work and where it will not.

This test failed due to an API change in WebGUI.  Before 7.3, if you created
a Storage object and then created an Asset with that Storage Id, then WebGUI
would do that happily.  This is actually a bug, because you could create multiple
Assets with that one Storage Id, and when _any_ of the Assets was deleted or
rolled back it would delete the Storage location and leave the other Assets
with that Id pointing to an empty Storage object.

So the API change is actually a bug fix, albeit being a side-effect of the
auto-commit work for posts and wikis.
2006-12-08 17:40:09 +00:00
JT Smith
ba72915167 fixed the test problem 2006-12-08 16:23:07 +00:00
Martin Kamerbeek
5c62975421 fixed a small bug in WebGUI::ProfileField 2006-12-08 13:55:49 +00:00
Martin Kamerbeek
399d80c8af Remove 'Parentheses missing around my list at WebGUI/Storage.pm line 387.' message. 2006-12-08 10:47:22 +00:00
Martin Kamerbeek
3984fc153d small clean up 2006-12-08 10:02:01 +00:00
Colin Kuskie
5bda08209f KF #7, all over the map. Up to page 158 2006-12-07 19:10: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
Frank Dillon
dd5b0d9fe9 Added Fix for IE browsers which causes them to fail when loading Rich Text Areas 2006-12-07 15:45:41 +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
ea83200a34 Fixing the calendar 2006-12-07 02:33:40 +00:00
Colin Kuskie
cfece34eeb KF #6: Commerce, Commit Version Tag, Asset Toolbar, CS 2006-12-07 00:51:03 +00:00
Frank Dillon
205f6c5dd2 Updated hover help for Possible and Default values when creating new user profile fields. 2006-12-07 00:30:22 +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
Colin Kuskie
a5c1cc7e90 Kristi Fix (KF): Asset toolbar help grammar and typos 2006-12-06 23:51:39 +00:00
Colin Kuskie
a8e972695e change the order of the Article fields to make logical sense 2006-12-06 23:42:01 +00:00
Doug Bell
40f08d9a89 Fixed another iCal bug in Calendar... I'm not feeling the confidence I once felt... 2006-12-06 23:29:02 +00:00
Colin Kuskie
fd52961bb0 Added missing fields to Add/Edit Profile documentation.
Another (small) Kristi Help doc fix.
2006-12-06 23:28:21 +00:00
Doug Bell
0bb7482cfa Fixed iCal bug in Calendar 2006-12-06 23:14:52 +00:00
Doug Bell
9a86e99710 Updated Event to use new autocommit interface 2006-12-06 22:38:41 +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
Drake
632821e40f Update template var help for new password recovery stuff. 2006-12-06 21:41:29 +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
Frank Dillon
19bb2160b3 Removed <labels> for 508 compliance. They exist in the templates. 2006-12-06 19:23:46 +00:00
Frank Dillon
8fa60deb66 added 508 Compliance for form fields. 2006-12-06 19:07:26 +00:00
Roy Johnson
36ef194db1 fix - Updated Snippets not being cleared from cache 2006-12-06 18:15:01 +00:00
Drake
e795f06fd8 Rollback r3340 since it broke specialState:init. 2006-12-06 17:49:22 +00:00
Drake
f3f2a2296b Fix visitor name disappearing on preview in CS. 2006-12-06 17:37:57 +00:00
JT Smith
eb580be7f1 removing the autocommit jury rig that posts and wikipage's were using 2006-12-06 17:35:36 +00:00
Drake
82867ec273 Fix Default Rich Editor setting so that it renders correctly. 2006-12-06 17:29:11 +00:00
Drake
364e55da40 Subscription dates fix. 2006-12-06 17:19:04 +00:00
Drake
aa3b8b6d24 Profile field defaulting fixes. 2006-12-06 16:45:52 +00:00
JT Smith
4eb99cebfb the wiki is working better now 2006-12-06 16:04:13 +00:00
Drake
133cac4f77 Add workflow activity for expiry of users with unvalidated email addresses. 2006-12-06 12:37:19 +00:00
Drake
631d8cb0e6 Switch to profile-based password recovery. 2006-12-06 11:57:36 +00:00
Drake
de1b160c2b A few more minor cleanups of the attachment stuff. 2006-12-06 11:55:37 +00:00
Doug Bell
b55266e821 Tentative final Calendar beta for testing. 2006-12-06 08:02:42 +00:00
Colin Kuskie
92f016eb32 ISA work on Image, File, Snippet, Template. File and Image need more work. Image needs to inherit template variables from File 2006-12-06 06:05:24 +00:00
Colin Kuskie
f9d5dcd9ee 2nd update from Kristi's edits 2006-12-06 00:40:33 +00:00