Commit graph

4665 commits

Author SHA1 Message Date
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
JT Smith
c0f60986aa fixed a couple of documentation problems 2006-04-05 22:03:13 +00:00
Roy Johnson
f0c6a9e8f6 merging 6.8.8 bugfixes 2006-04-05 21:43:46 +00:00
JT Smith
e8d72011c9 fixed an xhtml problem 2006-04-05 20:50:34 +00:00
JT Smith
e4392f7449 new caching system to replace old page cache 2006-04-05 20:46:57 +00:00
Roy Johnson
e12ff119af oops, my bad 2006-04-05 18:49:35 +00:00
Roy Johnson
1be24a0dc1 merging 6.8.8 bugfix 2006-04-05 18:46:52 +00:00
Colin Kuskie
510c1f5ca5 Modify User.pm and Group.pm to consider external means of defining users,
such as a dbQuery.  This would happened coincidently before, but required
doing a User->isInGroup and only added members who were searched for rather
than all members.
Modify Group.t to test this.
Update POD in SQL.pm.
2006-04-05 18:35:26 +00:00
Colin Kuskie
87c23e6503 fix typo in upgrade script for CS enhancements 2006-04-05 18:28:59 +00:00
Colin Kuskie
b06c9e3f65 fix typo 2006-04-05 17:10:39 +00:00
Steve Swanson
7dfcc9c597 Added icons for Advertising and Authentication 2006-04-05 14:06:49 +00:00
JT Smith
57d5ea36a1 speeding up next/previous threads by only calculating them when necessary 2006-04-05 04:45:20 +00:00
JT Smith
d26f1bdd8c add ad management system
improved performance of cs threads by about 500%
2006-04-05 03:42:14 +00:00
Matthew Wilson
c8956ac0c5 typo. 2006-04-05 00:12:55 +00:00
Colin Kuskie
54573e6bb2 Add tests to Stow to show that the ->set method is only really
useful when creating the Stow'ed variable.
When you ->get a Stow variable, you get a reference if you've
stowed an array or hash.  So when you modify what you got, it
changes the original inside Stow and you don't need to do a ->set.

This wouldn't work for scalars, unless it was a scalar reference.

This also means that if you modify the variable you stowed (and you
stowed a reference) after you stowed it then the stow will change
as well.
2006-04-04 17:42:25 +00:00
JT Smith
e3860eb3d2 added a new warning message 2006-04-04 15:00:40 +00:00
Colin Kuskie
8bbae90c4e remove debugging tests 2006-04-03 23:19:21 +00:00
Colin Kuskie
7b60bc8fef test that while a user can be in a group they may not be in the list of users 2006-04-03 19:13:09 +00:00
Colin Kuskie
2f65790a74 Annotate recursive versus non-recursive test
Clean-up the crowd and the mab
2006-04-03 18:17:38 +00:00
Colin Kuskie
c802e4ddad Add tests for database defined groups to Group.t
Clear cache on set of databaseLinkId or dbQuery in WebGUI::Group.pm.
Fix typos, missing module use lines and extra variables in WebGUI::User.pm.
2006-04-03 18:07:09 +00:00
Colin Kuskie
03c79ce1d0 comment out debugging output 2006-04-03 16:00:33 +00:00
Colin Kuskie
910e191fb4 Add note to DatabaseLink->new that id 0 is reserved for WebGUI database.
Build SQL table to be used in Group membership test
2006-04-03 05:36:27 +00:00
Colin Kuskie
c2fdde2635 Fix POD doc for getUsers.
Add baseline tests for changing sql method of group membership.
2006-04-03 05:14:03 +00:00
Matthew Wilson
42dfb75840 hoverHelp bug 2006-04-03 00:51:21 +00:00
Colin Kuskie
d992111ac1 test for the profileEnabled flag in all forms reported by FieldType. Also place in 1 location the list of Forms which are NOT allowed to be profileEnabled 2006-04-02 23:31:05 +00:00
Matthew Wilson
1f80dedb8f Captcha should not be profile enabled. Heh-heh. 2006-04-02 20:17:40 +00:00
Colin Kuskie
dc2ec6bbdd Remove disabled check from all tests because it gives inconsistent
results.  Some forms were returning undef, some were returning 0.

Added a Radio button test.
Added a test to Checkbox that sees if the value (which is displayed to the
user) can be only whitespace.
2006-04-02 19:25:01 +00:00
Colin Kuskie
29635395cf Add Checkbox form test
Completely rework output postprocessing to make it more flexible
and added a test for duplicate test keys.
2006-03-31 23:04:14 +00:00
Colin Kuskie
833e5238eb fix typos in testBlock keys 2006-03-31 18:36:54 +00:00
Colin Kuskie
84342ea69c tests for single select list type forms 2006-03-31 18:27:29 +00:00
JT Smith
c713d5f50c added logging capability to spectre 2006-03-31 16:37:03 +00:00
JT Smith
350f3908e6 fixed a capitalization problem 2006-03-31 16:10:34 +00:00
JT Smith
78b97985ab added automated wildcards to search engine, to make it act more like people would expect 2006-03-31 03:22:05 +00:00
JT Smith
bf1a0ad11e more workflow bugfixes 2006-03-31 02:51:37 +00:00
JT Smith
19e4da7a92 collaboration system posts now work fully with the workflow engine, including the approval denial process 2006-03-30 23:43:32 +00:00