| .. |
|
AdSpace
|
Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
|
2008-11-26 16:06:18 +00:00 |
|
Asset
|
The deprecated use of Graphics::Magick has been eliminated. WebGUI uses
|
2008-11-26 17:00:26 +00:00 |
|
Auth
|
- added: Inbox is now pruned after 1 year
|
2008-04-26 02:23:10 +00:00 |
|
Cache
|
remove a bad test from FileCache
|
2008-06-19 16:00:59 +00:00 |
|
Content
|
temporary fix for this until we get cookies hacked into the test suite
|
2008-02-10 04:08:54 +00:00 |
|
Form
|
Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
|
2008-11-26 16:06:18 +00:00 |
|
Help
|
Since the topical view of the Help has gone away, the TOC labels
|
2008-05-30 07:22:26 +00:00 |
|
i18n
|
added admin console plugability
|
2008-09-27 17:11:14 +00:00 |
|
lib
|
improved performance of file uploads and changed format of created uploads locations, avoiding case sensitivity problems
|
2008-11-12 01:17:33 +00:00 |
|
Macro
|
The deprecated use of Graphics::Magick has been eliminated. WebGUI uses
|
2008-11-26 17:00:26 +00:00 |
|
Mail
|
turn off email to log properly for mail tests
|
2008-11-04 22:47:05 +00:00 |
|
Operation
|
remove old account tests from Operation/Auth
|
2008-11-24 02:50:22 +00:00 |
|
Session
|
merge 8376
|
2008-11-14 23:08:10 +00:00 |
|
Shop
|
update AddressBook test for new object property
|
2008-11-24 02:41:30 +00:00 |
|
Spectre
|
modules, tests, etc shouldn't be set as executable
|
2008-11-24 04:01:23 +00:00 |
|
Storage
|
Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
|
2008-11-26 16:06:18 +00:00 |
|
supporting_collateral
|
Add support for the original sku entry in the header.
|
2008-09-29 23:26:34 +00:00 |
|
Workflow
|
fix bad regexp for workflowId in logged warning
|
2008-09-23 18:02:20 +00:00 |
|
_test.skeleton
|
rfe: VIM perl mode for skeletons
|
2008-09-16 22:28:17 +00:00 |
|
_test.skeleton.mech
|
rfe: VIM perl mode for skeletons
|
2008-09-16 22:28:17 +00:00 |
|
Account.t
|
added test
|
2008-11-14 20:29:05 +00:00 |
|
AdSpace.t
|
Allow certain fields in Ad and AdSpace to be cleared. Add tests
|
2008-08-20 16:40:55 +00:00 |
|
Auth.t
|
add: Auth modules now accept a "returnUrl" form parameter when logging in or creating a new account. User will be redirected to the value in "returnUrl" after login / create account is complete.
|
2008-02-09 05:09:33 +00:00 |
|
Config.t
|
update Config file test for new config file format
|
2008-09-29 02:38:29 +00:00 |
|
Crud.t
|
Crud create() for specific id (#9035)
|
2008-11-04 15:50:09 +00:00 |
|
DatabaseLink.t
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
DateTime.t
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
Form.t
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
Group.t
|
add coverage tests for Group.t, isUserAdmin
|
2008-10-14 23:05:54 +00:00 |
|
HTML.t
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
Inbox.t
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
International.t
|
Fix a bug where looking up non-existant files croaks, instead of propagating
|
2008-08-15 22:46:46 +00:00 |
|
Keyword.t
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
Macro.t
|
allow undef to return from macros, fix empty string returns, test a few more cases
|
2008-09-16 21:34:48 +00:00 |
|
mandatory_template_vars.t
|
remove old profile template variable checks due to Account
|
2008-11-24 02:40:15 +00:00 |
|
Paginator.t
|
Document the newly added pagination template variable. Update the tests to look for it and test it
|
2008-11-24 02:23:48 +00:00 |
|
PassiveProfiling.t
|
remove colons from END blocks, so they actually act like END blocks
|
2008-05-09 18:14:14 +00:00 |
|
Pluggable.t
|
added "return => name" to WebGUI::Pluggable::find
|
2008-10-27 16:54:19 +00:00 |
|
POD.t
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
PodChecker.t
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
ProfileField.t
|
merging 8374
|
2008-11-14 22:19:15 +00:00 |
|
Session.t
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
smtpd.pl
|
Added a simple smtpd for testing
|
2008-02-05 19:34:09 +00:00 |
|
SQL.t
|
quiet some warnings
|
2008-09-30 20:03:52 +00:00 |
|
Storage.t
|
improved performance of file uploads and changed format of created uploads locations, avoiding case sensitivity problems
|
2008-11-12 01:17:33 +00:00 |
|
syntaxCheck.t
|
clean up syntaxCheck messages slightly
|
2008-10-23 10:21:01 +00:00 |
|
templateChecker.t
|
add a CODE_COP test to make sure that default templates always use the gateway macro with parens
|
2008-09-25 22:57:15 +00:00 |
|
Text.t
|
Fixed: splitCSV and joinCSV had issues with complex CSV data. They now use
|
2008-07-31 22:02:09 +00:00 |
|
User.t
|
fixing POD issues, User test
|
2008-11-24 02:27:20 +00:00 |
|
Utility.t
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
VersionTag.t
|
modules, tests, etc shouldn't be set as executable
|
2008-11-24 04:01:23 +00:00 |
|
WebGUI_conf.t
|
Fix more JSON errors in WebGUI.conf.original
|
2008-07-12 04:26:23 +00:00 |
|
Whitespace.t
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
Workflow.t
|
make mode and enabled sticky in the Workflow
|
2008-11-24 16:33:51 +00:00 |