Colin Kuskie
8c0b73f2ec
Fix an infinite loop with getting Photo under an album that is not committed. Fixes bug #11235 .
2009-12-18 08:24:44 -08:00
Martin Kamerbeek
d45a58cf87
- updateVATNumber should delete ivalid numbers.
...
- Fix missing pod and put subroutines in the correct place.
2009-12-18 14:07:58 +01:00
Martin Kamerbeek
2e5250afe1
Refactored EU tax plugin code to reduce code duplication and added tests.
2009-12-18 13:45:50 +01:00
Martin Kamerbeek
6bdf5f42ed
Merge branch 'master' of git@github.com:plainblack/webgui
2009-12-18 12:11:55 +01:00
Colin Kuskie
456eb6f39a
Fix POD, condense Asset attributes. A test for tableName in the constructor.
2009-12-17 18:07:47 -08:00
Colin Kuskie
e1be2f9319
Make fieldType a required property option. Check for the presence of either noFormPost or label.
2009-12-17 13:25:27 -08:00
Colin Kuskie
3b31069b1c
Make fieldType a required parameter of a Definition Asset property.
2009-12-17 13:00:54 -08:00
Colin Kuskie
f997981d73
More tests for tableName, getProperty.
2009-12-16 17:48:24 -08:00
Colin Kuskie
c93bdc7950
add get_tables, and refactor out get_all_properties from get_property_list
2009-12-16 15:13:15 -08:00
Colin Kuskie
5b5d4783d0
Make get_property_list API compatible with get_attribute_list, by returning an array.
2009-12-16 13:31:48 -08:00
Colin Kuskie
64fc4a231d
Define what the assetName accessor returns.
2009-12-16 13:31:27 -08:00
Colin Kuskie
30e8aecf4a
note that fixId was also removed, and what to do in its place.
2009-12-16 09:55:43 -08:00
Colin Kuskie
5ce2b6e0bd
Ready for 7.8.9 deveopment cycle.
2009-12-15 20:36:17 -08:00
Colin Kuskie
47afff66fd
Preparing for 7.8.8 release.
2009-12-15 19:40:23 -08:00
Colin Kuskie
310c0add71
When addin a child under a parent that is not committed, adopt the parent's version tag. Fixes bug #11295
2009-12-15 14:25:02 -08:00
Martin Kamerbeek
e88b0ca0d7
Adding VIES recheck workflow and tests.
2009-12-15 22:59:54 +01:00
Colin Kuskie
f582bfd99e
Fix some broken Survey i18n (Add Section). Add i18n for object edit dialog buttons.
2009-12-14 11:26:08 -08:00
Colin Kuskie
b9a9c588d7
i18n another Survey label. Fixes bug #11306
2009-12-14 10:15:47 -08:00
Colin Kuskie
3b08b5184c
Initialize the editor before rendering the intial dialog box for the Section Editor. Fixes bug #11297 .
2009-12-14 10:08:28 -08:00
Colin Kuskie
8c358fa229
Remove Dumper.
2009-12-11 13:28:48 -08:00
Colin Kuskie
059bd6761d
Uniqueness check on attribute names in get_property_list. Add tests for that, and for get_attributes
2009-12-11 11:56:16 -08:00
Colin Kuskie
334f3414c3
Handle insertion order in multiple classes. This breaks overriding properties in the Definition.
2009-12-11 10:54:23 -08:00
Colin Kuskie
83e8d7ca12
More tests.
2009-12-10 19:49:28 -08:00
Colin Kuskie
812c2e4c37
Finish up POD for Definition::Role::Object
2009-12-10 19:46:14 -08:00
Colin Kuskie
19b784cd95
Fix get_property_list. Add tests.
2009-12-10 18:54:18 -08:00
Colin Kuskie
b8781044f3
Update tests. table -> tableName. Add comments to tests.
2009-12-10 17:49:43 -08:00
Colin Kuskie
0f3260131d
Add POD. Use meta->find_attribute_by_name instead of can. Use get_property_list instead of get_all_properties. Change set to ignore bad properties instead of ending the set.
2009-12-10 17:48:23 -08:00
Colin Kuskie
849e8d4037
Change get_property_list from an attribute to a method in Definition::Meta::Class.
2009-12-10 15:54:49 -08:00
Colin Kuskie
f0b0179ad8
Make the warnings messages from the Matrix about having too many products to compare better. Fixes bug #11301
2009-12-10 13:59:26 -08:00
Colin Kuskie
4b65b441e0
Matrix search should be AND based, not OR. Fixes bug #11301
2009-12-10 12:57:45 -08:00
Colin Kuskie
c8d6f12629
Add conditional display code to default matrix main template. Fixes bug #11299
2009-12-09 15:20:51 -08:00
Colin Kuskie
fc4dca65e1
Calculate ratings, even is the count is less than 10.
2009-12-09 10:44:30 -08:00
Colin Kuskie
f2b7762ddd
Do not remove ratings, just prevent them from being displayed in the best/worst list.
2009-12-09 10:39:42 -08:00
Colin Kuskie
c0a9358bcf
Prevent statistics with a count of less than 10 from being listed in the worst list.
2009-12-09 10:18:43 -08:00
Colin Kuskie
af20594535
Fix looping construct in NotifyAboutLowStock activity. Fix tests.
2009-12-08 21:24:20 -08:00
Colin Kuskie
3cb7970a91
Change all upgrade subs to use returnAll with getIsa
2009-12-08 17:28:22 -08:00
Colin Kuskie
27a7c099ba
fix: getIsa returns undef for pending assets.
...
Add a new option flag to getIsa, called returnAll. If returnAll = 1, then
assets are returned regardless of status. Otherwise, getIsa will only
return committed assets.
2009-12-08 17:22:59 -08:00
Colin Kuskie
d1e6f30493
Fix a bug where ratings were allowed to be set with less than 10 votes. Fixes bug #11294
...
This helps fix people trying to game the system.
2009-12-08 14:39:24 -08:00
Graham Knop
6d381a5c46
remove WebGUI::PerformanceProfiler
2009-12-08 16:23:54 -06:00
Colin Kuskie
5153d82327
Remove abbreviated timeout for testing.
2009-12-07 18:44:55 -08:00
Colin Kuskie
7261ecd29d
Fix an infinite loop in getting LDAP error messages. Fixes bug #11296
2009-12-07 18:43:09 -08:00
Colin Kuskie
c845849da0
Fix bug #11286 : Tell the difference between end of Workflow, and unable to load WorkflowActivity.
...
Tests are added for new methods. The changes to Workflow::Instance->run are peripherally
tested in Workflow Activity tests.
2009-12-07 13:07:46 -08:00
Colin Kuskie
89ea0e7cea
use addToCleanup instead of an END block.
2009-12-07 13:07:11 -08:00
Graham Knop
c2fca8e178
some additional definition testing
2009-12-07 12:23:03 -06:00
Graham Knop
2c7eb7478e
change table to tableName in definition
2009-12-07 12:22:33 -06:00
Graham Knop
bb2667206d
adding some methods to role, other small cleanups
2009-12-07 12:16:07 -06:00
Graham Knop
c7995b716e
Fix applying roles
2009-12-07 12:15:21 -06:00
Graham Knop
fdb72a6d7f
small adjustments
2009-12-07 11:29:03 -06:00
Colin Kuskie
5a25a44221
Made Asset Manager search too sticky.
2009-12-06 14:57:08 -08:00
Colin Kuskie
b6058e8b11
Began POD for WebGUI::Definition::Asset
2009-12-05 19:06:05 -08:00