Commit graph

1598 commits

Author SHA1 Message Date
JT Smith
2b8a3c279d Fixed a limit bug in the asset discovery service. 2008-10-16 16:16:23 +00:00
Kaleb Murphy
5974531eeb Survey exports now redirect to a temp file rather than streaming a tab file. This is to get around an IE6 bug. 2008-10-15 18:42:18 +00:00
Colin Kuskie
cd848f6074 fix POD whitespace probems 2008-10-14 18:44:32 +00:00
JT Smith
e89d1527fa Added some web services to the Gallery asset to support the use of remote
apps to post photos and create albums.
2008-10-14 01:09:43 +00:00
Doug Bell
810c8247cc added: "EditArea" code highlighter and editing tool for WebGUI::Form::Codearea, used
in Template, Snippet, SQLReport, and more
2008-10-14 00:06:08 +00:00
Colin Kuskie
57e3255a97 remove debug code and do Folder check via isa 2008-10-11 15:40:49 +00:00
Colin Kuskie
6eb8c0aad2 8802 fix Folder template variable problem 2008-10-10 17:16:41 +00:00
Yung Han Khoe
a47c5b406d fixed: #4174: UserList template show links that should be hidden 2008-10-10 15:08:56 +00:00
Yung Han Khoe
421392f134 Added Thingy RFEs: Max entries per user AND Export extra fields 2008-10-10 14:43:15 +00:00
Colin Kuskie
a10d0a4cf1 fix bad whitespace in Thingy POD 2008-10-08 16:56:17 +00:00
Yung Han Khoe
febf192fff rfe: Thingy Private Rows 2008-10-07 09:53:50 +00:00
Yung Han Khoe
f940752c4f Updated Thingy's edit instructions and search description fields to HTMLAreas 2008-10-07 07:57:45 +00:00
Graham Knop
faa9e24344 fixed: Search asset shows blank page after searching 2008-10-06 15:55:32 +00:00
Yung Han Khoe
a877a505c4 fixed: Combo box does not show possible values in Thingy 2008-10-06 12:56:05 +00:00
Yung Han Khoe
20e561788b Fixed select slider and key/value pair support for list type form elements in Thingy 2008-10-06 08:38:06 +00:00
Graham Knop
b002dbaf47 fixed: DataForm can't export fields containing newlines 2008-10-05 19:43:03 +00:00
Graham Knop
8ac4215606 fixed: DataForm doesn't keep posted values properly when data fails validation 2008-10-02 15:12:50 +00:00
Graham Knop
62b45785bf fixed: DataForm ignores height on textarea fields 2008-10-02 15:12:40 +00:00
Graham Knop
e971902f6e fixed: failure when submitting a dataform that sends mail with an empty file field 2008-10-02 15:12:31 +00:00
Graham Knop
f7b02c0407 fixed: some default assets have ids shorter than 22 characters 2008-10-02 15:12:20 +00:00
Graham Knop
05a01201ff clear out some compile warnings 2008-10-01 22:43:29 +00:00
Colin Kuskie
a61bd107fa Add support for the original sku entry in the header. 2008-09-29 23:26:34 +00:00
Chris Nehren
c25101654f users may now customize the post received page for the CS 2008-09-29 18:21:29 +00:00
JT Smith
79a5ea4697 updated to reflect changes in configurable asset properties 2008-09-29 15:01:26 +00:00
Colin Kuskie
de889434da Let the product importer import files with windows style line endings. 2008-09-29 00:57:02 +00:00
Colin Kuskie
79c5425bcf Fix product exporting and importing through the Shelf.
Note that sku entries in the import and export file are now varSku.
2008-09-28 23:59:26 +00:00
Graham Knop
49e65fd8eb use isAdminOn instead of the variable directly 2008-09-26 20:16:51 +00:00
Yung Han Khoe
1378ab0d41 Added field_loop to output of Thingy's www_getThingViaAjax method 2008-09-25 20:05:17 +00:00
Yung Han Khoe
976834a5a4 small changes in Thingy's web services methods, added Thingy tests 2008-09-24 16:24:14 +00:00
Patrick Donelan
dd5d0639b2 RFE - Teach Thingy to be a Web Service (http://www.plainblack.com/rfe/request-for-enhancement/teach-thingy-to-be-a-web-service) [Yung] 2008-09-24 07:10:46 +00:00
Doug Bell
10fba5dbc0 fixed: HttpProxy parser now handles self-closing tags correctly
fixed: HttpProxy parser now only rewrites forms when also rewriting URLs
2008-09-23 16:26:19 +00:00
Chris Nehren
bf39e26d6c add the epochDate field to the CS RSS template. now users can use ^D(); to
create a custom date format.
2008-09-22 17:37:52 +00:00
Graham Knop
1db1e783fb fixed: Folders are cached by the client too long for visitors 2008-09-18 19:51:31 +00:00
Graham Knop
7bf06aab7b make sure we are using var->isAdminOn instead of var->get('adminOn') 2008-09-18 19:51:25 +00:00
Kaleb Murphy
9e9fc14983 Thingy view template now has access to field_dateCreated and field_lastUpdated for Things 2008-09-17 16:31:31 +00:00
Graham Knop
568fd0b608 fixed: editting DataForm email fields resets their name 2008-09-17 15:37:55 +00:00
JT Smith
ef120fb06b Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base 
   to match.
2008-09-16 22:32:36 +00:00
Colin Kuskie
586164d8d0 rfe: VIM perl mode for skeletons 2008-09-16 22:28:17 +00:00
Graham Knop
5e34d1bca9 fix infinite loop in nav 2008-09-16 21:56:44 +00:00
JT Smith
65742963aa bad loops 2008-09-16 21:50:14 +00:00
Colin Kuskie
2afadf1cf7 rfe: add all asset properties to the Navigation Asset 2008-09-16 20:25:08 +00:00
Frank Dillon
58f231c87b Better info for Assets that require commit before adding children. Add link is always availiable now, an error message is displayed if you try to post a child to an uncommitted parent. Additionally a new method was added to AssetVersionion.pm to determine whether or not an asset has been committed. 2008-09-16 20:08:15 +00:00
Doug Bell
fc7fbfbd0c Added "sortOrder" to Folder assets
Added "canAddFile" and "canEdit" to Folder template variables
2008-09-16 17:21:13 +00:00
Frank Dillon
1bd1fbfb79 Search now returns the results with the search keywords highlighted. 2008-09-16 16:43:05 +00:00
JT Smith
7a1136dd89 rfe: Process Macros in HTTP Proxy's URL 2008-09-16 15:26:49 +00:00
JT Smith
8419d42739 rfe: Town Hall: Menu title in search results 2008-09-16 14:59:51 +00:00
Graham Knop
1e54cf0458 some comment cleanups 2008-09-15 21:51:46 +00:00
Kaleb Murphy
36364b8b1a DataForms can now export all non default fields 2008-09-15 20:29:50 +00:00
Kaleb Murphy
50f6670a1a Article now only allows two files to be uploaded. 2008-09-15 19:00:30 +00:00
Kaleb Murphy
993391a620 Tickets on add to badge screen now show the time at the events timezone 2008-09-12 18:15:04 +00:00