commits

date

comment

25337
by oazabir
(4444 downloads)
Feb 21 2009
9:58 AM

SOURCE CODE MOVED TO http://code.google.com/p/dropthings/

25336
by oazabir
(135 downloads)
Feb 21 2009
9:57 AM

SOURCE CODE MOVED TO http://code.google.com/p/dropthings/

24765
by ilias
(1861 downloads)
Jan 30 2009
4:03 PM

CHANGED: set the cloneRegisteredProfileEnabled default as true.

24743
by ilias
(183 downloads)
Jan 30 2009
2:56 AM

CHANGED: Role base template is configured to add one role one template basis.

24604
by ilias
(412 downloads)
Jan 26 2009
7:38 AM

CHANGED: Role base template priority. 1 will be the lowest.

24580
by ilias
(160 downloads)
Jan 25 2009
8:52 AM

ADDED: Role base template so that widget and pages can be configured according to role.

24502
by ilias
(248 downloads)
Jan 21 2009
10:23 PM

ADDED: Remove all the widget instance if widget permission removed

24486
by ilias
(120 downloads)
Jan 21 2009
10:48 AM

FIXED:Fixed Wrong page count in visit workflow.

24448
by ilias
(140 downloads)
Jan 20 2009
6:33 PM

FIXED:Persistence of silverlight widget state and setting null error for users created from aspnet configuration wizard.

24411
by ilias
(170 downloads)
Jan 19 2009
8:38 PM

CHANGED:Default role setup is moved to workflow and Default widgets are by default assigned to default roles. So user will never get blank page.

24354
by ilias
(346 downloads)
Jan 17 2009
5:34 PM

ADDED:Ability to enable/disable role based widget permission. Configurable guest and registered user role.

24341
by ilias
(146 downloads)
Jan 16 2009
10:07 PM

ADDED:Silverlight widget can get/save state directly inside control through web service.
Role base security for the widgets where different roles will see widgets under that role.

24335
by ilias
(80 downloads)
Jan 16 2009
8:04 PM

DELETED:Renamed as ManageWidgetPermission.aspx

24237
by ilias
(237 downloads)
Jan 14 2009
3:08 PM

CHANGED:Add new tab and delete widget links were not coming for anon user. Disabled the code that hides.

24231
by oazabir
(113 downloads)
Jan 14 2009
2:18 PM

ADD: Silverlight widget project updated.
FIX: Solution references to make things work in my PC.
FIX: Add Stuff and Change Settings links were not coming for anon user. Disabled the code that hides it. Other devs: Please check why it does not come for anon users.
REMOVE: AjaxControlToolkit and CustomDragDrop references removed since we no longer need these as jQuery does it all.

24197
by ilias
(193 downloads)
Jan 13 2009
9:00 PM

CHANGED:Onclick widget add functionality is enabled
FIXED:Id of changed page is saving correctly now.

24159
by ilias
(146 downloads)
Jan 12 2009
7:17 PM

ADDED: Widget permission API for guest and registered user. Predefined set of widget will be default to annon and registered user.Digg silverlight widget.

24125
by panna_ahmed
(91 downloads)
Jan 11 2009
6:05 PM

24080
by thedevo
(158 downloads)
Jan 9 2009
9:39 PM

Only affects dropthings if Roles are Enabled.
Started locking Down Page features with roles
"AddRemovePageWidgets" and "ChangePageSettings"
will remove ability to delete/add widgets, or change page settings (including adding new tabs) respectively.

24061
by thedevo
(91 downloads)
Jan 8 2009
10:57 PM

committed missing DashboardFacade.cs
weird corruption when I committed DropthingsDataContext.designer.cs retrying

24060
by thedevo
(53 downloads)
Jan 8 2009
10:41 PM

Correct problems with roles, Arrays are not allowed in precompiled queries. Did all the joins inside the CompiledQuery_GetWidgetsByRole precompiled query...
passes in username instead of role list

24028
by danny117
(202 downloads)
Jan 7 2009
4:52 PM

Fix: Put arrow on change settings

24023
by danny117
(109 downloads)
Jan 7 2009
1:44 PM

ShowChangeSettingsPanel remove unprintable characters.

22120
by ilias
(2501 downloads)
Dec 4 2008
9:18 AM

ADDED: WidgetType field in database so that you can show different typeof widget in Add stuff.

22061
by ilias
(188 downloads)
Dec 3 2008
6:13 PM

CHANGE: take care of table name if not decorated with "[]"