Commit graph

6553 commits

Author SHA1 Message Date
Kaleb Murphy
22acd6eb8d Thingy now requires at least 1 field per new Thing 2008-08-22 21:37:37 +00:00
Graham Knop
3f4de3612f fixed: DataForm doesn't work properly with internationalized fields
fixed: incoming data not properly decoded from utf8
2008-08-22 21:23:40 +00:00
Kaleb Murphy
2d3ca50c05 Removed trace statements 2008-08-22 19:06:36 +00:00
Kaleb Murphy
c8d50c339e Fixed Thingy so that when a user does not have permission to view the default view of a Thing, a proper error message is received 2008-08-22 17:01:32 +00:00
Graham Knop
38283afc78 making separate methods for www_search and search etc 2008-08-22 16:10:06 +00:00
Graham Knop
778a32df19 remove Do Nothing On Delete workflow and allow none to be selected for on delete etc workflow
remove remnants of realtime workflow selection code
2008-08-22 16:10:00 +00:00
Doug Bell
b3ad74e267 fixed: Layout template now gets fixed correctly 2008-08-21 23:19:34 +00:00
Doug Bell
10afef1abe fixed: choosing ITransact driver during checkout causes error 2008-08-21 20:40:37 +00:00
Colin Kuskie
fbc6e55141 fix inheritUrlFromParent 2008-08-21 20:27:30 +00:00
Chris Nehren
36eb8db8fc add ability to show metadata values in head blocks. 2008-08-21 18:51:16 +00:00
Colin Kuskie
90c82daaeb fix a bug where getOptions returns all shipping drivers, regardless of their enabled status 2008-08-20 18:03:46 +00:00
Colin Kuskie
4bcf390ce9 Allow certain fields in Ad and AdSpace to be cleared. Add tests
to verify that it works.
2008-08-20 16:40:55 +00:00
Diona Kidd
519750efeb Adding id for previous and next page link for styling 2008-08-20 02:59:34 +00:00
Diona Kidd
b0463aa46d Add span tag around page links for styling 2008-08-20 02:50:09 +00:00
Diona Kidd
5b89003e24 Adding internationalized message for empty cart 2008-08-20 02:08:19 +00:00
Graham Knop
5e8b65035e need to return the thank you screen generated for checkouts with a total of $0 2008-08-20 01:51:11 +00:00
Yung Han Khoe
2fe2eaf9e2 fixed: Thingy: edit operation sql error and default thing property hidden 2008-08-19 23:52:00 +00:00
Colin Kuskie
c6e9d322a8 Fix how update and addRevision handle defaults from the definition subroutine
when it returns an array ref.
2008-08-19 22:03:39 +00:00
Graham Knop
edebe7e2b9 revert oops 2008-08-19 20:48:47 +00:00
Doug Bell
57b8cc4bae fixed: loginBox macro can no longer return the user to the logout page, logging them out 2008-08-19 20:39:43 +00:00
Graham Knop
27a76cd9a3 fixed: Back to Site link in asset manager points to wrong location
fixed: Some import node folders have invalid template
2008-08-19 17:36:17 +00:00
Graham Knop
00fcdf40df improved debug messages for sql queries 2008-08-19 17:36:02 +00:00
Colin Kuskie
b143a8db6a Fix a bug where looking up non-existant files croaks, instead of propagating
the error back up and trapping it.
2008-08-15 22:46:46 +00:00
Colin Kuskie
69ca406b38 fix some broken POD in Storage.pm 2008-08-15 19:43:22 +00:00
Graham Knop
b2e846bbcf fixed: packages don't include archived assets 2008-08-15 19:39:44 +00:00
Colin Kuskie
b143376cf0 handle the values 0 and empty string in getOriginalValue 2008-08-15 18:38:12 +00:00
Graham Knop
82d7ae944e prevent excessive checks for profile field existence 2008-08-15 15:49:33 +00:00
JT Smith
f5f5b91cdd - Fixed the column ordering links in search on Thingy. 2008-08-15 02:57:58 +00:00
JT Smith
13415cf1f9 fixed thingy so it displays all the data by default on the search screen 2008-08-15 02:51:26 +00:00
JT Smith
1f3dbbaca0 a couple bug fixes 2008-08-15 01:02:08 +00:00
JT Smith
982e8343fc - Fixed a problem with the file upload control where you couldn't delete the
file if you have multiple attached.
2008-08-14 22:11:19 +00:00
JT Smith
844f3b14ae forgot to check for undef in properties 2008-08-14 21:32:02 +00:00
JT Smith
824c789f71 - Changed update() so that it only updates fields passed in, and the defaults
for assets are processed in addRevision() instead.
 - Changed update() so it can autodetect missing fields in asset tables and 
   log them nicely instead of crashing.
2008-08-14 21:21:31 +00:00
Graham Knop
7be08540c1 fixed: DataForm acknowledgement screen shows incorrect value for Date/Time fields 2008-08-14 17:23:14 +00:00
Graham Knop
7f095970c6 fixed: Some multipart mail messages have parts chosen incorrectly 2008-08-14 15:45:13 +00:00
Graham Knop
d721cafc8e use proper extras url for file icons 2008-08-14 15:45:05 +00:00
Kaleb Murphy
478dc1d085 Form file attachment icons and fileloader.js are no longer loaded inline. 2008-08-14 00:28:19 +00:00
Doug Bell
e141a01d31 fixed Gallery Cross Publish not displaying correctly 2008-08-13 20:56:04 +00:00
Graham Knop
7aca0d15f8 fixed: File Pile doesn't respect edit permissions of parent asset 2008-08-13 20:41:33 +00:00
Graham Knop
ffb8408b83 fixed: shortcut overrides new value column doesn't show macros as unparsed
fixed: shortcut select by alternate criteria wizard doesn't show lists properly
2008-08-13 20:34:18 +00:00
Colin Kuskie
75cf3923ad More Vendor POD and tests. new and created are both basically tested. 2008-08-13 18:47:04 +00:00
Colin Kuskie
dfefa8d871 Update POD for Vendor.
Add a basic Vendor test.
2008-08-13 17:10:45 +00:00
Kaleb Murphy
f2cacdf4ac CS Thread sort on last post reply is now working correctly. 2008-08-13 16:09:51 +00:00
JT Smith
7e37c6aec4 added the newByUserId constructor 2008-08-13 15:21:35 +00:00
JT Smith
8702ee8de2 exposed payment info and payment type to vendor 2008-08-13 15:13:53 +00:00
Kaleb Murphy
f64293e530 Upgrade 7.5.10-7.5.11 upgrades transaction payment gateway info. 2008-08-12 17:04:36 +00:00
Graham Knop
90983496ca don't remove the included js and css lists after generating headers, prevents later code from generating them again 2008-08-11 21:52:04 +00:00
Graham Knop
6357356355 prevent WebGUI from contacting Spectre needlessly for realtime workflows 2008-08-11 21:52:00 +00:00
Doug Bell
980dc18831 fixed: Gallery now gives an error message when a Zip archive is being naughty 2008-08-11 20:18:31 +00:00
Kaleb Murphy
edb0f2f622 WSClient replaced if test with eval and fixed bug where it was not handling simple arrays. 2008-08-11 17:49:40 +00:00