Commit graph

6074 commits

Author SHA1 Message Date
Roy Johnson
da1b2d3581 test to check the getMedia asset constructor 2006-08-16 21:23:05 +00:00
Colin Kuskie
1c39cf6bf9 fix missing semicolon in macro doc 2006-08-16 17:23:42 +00:00
Frank Dillon
0703c41165 added tests for newByHashref constructor 2006-08-16 13:52:19 +00:00
Frank Dillon
a48a4dc3e3 small fixes committed. 2006-08-16 00:08:59 +00:00
Frank Dillon
1d29eebca3 syntax fix 2006-08-16 00:03:46 +00:00
Frank Dillon
dd89a88cc7 2006-08-15 23:55:26 +00:00
Colin Kuskie
091ad048ea add test for single character username at domain 2006-08-15 23:39:58 +00:00
Colin Kuskie
018ea2912c fix typo in Form/Date language code 2006-08-15 17:30:30 +00:00
Colin Kuskie
c2a89c49cb remove leftover debugging output 2006-08-13 04:38:14 +00:00
Colin Kuskie
4a88589621 bare beginning of a L_loginBox macro test 2006-08-11 23:44:49 +00:00
Colin Kuskie
ca272c35a5 another doc fix, missing semicolons in macro doc 2006-08-11 15:29:04 +00:00
Colin Kuskie
43240215c9 fix typo in docs 2006-08-11 15:06:09 +00:00
Len Kranendonk
e2de5c79e2 RFE: By default Search results need to match ALL keywords 2006-08-11 09:58:01 +00:00
Len Kranendonk
049eb6f8ff RFE: By default Search results need to match ALL keywords 2006-08-11 09:55:20 +00:00
Colin Kuskie
b2340842a0 modify test to skip unreadable file test if user is root 2006-08-11 00:34:44 +00:00
Frank Dillon
3bab20fb62 added cookieTTL property with documentation 2006-08-09 23:35:10 +00:00
JT Smith
98c36af803 made some changes so that windows will work properly 2006-08-09 23:17:24 +00:00
Frank Dillon
1b0c8da592 added cookieTTL method which returns the time to live of cookies set in the config file. 2006-08-09 23:11:16 +00:00
Frank Dillon
05c8cad17a fix syntax error 2006-08-09 23:09:51 +00:00
Frank Dillon
11c13609fc Pull cookie time to live from config file 2006-08-09 23:05:58 +00:00
Frank Dillon
2779b941e6 changed cookie time to live to pull from config file rather than be set to +10y. Defaults to +10y 2006-08-09 23:05:21 +00:00
Frank Dillon
b70fa365d3 added cookieTTL property 2006-08-09 23:04:00 +00:00
Colin Kuskie
5efd737b6d more remote diagnostics 2006-08-09 21:07:04 +00:00
Colin Kuskie
b3678c6795 fix bad minute spec in Session/DateTime/epochToHttp. Add tests to cover 2006-08-09 20:06:19 +00:00
JT Smith
aacae49b37 preparing for 7.0.6 bugfix release 2006-08-09 17:01:04 +00:00
JT Smith
dfe92a73e2 preparing for 7.0.5 release
fixed some bugs
2006-08-09 16:09:17 +00:00
Steve Swanson
3000fccb79 removed unused template variables 2006-08-09 16:09:02 +00:00
Frank Dillon
4bd756f6f1 fixing rowspan issue 2006-08-09 14:45:31 +00:00
Roy Johnson
8576802abe Rollback 2006-08-09 13:22:34 +00:00
Roy Johnson
b7749551f8 fix - Search does only returns recent results 2006-08-09 12:53:24 +00:00
Frank Dillon
b4102862d4 added epochToMail() test 2006-08-09 03:45:40 +00:00
Colin Kuskie
a5d38396a1 more diagnostics for remote debug 2006-08-08 20:17:25 +00:00
Colin Kuskie
000b2fcce3 Reverting previous work. Asset->new must return an Asset, even if
no className is passed and the invocant's class is Asset.  This is
due to the root.  In the db, the root Asset has the className WebGUI::Asset,
and the getRoot method matches this.
Changed the failing test in Asset.t to look for a WebGUI::Asset to be returned.
Added two tests to Asset.t to validate the object returned by Asset->getRoot method.
Reverted previous work and updated the POD for Asset->new.
2006-08-08 17:43:44 +00:00
JT Smith
c956ba3969 - Added an option to override the session cookie domain.
- fix: Search results not showing synopses
 - fix: Redirects get displayed inside page layouts as '0'
 - fix: Mysterious "0" Appearing When Admin Is Off
 - fix: Deletion of Products
2006-08-08 17:27:41 +00:00
Colin Kuskie
6a88fa5ca2 fix Asset.pm so that it returns undef if no valid Asset className is passed 2006-08-08 17:20:22 +00:00
Colin Kuskie
a7fa4c6a92 Make testing conditional on a successful module load.
Add a test to check the reference of the created object.
Clean up at the end of the test so you can run it more than once at a time.
2006-08-07 05:00:28 +00:00
Colin Kuskie
570668d2bc fix syntax error in test 2006-08-06 23:30:05 +00:00
Colin Kuskie
751adbcf30 more delta time fixes 2006-08-04 17:53:32 +00:00
Colin Kuskie
b02a93b491 change time difference test to handle bridging across 1 second and be more verbose in output 2006-08-04 16:00:12 +00:00
JT Smith
2ea58485c9 - Added an option to override the session cookie name. 2006-08-04 15:16:18 +00:00
Len Kranendonk
da7dea01f5 Fixed scoring sorting bugs 2006-08-04 11:07:32 +00:00
Len Kranendonk
6f2e0ab265 Fixed scoring sorting bugs 2006-08-04 11:06:21 +00:00
Colin Kuskie
d888c5c134 add explicit test for new users being added to group Everyone on creation 2006-08-04 05:15:38 +00:00
JT Smith
9ddd91570e - Added some more tests to the suite.
- Fixed the test skeleton
2006-08-03 19:38:41 +00:00
JT Smith
61b70325f2 - Added a --skipDelete option to upgrade.pl
- rfe: Approvers don't need to approve own changes
fixed a rare bug that could occur in archiving old threads
2006-08-03 19:20:55 +00:00
Colin Kuskie
8ec18c957f more test debug output 2006-08-03 15:42:23 +00:00
JT Smith
d3df45f989 preparing for 7.0.5 bugfix release 2006-08-02 21:41:58 +00:00
Roy Johnson
2e80acb9e8 10 new tests for Asset 2006-08-02 19:38:55 +00:00
JT Smith
2a3ba619db preparing for 7.0.4 release 2006-08-02 16:13:36 +00:00
Frank Dillon
d74f8fc020 forgot to increment test number 2006-08-02 15:58:16 +00:00