Commit graph

109 commits

Author SHA1 Message Date
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
JT Smith
e91e424787 Fixed the poll for the chinese character set problem. 2002-09-28 03:43:41 +00:00
JT Smith
dddb2ef345 Changed email type to check onChange rather than onBlur
Changed SQL Report to fix a pagination bug.
2002-09-28 03:39:52 +00:00
JT Smith
cb0b2e74dc Fixed a bug where under certain versions of Perl, on SQL Reports that used the ^FormParam(); macro, the pagination function would sometimes fail. 2002-09-13 02:28:43 +00:00
JT Smith
275e7877df Fixes problems caused by Chinese character set. 2002-09-12 02:24:44 +00:00
JT Smith
a1a21aa1ee 4.6.6 bug fixes 2002-09-04 02:43:46 +00:00
JT Smith
e305e8ca07 Bug fixes for 4.6.5 2002-08-28 02:16:09 +00:00
JT Smith
d3446049d3 Fixed a bug where having poll with no answers would cause the poll wobject to crash.
Fixed a bug where the reset votes option in the poll would become mangled if the anti-caching mechanism was enabled.
2002-08-23 02:11:38 +00:00
JT Smith
dd07adec0d Fixed a bug where administrators couldn't delete images or attachments in user submission systems. 2002-08-22 05:08:21 +00:00
JT Smith
dc247baefd Fixes to restore Postgres compatibility. 2002-08-17 20:00:08 +00:00
JT Smith
dd4d05df91 Fixed a bug where the up/down arrows weren't showing. 2002-08-15 00:21:57 +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
afcad66b68 Events calendar now displays each event on its own page. Fixed some width problems. 2002-08-11 20:21:46 +00:00
JT Smith
b0ddddab30 Made some code effeciency improvements. 2002-08-11 18:50:31 +00:00
JT Smith
86e05332fd Removed outdated code. 2002-08-11 01:47:14 +00:00
JT Smith
845f4464ca Added product templates. 2002-08-10 20:01:43 +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
5dad94ef4d Events calendars are now fully internationalized. 2002-08-04 05:58:30 +00:00
JT Smith
892f5b4483 You can now choose to delete just a single event, or all of its recurrences. 2002-08-04 04:03:19 +00:00
JT Smith
93d54c4529 Unlimited recurring events options for events calendar. 2002-08-04 03:32:12 +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
JT Smith
fa1f4145c5 Date and time functions are now more accurate. And events calendar allows for weeks starting with monday rather than sunday. 2002-08-04 01:29:39 +00:00
JT Smith
80d9099815 Poll answers are now randomizable. 2002-08-01 02:47:03 +00:00
JT Smith
5c903b5c39 MailForm possible values now maintains its order. 2002-08-01 01:11:59 +00:00
JT Smith
888a4b3536 Switched MailForm wobject to use the built in mail system. 2002-07-31 03:54:13 +00:00
JT Smith
b201f094fb Fixed bug #588566 2002-07-31 02:38:36 +00:00
JT Smith
19bfa5b581 Updated the headers to reflect Plain Black's new identity. 2002-07-17 04:45:55 +00:00
JT Smith
69af472ede Added options to exclude wobjects, macros, and hourly plugins. 2002-07-17 04:11:32 +00:00
JT Smith
62264cbcb3 Updated WebGUI help to match new items and added a whole new help engine. 2002-07-15 01:38:09 +00:00
JT Smith
29d2b0e63c Moved extras, uploadsURL, and uploadsPath settings to config file. 2002-07-12 00:25:02 +00:00
Andy Grundman
11c8544977 bugfix: admin can now edit/delete hidden fields; macros are now processed for all data in Default Values and Possible Values, but not for user-submitted data 2002-07-10 14:27:47 +00:00
JT Smith
3214d8afbe Cleaned up unnecesary comments. 2002-07-08 03:50:40 +00:00
JT Smith
4b6ef30ced Added mail form wobject. 2002-07-08 02:19:46 +00:00
JT Smith
a22aeaf155 Fixed copy bug. 2002-07-07 02:31:16 +00:00
JT Smith
6f6a946daf Added Wobject Proxy wobject, and a Max Image Size setting. 2002-07-07 01:06:54 +00:00
JT Smith
ec4629d886 Added Product wobject. 2002-07-06 21:04:30 +00:00