Commit graph

1410 commits

Author SHA1 Message Date
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
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
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
4f57b49504 Fix form processing bug with HTTP proxy. 2006-12-06 20:22:12 +00:00
Roy Johnson
36ef194db1 fix - Updated Snippets not being cleared from cache 2006-12-06 18:15:01 +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
JT Smith
4eb99cebfb the wiki is working better now 2006-12-06 16:04:13 +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
Yung Han Khoe
c51b8e5bcd Added scratch variables to all templates. 2006-12-05 16:33:16 +00:00
Drake
ac92b7d6ba Clean up a few uses of map in void context in the Data Form. 2006-12-05 16:22:28 +00:00
JT Smith
eb8735f731 knocked off a few more bugs 2006-12-05 04:06:01 +00:00
JT Smith
5800dc1596 very close now 2006-12-05 02:14:11 +00:00
JT Smith
737cbf0fef the wiki pretty much works. now it's just about the cleanup work. 2006-12-04 18:44:38 +00:00
JT Smith
becec72418 getting much closer to working 2006-12-03 01:51:35 +00:00
Doug Bell
5b29b0dfcb Calendar rewrite progress. Please see dev forum. Don't hurt me. 2006-12-02 10:26:53 +00:00
JT Smith
39d6ac8584 still working on this bastard 2006-12-02 05:18:09 +00:00
Drake
f11b0b8b85 Make RSS From Parent assets always hidden from navigation. 2006-12-01 19:09:11 +00:00
JT Smith
efa444c1d3 moving wiki down the path of ajax enlightenment 2006-11-28 21:29:58 +00:00
Roy Johnson
1af69b32c6 removed some debug code 2006-11-28 07:59:35 +00:00
Roy Johnson
0de492541b RFE: Add file field type to DataForm wobject. Also added ability to have files submitted emailed as attachments when using the mail form mode. 2006-11-28 07:56:30 +00:00
JT Smith
d67a28fee2 added wiki assets
added accordion javascript object
2006-11-27 18:59:24 +00:00
Colin Kuskie
1c89741add Documented a method in Asset/Post via POD.
Began review of the Post and Collaboration template variables.
2006-11-25 03:22:01 +00:00
Drake
0903b1011e Fix how Thread determines the "current" Post to be a little more logical,
and fix shortcuts to non-Thread Posts (they weren't doing prepareView on
the thread).
2006-11-22 15:38:32 +00:00
Doug Bell
96b6559250 HttpProxy now handles styles appropriately 2006-11-22 05:54:15 +00:00
Drake
eeb97d0135 Give RSSFromParent.pm the right icon filename. 2006-11-21 17:05:30 +00:00
Colin Kuskie
96f292bb45 Correct the POD from copying a method in Asset/Redirect.
Fix a whitespace problem in AssetExportHtml.
2006-11-19 06:19:31 +00:00
Colin Kuskie
b1bbf36825 Fix exporting of a redirect. The view method in the Redirect sets
a HTTP header and returns "1", which doesn't create a redirect.

I fixed this by:

- Writing a exportHtml_view method just for Redirect.
- using the Fail Safe style template to output an empty page
  with a redirect tag in the header.
2006-11-19 05:17:15 +00:00
Colin Kuskie
5dddf92543 fixed looping logic in HttpProxy redirect follower 2006-11-17 23:42:19 +00:00
Colin Kuskie
bea5572788 fix a typo in a label, and i18n another label in the HttpProxy parser 2006-11-17 06:49:29 +00:00
JT Smith
bc4125204a - fix: Bug in "Article with Files"
- fix: SQLReport pagination retains op= parameter
 - fix: Invalid MIME type set for images
2006-11-15 22:30:50 +00:00
Drake
c14b75f606 Fix the MIME type bug that I introduced when making File assets work with
the exporter properly.
2006-11-11 00:25:57 +00:00
Colin Kuskie
91ee102c5f Added more i18n labels to HttpProxy so that error messages can be internationalized.
Added skeletal documentation for the new RSS modules.
Fixed a bug in Search/Index.pm that was giving a warning during syntax checks.
2006-11-08 04:29:10 +00:00
JT Smith
9791c99d3b Uncommitted Collaborations and adding threads 2006-11-07 23:46:19 +00:00
JT Smith
4f68a0933c added YUI and YUI-ext
fixed the resizable text area with IE problem
fixed the ad space with IE problem
merged the 7.2.0 and 7.1.4 change logs
2006-11-07 23:15:57 +00:00
Drake
46739e813b Move simple overrides of getEditForm from Dashboard, Folder, and HttpProxy
into relevant definition clauses.
2006-11-07 22:58:09 +00:00
Drake
f5832ee280 Make Rich Edit assets drop blank toolbar rows, shifting subsequent rows up. 2006-11-07 22:25:47 +00:00
Doug Bell
0fbbbea782 fix: Thread layout flat not sticking Some WebGUI/Auth.pm cleanup. 2006-11-07 21:28:47 +00:00
Roy Johnson
1330a1c408 fix - post titles containing periods result in urls containing periods 2006-11-07 20:41:57 +00:00
Drake
c208b956a3 Fix bug with strange offsets in Gantt chart task bars. 2006-11-07 20:01:17 +00:00
Frank Dillon
adfa55e3a2 fixed RSS meta tag insertion point. It should now properly be inserted into the <head> portion of the HTML 2006-11-07 19:38:00 +00:00
Roy Johnson
3a8a832e63 fix - EMS Manage Events broken
Added new template variables for a link label and url that allows you to cancel registration and return to the EMS if you mistakenly tried to purchase something.
2006-11-07 19:11:46 +00:00
Drake
7ac7b2bc80 Fix missing newline before =cut paragraph. 2006-11-07 19:06:45 +00:00
Frank Dillon
21f334e798 added a www_viewRSS method to allow backward compatibility for RSS feeds. 2006-11-07 19:04:43 +00:00
Frank Dillon
349ce4720d fixed tasks to start at zero hours rather than 8 2006-11-07 18:04:32 +00:00
Colin Kuskie
8bc26ddda2 repair broken POD 2006-11-07 17:12:03 +00:00
Drake
81e911c7e0 Fix bug with Survey duplication not carrying along the collateral correctly. 2006-11-07 16:58:33 +00:00