Subversion Repositories oidplus

Rev

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

Rev 351 Rev 355
Line 8... Line 8...
8
- Verify that logger works correctly, check if all logmasks are correct
8
- Verify that logger works correctly, check if all logmasks are correct
9
- the inactivity timer is much too fast!
9
- the inactivity timer is much too fast!
10
- Does the admin feature "600_log" also show all log events from all Objects and all RAs?
10
- Does the admin feature "600_log" also show all log events from all Objects and all RAs?
11
- at a lot of forms, if you press "enter", the "form" will not be submitted (e.g. "create ra" plugin), cannot reproduce?
11
- at a lot of forms, if you press "enter", the "form" will not be submitted (e.g. "create ra" plugin), cannot reproduce?
12
- Test every function of OIDplus to ensure everything works after the recent changes in OOP
12
- Test every function of OIDplus to ensure everything works after the recent changes in OOP
-
 
13
- When you try to create an OID and have not entered an asn1 id, there should be a warning
-
 
14
- Multilang
-
 
15
	* !! Translate all PHP and JS files (make a tool that searches all "_L" functions and updates the message.xml files)
-
 
16
	* !! Find a solution how to translate resources, HTML templates, etc.
-
 
17
	* Make it compatible with search engines: Instead of JavaScript/Cookie language selection, make an argument "?lang=" ???
-
 
18
- WebWHOIS: Open in new Window? Show URL without opening the page?
-
 
19
- Create a possibility to invoke cronjobs (VTS registration / automatic publishing) via crontab?
-
 
20
- 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
 
21
 
14
NEW FUNCTIONALITIES
22
NEW FUNCTIONALITIES
15
- Admin plugin "Attachments" with following functionalities:
23
- Admin plugin "Attachments" with following functionalities:
16
	* Show every object and its attachments, so that the admin knows what's going on
24
	* Show every object and its attachments, so that the admin knows what's going on
17
	  (Alternatively they can just look in the userdata directory using FTP)
25
	  (Alternatively they can just look in the userdata directory using FTP)
Line 93... Line 101...
93
DATABASE
101
DATABASE
94
- check if the NULL and NOT NULL definitions are meaningful. It is not good at in *_ra everything is NOT NULL
102
- check if the NULL and NOT NULL definitions are meaningful. It is not good at in *_ra everything is NOT NULL
95
- SQLite3: Implement Natural OID sorting (natSort)
103
- SQLite3: Implement Natural OID sorting (natSort)
96
 
104
 
97
FUTURE
105
FUTURE
98
- multilang
-
 
99
- make use of Composer. Problems:
106
- make use of Composer. Problems:
100
  * What if composer installs a version of a component, which is incompatible?
107
  * What if composer installs a version of a component, which is incompatible?
101
  * We need a new publishing script, because simply checking out SVN is not enough anymore. The user needs to execute composer. But what is if the user don't have composer (or dont have shell access at all?)
108
  * We need a new publishing script, because simply checking out SVN is not enough anymore. The user needs to execute composer. But what is if the user don't have composer (or dont have shell access at all?)
102
- implement sitemaps xml
109
- implement sitemaps xml
103
- admin should be able to change wellknown oids?
110
- admin should be able to change wellknown oids?