RDMS 0.9.3 Beta has a number of minor bugfixes and user interface improvements. Highly recommended that all users on earlier versions upgrade, but not completely essential. If you upgrade the codebase manually please also run the following insert script on your database:
insert into group_rights_screen (screen_name,required_access_level,precursor_screen_id,contents_index,contents_text,contents_indent,screen_url)
values('Group Rights Management',9,28,0,NULL,0,'/admin/user/group.asp');... read more
RDMS has now been publicly released, at 0.9.2 Beta. If you have downloaded 0.9.1 Beta (released last Friday) please download the new version as the old version had some critical installation and running bugs that have now been resolved.
Please post feedback, bug-reports, criticism or other comments in the relevant place on the SourceForge forums.
Best Regards,
- Graham
For anyone interested in this project, the majority of the source in its current state is now available via the SVN repository, that everyone should have read access to.
You will need a blank SQL schema as well (that is not currently downloadable), as well as a config file. Please contact me if you are interested in these and I will help you get a template system up for testing.
In the meantime I am cleaning up and preparing the codebase for the first beta release.... read more