Steve Swanson
d95038666b
2006-08-24 17:29:46 +00:00
Steve Swanson
d4b2d97d07
Keeps the form area from jumping down once the asset icon is loaded.
2006-08-21 15:35:00 +00:00
Steve Swanson
5913d6603a
2006-08-21 15:33:09 +00:00
Martin Kamerbeek
6bf4e91d1a
Fixed some SQLForm bugs
2006-08-20 13:23:12 +00:00
Martin Kamerbeek
f7654c83d6
fix: sqlform trunctate search results doesn't work
2006-08-18 13:08:22 +00:00
Colin Kuskie
70bea40b94
update Form/Email test now that single character usernames work
2006-08-16 23:20:25 +00:00
JT Smith
a2bf44d074
preparing for 7.0.6 release
2006-08-16 22:21:39 +00:00
JT Smith
35db285a67
- rfe: Workflow activity for assigning users to a group
...
- The prevent proxy cache setting also now sets anti-caching meta tags and
HTTP headers.
2006-08-16 22:04:59 +00:00
Roy Johnson
7122e069e6
fix getMedia asset constructor returns wrong object type. Test Suite++ =)
2006-08-16 21:30:49 +00:00
JT Smith
80ef5e925a
- Made some changes to make WebGUI compatible with the WRE for Windows.
...
- fix: cacheTimeout not respected as Visitor (Eric Kennedy).
- fix: Email address with just one character in the user part not accepted
- fix: Image (file) added to page shows before committing changes
- fix: Typo in fileImport.pl at line 265 (zxp)
2006-08-16 21:25:27 +00:00
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