Subversion Repositories oidplus

Rev

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

Rev 364 Rev 365
Line 25... Line 25...
25
		But this means that a language change also need to reload the style sheet (like the color-plugin does when you click "Test")
25
		But this means that a language change also need to reload the style sheet (like the color-plugin does when you click "Test")
26
- WebWHOIS: Open in new Window? Show URL without opening the page?
26
- WebWHOIS: Open in new Window? Show URL without opening the page?
27
- Create a possibility to invoke cronjobs (VTS registration / automatic publishing) via crontab?
27
- Create a possibility to invoke cronjobs (VTS registration / automatic publishing) via crontab?
28
- 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.
28
- 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.
29
	But it should also have JavaScript components, e.g. check if dev/ and other confidential folders can be accessed (see code in setup/)
29
	But it should also have JavaScript components, e.g. check if dev/ and other confidential folders can be accessed (see code in setup/)
-
 
30
- Should oid_utils.inc.php, xml_utils.inc.php, oidinfo_api, etc. all be put into 3p/ (especially if they have an own ViaThinkSoft repository)?
-
 
31
	Note that external SVN repos need to be "hard coded" into includes/oidplus.inc.php and update/index.php
-
 
32
- ViaThinkSoft reg2/query.php : Every reponse shall be JSON
30
 
33
 
31
NEW FUNCTIONALITIES
34
NEW FUNCTIONALITIES
32
- Admin plugin "Attachments" with following functionalities:
35
- Admin plugin "Attachments" with following functionalities:
33
	* Show every object and its attachments, so that the admin knows what's going on
36
	* Show every object and its attachments, so that the admin knows what's going on
34
	  (Alternatively they can just look in the userdata directory using FTP)
37
	  (Alternatively they can just look in the userdata directory using FTP)