Subversion Repositories oidplus

Rev

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

Rev 399 Rev 401
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
TRANSLATION
-
 
18
- Multiple message XML files (wildcard), so that plugins can insert their own messages into the language plugin folder! (e.g. plugins/language/dede/messagesHelloWorldPlugin.xml)
-
 
19
 
-
 
20
BASE JAVASCRIPT
17
BASE JAVASCRIPT
21
- browser history: the title of the page is not displayed correctly when you right-click on the navigation-buttons
18
- browser history: the title of the page is not displayed correctly when you right-click on the navigation-buttons
22
	Problem with FIREFOX
19
	Problem with FIREFOX
23
	Works on CHROME and IE
20
	Works on CHROME and IE
24
 
21