Commit graph

373 commits

Author SHA1 Message Date
JT Smith
935aefe78d Added this macro which will retrieve a message from the internationalization system. 2002-11-02 20:23:28 +00:00
JT Smith
ae970b61d8 A little code cleanup. 2002-11-02 20:22:49 +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
b507cd81dc Added new toolbar icon set and the ability to have different icon sets per language. 2002-10-31 06:58:32 +00:00
JT Smith
bc4e7160df Fixed a couple syntax errors. 2002-10-31 06:26:40 +00:00
JT Smith
ce4040f727 Added the whatNext method. 2002-10-29 04:20:08 +00:00
JT Smith
2392cc0d58 Fixed a bug where the group method would always display the group "everyone" as the default group. 2002-10-29 01:59:41 +00:00
JT Smith
1d9a89e40e Added a fieldType method to aid in automatic form building. 2002-10-25 03:36:18 +00:00
JT Smith
8a8f6e838d Added group caching to speed up privilege checks. 2002-10-24 23:47:53 +00:00
JT Smith
b7214816ba Fixed a bug in the debug output. 2002-10-24 23:20:50 +00:00
JT Smith
40b759c764 Added support for about 20 additional application icons. 2002-10-24 02:16:56 +00:00
JT Smith
40684441d2 Fixed a problem where a user could attempt to recover their password with a blank email account and screw up all the passwords for all the users that hadn't specified an email account. 2002-10-22 00:21:22 +00:00
JT Smith
440aac4f2d Enabled template selection 2002-10-17 05:08:27 +00:00
JT Smith
960e377bf2 Fixed editing bug. 2002-10-17 05:04:03 +00:00
JT Smith
929056065f Fixed template editing and added action2 support to template editor. 2002-10-17 04:01:17 +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
fc7f447c34 Will now accept a second parameter (an epoch) to calculate date outputs. 2002-10-13 20:28:37 +00:00
JT Smith
05c41b5276 Fixed a bug that occured when trying to retrieve the name of a day from DateTime. 2002-10-13 20:27:57 +00:00
JT Smith
11964c2607 Fixed a syntax error. 2002-10-13 20:16:55 +00:00
JT Smith
fc8808c5c0 Allow programmer to set the filename of a resulting file. 2002-10-13 03:03:57 +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
8cf465c3e6 Fixed a bug with combo box. 2002-10-06 22:27:11 +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
602cb9a7a7 Added UI Level. 2002-10-06 04:17:23 +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
7bc98eed07 Adding the new forms package needed for the new UI Levels system. 2002-10-05 04:38:57 +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
dd112a5306 Updated tree to include synopsis. 2002-09-30 03:40:35 +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
82ae618adc Removed an out of date call to try to recover from fatal error. 2002-09-28 03:55:35 +00:00
JT Smith
03175dcbcb Fixed a bug where the message log could try to add duplicate entries for the same user. 2002-09-28 03:51:34 +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
ab20fd1cef Fixed bug 610279 2002-09-28 02:17:01 +00:00
JT Smith
02efb207d3 Fixed a bug where missing elements weren't editable. 2002-09-26 02:52:31 +00:00