Commit graph

2358 commits

Author SHA1 Message Date
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
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
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
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
JT Smith
d3df45f989 preparing for 7.0.5 bugfix release 2006-08-02 21:41:58 +00:00
JT Smith
2a3ba619db preparing for 7.0.4 release 2006-08-02 16:13:36 +00:00
JT Smith
61eb59c7f8 bug fixes and new tests 2006-08-02 15:39:23 +00:00
Colin Kuskie
f5f239e577 fix typo in docs 2006-07-31 18:05:25 +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
0d769e2e1e remove op2 code from printable macro 2006-07-27 16:49:05 +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
JT Smith
07301c12bd few more bug fixes and preparing for 7.0.3 release 2006-07-26 20:05:43 +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
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
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
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
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
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
c1246444e0 add new error message to FileUrl macro 2006-07-23 01:35:20 +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
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
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