Show
Ignore:
Timestamp:
03/06/05 17:52:43 (19 years ago)
Author:
jerome
Message:

Removed all references to $Log$

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/cgi-bin/printquota.cgi

    r2146 r2147  
    2323# $Id$ 
    2424# 
    25 # $Log$ 
    26 # Revision 1.45  2005/02/13 22:22:03  jalet 
    27 # Added missing fields 
    28 # 
    29 # Revision 1.44  2005/01/19 08:49:41  jalet 
    30 # Now dumpykota.cgi behaves like printquota.cgi wrt the REMOTE_USER environment 
    31 # variables if the script is username+password protected. 
    32 # Small fix in printquota.cgi wrt ldap auth with Apache : the workaround was 
    33 # not used everywhere. 
    34 # 
    35 # Revision 1.43  2005/01/17 08:44:24  jalet 
    36 # Modified copyright years 
    37 # 
    38 # Revision 1.42  2005/01/08 17:19:02  jalet 
    39 # Fixed incorrect import statement 
    40 # 
    41 # Revision 1.41  2005/01/08 17:13:08  jalet 
    42 # Move some functions outside of the CGI to allow their use in other CGI scripts 
    43 # 
    44 # Revision 1.40  2004/10/23 19:28:18  jalet 
    45 # Small fix to the cgi script to please Freshmeat's fmII URL validator/1.1 
    46 # 
    47 # Revision 1.39  2004/10/13 09:38:25  jalet 
    48 # Added a translatable message from the CGI script 
    49 # 
    50 # Revision 1.38  2004/10/02 13:47:46  jalet 
    51 # The CGI script doesn't depend anymore on what is in the submit button 
    52 # to display the print quota report. 
    53 # 
    54 # Revision 1.37  2004/10/02 05:48:56  jalet 
    55 # Should now correctly deal with charsets both when storing into databases and when 
    56 # retrieving datas. Works with both PostgreSQL and LDAP. 
    57 # 
    58 # Revision 1.36  2004/09/02 10:34:09  jalet 
    59 # Fixed problem with mod_auth_ldap Apache module 
    60 # 
    61 # Revision 1.35  2004/07/24 20:10:10  jalet 
    62 # Incorrect number of parameters in error method 
    63 # 
    64 # Revision 1.34  2004/07/24 20:07:13  jalet 
    65 # Added special Python comment to remove warning at runtime 
    66 # 
    67 # Revision 1.33  2004/07/21 19:24:48  jalet 
    68 # Inversion 
    69 # 
    70 # Revision 1.32  2004/07/21 19:20:05  jalet 
    71 # Missing translation in CGI script 
    72 # 
    73 # Revision 1.31  2004/07/21 13:32:02  jalet 
    74 # All messages should be translatable now. 
    75 # 
    76 # Revision 1.30  2004/07/01 17:45:48  jalet 
    77 # Added code to handle the description field for printers 
    78 # 
    79 # Revision 1.29  2004/06/06 21:07:55  jalet 
    80 # Improved CGI script to allow history on printers and hostnames. 
    81 # Better (?) colors in stylesheet. 
    82 # 
    83 # Revision 1.28  2004/06/05 22:42:41  jalet 
    84 # Improved web history reports 
    85 # 
    86 # Revision 1.27  2004/05/26 14:49:40  jalet 
    87 # First try at saving the job-originating-hostname in the database 
    88 # 
    89 # Revision 1.26  2004/03/24 19:37:04  jalet 
    90 # Doesn't retrieve users or printers objects to display the history, 
    91 # this is not needed, and saves a lot of time (and database queries 
    92 # if storagecahing is disabled) 
    93 # 
    94 # Revision 1.25  2004/01/12 15:28:45  jalet 
    95 # Now can output the user's history on several printers at the same time. 
    96 # 
    97 # Revision 1.24  2004/01/12 14:52:03  jalet 
    98 # Cuts the date string 
    99 # 
    100 # Revision 1.23  2004/01/12 14:35:01  jalet 
    101 # Printing history added to CGI script. 
    102 # 
    103 # Revision 1.22  2004/01/09 07:58:53  jalet 
    104 # Changed URL to PyKota's logo 
    105 # 
    106 # Revision 1.21  2004/01/08 14:10:32  jalet 
    107 # Copyright year changed. 
    108 # 
    109 # Revision 1.20  2004/01/07 16:07:17  jalet 
    110 # The stylesheet is again expected to be local, it was a bad idea to use 
    111 # the one on my server. 
    112 # 
    113 # Revision 1.19  2004/01/06 16:05:45  jalet 
    114 # Will now search the stylesheet on my own website. 
    115 # 
    116 # Revision 1.18  2003/12/27 16:49:25  uid67467 
    117 # Should be ok now. 
    118 # 
    119 # Revision 1.16  2003/12/02 14:40:20  jalet 
    120 # Some code refactoring. 
    121 # New HTML reporter added, which is now used in the CGI script for web based 
    122 # print quota reports. It will need some de-uglyfication though... 
    123 # 
    124 # Revision 1.15  2003/10/24 22:06:42  jalet 
    125 # Initial support for browser's language preference added. 
    126 # 
    127 # Revision 1.14  2003/10/10 19:48:07  jalet 
    128 # Now displays version number 
    129 # 
    130 # Revision 1.13  2003/08/25 11:23:05  jalet 
    131 # More powerful CGI script for quota reports 
    132 # 
    133 # Revision 1.12  2003/07/29 20:55:17  jalet 
    134 # 1.14 is out ! 
    135 # 
    136 # Revision 1.11  2003/07/01 12:37:31  jalet 
    137 # Nicer UI 
    138 # 
    139 # Revision 1.10  2003/07/01 07:30:32  jalet 
    140 # Message changed. 
    141 # 
    142 # Revision 1.9  2003/06/30 13:47:26  jalet 
    143 # Allows multiple user / group names masks in the input field 
    144 # 
    145 # Revision 1.8  2003/06/30 13:32:01  jalet 
    146 # Much more powerful CGI script for quota reports 
    147 # 
    148 # Revision 1.7  2003/06/30 12:46:15  jalet 
    149 # Extracted reporting code. 
    150 # 
    151 # Revision 1.6  2003/04/23 22:13:56  jalet 
    152 # Preliminary support for LPRng added BUT STILL UNTESTED. 
    153 # 
    154 # Revision 1.5  2003/04/17 21:30:09  jalet 
    155 # Now includes the logo 
    156 # 
    157 # Revision 1.4  2003/04/08 21:20:25  jalet 
    158 # CGI Script now displays a link to PyKota's website. 
    159 # 
    160 # Revision 1.3  2003/03/29 13:45:27  jalet 
    161 # GPL paragraphs were incorrectly (from memory) copied into the sources. 
    162 # Two README files were added. 
    163 # Upgrade script for PostgreSQL pre 1.01 schema was added. 
    164 # 
    165 # Revision 1.2  2003/02/12 11:31:51  jalet 
    166 # doesn't use the jaxml module anymore 
    167 # 
    168 # Revision 1.1  2003/02/10 13:41:38  jalet 
    169 # repykota cgi script added. 
    170 # cleaner doc. 
    17125# 
    17226