Subversion Repositories oidplus

Rev

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

Rev 355 Rev 360
Line 10... Line 10...
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
13
- When you try to create an OID and have not entered an asn1 id, there should be a warning
14
- Multilang
14
- Multilang
-
 
15
	* Not yet translated:
-
 
16
		- includes\classes\http_class.class.php
-
 
17
		- includes\classes\phpsvnclient.class.php
15
	* !! Translate all PHP and JS files (make a tool that searches all "_L" functions and updates the message.xml files)
18
		- plugins\adminPages\050_oobe\oobe.php (and various OOBE plugins)
-
 
19
		- plugins\publicPages\100_whois\whois\index.php
16
	* !! Find a solution how to translate resources, HTML templates, etc.
20
		- setup\index.php (and various setup.part.html)
-
 
21
		- 3p\vts_fileformats\fileformats.conf
-
 
22
	* Check/Correct German Machine-Translations:
-
 
23
		- res/OIDplus/privacy_documentation$dede.html
-
 
24
		- res/OIDplus/acknowledgements$dede.html
17
	* Make it compatible with search engines: Instead of JavaScript/Cookie language selection, make an argument "?lang=" ???
25
		- plugins\publicPages\200_viathinksoft_freeoid\tos$dede.html
18
- WebWHOIS: Open in new Window? Show URL without opening the page?
26
- WebWHOIS: Open in new Window? Show URL without opening the page?
19
- 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?
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.
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.
21
 
29
 
22
NEW FUNCTIONALITIES
30
NEW FUNCTIONALITIES
Line 95... Line 103...
95
		- if you select something in the jstree, then you should be asked if you want to save your work (if tinymce is dirty); the same thing as if you would want to reload/close the page
103
		- if you select something in the jstree, then you should be asked if you want to save your work (if tinymce is dirty); the same thing as if you would want to reload/close the page
96
		- critical bug: open page, edit tiny mce, click save. Then F5 reload (not Ctrl+F5): then the old content is there again. Except if you press Ctrl+F5
104
		- critical bug: open page, edit tiny mce, click save. Then F5 reload (not Ctrl+F5): then the old content is there again. Except if you press Ctrl+F5
97
- jstree select: automatically scroll down
105
- jstree select: automatically scroll down
98
- upgrade the design; make things more pretty
106
- upgrade the design; make things more pretty
99
- things like RA: show more things, address, email etc.
107
- things like RA: show more things, address, email etc.
-
 
108
- note that we (and the RFC) talk about Objects, but actually OIDs only reference objects, but they are not the objects
100
 
109
 
101
DATABASE
110
DATABASE
102
- check if the NULL and NOT NULL definitions are meaningful. It is not good at in *_ra everything is NOT NULL
111
- check if the NULL and NOT NULL definitions are meaningful. It is not good at in *_ra everything is NOT NULL
103
- SQLite3: Implement Natural OID sorting (natSort)
112
- SQLite3: Implement Natural OID sorting (natSort)
104
 
113