Commit graph

14191 commits

Author SHA1 Message Date
Paul Driver
a9b4af6bc2 fixed #12009: Export JS errors in IE7 2010-12-28 09:24:54 -06:00
Martin Kamerbeek
aea8d184a6 Accidentally kept package in wrong dir. 2010-12-23 16:48:24 +00:00
Martin Kamerbeek
b22ed80dc7 Fixed #12007: Hardcoded js in cart view. 2010-12-23 16:45:15 +00: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
43903a9e0e Close all statement handles. 2010-12-23 00:32:16 -08:00
Colin Kuskie
b80b044202 Ham handed attempt to try and find the maximum revision date. 2010-12-23 00:24:56 -08:00
Colin Kuskie
4e0e62b202 Fix tests that were broken due to the language override merge. 2010-12-22 14:10:58 -08:00
Colin Kuskie
21e1c41596 Document the delete user bug fix. 2010-12-22 13:47:40 -08:00
Colin Kuskie
196d3b0437 Uncaching the user should be last thing that is done before removing data from the database. 2010-12-22 11:33:39 -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
Arjan Widlaak
3d79b8b26c - fixed bug 11997: maximumAssets is ignored
- fixed bug 11998: maximumAssets prevents editing existing assets if maximum is reached
2010-12-17 23:06:27 +01:00
Graham Knop
e222cd97b6 move module loading to correct location 2010-12-13 19:01:38 -06:00
Colin Kuskie
b49c500701 Bad copy/paste on ajax error message. 2010-12-13 09:03:32 -08:00
Doug Bell
48f9687025 fix 11984 No JS allows invalid dates in Event 2010-12-08 14:32:47 -06:00
Colin Kuskie
f83b489837 Do not retry bad events for extending recurrence. 2010-12-08 11:28:21 -08:00
Doug Bell
9eded35263 fix warning and add changelog 2010-12-07 18:30:39 -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
Doug Bell
0a32122643 Merge branch 'carousel'
Conflicts:
	lib/WebGUI/Asset/RichEdit.pm
2010-12-07 17:23:10 -06:00
Scott Walters
078f5587c7 When FileUrl returns an error message instead of a filename and the thing hotlinks it (eg, img src),
the evidence of the problem doesn't show up until the next hit.  Even more fun, the error message
gets lower-case-ified as part of conicialization so if you ack for it without -i, you won't even
find where the error came from.  So perhaps it's best to log the error sooner than later.
2010-12-06 16:56:24 -05:00
Scott Walters
922e4cef37 Take a --configFile of either absolute path or relative to etc. Maybe. 2010-12-02 18:18:50 -05:00
Colin Kuskie
9b0dcf2b68 Remove default message for the upgrade sub and replace with something more useful. 2010-12-01 10:23:06 -08:00
Colin Kuskie
daaf6d44b5 Ready for 7.10.7 development 2010-11-30 21:03:23 -08:00
Colin Kuskie
54d31e2e31 Preparing for 7.10.6 release. 2010-11-30 20:37:42 -08: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
Colin Kuskie
e2115411b5 entryId needs to be public for the earlier change to work. Fixes bug #11980 2010-11-30 08:52:57 -08:00
Paul Driver
b219324fc1 fixed #11978: Pasting links into TinyMCE 2010-11-29 15:54:07 -05:00
Doug Bell
f727fe354b fix 11974 toolbar icons broken in webkit html5 2010-11-23 14:33:29 -06:00
Paul Driver
a3acacd077 make modperl shut up about exit 2010-11-17 14:08:14 -06:00
Jukka Raimovaara
b24db340e8 added #11968: use the language override in the registration form 2010-11-17 21:00:50 +02:00
Colin Kuskie
63217ab198 Ready for 7.10.6 development. 2010-11-16 21:02:49 -08:00
Colin Kuskie
19b901f2ad Preparing for 7.10.5 release 2010-11-16 20:27:56 -08: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
Colin Kuskie
8c4785b165 Don't call setParent if the asset is still broken. Alert user if the asset is still broken. Fixes bug #11957. 2010-11-16 18:39:37 -08:00
Doug Bell
270f52aaaa fix 11954 Can't clear packed head tags 2010-11-16 18:47:51 -06:00
Doug Bell
c8aa4a57da changelog 2010-11-16 17:55:18 -06:00
Doug Bell
55920f59e0 fix #11964 files show in trash and old revisions 2010-11-16 17:54:08 -06:00
Doug Bell
336075784c changelog 2010-11-16 13:31:25 -06:00
Doug Bell
5f89a281e9 fix #11965: FriendMgr pagination and getUsersNotIn 2010-11-16 13:26:38 -06:00
Scott Walters
ee80f8d011 Docpatch to Workflow / Workflow::Instance so that hopefully people have some chance of figuring out what they need to do to get this puppy to roll. 2010-10-12 13:47:22 -04: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
0acdcbc52b Fix display of taxes in several payment confirmation screens. 2010-11-09 18:19:39 -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
9e714fa09a Fix template variable help for Navigation, page.depthDiff. Fixes bug #11952. 2010-11-08 14:13:31 -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
5c4066413c Fix username's in the Edit User screen. Fixes bug # 11950 2010-11-08 08:07:35 -08:00
Paul Driver
1de231b7d7 forkAndExec -I buggo 2010-11-08 08:39:48 -06:00
Paul Driver
21ae5f0094 Better @INC fiddling and degenerate case for ProgressTree 2010-11-08 07:57:40 -06:00
Colin Kuskie
5efd3afbf5 Ready for 7.10.5 development. 2010-11-02 19:02:51 -07:00