Commit graph

16952 commits

Author SHA1 Message Date
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
1c24c8189a migrate User deprecation messages to derp 2010-12-09 18:57:58 -06:00
Doug Bell
50c4910083 add deprecation carp method 2010-12-09 18:57:41 -06:00
Doug Bell
60cc89fb4f make FormBuilder use toTemplateVars for fields 2010-12-09 18:31:42 -06:00
Doug Bell
ca42a0544d add toTemplateVars method to form controls 2010-12-09 18:22:07 -06: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
Doug Bell
2c51e6d4fd move core profile fields into users table
this change will fix the problems with the userProfileData table being
way too big. it also simplifies many basic user search tasks, not
needing to join the userProfileData table
2010-12-03 22:36:30 -06:00
Doug Bell
f43541c5c9 done with addRevision tests
remaining fails are other stuff and I need to move on
2010-12-03 15:01:31 -06:00
Doug Bell
7c14d1e6c4 almost done fixing addRevision tests 2010-12-03 15:01:31 -06:00
Doug Bell
6931fd471e all tests run individually 2010-12-03 15:01:31 -06:00
Doug Bell
1866c593ea almost done fixing addRevision changes 2010-12-03 15:01:31 -06:00
Doug Bell
3ce9198220 setVersionLock needs to be done only for tags 2010-12-03 15:01:30 -06:00
Doug Bell
ab18af37ef default new revisions to approved 2010-12-03 15:01:30 -06:00
Doug Bell
0fd78da778 Test::Class asset tests fixed for addRevision 2010-12-03 15:01:30 -06:00
Doug Bell
f0df8b720b addSave will always be adding 2010-12-03 15:01:30 -06:00
Doug Bell
e89375622b move version tag stuff out of addRevision 2010-12-03 15:01:30 -06: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
Colin Kuskie
8cf5ce1950 Testing code moved out of t/Session/Http.t into t/Session/Request.t 2010-11-29 16:51:19 -08:00
Paul Driver
b219324fc1 fixed #11978: Pasting links into TinyMCE 2010-11-29 15:54:07 -05:00
Colin Kuskie
1d19269f7e Don't need weaken twice. 2010-11-29 09:49:23 -08:00
Colin Kuskie
5d4405f43d Convert Image::Graph and Poll over to use FormBuilder. 2010-11-29 09:37:28 -08:00
Colin Kuskie
0983362204 Fix WebGUI::Crud to autowrite objects when created. 2010-11-28 22:01:26 -08:00
Colin Kuskie
ef3cbf3303 Add short circuiting to deleteField method in FormBuilder. 2010-11-28 19:40:43 -08:00
Doug Bell
f727fe354b fix 11974 toolbar icons broken in webkit html5 2010-11-23 14:33:29 -06:00
Colin Kuskie
e7fcf33a4d Move ifModifiedSince into WebGUI::Session::Request 2010-11-22 09:53:03 -08:00
Colin Kuskie
995b04e7de Remove getRedirectLocation and setRedirectLocation from Session::Http 2010-11-22 09:28:14 -08:00
Colin Kuskie
8b6bbdb9f7 Remove setFilename, getFilename from Session::Http, and use Plack::Response methods instead. 2010-11-22 08:06:25 -08:00
Colin Kuskie
fd8f03a186 Change getMimeType and setMimeType to response->content_type. 2010-11-21 22:35:26 -08:00
Colin Kuskie
e5adc07a05 Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status. 2010-11-21 21:11:41 -08:00