Commit graph

5970 commits

Author SHA1 Message Date
Wouter van Oijen
f2bb859a6a oops. tab... 2006-07-24 20:30:35 +00:00
Wouter van Oijen
4e2e5e8c78 fix: Splat_random Macro not so random 2006-07-24 20:27:29 +00:00
JT Smith
f420103b2e - fix: Shopping Cart Not Working
- fix: Editing Products Template wipes out SKU
 - fix: Email to RFE List Going to Spam
 - fix: 7.0.0-7.0.1 upgrade -- op called w/o passing session
 - fix: spectre.pl daemon error
 - Changed the Spectre tests to be a seperate option on the spectre.pl command
   line, which fixed a problem with the WRE monitor, and also enabled us to
   add more complete connectivity testing.
2006-07-24 20:00:53 +00:00
Colin Kuskie
f83c0fa957 remove debugging output 2006-07-24 20:00:46 +00:00
Colin Kuskie
654e5751e8 Add tests for GroupDelete and GroupAdd macros.
Fix bugs exposed by the tests.
2006-07-24 19:58:50 +00:00
Wouter van Oijen
5a23f11707 fix: New templates XHML compliance 2006-07-24 19:35:42 +00:00
Steve Swanson
8b04aad855 Corrects a problem with using a template variable that doesn't exist 2006-07-24 19:27:32 +00:00
JT Smith
1171d11891 - Deleted a template that was accidentally added to the core.
- Made some improvements to the mail subsystems.
2006-07-24 19:15:35 +00:00
Eric Kennedy
3ebd2ef625 Revised WebGUI::HTML::filter "all" so that text does not run together when tags are removed. Added additional tests to HTML.t. 2006-07-24 17:31:57 +00:00
JT Smith
b5d749f6d2 Fixed a cross-Matrix linking problem when you have two or more Matricies on
one site with the same category names.
2006-07-24 15:58:02 +00:00
Colin Kuskie
63972bab6d GroupAdd macro test. This is just the bare beginnings of the test, it will be rounded out over the next several days 2006-07-24 05:09:26 +00:00
Colin Kuskie
5dbd9b44c9 Fixed a typo in the POD for Session/Env.pm
Added more docs for find method in Group.pm
Fixed a latent bug that would probably never occur in Macro/GroupAdd.pm
If Group->find is called with the name of a group that doesn't exist,
then Group will return an object with defaults, and the guid of the
group is undef, not ''.  However, since by default autoAdd is off,
the Macro will still do the right thing.
GroupDelete has the same bug, but it shouldn't be patched until there's
a test written for it.
2006-07-24 05:08:17 +00:00
Colin Kuskie
0be1193574 adding test for id returned from calling find with a non-existant group name 2006-07-24 05:03:28 +00:00
Wouter van Oijen
cfea8f573a Cleaning up FileUrl macro 2006-07-23 09:14:34 +00:00
Colin Kuskie
2eaea55041 Added a basic frequency distribution test. Note that in limited samples of
1000 across 5 bins that the distribution is not even.  The highest and lowest
bin seem to have about half the frequency of the other bins.  This is due to
the use of the round function.  int would make the distribution more even (white)
at the cost of not returning the limiting number.
2006-07-23 06:19:31 +00:00
Colin Kuskie
7033959b5e Add more docs to the Splat_random macro. Change the macro to use Perl's
scaling function of rand instead of an implicit multiply.
2006-07-23 06:17:31 +00:00
Colin Kuskie
746ccf43bb test of Splat_random macro 2006-07-23 06:08:35 +00:00
Colin Kuskie
c1246444e0 add new error message to FileUrl macro 2006-07-23 01:35:20 +00:00
Colin Kuskie
10135118d2 rename FileUrl test 2006-07-23 01:34:47 +00:00
Colin Kuskie
63db4ee2ed finish FileUrl test 2006-07-23 01:34:21 +00:00
Colin Kuskie
0f8aca80db update height and width documentation for DataForm fields 2006-07-23 00:03:01 +00:00
Wouter van Oijen
2e7e62fa1e fix: Data Form Text Area Box Non-Existent 2006-07-22 11:17:26 +00:00
Wouter van Oijen
68d8753499 fix: Events Calendar Double Date 2006-07-22 10:48:51 +00:00
Wouter van Oijen
ccdae4b51f fixed typo in template variable project.gantt.rowspan and documentation 2006-07-22 10:40:45 +00:00
Wouter van Oijen
f325d030e9 fixed typo in template variable project.gantt.rowspan and documentation 2006-07-22 10:39:52 +00:00
Colin Kuskie
8d88e8fcb1 Add a quick comment to Page.t
Add the FileUrl test.  It is under development and won't be renamed until
it's fully working.
2006-07-21 23:33:41 +00:00
Wouter van Oijen
20fef872ac fix: navigation 2006-07-21 20:46:01 +00:00
JT Smith
9f3ff77dbd webgui for windows changes 2006-07-21 20:42:50 +00:00
Colin Kuskie
db204ea1d1 fix scratch->process to form->process in Affiliate.pm 2006-07-21 18:14:22 +00:00
Colin Kuskie
2b03fdc73d Add another error message to FileUrl so that it's clear that there
are no files, rather than the wrong URL.
Update Page macro docs to show it works on _any_ asset, not just Pages.
2006-07-21 16:10:11 +00:00
Wouter van Oijen
1fe73fa764 fix: Dataform adding fields without filename 2006-07-21 13:25:28 +00:00
Wouter van Oijen
d37cd047e3 fix: FileUrl doesn't handle Snippets 2006-07-21 13:04:17 +00:00
Wouter van Oijen
ae61abe80d fix: Copyright on Default Template 2006-07-21 08:55:12 +00:00
Eric Kennedy
fc0a50661f HttpProxy bug fix 2006-07-21 02:09:42 +00:00
JT Smith
012e6ee84a added a test for complex html stripping because it was reportedly not working 2006-07-21 01:56:56 +00:00
Wouter van Oijen
20cd9d45b3 fix: Indent Navigation broken 2006-07-20 23:24:26 +00:00
Martin Kamerbeek
7d453b758c Fixing a typo 2006-07-20 15:03:03 +00:00
Martin Kamerbeek
9a155293f1 Reverting some accidentally committed test code 2006-07-20 14:49:52 +00:00
Martin Kamerbeek
508194e91a Fixed preview bug in WG::A::Post where userDefined and Synopsis form element would not have a value. 2006-07-20 14:29:03 +00:00
Wouter van Oijen
c545bea063 fix: Article thumbnail not working 2006-07-20 12:46:54 +00:00
Wouter van Oijen
7405613b6d fix: Missing documentation breaks the list of Available Macros 2006-07-20 12:41:32 +00:00
JT Smith
eab886f618 preparing for 7.0.3 bugfix cycle 2006-07-20 03:20:09 +00:00
JT Smith
621f80e26a preparing for 7.0.2 release 2006-07-20 02:25:27 +00:00
JT Smith
6864750168 oops, left in some debug 2006-07-20 00:56:59 +00:00
JT Smith
35e0a63262 - fix: spectre
- fix: Spectre tries to delete the same workflow instance twice
 - Fixed part of the Spectre memory leak. See gotcha.txt for details.
2006-07-20 00:55:05 +00:00
Colin Kuskie
ac953d2043 Adding Page macro test. If there complaints about not being able to
access variables from an Asset, the test is very easy to extend to add
new fields or asset types.
The remaining t's have had their URLs lower-cased to be URL compliant.
2006-07-19 22:20:49 +00:00
JT Smith
531d4284e3 - fix: spectre 2006-07-19 20:11:14 +00:00
JT Smith
45080ea0d9 - fix: cs mail needs archive url
- fix: cs mail not sending in-reply-to and references headers
 - fix: cs mail doesn't like code via email
 - CS mail now sends out the email address of the poster as from, when it 
   exists.
2006-07-19 18:37:33 +00:00
Colin Kuskie
534855ddc8 add missing filename methods 2006-07-19 18:10:37 +00:00
Frank Dillon
edf99fe361 run on login / logout 2006-07-19 16:26:26 +00:00