Subversion Repositories oidplus

Rev

Rev 426 | Rev 433 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 426 Rev 432
Line 12... Line 12...
12
	  (Alternatively they need to do it in the configuration module and enter '0' and '1' by hand)
12
	  (Alternatively they need to do it in the configuration module and enter '0' and '1' by hand)
13
- Make a plugin that shows warning from plugins (via "feature-interface"), e.g. the registration plugin could warn that CURL is not working correctly etc.
13
- Make a plugin that shows warning from plugins (via "feature-interface"), e.g. the registration plugin could warn that CURL is not working correctly etc.
14
	But it should also have JavaScript components, e.g. check if dev/ and other confidential folders can be accessed (see code in setup/)
14
	But it should also have JavaScript components, e.g. check if dev/ and other confidential folders can be accessed (see code in setup/)
15
- Excel/CSV import tool for bulk data import (as alternative to XML import. Maybe previous Excel->XML import tool?)
15
- Excel/CSV import tool for bulk data import (as alternative to XML import. Maybe previous Excel->XML import tool?)
16
 
16
 
-
 
17
LDAP / OAUTH:
-
 
18
- Implement other OAuth providers?
-
 
19
- When someone is logged in using OAuth or LDAP, we must prohibit that the user changes their email address,
-
 
20
  because this would make him lose his account and OIDs, since the account is *NOT* linked to the OAuth/LDAP uid, but to the email address!!!
-
 
21
 
17
TINYMCE
22
TINYMCE
18
- mce dirty flag: call performCloseQueryCB()/performCloseCB(), if ...
23
- mce dirty flag: call performCloseQueryCB()/performCloseCB(), if ...
19
	OK:   The page (browser tab) is about to be closed or the page is reloaded
24
	OK:   The page (browser tab) is about to be closed or the page is reloaded
20
	      => TinyMCE uses the window.onbeforeunload event
25
	      => TinyMCE uses the window.onbeforeunload event
21
	TODO: The browser navigation buttons are clicked
26
	TODO: The browser navigation buttons are clicked