Commit graph

4699 commits

Author SHA1 Message Date
JT Smith
2c1ea05ebd fixed a bug with the delete() method 2006-04-12 21:50:35 +00:00
Roy Johnson
bdcfc87380 Cash Payment plugin is tested and working. Added new features to the payment superclass to restrict who can use payment gateways based on their group memberships. Fixed some lingering Commerce system bugs. 2006-04-12 18:25:06 +00:00
Matthew Wilson
287835e3c2 recommitting my schema and template changes. 2006-04-12 15:49:28 +00:00
JT Smith
a7df0f7a55 fixing some bugs relaed to cs mail replies
fixed a bug in the user manager where the user would take on the username/alias of the visitor
fixed a bug in error handling where debug was being spewed for errors in approriately
2006-04-11 22:50:11 +00:00
Colin Kuskie
91c4083d8a Roll all checks into 1 massive recursive getUsers call on the
requested group.  LDAP work is TBD, but would look exactly
like any of the other get*Users methods in Group.pm.  Then
the LDAP code would be removed from Users->isInGroup.
2006-04-11 22:38:41 +00:00
Colin Kuskie
8b8b4af41b Checkpoint before final conversion.
Added getIpUsers method to Group.pm
Group->getUsers and User->isInGroup both use getIpUsers
Tests added to Group.t to verify that getIpUsers works.
2006-04-11 21:17:30 +00:00
JT Smith
29b317bec3 rebuild lineage now checks for orphans and circular references 2006-04-11 19:49:14 +00:00
JT Smith
85e3b5a111 whoops 2006-04-11 15:30:31 +00:00
JT Smith
0e4cd82cd0 automatically drop autogenerated messages 2006-04-11 15:28:18 +00:00
JT Smith
e526b06501 whoops...wrong field type 2006-04-11 15:15:21 +00:00
JT Smith
30fefe9e68 added a return path for undeliverable messages 2006-04-11 15:11:45 +00:00
Roy Johnson
e6d08227fd Hashed out the beginnings of the Cash Payment module. Still need to finish it up. Also need to add the group restrictions to the Payment superclass. 2006-04-11 03:24:32 +00:00
JT Smith
9ef6621cc3 some more ui improvements
updated the wg
fixed some more cs mail bugs
2006-04-11 02:07:14 +00:00
Colin Kuskie
6dba08b727 remove wrap tests due to XHTML change 2006-04-10 15:27:26 +00:00
JT Smith
ee62336a77 we officially support attachments on our cs mail posts 2006-04-10 13:36:12 +00:00
JT Smith
a15795519d and we officially have email to discussion working 2006-04-10 13:21:46 +00:00
JT Smith
f4376ab5be fixed a few more bugs. very very close to having working mail to discussion 2006-04-10 04:31:50 +00:00
JT Smith
1f6a6a2ba1 several bug fixes 2006-04-10 03:47:39 +00:00
JT Smith
08d0efe060 getting close to having a working email to discussion system 2006-04-10 02:02:19 +00:00
JT Smith
2100a3c992 fixed typo, updated change log to reflect new email properties 2006-04-10 00:17:59 +00:00
JT Smith
47a79bf060 added mail properties 2006-04-10 00:12:28 +00:00
JT Smith
504de54d61 started adding email processing capabilities to cs 2006-04-09 22:36:49 +00:00
JT Smith
4c3d3c68e1 getting rid of carriage returns at the end of fields 2006-04-09 17:00:45 +00:00
JT Smith
b080d6f10a macro enabled the to and subject fields 2006-04-09 16:23:05 +00:00
JT Smith
6c6d36c981 readding mail footer to email messages
removed some old settings that don't apply any longer
2006-04-09 16:12:32 +00:00
JT Smith
2b02f055f9 added new mail retrieval subsystemm 2006-04-09 15:14:07 +00:00
JT Smith
c0225f6b35 added a more visual interface to the ad manager 2006-04-08 03:24:30 +00:00
JT Smith
22a1338bdb fixed a bunch of formatting problems with text based ads 2006-04-08 00:22:23 +00:00
Colin Kuskie
e5e9cd9b51 add tests for scratch users and migrate getUsers,isInGroup to use it 2006-04-07 20:42:36 +00:00
JT Smith
adea847875 fixed some xhhtml stuff
increased performance on burst protection
2006-04-07 19:35:31 +00:00
Steve Swanson
ddeee5fbe8 Added XHTML Strict templates for Matrix, Cool Menus and Prompt 2006-04-07 18:10:08 +00:00
JT Smith
7cf2c22a95 several small improvements to lots of stuff 2006-04-07 17:15:53 +00:00
JT Smith
d272e7de58 fixed a bug that i created earlier today
added burst protection to page layouts to prevent slashdotting
2006-04-07 08:12:16 +00:00
JT Smith
fcbdb06af8 ooh, even better 2006-04-07 04:57:27 +00:00
JT Smith
807aedc069 further refinements of the admin console 2006-04-07 04:53:51 +00:00
JT Smith
1b2c824a9c added save buttons at the top of HTML forms 2006-04-07 04:37:20 +00:00
JT Smith
91a620a9f5 it's hard out here for a pimp, but the ad rotation system doesn't skimp = it's done! 2006-04-07 02:58:14 +00:00
JT Smith
540523d6dd fixed a bunch of bugs related to ad management system and finished writing the ui 2006-04-07 01:53:36 +00:00
JT Smith
fba5580d15 added "call" as an option for the default database 2006-04-07 01:07:37 +00:00
JT Smith
e45084eafb 2006-04-07 01:07:16 +00:00
Roy Johnson
cfe69f2738 6.8.8 release 2006-04-07 00:53:05 +00:00
Matthew Wilson
2c60283ba3 first major round of EMS changes. much more to come late tonight. 2006-04-07 00:02:45 +00:00
Colin Kuskie
f3404c319a beginnings of Session testbench 2006-04-06 23:19:59 +00:00
JT Smith
ae8f3d87f6 setting $session->user now changes the id for the session as it should
continued adding ad management system
added field sets to htmlform and tab form
2006-04-06 22:28:13 +00:00
Colin Kuskie
f9b8582426 Scratch filter tests in prep for WebGUI::Group->getScratchUsers
Small tweaks for User.pm scratch and Group.pm POD
Update scratchFilter docs to show how to place multiple name and value pairs
2006-04-06 22:02:54 +00:00
JT Smith
8cd87a2733 code areas are now 600px wide 2006-04-06 21:11:41 +00:00
JT Smith
7ab8c63740 better layout in both browsers it looks the same 2006-04-06 21:05:20 +00:00
JT Smith
5202f50a4a added the coolio label tag 2006-04-06 20:26:48 +00:00
Colin Kuskie
3e179fa4ad Group.t: group karma tests, better clean-up at end
User.t: better clean-up at end
Scratch.t: no newlines in test output
Session/Scratch.pm: convert to use placeholders
Ad.pm: Add missing line of POD.
Group.pm: add method to get all users in a group by karma.
User.pm: isInGroup to use getKarmaUsers.
2006-04-06 16:52:34 +00:00
Steve Swanson
fd5be2ce2d XHTML Strict templates added for data list, commerce, file, image, and table versions of page layouts 2006-04-06 13:59:36 +00:00