Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3tp3-10.0-0.zip | 2021-09-13 | 7.9 MB | |
README.1000 | 2021-09-13 | 2.6 kB | |
3tp3-10.0-0.tar.xz | 2021-09-13 | 5.6 MB | |
Totals: 3 Items | 13.5 MB | 0 |
3t (10.0-0) stable; urgency=low * added Versions 10 and above developed using Python =>3.9 * added media table to item only search * added item/cat nav buttons, new checkbox and searchButton * added webm and m4v to the list of video types in fileTypes2 * added function to check for the presence of the required browser cookie * added formParse() to parse url/form data, to populate formData * added formData as the single repository of operational variables * added moved all dosql action errors to end of function * added dosql insert/update fileSize check * added new editConfig function, extracting it from editSupport * added header column titles * added 'media' flag instead of loading blobs in editItem and editMedia * added remote access via config['mountPoint'], like nfs, samba or webdav * updated itemAllTable, queries media outside loop, much faster * updated PythonOption in .conf files from config/hostname to dbname/sqlhost * updated get.option/formData in index from config/hostname to dbname/sqlhost * updated documentation with python3 specific configuration settings * updated media fileName, splitting it at the last dot for multi-dot names * updated html validation for all pages and css validation for all files * updated getPickList and getToolTips to use only the first column * updated doSql to use LOAD_FILE, not passing large file data in memory * updated 'media' as the mandatory blob column name in all tables * updated all text file open to read/write utf8 * updated the right side locale menu, and moved to the left side * updated locale select dialog to use input-checkbox * updated mod_python/Cookie.py with expires patches from git * updated mod_python/apache.py and psp.py to import escape from html * updated support table select location to search position * updated itemTable, catTable, mediaTable, supportTable to xxxTableName * updated strict401gen.py renamed to html5genPy3.py, python3 compliant * updated back button, goto is case specific * updated 'All' conditional to current[Item/Cat]=0 * updated xxxForm functions to use action=index with a hidden input * updated HREF= to use 'index' instead of 'index.py' * removed catColumn from _config edit, auto set in getConfig * removed all usage of imghdr * removed config['invisible'], using the string 'filename' * removed config['owner'], using the string 'owner' * removed javascript that is not used from the js folder * removed autofocus for input fields as it was non-functional