added "Find Users," including back-end functionality and some bugfixes
This commit is contained in:
@@ -168,6 +168,12 @@
|
||||
<database connection="data"/>
|
||||
</object>
|
||||
|
||||
<object name="adv-users" classname="com.silverwrist.venice.app.AdvancedUserManager" priority="100">
|
||||
<database connection="data" namespaces="nscache"/>
|
||||
<security object="srm"/>
|
||||
<user-manager object="users"/>
|
||||
</object>
|
||||
|
||||
<object name="communities" classname="com.silverwrist.venice.community.CommunityManager" priority="101">
|
||||
<database connection="data" namespaces="nscache"/>
|
||||
<security object="srm"/>
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
|
||||
#macro( encodeURL $data )$std.encodeURL($data)#end
|
||||
|
||||
#macro( getProperty $obj $namespace $name )$std.getProperty($data,$namespace,$name)#end
|
||||
|
||||
#macro( render $obj )$std.renderObject($obj)#end
|
||||
|
||||
#macro( renderDialog $dlg )$std.renderDialog($dlg)#end
|
||||
|
||||
@@ -1130,4 +1130,5 @@ INSERT INTO menuitems (menuid, sequence, itemtype, text, linktype, link, perm_ns
|
||||
INSERT INTO menus (menuid, menu_nsid, menu_name, title, subtitle)
|
||||
VALUES (4, 6, 'find.menu', 'Find', NULL);
|
||||
INSERT INTO menuitems (menuid, sequence, itemtype, text, linktype, link) VALUES
|
||||
(4, 0, 'TEXT', 'Categories', 'SERVLET', 'find_categories.js.vs');
|
||||
(4, 0, 'TEXT', 'Users', 'SERVLET', 'find_users.js.vs' ),
|
||||
(4, 1, 'TEXT', 'Categories', 'SERVLET', 'find_categories.js.vs');
|
||||
|
||||
Reference in New Issue
Block a user