root / pykota / trunk / pykota

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2074 [2074] 19 years jalet Optimize print job parsing by avoiding to pass the job's datas …
(edit) @2073 [2073] 19 years jalet Fixed the --prototype command line option to edpykota
(edit) @2066 [2066] 19 years jalet Fixed the maxdenybanners directive. Introduced the denyduplicates …
(edit) @2064 [2064] 19 years jalet Fixes output when user has got a negative or nul overcharging factor.
(edit) @2062 [2062] 19 years jalet Introduces the new 'trustjobsize' directive to workaround some …
(edit) @2060 [2060] 19 years jalet Now always precomputes the job's size with the internal PDL parser, and …
(edit) @2057 [2057] 19 years jalet Added the md5sum to the history
(edit) @2054 [2054] 19 years jalet Big database structure changes. Upgrade script is now included as well …
(edit) @2053 [2053] 19 years jalet Better detection of number of copies in PostScript? parser
(edit) @2044 [2044] 19 years jalet Version number changed
(edit) @2042 [2042] 19 years jalet Same fix for group print quota entries wrt LDAP performance
(edit) @2041 [2041] 19 years jalet Performance improvement for user print quota entries search
(edit) @2040 [2040] 19 years jalet typo
(edit) @2039 [2039] 19 years jalet Fixed some ldap filters
(edit) @2036 [2036] 19 years jalet edpykota's --delete command line tool doesn't use "*" as its default …
(edit) @2034 [2034] 19 years jalet Small fix for Python2.1 and variables scopes
(edit) @2033 [2033] 19 years jalet Convert PygreSQL's new exception into a string before re-raising it
(edit) @2032 [2032] 19 years jalet Now dumpykota.cgi behaves like printquota.cgi wrt the REMOTE_USER …
(edit) @2031 [2031] 19 years jalet Fix exception's name wrt newer versions of PygreSQL
(edit) @2030 [2030] 19 years jalet Big bug fix wrt the datelimit attribute
(edit) @2027 [2027] 19 years jalet Tried to fix a problem with printers which are slow to pass into printing …
(edit) @2026 [2026] 19 years jalet Fixed a fuckingly strange exception by cleverly ignoring it entirely :-)
(edit) @2020 [2020] 19 years jalet Version number changed
(edit) @2017 [2017] 19 years jalet Move some functions outside of the CGI to allow their use in other CGI …
(edit) @2016 [2016] 19 years jalet "--format cups" output more resembling CUPS' page_log. Split into a …
(edit) @2013 [2013] 19 years jalet Now dumpykota can dump the history into CUPS' page_log format, allowing …
(edit) @2012 [2012] 19 years jalet Another fix for PCL3/4/5
(edit) @2008 [2008] 19 years jalet Regain priviledge the time to open the job's data file when printing …
(edit) @2006 [2006] 19 years jalet Implemented the dropping of priviledges. Beware, beware…
(edit) @2003 [2003] 19 years jalet Of course if I forget some files during the commits, the software …
(edit) @2002 [2002] 19 years jalet Fixed PCL3/4/5 parser
(edit) @2000 [2000] 19 years jalet Implemented in the LDAP backend code the same fix than in PostgreSQL …
(edit) @1999 [1999] 19 years jalet Fixed a problem which occured when 'limitby' was unset in the …
(edit) @1998 [1998] 19 years jalet Fixed recently introduced bugs due to extended userquotabase and …
(edit) @1995 [1995] 19 years jalet Normalized fields names in dumpykota's output so that an LDAP or …
(edit) @1993 [1993] 19 years jalet dumpykota's filtering capabilities are now supported within the …
(edit) @1992 [1992] 19 years jalet Fixed the problem with dumpykota's filtering of printers groups membership
(edit) @1991 [1991] 19 years jalet The dumpykota command now supports extended filtering capabilities …
(edit) @1990 [1990] 19 years jalet Prepared dumpykota to accept the new --filter command line option. …
(edit) @1987 [1987] 19 years jalet Added some debugging code to PCL3/4/5 parser
(edit) @1982 [1982] 19 years jalet Bad typo
(edit) @1981 [1981] 19 years jalet Outputs debug info to stderr
(edit) @1980 [1980] 19 years jalet Added a --debug command line option to pkpgcounter, for people …
(edit) @1977 [1977] 19 years jalet Fixed a bug when pkbanner's output was piped into another command (e.g. …
(edit) @1974 [1974] 19 years jalet Now logs as errors differences between computed and precomputed job's …
(edit) @1972 [1972] 19 years jalet ipp.py can now be run in standalone mode for testing purposes
(edit) @1969 [1969] 19 years jalet Integrated and extended Stefan Wold's patch to store print quota …
(edit) @1968 [1968] 19 years jalet TLS is now supported with the LDAP backend
(edit) @1967 [1967] 19 years jalet Integrated the patch by Wilson Roberto Afonso and Matt Hyclak to …
(edit) @1966 [1966] 19 years jalet Now automates LDAP reconnections if the server dropped the connection …
(edit) @1961 [1961] 19 years jalet Added a note about the recent change and system account requirement
(edit) @1960 [1960] 19 years jalet Now PyKota searches its configuration files first in system user …
(edit) @1956 [1956] 19 years jalet Added the reject_unknown directive to pykota.conf to reject …
(edit) @1952 [1952] 19 years jalet Introduced the new pkmail command as a simple email gateway
(edit) @1949 [1949] 19 years jalet Modified the SNMP fix as hinted by pysnmp's maintainer
(edit) @1948 [1948] 19 years jalet Catches TypeMismatchError? in SNMP answer handling code
(edit) @1944 [1944] 19 years jalet Fix for the fix
(edit) @1943 [1943] 19 years jalet Fix problem with spaces at the end of filenames in LPRng
(edit) @1941 [1941] 19 years jalet Added Turkish translation thanks to Baris Cicek
(edit) @1940 [1940] 19 years jalet Fixed Epson Stylus Photo problem in software accounting
(edit) @1936 [1936] 19 years jalet Improved pkbanner's help
(edit) @1933 [1933] 19 years jalet Fixed internal PJL handling wrt the 35078 PowerSave? mode.
(edit) @1932 [1932] 19 years jalet Fix for LPRng job's file detection code
(edit) @1923 [1923] 19 years jalet Improved banner handling. Fix for raw printing and banners.
(edit) @1918 [1918] 19 years jalet PyKota banners now basically work !
(edit) @1917 [1917] 19 years jalet Continued integration of Matt's patch for banners
(edit) @1916 [1916] 19 years jalet Strips spaces just in case
(edit) @1914 [1914] 19 years jalet Preliminary integration of Matt's patch for banners.
(edit) @1912 [1912] 19 years jalet Heavy work done on PCL3/4/5 and PCLXL job analyzis
(edit) @1911 [1911] 19 years jalet Heavy work on pkbanner. Not finished yet though, but mostly works.
(edit) @1905 [1905] 19 years jalet Installation script is now non-interactive again, and doesn't install the …
(edit) @1901 [1901] 19 years jalet Added a miniparser for IPP messages (RFC 2910). The …
(edit) @1898 [1898] 19 years jalet Little change for locale+gettext
(edit) @1896 [1896] 19 years jalet Fix for unneeded out of band status in pjl_over_tcp/9100
(edit) @1894 [1894] 19 years jalet Version number changed to 1.20.
(edit) @1875 [1875] 19 years jalet For URGENT legal reasons (Italy), a new "privacy" directive was added to …
(edit) @1874 [1874] 19 years jalet Missing spaces
(edit) @1873 [1873] 19 years jalet Fixed bad indentation
(edit) @1872 [1872] 19 years jalet Added debug messages for LPRng support possible problem ???
(edit) @1868 [1868] 19 years jalet Minor changes to debian subtree
(edit) @1867 [1867] 19 years jalet Note about today's changes
(edit) @1856 [1856] 19 years jalet Now logs something when locale settings are incorrect.
(edit) @1851 [1851] 19 years jalet Another fix for charset detection and Python2.3
(edit) @1850 [1850] 19 years jalet Should fix the printer's hostname or IP address detection code.
(edit) @1849 [1849] 19 years jalet Now correctly logs command line arguments
(edit) @1848 [1848] 19 years jalet Fixes recently introduced bug
(edit) @1847 [1847] 19 years jalet Added a note about the recent locale fix
(edit) @1846 [1846] 19 years jalet Fixed incorrect setting of the user's locale
(edit) @1820 [1820] 19 years jalet Made debugging levels be the same in cupspykota and lprngpykota. Now …
(edit) @1814 [1814] 19 years jalet More complete PATH. pkhint doesn't use absolute path to search for helper …
(edit) @1806 [1806] 19 years jalet Now warnpykota only warns users who have already printed, to not …
(edit) @1803 [1803] 19 years jalet Postponed string interpolation to help message's output method
(edit) @1795 [1795] 19 years jalet Adds fake translation marker
(edit) @1792 [1792] 19 years jalet Improved SQL queries for groups. Same work has to be done for groups print …
(edit) @1791 [1791] 19 years jalet Added ugly workaround for strange locale problem
(edit) @1790 [1790] 19 years jalet Hopefully final fix for data encoding to and from the database
(edit) @1788 [1788] 19 years jalet Note about recent fix for groups
(edit) @1787 [1787] 19 years jalet Fixes recently introduced bug wrt users groups (was it three days ago ?)
(edit) @1785 [1785] 19 years jalet Minor changes to allow any PyKota administrator to launch enhanced …
(edit) @1778 [1778] 19 years jalet UnicodeEncodeError? isn't defined in Python2.1
Note: See TracRevisionLog for help on using the revision log.