• KTS-2773
    "CLONE -RSS Feeds from KTDMS(SUP-525)"
    Fixed. Updated path mechanism.
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Megan Watson
    
    KTS-2679
    "Fatal error: Call to a member function query() on a non-object in /var/www/ktdms/lib/security/Permission.inc on line 123"
    Fixed. Changed the query to use dbutil instead of $default->db in userIsSystemAdministrator().
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTC-286
    "Welcome to knowledgeTree dashlet should always be on the top left corner of the dashlet container"
    Fixed. Refactored the way the users state is refreshed. It now uses the plugin_helper table to get any new dashlets.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2777
    "Refactor the plugins update function to run setup"
    Fixed. Update function now gets only the plugins that need to be enabled and runs setup on them.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTC-261
    "The automatic workflow assignment by Document Type or by Folder does not work."
    Fixed. Moved the check for which type was assigned into the run_setup() function. Added a deregister plugin helper function.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2778
    "Add the plugin ordering variable to the plugins table"
    Fixed. Added a column to the plugins table to set the ordering. Added a check on disabled when loading the plugins.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2780
    "search results with long filenames span multiple rows."
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2743
    "upgrade functionality needs to apply foreign key constrains."
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2779
    "Refresh the plugin_helper table on reread plugins"
    Fixed. Added a delete on the plugin_helper table before doing the reread
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7823 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • Updated license header in two omitted files.
    
    WSA-72
    "Add missing fields to document detail structure in web services"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-2730
    "When adding a document, the document util's add function dies on encountering an unlink"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    WSA-49
    "Add missing fields to search structure in web services"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2732
    "Create a new way to setup resources in plugins"
    Fixed. Added a function to the base class called run_setup that gets called when the plugins are loaded.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    WSA-78
    "download manager does not construct a full url for the webservice download"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    KTS-2733
    "Colouration of DiskUsageDashlet is incorrect"
    
    Fixed. Thanks Dirk!
    
    Committed By: Kevin Fourie
    Reviewed By: Jonathan Byrne
    
    KTC-271
    "Bulk upload does not work"
    Fixed. Added 'temp_file' to the options array. 
    
    KTC-273
    "All files uploaded with the function 'Import from Server Location' has a size of 0kb after upload"
    Fixed.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2734
    "sanitize to html removes information from data stored in the database. It was discovered that slashes were removed"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Philip Arckoll
    
    KTS-2735
    "Metadata values should not be sanitized until display on whichever interface."
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Philip Arckoll
    
    KTS-2736
    "Metadata values constrained to 255 characters. some clients want larger values."
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Philip Arckoll
    
    KTC-275
    "Files that are uploaded with the 'Import from Server Location' is MOVED instead of COPIED to the DMS."
    Fixed. Added a flag to aOptions to copy a file when uploading to the DMS instead of moving it.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    KTS-2301
    "Number of characters allowed in a field is not 250 as is mostly specified"
    Updated. Changed filename and comment to be mediumtext compatible with other fields in other tables.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-76
    "Update unit tests for document detail in web service"
    Updated. Added missing fields.
    
    WSA-79
    "cater for custom_document_no and oem_document_id in webservices"
    Updated. Added placeholders for future use.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-77
    "Update unit tests for search structure in web service"
    Updated. Added missing fields.
    
    WSA-79
    "cater for custom_document_no and oem_document_id in webservices"
    Updated. Added placeholders for future use.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-75
    "Create unit test for get_folder_contents in web services"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-49
    "Improve the document_detail and folder_detail records to incorporate more fields available on the document"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2737
    "Folder util sanitises too much which results in additional slashes being added to the database"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-77
    "Update unit tests for search structure in web service"
    Updated. Added missing fields.
    
    WSA-79
    "cater for custom_document_no and oem_document_id in webservices"
    Updated. Added placeholders for future use.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2744
    "Documents are not being indexed in the queue"
    
    Fixed. Using new exec system.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2708
    "Refactor plugins registration and loading"
    Updated. Added the upgrade sql.
    
    Committed by: Kevin Fourie
    Reviewed by: Conrad Vermeulen
    
    KTS-2745
    "More detailed errors need to be returned when a failure occurs when adding a document."
    
    Fixed. Added more detailed error messages.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    KTS-2718
    "Tags added to documents when the Tag Cloud add-in is disabled does not show in that Tag Cloud Dashlet once it has been enabled again."
    
    Fixed. Moved tag cloud trigger into core so it isn't dependant on the plugin.
    
    Committed By: Jonathan Byrne
    Reviewed By: Kevin Fourie
    
    KTS-2708
    "Refactor plugins registration and loading"
    Updated. Added the upgrade sql.
    
    Committed by: Kevin Fourie
    Reviewed by: Conrad Vermeulen
    
    KTS-2600
    "Document Indexer Statistics Dashlet - improve text / US spelling / Capitalization / Link to Management Page"
    Fixed. 
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2646
    "Database exception handler needs to be fixed"
    Fixed. All database errors are now logged and the user is sent to an improved page.
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2645
    " A general exception handler is required to deal with thrown exceptions not caught by the application"
    Fixed. 
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTC-256
    "UI not displaying correctly"
    Fixed. UI changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2748
    "Wrong filesize units at DiskUsageDashlet and zero-byte lines"
    
    Fixed. Corrected parition and filesize methods and catered to 0 size file.
    
    Committed By: Kevin Fourie
    Reviewed By: Jonathan Byrne
    
    Updated SVN tags.
    
    Committed By: Kevin Fourie
    Reviewed By: Jonathan Byrne
    
    KTC-239
    "CLONE -Performance has become tragically slow (SUP-443)"
    Fixed. Added the DB optimise script to the scheduler. Modified the script to log messages instead of printing them. Added a check on the id to the scheduler tasks in the upgrade script.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2748
    "Wrong filesize units at DiskUsageDashlet and zero-byte lines"
    Updated. Fixed use of incorrect constants (replaced MEGA with MB).
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2746
    "CLONE -Put the custom metadata fields in alphabetical order(SUP-304)"
    Fixed. Added a new config under ui. Put a usort on the fields.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    WSA-87
    "Comparison of folders when validating upload path does not work on windows correctly"
    Fixed. Refactored some functionality and made the path seperator consistent.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Isaac Lundal
    
    KTS-2751
    "Logging statement in trigger registry has typo. this can cause php to bomb!"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2752
    "Folder Usage plugin must check the existance of the folder it is scanning"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2600
    "Document Indexer Statistics Dashlet - improve text / US spelling / Capitalization / Link to Management Page"
    Fixed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTC-277
    "Tags associated to documents that have been deleted still show in the Tag Clouds dashlet."
    Fixed. Altered the dashlet query.
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    KTS-1850
    "Major performance issue - SQL query"
    Fixed. Incorporated some of the changes from the optimisation patch into the core.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2606
    "KnowledgeTree 3.5 requires php5 to be installed. It should detect php4 and provide an elegant error message that it is no longer supported."
    Fixed. Inserted phpversion check in dmsDefaults.php.
    
    Committed By:Yusuf Davids
    Reviewed By:Jonathan Byrne
    
    WSA-87
    "Comparison of folders when validating upload path does not work on windows correctly"
    Fixed. Refactored some functionality and made the path seperator consistent. Path was not being returned correctly in some cases.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Isaac Lundal
    
    KTS-1850
    "Major performance issue - SQL query"
    Updated. Removed lines replaced by the patch.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    Version bump to 3.5.2 Beta1
    
    KTS-2669
    "Discussion thread text rendering creates <br> tags"
    Fixed. Updated sanitize.
    
    Committed By:Yusuf Davids
    Reviewed By:Jonathan Byrne
    
    KTC-239
    "CLONE -Performance has become tragically slow (SUP-443)"
    Updated. Added the @ sign in front of id when inserting.
    
    Committed by: Martin Kirsten
    Reviewed by: Megan Watson
    
    KTC-292
    "Minor version does not increase when the Document Title is changed."
    Fixed. Added a new content version and updated the version number.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    KTS-
    ""
    Updated. Location of error.css changed.
    
    Committed By:Yusuf Davids
    Reviewed By:
    
    KTS-
    ""
    Updated. Location of error_01.gif and error.css changed.
    
    Committed By:Yusuf Davids
    Reviewed By:
    
    KTS-2709
    "After re-activating the Tag Cloud plugin this does not work"
    
    Fixed. Hid Tag fieldset and linked it to tag cloud plugin.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaoedien Abrahams
    
    KTS-2759
    "Extend scheduler looping every 30 seconds by default vs 10 seconds"
    Updated. Also added copyright.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2760
    "Powerpoint files not being indexed"
    Fixed. powerpoint was missing.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2761
    "Last run time in Indexer Dashlet is not updated"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2761
    "Last run time in Indexer Dashlet is not updated"
    Fixed. queue updated to reflect live files only.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2762
    "KTUtil::filesizeToString returns wrong filesizes"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    BBS-868
    "CLONE -Login - remember password"
    Added a client policy to the server.
    
    Committed By: Isaac Lundall
    Reviewed By: Martin Kirsten
    
    KTS-2754
    "Add a Document Fails"
    
    Updated. Added better error checking.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2763
    "pdf extractor does not have quotes around application name. this results in pdftotext not being called correcly in windows."
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Jonathan Byrne
    
    KTC-296
    "Bulk Download scrambles the folder hierarchy and only exports the first non-empty subfolder."
    Fixed. The document paths were missing the last folder in the path and being added to the one below.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2157
    "bulk upload does not validate that file is a zip file."
    Fixed. Added a check on the file type.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    Version bump to 3.5.2 beta1
    
    KTS-2765
    "csv mime type does not have an icon"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2765
    "csv mime type does not have an icon"
    Updated. Added omitted upgrades table entries.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7812 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • WSA-70
    "Provide a mechanism to allow for JSON responses from web service requests"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    WSA-44
    "web service unit tests in php need to be incorporated for search"
    Updated. A few tests for search has been incorporated
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2721
    "Refactor adding a document to use the storage manager"
    Fixed. Removed all references to KTFSFileLike. Added a function to the storagemanager for uploading a temp file.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    WSA-71
    "Add missing fields to folder contents structure in web services"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    KTS-2723
    "The Search Portlet is not displaying in the browse view"
    Fixed. Changed implode/explode to serialise/unserialise.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    BBS-301
    "Novel NetDrive Webdav as 3rd Party Client"
    Fixed. Netdrive didn't resolve the relative paths correctly and kept the "/ktwebdav/ktwebdav.php" path as part of the folder / document path.
    
    KTS-2344
    "WEBDAV Not working in 3.4.2 (was in 3.4.1-1)"
    Fixed.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    KTS-2725
    "Archived document should not be found using PropFind"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7739 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTS-2708
    "Refactor plugins registration and loading"
    Fixed. Added a helper table for registering all the dashlets, actions, etc. Reduced the number of calls made when loading the plugins.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2713
    "Filename is cast to integer in search results"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2708
    "Refactor plugins registration and loading"
    Updated. Added the upgrade sql.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2714
    "Search results via web service return an error because of incorrect reference to workflow and state variables"
    Fixed.
    
    Comitted By: Conrad Vermeulen
    Reviewed By: Isaac Lundal
    
    KTS-2301
    "Number of characters allowed in a field is not 250 as is mostly specified"
    
    Fixed. Changed database to hold larger comments.
    
    Committed By: Jonathan Byrne
    Reviewed By: Kevin Fourie
    
    KTS-2708
    "Refactor plugins registration and loading"
    Updated. Added the upgrade sql.
    
    Committed by: Kevin Fourie
    Reviewed by: Conrad Vermeulen
    
    KTS-2708
    "Refactor plugins registration and loading"
    Updated. Added upgrade table sql.
    
    Committed by: Kevin Fourie
    Reviewed by: Conrad Vermeulen
    
    KTS-2708
    "Refactor plugins registration and loading"
    Updated. Added the upgrade sql.
    
    Committed by: Kevin Fourie
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7716 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTS-2558
    "Update OSS to GPLv3"
    Updated. More header updates.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2558
    "Update OSS to GPLv3"
    Updated COPYING file and inline headers.
    
    Committed By: Kevin Fourie
    Reviewed By: Jalaloedien Abrahams
    
    KTS-2561
    "Add df to config.ini"
    Added.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7482 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTS-2429
    "config.ini must be updated during upgrade for new search to work."
    Done.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2471
    "create search2 dashets"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1753
    " Implement Disk Usage Plugin"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1753
    " Implement Disk Usage Plugin"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2395
    "Create index migration script"
    Updated. register script with scheduler
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2395
    "Create index migration script"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2395
    "Create index migration script"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2471
    "create search2 dashets"
    Updated. Refactored period calculations.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2395
    "Create index migration script"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated. added lucene server URL and migration config.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated. Added lucene server and migration defaults
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7367 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "Register Criterion in Plugin.inc.php does not fix filename"
    Fixed. Added missing assignment variable.
    
    Committed By: Kevin
    Reviewed By: Conrad
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6873 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "KTS-1377"
    "Not to delete roles when overriding inherited assigning of roles"
    Fixed. When the role is created, the users and groups should be inherited from the parent role.
    
    Reviewed By: Kevin Fourie
    
    "KTS-2023"
    "Fatal Error when clicking 'backup now' btn on the Upgrade Wizard"
    Fixed.
    
    Reviewed By: Kevin Fourie
    
    "KTS-1303"
    "Plugin and indexer paths are saved in the DB"
    Fixed.
    
    Reviewed by: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6712 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "Update License Headers"
    Updated and added some missing headers.
    
    Committed By: Kevin
    Reviewed By: Conrad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6610 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • KTC-95
    "Update License Headers"
    Updated and added some missing headers.
    
    Committed By: Kevin
    Reviewed By: Conrad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6607 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "Update copyright into to 2007"
    Done.
    
    Reviewed By: Conrad
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6203 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Replace ktdms.com with the new knowledgetree.com domain name"
    Done.
    
    Reviewed By: Conrad
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6201 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
















  • - Add auto-register to core plugins, and a few essential Standard plugins.
    - make the lookup-tree text more useful.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5063 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
     
    Browse File »