Commit graph

145 commits

Author SHA1 Message Date
JT Smith
bd73303321 Eliminated Extra Columns, wobjects that are in the trash, and wobjects that have expired from the list of proxy candidates. 2002-11-30 18:35:58 +00:00
JT Smith
ee750a0471 Templatized the message board. 2002-11-30 18:17:13 +00:00
JT Smith
d9c0f17145 Removed a duplicate international message. 2002-11-30 15:48:19 +00:00
JT Smith
aecace74ca Code cleanup. 2002-11-26 01:01:40 +00:00
JT Smith
ec438a97d4 fixed a syntax error 2002-11-26 00:57:24 +00:00
JT Smith
e9d2161caf Templatized the Link List wobject. 2002-11-26 00:48:47 +00:00
JT Smith
8c712692ba Code cleanup. 2002-11-26 00:08:59 +00:00
JT Smith
4ca66d654f A little code cleanup. 2002-11-26 00:07:36 +00:00
JT Smith
1f5f1286d5 Fixed a syntax error. 2002-11-25 23:32:57 +00:00
JT Smith
f9dc9d5a11 Fixing inconsistencies. 2002-11-25 23:16:41 +00:00
JT Smith
bbd8517ae0 Fixing inconsistencies. 2002-11-25 23:09:53 +00:00
JT Smith
6f2a5d3afa Fixed some next action bugs. 2002-11-25 23:00:19 +00:00
JT Smith
d9c2c3bcf7 Fixing inconsistencies. 2002-11-25 22:32:57 +00:00
JT Smith
679a5bc92b Templatized Download manager 2002-11-25 22:11:17 +00:00
JT Smith
86d374258c Templatized Events Calendar. 2002-11-25 05:50:58 +00:00
JT Smith
0624b0c50c FINALLY the problem where special characters like © being turned into (c) has been fixed. Also you can now use HTML such as forms in text areas safely. 2002-11-23 16:21:06 +00:00
JT Smith
04256a4f1f fixed bug 639882 2002-11-23 05:00:08 +00:00
JT Smith
03963d6e50 fixed bug 639864 2002-11-23 04:30:48 +00:00
JT Smith
0eec68b829 fixed bug 633314 2002-11-23 04:25:33 +00:00
JT Smith
4776b235c4 fixed bug 641040 2002-11-23 03:34:40 +00:00
JT Smith
2d628a976f Fixed a bug deleting attached files, and updated to use new setDataByQuery pagination mechanism. 2002-11-09 21:30:14 +00:00
JT Smith
f14a0c707b Templatized Article. 2002-11-08 03:31:18 +00:00
JT Smith
5909c00640 Allow visitor to type in their name if visitors are allowed to post. 2002-11-07 04:30:34 +00:00
JT Smith
50ce6d2877 A couple changes for better performance. 2002-11-06 08:06:39 +00:00
JT Smith
f1a1a73fa7 Added comparison check where DSN eq site's DSN then just reuse the connection. 2002-11-06 03:40:15 +00:00
JT Smith
6f2ac6c7c3 Fixed a bug where Message Board postings were being displayed out of order . 2002-11-06 01:42:17 +00:00
JT Smith
fcef76164b Fixed various bugs created by all the recent changes. 2002-11-04 04:55:42 +00:00
JT Smith
4d3c8cc5a3 Fixed some problems where special characters could be used where they shouldn't be. Also fixed a couple of template inconsistencies. 2002-11-04 04:30:21 +00:00
JT Smith
661d7fe8d0 Converted to templating system. 2002-11-04 00:11:57 +00:00
JT Smith
9aa26fa221 Items now use H::T 2002-11-02 20:02:37 +00:00
JT Smith
9ba51985d7 Fixed a duplication bug. 2002-11-02 19:49:42 +00:00
JT Smith
6f5ce07396 Converted FAQs to use H::T 2002-11-02 18:30:26 +00:00
JT Smith
9406e3684f Wasn't displaying the title. 2002-11-02 17:21:48 +00:00
JT Smith
b7214816ba Fixed a bug in the debug output. 2002-10-24 23:20:50 +00:00
JT Smith
440aac4f2d Enabled template selection 2002-10-17 05:08:27 +00:00
JT Smith
2b09ea9f64 Adding templates. 2002-10-16 06:06:45 +00:00
JT Smith
c65c92ebf5 Made some efficiency improvements in wobject save. 2002-10-07 00:41:36 +00:00
JT Smith
a0604319fc Changed to conform with namespace standards. 2002-10-06 21:42:23 +00:00
JT Smith
fb7fb07b16 Changed incrementers and table names to conform with namespace standards. 2002-10-06 21:40:15 +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
539f3bba59 All wobject collateral now moves using the moveCollateral method in the wobject superclass. 2002-09-30 02:15:23 +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