[Cpan-forum-commit] rev 23 - in trunk: lib/CPAN templates www

svn at pti.co.il svn at pti.co.il
Mon Jan 17 00:29:01 IST 2005


Author: gabor
Date: 2005-01-17 00:29:01 +0200 (Mon, 17 Jan 2005)
New Revision: 23

Modified:
   trunk/lib/CPAN/Forum.pm
   trunk/templates/about.tmpl
   trunk/www/style.css
Log:
some more TODO and horrible style shee change

Modified: trunk/lib/CPAN/Forum.pm
===================================================================
--- trunk/lib/CPAN/Forum.pm	2005-01-15 21:46:54 UTC (rev 22)
+++ trunk/lib/CPAN/Forum.pm	2005-01-16 22:29:01 UTC (rev 23)
@@ -39,7 +39,7 @@
 This is a Web forum application specifically designed to be used for
 discussing CPAN modules. At one point it might be adapted to be a general
 forum software but for now it is released in the hope that people
-will help improving it and by that improving the L<http://www.cpanforum.org/> site.
+will help improving it and by that improving the L<http://www.cpanforum.com/> site.
 
 =head2 Features
 
@@ -174,6 +174,23 @@
 
 =head2 TODO other, TBD
 
+
+clean documentation
+check all submitted fields (restrict posting size to 10.000 Kbyte ?
+
+add indexes to the tables
+
+post link should give a search box that will let the user search
+within the names of the modules. The result should be a restricted
+list with only a few module names in a pull-down menu like we have now.
+The search can be regular SQL LIKE search and the user can add % signs
+to use as wide cards
+
+show the release dates of the various versions of a module so
+it is easy to compare that to the post.
+
+
+
 Authentication and user management process:
   - new user comes to our site we give him a cookie, when he wants to login we offer him
   --  login using the auth.perl.org credentials

Modified: trunk/templates/about.tmpl
===================================================================
--- trunk/templates/about.tmpl	2005-01-15 21:46:54 UTC (rev 22)
+++ trunk/templates/about.tmpl	2005-01-16 22:29:01 UTC (rev 23)
@@ -8,8 +8,8 @@
 	making comments, helping other users, etc. This is not a forum for generic Perl 
 	questions- for those, please visit the helpful  
 	<a href="http://www.perlmonks.org/">Perl Monks</a>, the mailing lists on 
-	<a href="http://learn.perl.org/">Learn Perl</a> or try out a local 
-	<a href="http://www.pm.org/">Perl Mongers</a> club. There are also subject 
+	<a href="http://learn.perl.org/">Learn Perl</a> or find the local 
+	<a href="http://www.pm.org/">Perl Mongers</a>. There are also subject 
 	specific mailing lists, a list of them is collected at 
 	<a href="http://lists.cpan.org/">Lists CPAN</a>. For even more resources visit 
 	<a href="http://www.perl.org/">Perl.org</a>.

Modified: trunk/www/style.css
===================================================================
--- trunk/www/style.css	2005-01-15 21:46:54 UTC (rev 22)
+++ trunk/www/style.css	2005-01-16 22:29:01 UTC (rev 23)
@@ -90,8 +90,19 @@
 
 .threads_odd TD {
 	background: #dddddd;
+	border-style: solid;
+	border-width: 1;
+	border-color: yellow;
 }
 
+.threads_even TD {
+/*	background: #dddddd;*/
+	border-style: solid;
+	border-width: 1;
+	border-color: yellow;
+}
+
+
 .col1 {
 	width: 25%;
 }



More information about the Cpan-forum-commit mailing list