Paul Driver
48bbec5c6f
fixed #12029 : issue with keywords
2011-01-24 09:43:14 -06:00
Colin Kuskie
973363b14c
Enforce viewing permissions for search and keywords in the Wiki. Fixes bug #12027
2011-01-20 11:21:51 -08:00
Colin Kuskie
8c2958b042
Do not send emails when a Post or Thread is copied inside WebGUI. Fixes bug #12024 .
2011-01-19 18:43:33 -08:00
Colin Kuskie
49063cf526
Fix UTF-8 handling in WebGUI::Storage class. Add tests for all methods that were checked. Fixes bug #12023 .
2011-01-18 21:07:03 -08:00
Paul Driver
7c9d0863ef
Tests for the new topic template variable
2011-01-11 12:47:58 -06:00
Doug Bell
6397f20f9c
fix test for new controls param
2011-01-10 20:26:56 -06:00
Colin Kuskie
f1dd08c135
If there are missing, required fields when saving data to a thing, do not write it to the db. Fixes bug #11996 .
2011-01-10 16:00:21 -08:00
Colin Kuskie
a96a9c3989
Update tests to handle new data being returned from USPS, for both domestic and international shipping. No driver changes required so far.
2011-01-10 13:24:00 -08:00
Colin Kuskie
dfffaf307c
Add a test for tripping maximum assets to make sure it works. We will depend on the live tests for www_editSave to determine the opposite case.
2011-01-10 10:16:55 -08:00
Paul Driver
82c6c58958
rfe #12016 : add more functionality to story_loop
2011-01-10 10:32:47 -06:00
Paul Driver
61245baaaa
Fix template preview to work with chunked content and template post-processing (in Layout, for instance)
2011-01-06 14:35:56 -06:00
Paul Driver
41ac1f153e
Template Preview button
2011-01-05 12:40:35 -06:00
Doug Bell
1c01079bdd
fix 11976 use container url gives permission denied
2011-01-03 21:42:30 -06:00
Doug Bell
93525126a4
fix 11975 cannot paste threads: Cannot call method isa()
2011-01-03 21:42:30 -06:00
Doug Bell
3fbcb4aca9
fix 11945 slow sql for duplicate email lookup
2011-01-03 21:28:41 -06:00
Colin Kuskie
67264660f7
Fix bad characters in the price column when importing products into a Shelf. Fixes bug #12001 .
2011-01-03 19:13:59 -08:00
Colin Kuskie
a083737ab3
Do not extend recurrent for events in the trash. Do not extend them in the clipboard either, since it'll either make a mess in the clipboard or pop them up on the calendar automatically. Fixes bug #11995
2011-01-03 17:24:29 -08:00
Colin Kuskie
b911f05125
Commit events created by the ExtendCalendarRecurrences workflow activity. Fixes bug #11994 .
2011-01-03 17:01:26 -08:00
Colin Kuskie
3e0da41f0a
Allow for File and Image subclasses to be handled gracefully by the Thingy.
2011-01-02 12:57:54 -08:00
Colin Kuskie
416b45f924
Duplicating events should duplicate relatedLinks. Add tests for setting and getting relatedLinks. Make recurrence use duplicate instead of addChild so that all collateral information like storageIds and relatedLinks are also duplicated. Fixes bug #12010 .
2011-01-01 12:12:15 -08:00
Martin Kamerbeek
90e3cd6b6f
Merge branch 'master' of git@github.com:plainblack/webgui
...
Conflicts:
docs/changelog/7.x.x.txt
2010-12-23 14:48:02 +00:00
Colin Kuskie
4e0e62b202
Fix tests that were broken due to the language override merge.
2010-12-22 14:10:58 -08:00
Martin Kamerbeek
10ea82d6ec
Don't let the cart crash on invalid addressIds
2010-12-22 13:31:16 +00:00
Martin Kamerbeek
f748aa1b83
Return a list of shipper to choose from in stead of none if no shipper has be chosen yet.
2010-12-22 13:11:56 +00:00
Doug Bell
48f9687025
fix 11984 No JS allows invalid dates in Event
2010-12-08 14:32:47 -06:00
Doug Bell
886de768af
Merge remote branch 'xvaara/master'
...
Conflicts:
docs/changelog/7.x.x.txt
2010-12-07 18:28:24 -06:00
Colin Kuskie
dd7e6016dc
Add a workflow activity that reverifies that all subscribers to a CS can still view the CS, otherwise, remove them. Hook up the workflow to the update method in Collaboriation.pm and create an instance for it if the groupIdView changes. Add tests for the activity. Add a new workflow. Update the default WebGUI.conf.
2010-11-30 15:07:49 -08:00
Jukka Raimovaara
b24db340e8
added #11968 : use the language override in the registration form
2010-11-17 21:00:50 +02:00
Doug Bell
19dedc0b7c
fix problem revealed by tests
...
update() in a File asset would always create a storage location if one
was not yet saved. calling update() in a filter method would cause
another one to be created too, messing up the tests.
2010-11-16 20:54:49 -06:00
Doug Bell
270f52aaaa
fix 11954 Can't clear packed head tags
2010-11-16 18:47:51 -06:00
Doug Bell
55920f59e0
fix #11964 files show in trash and old revisions
2010-11-16 17:54:08 -06:00
Doug Bell
5f89a281e9
fix #11965 : FriendMgr pagination and getUsersNotIn
2010-11-16 13:26:38 -06:00
Colin Kuskie
ce7a7394b5
Handle assets that can't be instanciated in ExtendCalendarRecurrences. Fixes bug #11956 .
2010-11-10 08:46:08 -08:00
Colin Kuskie
1ff8907bc2
Move all User.t test cleanup out of the END block and into WebGUI::Test->addToCleanup.
2010-11-09 11:16:30 -08:00
Colin Kuskie
897c2e0248
If a user does not have privacy data for a field, check back with the field for the privacy default. Fixes bug #11951 . Added ProfileField cleanup code.
2010-11-09 11:06:57 -08:00
Colin Kuskie
76f32f3b6d
Don't consider a time zone when given a mysql style date, versus an epochal date. Fixes bug #11946 .
2010-11-08 13:46:35 -08:00
Colin Kuskie
e66092deaa
Anchor words to replace in processReplacements. Fixes bug #11939 .
2010-11-02 11:28:20 -07:00
Doug Bell
4864a75340
fix 11940: quickCSV chokes on newlines in data
2010-11-01 14:39:44 -05:00
Colin Kuskie
f2ac0bc67c
Shortcut uses the wrong date for the overridden getContentLastModified. Fixes bug #11935 .
2010-11-01 10:26:08 -07:00
Colin Kuskie
04ec75719e
Make a new storage location when an Event is duplicated. Fixes bug #11937 .
2010-11-01 09:19:08 -07:00
Paul Driver
7219e21f86
Merge branch 'fork'
2010-11-01 08:20:38 -05:00
Colin Kuskie
2b10a08938
And again...
2010-10-29 10:26:06 -07:00
Colin Kuskie
296ed5fc19
Rework all encodings of the spanish RSS file.
2010-10-29 10:26:00 -07:00
Colin Kuskie
9e8a90d9f3
Alter the Spanish entity testing collateral.
2010-10-29 09:41:41 -07:00
Paul Driver
fa471df450
Story Archive now plays nice with urlExtensions
2010-10-26 14:27:47 -07:00
Paul Driver
e67ad18517
fixed #11929 : In/Out board breaks in Chrome sometimes
2010-10-26 13:16:57 -07:00
Paul Driver
0d46331745
fixed #11928 : Story Archive breaks if url has extension
2010-10-26 11:09:11 -07:00
Colin Kuskie
19a87ea003
Variable hour formats don't add an extra space any longer. Fixes bug #11915 .
2010-10-18 10:32:45 -07:00
Colin Kuskie
8200f35661
Basic test for Form/Workflow.pm
2010-10-12 11:38:00 -07:00
Colin Kuskie
7d71a5d59e
Be able to get messages from users who are deleted. Fixes bug #11909 .
2010-10-11 11:09:47 -07:00