RustyLogic RedDotNet Update

2009-12-15 Thread RustyLogic
Hi all,

Just uploading the latest version. The main changes / additions are
around project migration. I have found that when exporting a project
from live and importing to dev the following happens:
Editors loose all their assignments to the project.
The pages in the project all default to 'unknown author'.

There is a new Utils/Users.cs which contains methods to export this
missing information from live and assign to the dev environment. There
are also methods to clean up those pesky 'unknown author' draft pages
that might be hanging around from previous migrations.

Hope you find it useful.

List of changes:

DirectoryService.cs
- Extra option on import.

Group.cs
- Add / remove users from groups

Module.cs (new class)
- List, assign / unassign modules to users

PageXSearch.cs
- Now implements searching.

Project.cs
- Set user access level for project.

Server.cs
- Can set / disable integrated authentication (SSO)

Session.cs
- Enabled integrated login.
- Debug build uses web services
- Release build uses DLL

User.cs
- Bug fix.

StandardFieldDate.cs
- Bug fix.

Utils/Users.cs
- Delete drafts owned by 'unknown author'
- Export & import draft status
- Export & import user permissions, modules, project & group
assignments
- Reassign 'unknown author' owned pages to a specific user.

Enjoy the winter solstice :)
John

--

You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.




Re: RustyLogic RedDotNet Update

2009-12-15 Thread RustyLogic
http://reddot-cms-users.googlegroups.com/web/RustyLogic_091215.zip?gda=7Tj4RkcAAACx3WAvy3OtO1-acBD-ZEsd_oESJvVvs0S2y6YGArf7f66zxyjY7NgV7ZTqTHjpIPUbzHe87USdioT9uNiA7PHaeV4duv6pDMGhhhZdjQlNAw


On 15 Dec, 11:22, RustyLogic  wrote:
> Hi all,
>
> Just uploading the latest version. The main changes / additions are
> around project migration. I have found that when exporting a project
> from live and importing to dev the following happens:
> Editors loose all their assignments to the project.
> The pages in the project all default to 'unknown author'.
>
> There is a new Utils/Users.cs which contains methods to export this
> missing information from live and assign to the dev environment. There
> are also methods to clean up those pesky 'unknown author' draft pages
> that might be hanging around from previous migrations.
>
> Hope you find it useful.
>
> List of changes:
>
> DirectoryService.cs
> - Extra option on import.
>
> Group.cs
> - Add / remove users from groups
>
> Module.cs (new class)
> - List, assign / unassign modules to users
>
> PageXSearch.cs
> - Now implements searching.
>
> Project.cs
> - Set user access level for project.
>
> Server.cs
> - Can set / disable integrated authentication (SSO)
>
> Session.cs
> - Enabled integrated login.
> - Debug build uses web services
> - Release build uses DLL
>
> User.cs
> - Bug fix.
>
> StandardFieldDate.cs
> - Bug fix.
>
> Utils/Users.cs
> - Delete drafts owned by 'unknown author'
> - Export & import draft status
> - Export & import user permissions, modules, project & group
> assignments
> - Reassign 'unknown author' owned pages to a specific user.
>
> Enjoy the winter solstice :)
> John

--

You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.




Re: RustyLogic RedDotNet Update

2010-01-06 Thread jkinzel
Hey RL,

I'm not familiar with what this package does? Could you perhaps
explain it? I am working on an instance of v9 and it looks like some
of these things might be helpful. Could you expound a little more
about what the package does?

Thanks!

Joel

On Dec 15 2009, 5:22 am, RustyLogic  wrote:
> Hi all,
>
> Just uploading the latest version. The main changes / additions are
> around project migration. I have found that when exporting a project
> from live and importing to dev the following happens:
> Editors loose all their assignments to the project.
> The pages in the project all default to 'unknown author'.
>
> There is a new Utils/Users.cs which contains methods to export this
> missing information from live and assign to the dev environment. There
> are also methods to clean up those pesky 'unknown author' draft pages
> that might be hanging around from previous migrations.
>
> Hope you find it useful.
>
> List of changes:
>
> DirectoryService.cs
> - Extra option on import.
>
> Group.cs
> - Add / remove users from groups
>
> Module.cs (new class)
> - List, assign / unassign modules to users
>
> PageXSearch.cs
> - Now implements searching.
>
> Project.cs
> - Set user access level for project.
>
> Server.cs
> - Can set / disable integrated authentication (SSO)
>
> Session.cs
> - Enabled integrated login.
> - Debug build uses web services
> - Release build uses DLL
>
> User.cs
> - Bug fix.
>
> StandardFieldDate.cs
> - Bug fix.
>
> Utils/Users.cs
> - Delete drafts owned by 'unknown author'
> - Export & import draft status
> - Export & import user permissions, modules, project & group
> assignments
> - Reassign 'unknown author' owned pages to a specific user.
>
> Enjoy the winter solstice :)
> John
-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.




Re: RustyLogic RedDotNet Update

2010-01-15 Thread Keith Bloom
Hi John,

Thanks for posting this code up, it looks like a great wrapper around
RQL.

Have you considered hosting this on something like Google Code?

Thanks, Keith.

On 15 Dec 2009, 11:29, RustyLogic  wrote:
> http://reddot-cms-users.googlegroups.com/web/RustyLogic_091215.zip?gd...
>
> On 15 Dec, 11:22,RustyLogic wrote:
>
>
>
> > Hi all,
>
> > Just uploading the latest version. The main changes / additions are
> > around project migration. I have found that when exporting a project
> > from live and importing to dev the following happens:
> > Editors loose all their assignments to the project.
> > The pages in the project all default to 'unknown author'.
>
> > There is a new Utils/Users.cs which contains methods to export this
> > missing information from live and assign to the dev environment. There
> > are also methods to clean up those pesky 'unknown author' draft pages
> > that might be hanging around from previous migrations.
>
> > Hope you find it useful.
>
> > List of changes:
>
> > DirectoryService.cs
> > - Extra option on import.
>
> > Group.cs
> > - Add / remove users from groups
>
> > Module.cs (new class)
> > - List, assign / unassign modules to users
>
> > PageXSearch.cs
> > - Now implements searching.
>
> > Project.cs
> > - Set user access level for project.
>
> > Server.cs
> > - Can set / disable integrated authentication (SSO)
>
> > Session.cs
> > - Enabled integrated login.
> > - Debug build uses web services
> > - Release build uses DLL
>
> > User.cs
> > - Bug fix.
>
> > StandardFieldDate.cs
> > - Bug fix.
>
> > Utils/Users.cs
> > - Delete drafts owned by 'unknown author'
> > - Export & import draft status
> > - Export & import user permissions, modules, project & group
> > assignments
> > - Reassign 'unknown author' owned pages to a specific user.
>
> > Enjoy the winter solstice :)
> > John
-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to reddot-cms-us...@googlegroups.com.
To unsubscribe from this group, send email to 
reddot-cms-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.