Colin Kuskie
70d7bb2513
Remove some dead code in Group.t
...
Add more tests for coverage in User.t
2007-02-25 05:57:54 +00:00
JT Smith
5dfb14e982
oops typo
2007-02-25 00:27:30 +00:00
JT Smith
77d287b631
added coverage test option
2007-02-24 17:45:32 +00:00
JT Smith
b4edb251c2
added an option for coverage tests
2007-02-24 17:44:14 +00:00
JT Smith
0b6c500a16
made the options in urlExists a hashref for future expandability
2007-02-24 17:16:18 +00:00
JT Smith
480cb392eb
added a urlExists method which is shared between fixUrl() and the fileImport script
2007-02-24 16:56:45 +00:00
Colin Kuskie
128ab06bf6
Built a test for newByEmail and removed the TODO test.
2007-02-24 04:36:11 +00:00
Colin Kuskie
31139678ee
Corner cases for User.pm coverage
...
Converted 2 more queries to use placeholders
2007-02-24 00:37:55 +00:00
Colin Kuskie
2a0eb20bc7
Tests for the canUseAdminMode method of User.pm
...
Uncovered and fixed a bug where $session->user instead of $self was used in canUseAdminMode
Added an explicit test in Config.pm to make sure that array refs can be passed to ->set.
2007-02-23 23:39:35 +00:00
Colin Kuskie
2803ae520c
Ran coverage on User.t and found that we're missing two entire
...
methods, so I added TODO tests for them. Overall coverage is low
as well.
Began converting User.pm to use placeholders.
2007-02-23 22:27:23 +00:00
Frank Dillon
6efbad606f
fixed getEditableFields so it returns all valid registration fields in addition to editable and required fields
2007-02-23 18:50:30 +00:00
Yung Han Khoe
5c09bbfce8
SQLForm: processing of Macro's in default value didn't work.
2007-02-23 16:32:24 +00:00
Colin Kuskie
6683d27795
clean-up. High code coverage always makes me excited
2007-02-23 05:11:55 +00:00
Colin Kuskie
906775d505
AdSpace has 100% coverage, aside from some conditionals in the set method.
...
Found and fixed an off by 1 error in displayImpressions that allowed boughtImpressions+1
impressions to be displayed.
2007-02-23 04:59:06 +00:00
Colin Kuskie
47c55075f6
add a test for deactivating an ad by impressions
2007-02-22 06:11:13 +00:00
Frank Dillon
660868a0b3
fixed API method setCallable to work properly. It wasn't setting the class variable properly
2007-02-22 01:47:36 +00:00
Roy Johnson
9e3d3be4e0
Ready for 7.3.11 dev
2007-02-21 19:10:06 +00:00
Roy Johnson
02bcae19a8
7.3.10 release
2007-02-21 16:00:51 +00:00
Colin Kuskie
5d0b0a3c80
more AdSpace tests
2007-02-21 00:11:42 +00:00
Colin Kuskie
d884856148
begin a sequence of tests to check Ad and AdSpace interactions, countClicks and getAds
2007-02-19 05:00:32 +00:00
Colin Kuskie
9666dadc82
This set of tests brings overall coverage close to 100% for the Ad module.
...
Remainnig conditionals in the set subroutine will be tested after 7.4
comes our and ->get can be modified to return the whole set of properties.
Fixed a bug in the Ad module where the priority could not be set to 0.
2007-02-19 04:01:24 +00:00
Colin Kuskie
859886e8f8
fix for importing unsigned ints into the SQL Form from an existing table
2007-02-18 22:50:24 +00:00
Colin Kuskie
b8bd315555
begin to add tests for Ad.pm coverage
2007-02-18 17:38:13 +00:00
Colin Kuskie
4cf11a716f
Fix the POD for Storage.pm
...
Fix for bad calendar day names in the month view.
2007-02-17 16:53:03 +00:00
Colin Kuskie
fd9e2ecd21
A bunch more Ad tests. Need to check the coverage to see if anything has been
...
missed.
Removed a duplicate alt attribute in the image ad.
2007-02-17 00:36:49 +00:00
Colin Kuskie
ab6d0d2ce6
fix for file uploading problems in File, Image, FilePile, Graphics (font) and FormHelper
2007-02-16 22:31:53 +00:00
Doug Bell
6c8e840fe6
fix: Events are created with no group information
2007-02-16 19:37:39 +00:00
Doug Bell
11b308df81
fix: 7.2.3-7.3.0 upgrade now grabs the latest committed version of Events, instead of a random version
...
fix: 7.2.3-7.3.0 upgrade now does not modify the URL of the Calendars it migrates
2007-02-16 18:36:43 +00:00
Doug Bell
efb0109465
fix: Creating users with same e-mail address doesn't work
2007-02-16 16:53:50 +00:00
Yung Han Khoe
7a4a0be5d4
fix: Incomplete assets cause manage Trash to fail, added test for valid object creation
2007-02-16 13:52:16 +00:00
Jukka Raimovaara
8bac5fd39a
fix: Calendar Next / Previous when startTime was involved
2007-02-16 03:18:24 +00:00
JT Smith
e594cb3d6c
- Fixed a problem where you couldn't upgrade directly to 7.3.9 from versions
...
earlier than 7.3.8.
2007-02-15 23:27:09 +00:00
Doug Bell
126978314f
fix: Rich Editor - Add Asset Link doesn't work with images.
2007-02-15 03:42:08 +00:00
JT Smith
717429037d
fix: Incomplete asset cause manage Trash to fail
2007-02-15 03:12:35 +00:00
JT Smith
6e451a2b5c
fix: SQL Report: Paginate After
2007-02-15 02:54:28 +00:00
Doug Bell
d29de5f7f9
fix: Calendar Update Feeds Activity now handles iCalendar "DURATION" field
...
fix: Various potential bugs in WebGUI::DateTime due to inheritence from DateTime
2007-02-14 23:13:40 +00:00
Roy Johnson
7a695188a3
Ready for 7.3.10 development, lets kill the rest of these bugs!
2007-02-14 16:23:35 +00:00
Roy Johnson
8d80c2c613
- 7.3.9 release (for real this time hopefully)
...
- fix syntax error in EventManagementSystem (yay smoketests!)
- Note in gotchas that upgrade can take a long time to run
2007-02-14 15:32:05 +00:00
Colin Kuskie
8baac2160b
fix EMS bug pertaining to use of getUrl and session->icon
2007-02-14 06:14:37 +00:00
Colin Kuskie
1b02f3f8a7
more group docs
2007-02-14 05:45:10 +00:00
Colin Kuskie
76585a1daa
Added a new method to WebGUI::HTML called makeParameter safe. It will
...
encode commas and single quotes to make the output safe to embed inside
of a macro.
Added tests to verify that it works correctly.
Updated the c_companyName macro to use makeParameterSafe.
Added tests to verify that the changed macro works okay.
Updated the c_companyName documentation.
Added a blurb to the gotchas file to cover the change to the macro.
2007-02-13 23:42:53 +00:00
Colin Kuskie
52a3023b09
more Ad tests, testing for rendering text ads
2007-02-13 23:12:51 +00:00
JT Smith
5892ad8721
fix: The requested URL /uploads_macro was not found on this server
2007-02-13 22:46:17 +00:00
Colin Kuskie
0748440cc6
note what can go into a title
2007-02-12 23:53:32 +00:00
Yung Han Khoe
dc82e6f3bd
Fix for radioList fields in view.
2007-02-12 15:08:47 +00:00
Colin Kuskie
60027b9a5b
Fixes for calendar day view, and template docs for calendar week view.
2007-02-11 05:39:55 +00:00
Colin Kuskie
eabe3ea776
POD tweaks
2007-02-10 21:49:57 +00:00
Colin Kuskie
ecdcedfe2c
finished documenting the Event Asset forms and templates
2007-02-10 16:23:21 +00:00
Colin Kuskie
a68aa5bfda
props to DonorWare for a test SOAP server
2007-02-10 05:25:19 +00:00
Colin Kuskie
59d074464b
fixing WSClient pagination variable rewriting
2007-02-10 05:20:44 +00:00