One Hat Cyber Team
Your IP :
216.73.216.164
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
mellit
/
doc
/
View File Name :
TODO.txt
TODO list for CVSWebEdit * Give better error message when trying to check in a file which is not in the repository. * Show more info per file, a la later versions of standard cvsweb. * Make it possible to filter out CVSROOT/ directories. * Show directory hierarchy at the top, a la later versions of standard cvsweb. Decide where the test files live, inside cvs-web or above it. Would be great to have a matrix showing tags along top, files down the side and version numbers in the matrix. Good to be able to add to or alter the log messages for each revision (cvs admin -m1.17:"I take back what I said abut the customer." hello.c) Would be good to rename the downloaded tar file with todays date and time. Perhaps filename_dir-05sep00-0115.tgz for 1:15am on 5th Sept 2000. or filename_dir-000905-0115.tgz if you would want them to sort in a directory properly. Rename etc directory as conf and consider whether to move it up so that it is a sibling of cvs-web. Expand whole tree. -> easier navigation Want to be able to browse local filespace -> DHTML? restrict to IE? Tree hierarchy. Check-ins that are large - we need to check the implementation is handling this efficiently. Display is not pretty - can we get someone to tidy this up for us? e.g. Font type & size TODO for cvswebread: o request tar or zip of entire directory (any tag); caching o limit the number of logentries shown o show left/right/up icons in diff/logtable o implement frames (backbutton on top of page) o DiffSelection: jump back to 'User Text Field' if entered text (javascript - anyone a javascript programmer ?) - done, thanks to Andy Sharp <asharp@hobbes.clarity.ca> o make 'exec's save: use full path and do not spawn shell o use strict, Apache: mod_perl; done, thanks to Jens-Uwe Mager <jum@helios.de> o explore if we can use cvs directly to abandon the use of 'rlog', 'rcsdiff'. This could be done much like it is for cvs annotate; 'co' done, but it seems to have problems with files which have spaces in the path (rare) -> CVS bug The 'rlog'-function could be implemented just like the annotate function, using a cvs in server mode. The 'rcsdiff'-functionality is almost covered by 'cvs rdiff' .. but I am missing the -p and -w options then .. Any way to traverse the directory structure with cvs C/S ( we need the cvs list patch here I think) ? The performance could be - C/S-mode - .. bad. Caching ? This way we someday won't need to have physical access to the Repository (though this may not be what we want: consider 10'000 Users browsing your anonymous CVS via a remote cvsweb) o try to figure out what's the latest change within a subdirectory .. the trivial (recursive ..) solution would be a bit timeconsuming o include date in the checkout pathinfo (+branchname), to get really what you want (the current solution is not optimal if you manage/review webpages: you always get a checkout of the _latest_ pictures embedded in the webpage, not pictures from the same date the page is) o rewrite this stuff as servlet .. o check wether we can set $HOME to /tmp - to avoid problems with cvs looking for .cvsrc etc. o annotate with last Log-Message in the header o allow to choose which representation we have in dir-view o open external window only if we've a specific mime-type (html)