Commit graph

69 commits

Author SHA1 Message Date
Chris Nehren
921ee1ab96 Added the NotifyAboutThing workflow activity. Use this activity to create
workflows for the add / edit / delete workflows for a thingy's things.

Also fixed a typo in the POD for Thingy.
2008-10-20 20:00:51 +00:00
Yung Han Khoe
9e2ec505c0 added rfe #740: Thingy Pre-Text 2008-10-20 16:08:09 +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
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
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
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
Kaleb Murphy
15d93174c4 Thingy Things can now have no fields and still work 2008-09-11 15:26:06 +00:00
Kaleb Murphy
49b06039d6 Removed commented code 2008-08-22 21:48:43 +00:00
Kaleb Murphy
22acd6eb8d Thingy now requires at least 1 field per new Thing 2008-08-22 21:37:37 +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
Chris Nehren
36eb8db8fc add ability to show metadata values in head blocks. 2008-08-21 18:51:16 +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
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
Yung Han Khoe
abcf011916 fixed: Thingy: System tables created for new things are not forced to use charset=utf8 2008-08-09 12:00:08 +00:00
Yung Han Khoe
96b7047d22 fixed: Thingy: Setting the size of a field has no effect 2008-08-08 11:27:47 +00:00
Yung Han Khoe
399fe6fbe3 fixed: Thingy: Subtext disappears when editing a field 2008-08-07 11:52:30 +00:00
Yung Han Khoe
599659c745 fixed: thingy and select box 2008-08-06 11:40:16 +00:00
Chris Nehren
8ceac0ac25 Remove trailing whitespace. 2008-08-05 19:53:24 +00:00
Chris Nehren
c80a966f91 Fixed: Thingy importing with newlines embedded in CSV fields 2008-08-05 19:03:41 +00:00
Yung Han Khoe
cc76e3b319 fixed: thingy's checkbox field 2008-07-29 09:45:55 +00:00
Yung Han Khoe
3642628dc6 fixed: Thingy Search Broken 2008-07-12 20:19:56 +00:00
Doug Bell
5ece4a1d8c fixed: thingy now has appropriate values for all field types 2008-06-20 21:51:50 +00:00
Doug Bell
fb81e7d67b fixed: Thingy Data now retains File and Image unless explicitly deleted 2008-06-20 17:19:14 +00:00
JT Smith
01d9af6222 The concept of "realtime" workflow has been eliminated. Instead all workflows are now realtime (synchronous), and roll over to be asynchronous if they cannot complete succesfully and immediately. 2008-05-03 05:38:13 +00:00
Yung Han Khoe
032d85c12d fix: Thingy: edit thing doesn't show any saved properties 2008-05-02 17:20:20 +00:00
Yung Han Khoe
4cb2afd998 fixed: Thingy: Problem with add_url tmpl_var permissions 2008-05-02 17:15:21 +00:00
Graham Knop
709b9e085f fixed: Thingy: Importing data can fail with some internal field Ids 2008-05-02 16:37:55 +00:00
Yung Han Khoe
94209d6edb fixed: Thingy: Problem with delete Thing permissions 2008-05-01 15:15:58 +00:00
JT Smith
9b9158cab6 some code cleanup
added a listOfThings loop to the various views to provide navigation between things
2008-04-30 16:18:14 +00:00
JT Smith
e9853fdf5c hide default thing until there are things to list 2008-04-28 23:53:08 +00:00
Yung Han Khoe
2afad57758 fixed: Thingy: search result "sort by" not working 2008-04-22 22:09:30 +00:00
Yung Han Khoe
48569a5e00 fixed: Thingy: thing view screen always displays all fields 2008-04-22 19:46:36 +00:00
Yung Han Khoe
9b23399fdd fixed: When latest Thing is removed from a Thingy only a drag button is displayed 2008-04-21 15:47:11 +00:00
Yung Han Khoe
8d756de290 fixed: Default Thing Name when adding a Thing is Thingy and should be Thing 2008-04-21 15:34:00 +00:00
JT Smith
8500c4d506 Cleaned the pollution from the forms system. 2008-04-16 16:11:10 +00:00
Yung Han Khoe
3e82c7368d fixed: Thingy: delete a thing dysfunctions linked things 2008-04-09 15:42:24 +00:00
Yung Han Khoe
17efa03530 fixed: Thingy: field type 'other thing' does not stay selected 2008-04-09 15:07:58 +00:00
Graham Knop
b2317c7136 read line by line for thingy import instead of slurp 2008-04-08 22:04:06 +00:00