Commit graph

6008 commits

Author SHA1 Message Date
Colin Kuskie
e84c58bd66 prototyping conditional tests based on Macro load. There is no sense running the tests if there are syntax errors in the code. 2006-07-29 04:03:17 +00:00
Colin Kuskie
be6fc4b4f9 clean up old macroText statements 2006-07-29 03:50:34 +00:00
Colin Kuskie
84117932af add a test for the FormParam macro, and clarify in the docs that FormParam returns only the first value from a list 2006-07-29 03:31:59 +00:00
Colin Kuskie
00de81868b Two bugs in rollback.
The check for rolling back the pbversion0000000000001 tag wouldn't log any
errors because it was after the return 0 statement.

If a set of assets that were programmatically generated were rolled
back, and the assets had a parent child relationship then there's
a race condition that could cause the parent to be purged before
child.  Since purging the parent _also_ purges the child, the system
would try to purge the child twice and this causes a fatal error.
Programmatically generating the assets causes their revisionDates
to be the same, and that causes the return order of the assets to
be uncertain.

The solution is to generate the list of assets to be rolled back
by revisionDate _AND_ lineage.  This guarantees that children are
purged first.

This bug was exposed in t/Macro/RootTitle.t  However, the bug
seems to be system dependent since the revisionDate depends on how
fast the system can create assets.
2006-07-28 23:40:06 +00:00
Colin Kuskie
b2d4c36080 add Include macro test and fix Include bug 2006-07-28 16:11:47 +00:00
Wouter van Oijen
e0b17be5dd Template issue 2006-07-28 10:14:27 +00:00
Colin Kuskie
d9b4b1df06 test for Env macro. It grabs all keys from the env object and makes sure they can be retrieved via the macro. It also tests null, undef and non-existant keys 2006-07-27 18:05:46 +00:00
Colin Kuskie
23cc777add remove debugging code 2006-07-27 17:46:47 +00:00
Colin Kuskie
0d769e2e1e remove op2 code from printable macro 2006-07-27 16:49:05 +00:00
Colin Kuskie
54d2d687e8 Test for the printable macro. This macro DOES NOT test changing the style, only
the text generated by the macro.
2006-07-27 16:35:41 +00:00
Colin Kuskie
e3ae42aa1a remove dependency on Macro_Config from last tests, and reindent some lines in RootTitle 2006-07-27 16:00:46 +00:00
Colin Kuskie
aa15635fde Macro_Config code not needed anymore 2006-07-27 16:00:06 +00:00
Colin Kuskie
5c443480ed incremented number of planned tests since a test was added 2006-07-27 15:58:08 +00:00
Colin Kuskie
5757842e46 Remove unused variable from r_printable.
Modify RootTitle to return root-1 instead of root.
2006-07-27 04:01:35 +00:00
JT Smith
8818309eaa - Added a forum.lastPost.user.hasRead variable to the Message Board template. 2006-07-26 22:26:19 +00:00
JT Smith
24a2d8b760 preparing for 7.0.4 bugfix cycle 2006-07-26 21:29:55 +00:00
Colin Kuskie
89abfdef9d Use just 1 versionTag for RootTitle. Much cleaner code.
Remove old Macro enabling code from PageTitle
2006-07-26 20:28:57 +00:00
JT Smith
07301c12bd few more bug fixes and preparing for 7.0.3 release 2006-07-26 20:05:43 +00:00
Frank Dillon
ebc3db0725 added test for addToDateTime method 2006-07-26 19:24:38 +00:00
Roy Johnson
ce22acea8e Adding a test 2006-07-26 19:21:04 +00:00
Colin Kuskie
caa58f26f2 finish Setting Macro breakout 2006-07-26 19:09:55 +00:00
Colin Kuskie
6aab9a6eec Rework all tests to call the Macro's process subroutine directly.
Add RootTitle.t test.
Broke up the SettingMacros.t test into individual tests.
2006-07-26 19:02:22 +00:00
Wouter van Oijen
60e9523f7b fixing XHTML compliance and removing windows line endings 2006-07-26 09:51:09 +00:00
Colin Kuskie
b3f042de84 fixing doc bug in r_printable macro docs 2006-07-26 01:37:57 +00:00
Colin Kuskie
927d097375 Fix a parsing bug in WebGUI::Operation::Shared where it would puke if
the code it was parsing had spaces after the commas.
Formatting code in EditableToggle.t
2006-07-26 01:23:30 +00:00
Colin Kuskie
271c539974 update DataForm docs. Height is only used on *areas 2006-07-26 01:15:00 +00:00
Colin Kuskie
ee59a4bade remove debugging output 2006-07-25 23:12:46 +00:00
JT Smith
75c09e4aed fixed a field ordering problem 2006-07-25 21:51:28 +00:00
JT Smith
09af3e8785 - Added "Save and Commit" option for environments where the appearance of
workflow is unwanted.
2006-07-25 21:11:14 +00:00
Colin Kuskie
f1159269a0 Macro Tests: refactored all macro tests to remove a very evil hack
for inserting macros into the config.  The new method is much cleaner
and uses the Config API.
Updated the docs for the RootTitle macro, both POD and online help.
2006-07-25 20:54:08 +00:00
JT Smith
cc61639232 - fix: Search Feature Select Box Not Working 2006-07-25 20:45:21 +00:00
JT Smith
6766c63731 - Added the arrayRef() method to WebGUI::SQL::ResultSet, which is 12% faster
than the array() method.
 - Added more tests to the test suite.
2006-07-25 17:58:54 +00:00
JT Smith
03b4b0ed33 - fix: Head Block in styles
- fix: select assetVersionTag
 - fix: Infinite recursion
 - fix: assetUiLevel override broken
 - fix: Indexing files failes (derck)
 - fix: Unable to approve New listings on Matrix
2006-07-25 17:15:57 +00:00
JT Smith
de35e950bf phone validation javascript 2006-07-25 13:36:55 +00:00
Wouter van Oijen
03e602363b XHTML compliance 2006-07-25 12:34:08 +00:00
JT Smith
c65d9490e7 - Fixed mail bounce processing.
- fix: Asset Manager displaying incorrectly
 - fix: Cannot paste from clipboard
 - Made the search indexer mor compatible with Chinese and other non-ascii
   characters. (Thanks to Zhou Xiaopeng)
2006-07-24 22:18:39 +00:00
Steve Swanson
cf6185c74c Removed the 'Event Number' label 2006-07-24 21:31:13 +00:00
Steve Swanson
76b9605f68 Corrects the formatting issue with the word 'Remove' appearing outside of the button 2006-07-24 20:33:14 +00:00
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