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
Colin Kuskie
6a035e44b0
Remove debugging output from Password test
...
SelectList test is finalized.
Extect auto_check to handle array and scalar accesses to the Form data post processors
2006-03-30 23:34:08 +00:00
Colin Kuskie
2359bd5738
forward port of new template docs
2006-03-30 22:02:33 +00:00
Steve Swanson
fa71385f55
Added in a login box to design 3 for 7.0
2006-03-30 19:39:43 +00:00
JT Smith
bad8616f08
more workflow bug fixes
2006-03-30 16:37:57 +00:00
JT Smith
046088fedd
more debug
2006-03-30 15:45:16 +00:00
Steve Swanson
b883c308b5
Second xhtml strict design for 7.0 added
2006-03-30 15:06:14 +00:00
JT Smith
299dd5aa09
converted cs to use workflow engine for moderation
2006-03-30 03:52:18 +00:00
JT Smith
fe8dd69731
removing some old caching stuff
2006-03-30 01:58:27 +00:00
Colin Kuskie
50452e71df
refinements
2006-03-29 23:57:47 +00:00
JT Smith
b4f0ddb79b
tightening up some old code
2006-03-29 21:58:14 +00:00
JT Smith
c355601249
fixed bugs with new chunking system
2006-03-29 21:49:56 +00:00
JT Smith
5a7fedc731
- Added an option for hosters to limit the number of assets that may be
...
created on a WebGUI site.
fixed some bugs
2006-03-29 20:22:09 +00:00
Colin Kuskie
9b7d160a7a
first cut at Form test with multiple selects
2006-03-29 01:09:52 +00:00
Steve Swanson
2199038efc
Made formatting changes to the first design for 7.0
2006-03-28 22:29:28 +00:00
Steve Swanson
0bc058783b
Added the third design for 7.0
2006-03-28 22:27:08 +00:00
JT Smith
6ff2562e19
first style goes in place for the 7.0 series. yay!
2006-03-28 05:33:20 +00:00