Paul Driver
2208864504
rfe #12016 for the top story as well
2011-01-11 10:09:58 -06:00
Doug Bell
c0d5cc9f3b
fix dataform jumping between views when moving fields
2011-01-10 20:26:56 -06:00
Doug Bell
2808a19670
fix 11988 dataform list view missing field control
2011-01-10 20:26:56 -06:00
Colin Kuskie
f1dd08c135
If there are missing, required fields when saving data to a thing, do not write it to the db. Fixes bug #11996 .
2011-01-10 16:00:21 -08:00
Paul Driver
82c6c58958
rfe #12016 : add more functionality to story_loop
2011-01-10 10:32:47 -06:00
Colin Kuskie
e87358d0cb
No need to check out separate tags for auxiliary assets like Folders inside the Story Archive.
2011-01-04 18:06:33 -08:00
Doug Bell
1c01079bdd
fix 11976 use container url gives permission denied
2011-01-03 21:42:30 -06:00
Colin Kuskie
67264660f7
Fix bad characters in the price column when importing products into a Shelf. Fixes bug #12001 .
2011-01-03 19:13:59 -08:00
Colin Kuskie
cb7ffb3a21
Make sure that the StockData asset doesn't die when handling various date formats. Fixes bug #11986 .
2011-01-03 17:59:58 -08:00
Colin Kuskie
3e0da41f0a
Allow for File and Image subclasses to be handled gracefully by the Thingy.
2011-01-02 12:57:54 -08:00
Doug Bell
9eded35263
fix warning and add changelog
2010-12-07 18:30:39 -06:00
Doug Bell
0a32122643
Merge branch 'carousel'
...
Conflicts:
lib/WebGUI/Asset/RichEdit.pm
2010-12-07 17:23:10 -06: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
1866c593ea
almost done fixing addRevision changes
2010-12-03 15:01:31 -06: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
5d4405f43d
Convert Image::Graph and Poll over to use FormBuilder.
2010-11-29 09:37:28 -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
Colin Kuskie
59c03b50e7
Change occurances of user->profileField to user->get
2010-11-18 16:12:03 -08:00
Colin Kuskie
c4553012d1
Syntax clean.
2010-11-17 16:34:11 -08:00
Colin Kuskie
7dc51b6c2b
Merge branch 'Crud' into WebGUI8
2010-11-11 14:23:11 -08:00
Colin Kuskie
e6f7f218f2
Only import what we're going to use from Test::Deep::NoTest.
2010-11-11 14:02:19 -08:00
Colin Kuskie
63eabc01f1
Fix label and hoverhelp issues in the Survey::Test module.
2010-11-10 15:50:48 -08:00
Colin Kuskie
50d92f9113
Fix default for tests in Survey::Test. Also change usage of create to new in the test for ::Test.
2010-11-10 14:39:12 -08:00
Colin Kuskie
c57649585a
Convert Survey::Test over to Moose.
2010-11-10 11:20:28 -08:00
Doug Bell
976ea07763
fix stockdata asset DateTime exception
2010-11-09 16:51:42 -06:00
Colin Kuskie
5f3014aaee
Merge branch 'master' into WebGUI8. Merged up to 7.10.4
2010-11-03 09:47:36 -07:00
Colin Kuskie
a90eadda7c
Merge commit ' bfe9780ce0' into WebGUI8. Merged up to 7.10.3
2010-11-02 14:49:33 -07:00
Colin Kuskie
87326192a3
Merge commit ' 4635b91554' into WebGUI8. Syntax clean up to 7.10.2
2010-10-27 15:59:33 -07:00
Doug Bell
f57ce0c9a6
rename variables for consistency
2010-10-27 13:06:25 -05:00
Doug Bell
199c4e4960
change ErrorHandler to Log
2010-10-27 12:50:12 -05:00
Paul Driver
fa471df450
Story Archive now plays nice with urlExtensions
2010-10-26 14:27:47 -07:00
Paul Driver
e67ad18517
fixed #11929 : In/Out board breaks in Chrome sometimes
2010-10-26 13:16:57 -07:00
Paul Driver
0d46331745
fixed #11928 : Story Archive breaks if url has extension
2010-10-26 11:09:11 -07:00
Colin Kuskie
dcae5190da
Build a progress bar for exporting data from a Thing. Fixes bug #11925 .
2010-10-25 13:49:54 -07:00
Colin Kuskie
4f95507485
If exportMetaData is set to false, do not print out the column lables OR values. Fixes bug #11925 .
2010-10-25 10:52:27 -07:00
Colin Kuskie
cb952501fc
Prevent password fields from autocompleting, which can overwrite passwords when editing forms. Fixes bug #11923 .
2010-10-25 10:29:16 -07:00
Colin Kuskie
859076fda8
Group To Post is now not sufficient to view a CS. Fixes bug #11916 .
2010-10-19 11:41:40 -07:00
Colin Kuskie
a41ae977fe
Fix a potential SQL injection issue with Thingy.
2010-10-11 13:12:20 -07:00
Colin Kuskie
106fcaedf7
Fix a form injection problem with the EMS. Addresses bug #11773 .
2010-10-11 13:11:56 -07:00
Colin Kuskie
3f17369ae8
Remove debug code from the Thingy. Fixes bug #11903
2010-10-08 14:25:48 -07:00
Colin Kuskie
5ff871f2d5
Fix loose calls to $form->param('key')
2010-10-05 16:03:33 -07:00
Colin Kuskie
0406e82546
Links in wiki search to add a missing page should encode the titles to make them URL safe. Fixes bug #11883 .
2010-09-27 09:33:41 -07:00
Colin Kuskie
1f42a0a24e
Remove types for setScript calls, add setCss, which is shorthand for setLink with the CSS specific params preset.
2010-09-24 08:03:09 -07:00
Colin Kuskie
4d0ef740d8
Add a method to get, store and cache the current Entry, since it's needed when creating the form data.
2010-09-23 16:34:41 -07:00
Colin Kuskie
2609e06a44
Code cleanup for moving form generation out of getFormTemplateVars
2010-09-23 16:34:22 -07:00
Colin Kuskie
dadb7cae00
Fix a double me, and don't remake the object since we cached it earlier.
2010-09-23 16:28:56 -07:00
Colin Kuskie
0787359c24
Refactor out code in the DataForm for finding fields and form fields, so that JS and CSS tags can go into the headblock.
2010-09-23 16:28:55 -07:00
Patrick Donelan
329c396a3e
Adds Thingy template variable to permit Javascript visualisation of search results
2010-09-23 16:15:39 -07:00