[svn r359] WIP
This commit is contained in:
parent
f401b61a6c
commit
8fc495c6b6
21 changed files with 385 additions and 53 deletions
|
|
@ -158,43 +158,6 @@ public class BlogPost {
|
|||
|
||||
|
||||
|
||||
$it['ldap']['user']="uid=admin-sudo,ou=services,dc=m4n,dc=nl";
|
||||
$it['ldap']['pass']="adminSudo";
|
||||
$it['ldap']['baseDN']="ou=sudoers,dc=m4n,dc=nl";
|
||||
$it['ldap']['key']="cn";
|
||||
|
||||
$it['columns'][0]['name']="Edit";
|
||||
$it['columns'][0]['columnType']="edit";
|
||||
$it['columns'][1]['name']="Delete";
|
||||
$it['columns'][1]['columnType']="delete";
|
||||
$it['columns'][2]['name']="User";
|
||||
$it['columns'][2]['attr']="cn";
|
||||
$it['columns'][3]['name']="Description";
|
||||
$it['columns'][3]['attr']="description";
|
||||
$it['columns'][4]['name']="sudoCommand";
|
||||
$it['columns'][4]['attr']="sudocommand";
|
||||
$it['columns'][4]['columnType']="list";
|
||||
$it['columns'][5]['name']="sudoHost";
|
||||
$it['columns'][5]['attr']="sudohost";
|
||||
$it['columns'][5]['columnType']="list";
|
||||
$it['columns'][6]['name']="sudoUser";
|
||||
$it['columns'][6]['attr']="sudouser";
|
||||
$it['columns'][6]['columnType']="list";
|
||||
|
||||
$it['list']['filter']="(&(objectClass=sudoRole))";
|
||||
$it['list']['columns']="0,2,6,4,5,1";
|
||||
$it['delete']['filter']="cn=%s";
|
||||
|
||||
$it['edit']['filter']="(cn=%s)";
|
||||
$it['edit']['create_dn_key']="cn=%s";
|
||||
$it['edit']['columns_edit']="2,3,4,5,6";
|
||||
$it['edit']['columns_edit_readonly']="2";
|
||||
$it['edit']['columns_create']="2,3,4,5,6";
|
||||
$it['edit']['map']['objectclass'][]="sudoRole";
|
||||
$it['edit']['map']['objectclass'][]="top";
|
||||
$it['edit']['map']['cn']="\$key";
|
||||
$it['edit']['map']['description']="\$formData['description']";
|
||||
|
||||
<servlet>
|
||||
<name>vasc</name>
|
||||
<class></class>
|
||||
|
|
@ -208,11 +171,6 @@ $it['edit']['map']['description']="\$formData['description']";
|
|||
</servlet-mapping>
|
||||
|
||||
|
||||
DefaultVascController r = new D..();
|
||||
|
||||
r.set
|
||||
|
||||
|
||||
EmployeeDataSource dataSource = new EmployeeDataSource();
|
||||
dataSource.setJdbcTemplate(new JdbcTemplate(employeeDataSource()));
|
||||
FilteringPaginator filteringPaginator = new FilteringPaginator(dataSource, EmployeeReportObject.class);
|
||||
|
|
@ -228,8 +186,6 @@ dataSource.setJdbcTemplate(new JdbcTemplate(employeeDataSource()));
|
|||
|
||||
return adapter;
|
||||
|
||||
|
||||
|
||||
EVt;
|
||||
|
||||
<a4j:form id="blogForm" enctype="multipart/form-data">
|
||||
|
|
@ -256,11 +212,6 @@ EVt;
|
|||
</vasc:form>
|
||||
</a4j:form>
|
||||
|
||||
Table def:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@SuppressWarnings({ "unchecked", "serial" })
|
||||
|
|
|
|||
25
doc/TODO.txt
Normal file
25
doc/TODO.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
- fix frontend event system
|
||||
- make event channels work
|
||||
- make sorting work
|
||||
- make searching work
|
||||
- made options work
|
||||
- Plugin validation
|
||||
- Plugin Role Parser
|
||||
- Finalizer plugins
|
||||
- X4O client/server config
|
||||
- Check user roles in frontend
|
||||
- Default/Full Table and templating
|
||||
- Ckeck all validators
|
||||
- Make annotations work.
|
||||
- Bind to x18n
|
||||
- MetaQuery support
|
||||
- config prefix (and rest of default in finalizer)
|
||||
- update SWT frontend
|
||||
- create JSF frontend
|
||||
- create JSF-extJS frontend
|
||||
- create XML-RPC frontend
|
||||
|
||||
|
||||
=== DONE ===
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue