Colin Kuskie
3a054b4895
Fix Search results for Threads when useContainers=1
2010-02-25 08:59:33 -08:00
Colin Kuskie
8563340eff
Update LDAP auth credentials, use built-in LDAP clean-up, fix broken tests.
2010-02-09 18:20:49 -08:00
Colin Kuskie
80a7f7bd53
Fix a syntax error in t/Auth/LDAP.t
2010-02-09 16:39:22 -08:00
Colin Kuskie
b86d244939
update test for new icon code.
2010-02-09 15:51:51 -08:00
Doug Bell
c16809ab99
fixed LDAP tests for LDAP best practices
2010-02-08 19:36:48 -06:00
Colin Kuskie
01717433db
Add a few more Macro tests for unquoted arguments, and dangling commas.
2010-02-03 17:12:09 -08:00
Colin Kuskie
a42b7dd9d7
Turn off notifications for the test.
2010-02-02 18:00:55 -08:00
Colin Kuskie
acc6447841
Only users who canAdminister the parent wiki are allowed to purge revisions of a wiki page. Fixes bug #11377
2010-02-01 14:50:40 -08:00
Colin Kuskie
4b4038d7d0
Forgot to add a test for Content/SiteIndex
2010-01-29 16:42:29 -08:00
Martin Kamerbeek
02f4211f12
Typo caused EU TaxDriver to not charge taxes for shipping addresses in France.
2010-01-28 10:39:40 +01:00
Colin Kuskie
5a346afd9e
Fix FilePump parsing of lastModified times when fetching files via HTTP, using DateTime::Format::HTTP. Fixes bug #11373 .
2010-01-26 10:39:20 -08:00
Colin Kuskie
077f29fff0
Prevent ProfileField fieldNames from containing spaces. They cause problems with JS in some kinds of form fields. Fixes bug #11371 .
2010-01-25 11:44:30 -08:00
Colin Kuskie
138eb3140c
add cleanup code for PayDrivers.
2010-01-24 16:55:19 -08:00
Colin Kuskie
891098fa3f
Shave two seconds off the Clipboard test by setting the revisionDate on the original asset for testing.
2010-01-22 18:38:56 -08:00
Colin Kuskie
ba91560a96
Fix Notify About Low Stock email to be more user friendly. Fixes bug #11364 .
2010-01-21 11:56:01 -08:00
Colin Kuskie
b397651620
Update the Product test for changes in the Storage API.
2010-01-19 18:39:43 -08:00
Colin Kuskie
066e654640
Improve the performance of getThumbnailUrl by 1400%. Fixes bug #11346
2010-01-19 15:57:28 -08:00
Colin Kuskie
ea53dcc037
Update version for JavaScript::Packed to handle some gnarly JS. Fixes bug #11034 .
2010-01-19 09:06:35 -08:00
Colin Kuskie
6fe662ef83
Make sure template attachments are duplicated. Fixes bug #11355 .
2010-01-18 10:58:03 -08:00
Colin Kuskie
81d811bef1
Add the Topic description to the default Story Topic template.
2010-01-14 15:27:53 -08:00
Colin Kuskie
47276ce4ad
Fix exception handling by the NotifyAboutLowStock workflow activity. Fixes bug #11343 .
2010-01-12 11:07:43 -08:00
Colin Kuskie
06ac0360b6
Update test for new profile field value for gender.
2010-01-11 16:45:27 -08:00
Colin Kuskie
fc09d73b65
Update test for code changes with bug fix.
2010-01-11 16:34:50 -08:00
Colin Kuskie
6e0983a67b
Update the number of threads in the CS when a thread is archived. Fixes bug #11341 .
2010-01-11 11:54:59 -08:00
Colin Kuskie
b5f5f8f6e8
Threads should not show pagination query params in their URLs.
2010-01-07 08:34:27 -08:00
Colin Kuskie
173bec1574
Handle linking to posts not on the first page on a thread view. Fixes bug #11318 .
2010-01-05 20:52:27 -08:00
Colin Kuskie
7281a3dd8e
Fix the CS search, so that links to anchors are correct. Fixes bug #11318
2010-01-05 16:47:56 -08:00
Colin Kuskie
ff1dbc1841
Update tests for new EU VAT workflow
2010-01-05 13:32:08 -08:00
Colin Kuskie
12e160bf8c
Fix passing regex characters to the highlighter, which makes it break. Fixes bug #11311 .
2009-12-21 11:38:52 -08:00
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
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
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
af20594535
Fix looping construct in NotifyAboutLowStock activity. Fix tests.
2009-12-08 21:24:20 -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
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
Colin Kuskie
9476878b5e
Fix a call on potentially undefined parent in Gallery Album. Fixes bug #11289 .
2009-12-03 22:46:33 -08:00
daviddelikat
37676cb654
Merge branch 'master' of git@github.com:plainblack/webgui
2009-12-02 19:07:12 -06:00
Colin Kuskie
a7aa1d2fb2
Fix epoch=0 issues with Session/DateTime and D_date macro.
...
Add an edge case test for D_date macro.
2009-12-01 17:08:12 -08:00
daviddelikat
60b04ff928
Merge branch 'master' of git@github.com:plainblack/webgui
...
Conflicts:
lib/WebGUI/i18n/English/Asset_EMSSubmission.pm
2009-12-01 18:50:27 -06:00
Colin Kuskie
ae08335e9c
Add test for SpectreTest macro. Handle fall-through condition in Macro itself.
2009-12-01 15:40:24 -08:00
Colin Kuskie
9bb5497aff
Fix Cron issues with CSes. Fixes bug #11284 .
2009-11-30 11:11:36 -08:00
Colin Kuskie
cc0cc0ba64
Have the USPS shipping driver accept ZIP+4, even if USPS doesn't.
2009-11-28 19:23:35 -08:00
Colin Kuskie
16a2057b5b
Add DeactivateAccount macro test with 100% coverage.
2009-11-28 11:19:31 -08:00
Luke Robinson
9733cdb938
tests for DeactivateAccount macro
2009-11-28 11:10:00 -08:00
Colin Kuskie
c64911c531
Update test for changes in core code.
2009-11-24 23:13:17 -08:00