Commit graph

66 commits

Author SHA1 Message Date
JT Smith
8023b83436 Fixed a bug in the USS code related to the new wobject API. 2003-03-12 04:12:17 +00:00
JT Smith
2b7b9ea4d2 fixed a postgres problem with moveCollateralDown and moveCollateralUp in the wobject superclass. 2003-03-11 01:35:32 +00:00
JT Smith
dc823244a3 Added form field validation. 2003-03-08 20:28:24 +00:00
JT Smith
41cd27de26 Switching to new wobject API. 2003-03-08 19:26:01 +00:00
JT Smith
8238f4bf3a Migrated all wobjects to use the new tab form interface. 2003-03-03 05:22:20 +00:00
JT Smith
6c4771d0ca Switching wobjects over to new API. 2003-03-03 02:16:15 +00:00
JT Smith
ac556717db A couple of fixes to the one pass macro system. 2003-03-02 22:58:19 +00:00
JT Smith
589b975a3d Converted wobject to use more constructor properties and to get rid of the $name variable from all wobjects. 2003-03-02 22:13:53 +00:00
JT Smith
5f6313579f Only process macros once per page. 2003-03-02 21:15:56 +00:00
JT Smith
0ebac2be41 Macros process on one pass. 2003-03-02 17:02:18 +00:00
JT Smith
2df4defd5e Added discussion thread subscription support. 2003-02-05 04:51:27 +00:00
JT Smith
b51248624c Added popup toggle for rich edit. 2003-01-11 20:07:46 +00:00
JT Smith
225ca72d3e Updated all files for new copyright year. 2003-01-05 18:32:19 +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
f0ebc98582 Database efficiency improvements. 2002-12-11 05:45:04 +00:00
JT Smith
a6c161cc33 Updated help for the 5.0 release. 2002-12-03 04:39:39 +00:00
JT Smith
8d8332ff97 Some bug fixes. 2002-12-02 00:38:32 +00:00
JT Smith
fdf7c82dd2 Fixing bugs and template inconsistencies. 2002-12-01 06:18:52 +00:00
JT Smith
937f9aa4ea Templatized the Site Map. 2002-11-30 20:34:16 +00:00
JT Smith
e9d2161caf Templatized the Link List wobject. 2002-11-26 00:48:47 +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
1b9565f06c Fixing upgrade problems. 2002-11-04 05:40:09 +00:00
JT Smith
bc4e7160df Fixed a couple syntax errors. 2002-10-31 06:26:40 +00:00
JT Smith
fa570cd7bb Fixed a bug where namespace wasn't being passed to the template getter. 2002-10-17 03:26:02 +00:00
JT Smith
2b09ea9f64 Adding templates. 2002-10-16 06:06:45 +00:00
JT Smith
6a4ea568d5 Added template processor. 2002-10-08 04:57:19 +00:00
JT Smith
834f4abb03 Added the new templating mechanism to styles and templates. 2002-10-07 05:58:07 +00:00
JT Smith
c65c92ebf5 Made some efficiency improvements in wobject save. 2002-10-07 00:41:36 +00:00
JT Smith
428200daad Added UI Level to Article, and fixed some form bugs. 2002-10-05 22:07:20 +00:00
JT Smith
95c08144f0 Added UI Level basics to wobjects and preferences. 2002-10-05 17:15:10 +00:00
JT Smith
d98ab2ce93 Added universal attachment deleter. 2002-10-01 00:22:38 +00:00
JT Smith
65de90cbb5 Formatting and general code cleanup to reduce redundancy and increase readability. 2002-09-30 06:13:52 +00:00
JT Smith
d309be32f5 Moved all collateral reorder operations into the Wobject superclass. 2002-09-30 04:52:28 +00:00
JT Smith
82490a390f Changed to use confirm and deleteCollateral and setCollateral from wobject superclass. 2002-09-30 04:08:17 +00:00
JT Smith
67d6329c22 Made a central attachment management system for wobjects that attach files directly to their property lists. 2002-09-30 01:58:29 +00:00
JT Smith
1be05a3391 Moved the www_search and www_showMessage methods to the wobject superclass. Also the duplicate and purge methods in the superclass now automatically perform the discussion operations. 2002-09-29 23:59:22 +00:00
JT Smith
37a34966eb Moved www_approvePost www_denyPost www_post www_postSave www_lockThread www_unlockThread to the wobject superclass. 2002-09-29 23:09:58 +00:00
JT Smith
42227f1194 Removed unncessary new method from all wobjects. Moved www_copy www_deleteMessage www_deleteMessageConfirm to Wobject superclass. 2002-09-29 22:54:10 +00:00
JT Smith
c5fc879565 Readded macro help. Added 5 user definable fields to wobject table. 2002-08-27 01:34:12 +00:00
JT Smith
9eae4862e0 Fixed the 500 error on redirect. 2002-08-23 01:36:17 +00:00
JT Smith
99b5fe1c91 Made audit trail make more sense. 2002-08-17 20:08:19 +00:00
JT Smith
dc247baefd Fixes to restore Postgres compatibility. 2002-08-17 20:00:08 +00:00
JT Smith
dbd1104279 Fixed scoping problem 2002-08-15 02:01:23 +00:00
JT Smith
a4afb3e064 Added some missing form elements. 2002-08-13 03:09:31 +00:00
JT Smith
e0ac5beaf6 Added a basic audit trail. 2002-08-13 02:25:11 +00:00
JT Smith
a64bbf9281 A little code efficiency cleanup. 2002-08-13 01:49:57 +00:00
JT Smith
b0ddddab30 Made some code effeciency improvements. 2002-08-11 18:50:31 +00:00
JT Smith
12fd555889 Added the interval method in the forms package and updated those packages that should use it. 2002-08-04 21:31:43 +00:00
JT Smith
6156e72fba Changed wobjects to inherit their start/end dates from their parent page. 2002-08-04 02:14:16 +00:00