4 Commits

Author SHA1 Message Date
Fred Gleason
c0999387eb Merge branch 'stable' of https://github.com/waynemerricks/rivendell into waynemerricks-stable 2016-05-25 07:23:39 -04:00
Wayne Merricks
5ff24a1374 Fix unable to create rduser in MySQL v5.7+
The original insert into user's method of creating rduser is not compatible with MySQL v5.7+.

This moves to a standard create user statement.  Also moved to grant statements rather than
inserting directly into the db table to prevent possible changes to that causing issues in the
future.
2016-05-24 20:24:31 +01:00
Fred Gleason
698b475933 2016-05-24 Fred Gleason <fredg@paravelsystems.com>
* Removed all CVS tags.
	* Removed 'const char *name' parameter from all QObject contructors.
2016-05-24 13:13:26 -04:00
Fred Gleason
afd67c7af8 Initial import of CVS-v2_8_branch 2014-08-12 15:13:02 -04:00