• "Auto group creation option has been removed from the config.ini file"
    Fixed. Added the section to the config.ini for 3.5.2d. 3.5.3 uses new DB config.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8611 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "The Config file data needs to be moved to the database and an admin page needs to be made to manage this data."
    Fixed. Made changes to run config from DB.
    
    KTS-3309
    "Dmsdefaults has a lot of config functions in it, they need to be moved to the KTConfig class."
    Fixed. Functions have been separated into the right classes.
    
    KTS-3272
    "Migration of configuration to database"
    Fixed. Completed KTS-3276 and KTS-3278 associated with this issue.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8560 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse File »

  • "Custom Error Page text needs rework"
    Fixed. Changed layout of custom error page.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8372 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse File »

  • "Custom Error Page cannot be disabled."
    Fixed. Cleaned up custom error page functionality.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8368 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse File »

  • KTC-436
    "500 Internal Server Errors Happen when Uploading Files through KTE or KT Webdav"
    Fixed. Checked that path is absolute before doing a require().
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    KTS-3190
    ""Import from server location" should also remove the file extension from the document name"
    Fixed. Document add now drops the extension from the filename if it is used for the document title.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    KTC-437
    "info Box / Document preview"
    In progress. Added big mimetype icons for the info box.
    
    Committed by: Megan Watson
    Reviewed by: Jalaloedien Abrahams
    
    KTS-3201
    "Ability to toggle between old 'browse view' search results, and 'search engine' results view"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3112
    "Fatal error on new installation when directed to login.php line 168"
    Removed. The redirection could result in endless loop.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-3204
    "Search engine results references Score field, which should be Rank"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-3205
    "dmsDefaults refers to KTDIR and not KT_DIR"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3203
    " Ensure all entries in config.ini have a default in dmsDefaults.php"
    Fixed. Added defaults for all items from config that i could see were missing.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    KTS-3202
    "Update search2 widget to persist search results default state"
    Fixed. Used the session variable to persist state.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8313 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Update search2 widget to persist search results default state"
    Fixed. Used the session variable to persist state.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8312 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »
  • "info Box / Document preview"
    In progress. Added big mimetype icons for the info box.
    
    Committed by: Megan Watson
    Reviewed by: Jalaloedien Abrahams
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8306 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • KTS-2841
    "Document linked to a tag (with non-alphaneumeric characters) not returned when the tag is navigated."
    Fixed. Replaced the strtolower.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    KTS-3051
    "Scheduler running time to be configurable in the config file"
    Fixed. Added the config setting.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    KTS-3049
    "Plugin is unable to change filename during checkout"
    Fixed. Triggers on now checked on the download. They check for the action 'checkoutDownload'.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    WSA-113
    "Implement returning of basic permissions returned by get_listing() and document detail."
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    WSA-113
    "Implement returning of basic permissions returned by get_listing() and document detail."
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3147
    "Scheduler calls the default php and doesn't check for the stack php"
    Fixed. It now checks for the stack php first.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    Added new contributors to about page.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8247 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "Scheduler running time to be configurable in the config file"
    Fixed. Added the config setting.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8241 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • KTS-3055
    "OpenOffice service is not being detected by Dashlets on Vista"
    Fixed. Seems Vista has no alias for localhost. We need to use 127.0.0.1
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8203 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "OpenOffice service is not being detected by Dashlets on Vista"
    Fixed. Seems Vista has no alias for localhost. We need to use 127.0.0.1
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8201 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTC-388
    "remove Dev comment from config file at [user_prefs]"
    Removed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-3070
    "Path not found when generating PDFs"
    Fixed. Paths updated.
    
    KTS-3096
    "Import from Server Locaton, get a python error."
    Fixed. Paths updated.
    
    KTS-3074
    "Location of OpenOffice in the stack has changed"
    Fixed. Paths updated.
    
    Committed By: Kevin Fourie
    Reviewed By: Jonnathan Byrne
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8131 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "remove Dev comment from config file at [user_prefs]"
    Removed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8129 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • KTS-2391
    "When changing doc type the old associated fieldsets should be removed"
    Fixed. Incremented the metadata version and copied the metadata for the fieldsets that remain with the new doc type.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-3031
    "Breadcrumb function in Document links displays incorrectly"
    Fixed. Added the root folder at the start of the breadcrumb trail. Refactored the function into ktutil.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1489
    "Unarchival action not recorded within document transaction history"
    Fixed. Added a transaction in.
    
    KTS-3029
    "On restoring archived documents, all documents in the list are selected"
    Fixed. Removed the collection widget which only works properly for single selections.
    
    KTS-2891
    "Search widget is too big as it is invisible when the screen resolution is low"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3024
    "Search2: Searching using a quick search gives a warning"
    Updated. Changed the content of the message.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Xolo Mashinini
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8052 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Adding a document via web service should default to default document type if it does not exist. This is compatible with previous DWI operations"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8044 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm 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 »

  • "CLONE -Login - remember password"
    Added a client policy to the server.
    
    Committed By: Isaac Lundall
    Reviewed By: Martin Kirsten
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7804 c91229c3-7414-0410-bfa2-8a42b809f60b
    ikabot-com authored
     
    Browse File »

  • "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
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7781 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • "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
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7775 c91229c3-7414-0410-bfa2-8a42b809f60b
    ydavids authored
     
    Browse File »

  • KTS-2307
    ""
    Fixed. The error message has been changed. 
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2453
    ""
    Updated. Wording changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2497
    "Creation of a new thread fails with: 'DB error: unknown error'"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    BBS-458
    "Update WebDAV PEAR class"
    Fixed. Moved webdav class into the ktwebdav directory to avoid conflicts with the Baobab modified webdav class. Upgraded the ktwebdav to version 1.0.0RC4(beta).
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2644
    "Add collision detection to document adding"
    Fixed.
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    KTS-447
    "Validation improvements needed when adding a user or group"
    Fixed. Added a preg match function to check for special characters
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-447
    "Validation improvements needed when adding a user or group"
    Fixed. Added the preg match function to check for special characters. 
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTC-246
    "Footer Text update"
    Updated. New image in use.
    
    Committed By: Kevin Fourie
    Reviewed By: Jalaloedien Abrahams
    
    KTS-1710
    "Need to ensure US English spelling on text throughout the system"
    Fixed. Wording changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2624
    "Linux: FedoraCore5: Attempting to use the bulk action 'Checkout' on folders results in an empty zip being created."
    Fixed. Changed the check on checkedout documents to add an error message and not return out of the function.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1710
    "Need to ensure US English spelling on text throughout the system"
    Fixed.Wording changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-1710
    "Need to ensure US English spelling on text throughout the system"
    Fixed. Wording changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-1710
    "Need to ensure US English spelling on text throughout the system"
    Fixed. Wording changed
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-1710
    "Need to ensure US English spelling on text throughout the system"
    Fixed. Wording changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2652
    "Would be nice to have a dedicated rss feed dashlet for KnowledgeTree blog, etc"
    Fixed. Extended rss plugin
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    KTS-2654
    "Bulk export doesn't include empty folders in the base folder being exported"
    Fixed. Added current folder to the zip file.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7628 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Would be nice to have a dedicated rss feed dashlet for KnowledgeTree blog, etc"
    Fixed. Extended rss plugin
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7625 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jalaloedien authored
     
    Browse File »
  • KTC-246
    "Footer Text update"
    Updated. New image in use.
    
    Committed By: Kevin Fourie
    Reviewed By: Jalaloedien Abrahams
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7618 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Footer Text update"
    Updated. New image in use.
    
    Committed By: Kevin Fourie
    Reviewed By: Jalaloedien Abrahams
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7617 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTS-2591
    "When updating folder permissions for a folder with an & in its name the progresstext appears as '&amp'"
    Fixed. The message is being htmlentitied for cross-scripting, added a str_replace for the &.
    
    Reviewed by: Conrad Vermeulen
    Committed by: Megan Watson
    
    KTS-2599
    "Indexing files with no extractors associated results in the index queue filling up"
    Fixed. 
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2584
    "Postscrip extractor is disabled on linux"
    Fixed. The issue was that the full path to the application was not used and that the parameters were incorrect.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    BBS-1059 / SUP-411
    "On the 3.4.2 Version of KTTools, reason is mandatory field for each action, i would like to desactivate this."
    Added new client policies for reasons.
    
    Committed By: Isaac Lundall
    Reviewed By: Conrad Vermeulen
    
    KTS-2618
    "#jsonlookup.js# is blocking migration to launchpad and is a temporary file that is not required"
    Deleted.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Daniel Chalef
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7592 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "On the 3.4.2 Version of KTTools, reason is mandatory field for each action, i would like to desactivate this."
    Added new client policies for reasons.
    
    Committed By: Isaac Lundall
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7589 c91229c3-7414-0410-bfa2-8a42b809f60b
    ikabot-com authored
     
    Browse File »

  • KTC-245
    "Login Page text update"
    Fixed. Updated login.php, login.smarty
    
    KTC-246
    "Footer Text update"
    Fixed. Updated standard_page.smarty, kt3template.inc.php
    
    KTC-247
    "About Page text update"
    Fixed. Updated about.php, about.smarty, knowledgeTree.pot, templates.c
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Kevin Fourie
    
    KTS-2558
    "Update OSS to GPLv3"
    Updated. More header updates.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2450
    "Add "Candy Stripe" to indicate activity to all pages that keep the user waiting."
    Fixed.
    
    Committed By: Yusuf Davids
    Reviewed By: Jalaloedien Abrahams
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7484 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 »
  • "Login Page text update"
    Fixed. Updated login.php, login.smarty
    
    KTC-246
    "Footer Text update"
    Fixed. Updated standard_page.smarty, kt3template.inc.php
    
    KTC-247
    "About Page text update"
    Fixed. Updated about.php, about.smarty, knowledgeTree.pot, templates.c
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7480 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jalaloedien authored
     
    Browse File »
  • "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/trunk@7479 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTS-673
    "The search algorithm needs some work"
    Updated. Integrated with DocumentConverter.py
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2547
    "Test RTF Indexer"
    Implemented. 
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated.  MailMime is not tested... will implement again when have more time.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated. Sometimes the extractor may change the target filename. 
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1753
    " Implement Disk Usage Plugin"
    Updated. Licensing.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated. Search requires php, python and java.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7477 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "The search algorithm needs some work"
    Updated. Search requires php, python and java.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7476 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • KTS-673
    "The search algorithm needs some work"
    Updated. Typo with internationalisation
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2497
    "Creation of a new thread fails with: 'DB error: unknown error'"
    Fixed. Set defaults to null and not -1
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2497
    "Creation of a new thread fails with: 'DB error: unknown error'"
    Fixed. change nullable fields on discussion_threads
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2446
    "CLONE -Skins don't disply properly on portlets in IE 6 (SUP-464)"
    Fixed. Updated css for skin
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    KTS-2328
    "When adding an Authentication source the 'Required' fields are marked as a 'Required' but the requirement is not enforced."
    
    Fixed
    Added a check for each of the required fields
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    BBS-1009
    "Folder or files with the Test Character set as their names cannot be manipulated in WebDAV in any way."
    Added validation functions for special characters - /\?,.:"'*. Validation is on adding / renaming folders and documents.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1753
    " Implement Disk Usage Plugin"
    Implemented. short php tag
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1753
    "Implement Disk Usage Plugin"
    Updated. Added some comments and increased thresholds
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2503
    "Ports in openoffice python files are incorrect"
    Changed port to 8100. Also added LGPL DocumentConvertor.py which seems good.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7395 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Implement Disk Usage Plugin"
    Updated. Added some comments and increased thresholds
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7393 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • KTS-2484
    "Create shell script wrappers for search scripts so they may be invoked by scheduler"
    Implemented. Created Windows wrappers - requires Bitrock installer substitution
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2484
    "Create shell script wrappers for search scripts so they may be invoked by scheduler"
    Implemented. Added setlocal to preserve current environmental settings
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2482
    "Scheduler assumes script being run is a php script. this may not necessarily be the case"
    Removed the include, now uses system to run the tasks.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2395
    "Create index migration script"
    Updated. Set run times
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2481
    "Scheduler's first run time not set correctly when registering task according to spec"
    Changed the setFirstRunTime() to accept a date input instead of a unix timestamp.
    
    KTS-2485
    "Internationalise scheduler - daily/weekly/5mins, etc"
    Changed the dropdown to use the internationalised wording for the label.
    
    KTS-2496
    "Remove unused fields from scheduler table"
    Removed the unused DB fields.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2498
    "javaLuceneURL is set incorrectly in config.ini"
    Corrected. Set to "default".
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7383 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "javaLuceneURL is set incorrectly in config.ini"
    Corrected. Set to "default".
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7382 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 »
  • "The search algorithm needs some work"
    Updated. added lucene server URL and migration config.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7364 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • KTS-673
    "The search algorithm needs some work"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2429
    "config.ini must be updated during upgrade for new search to work."
    In Progress. Added upgrade function. Still needs testing.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2429
    "config.ini must be updated during upgrade for new search to work."
    Done.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7355 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Default language is set incorrectly in config.ini"
    Corrected. Put back to 'en'
    
    Committed By: Kevin Fourie
    Reviewed By: Jalaloedien Abrahams
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7350 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • WSA-30
    "The move_folder in the KTAPI does a copy and not a move()."
    Fixed.
    
    Reviewed By: Kevin Fourie
    
    WSA-32
    "get_document_version_history has a type conversion problem."
    Fixed. Changed type to be string and also checked that user exists.
    
    WSA-33
    "get_document_links has a type check problem"
    Updated. Have added return SOAP_Value().
    
    Reviewed By: Kevin Fourie
    
    WSA-34
    "Create unit tests for webservices"
    Initial implementation.
    
    Reviewed By: Kevin Fourie
    
    KTS-2330
    "Change array_merge to kt_array_merge for PHP5"
    Updated.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2270
    "In the actions restrictions for a workflow, generate PDF is not included in the list as an action restriction"
    Fixed. Changed getDisplayName to return the name.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2270
    "In the actions restrictions for a workflow, generate PDF is not included in the list as an action restriction"
    Fixed. Changed getDisplayName to return the name when the mime types don't exist.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-751
    "Bulk Export/Upload doesn't catch empty directories"
    Comment: Fixed.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2336
    "Remove <br> from error and info boxes"
    In Progress. Removed from PDF Generator.
     
    Committed By: Kevin Fourie
    Reviewed By: Jonathan Byrne
    
    KTC-230
    "ZendGuard 5.0.0 array_multisort bug is breaking encoding."
    Fixed. Used two sorts instead of multisort.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2215
    "When editing the dashboard welcome message the ktcore/en/welcome.html file is corrupted"
    Fixed. Removed \r and \n from HTML output.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Verleulen
    
    KTS-1554
    "Implement a Scheduler"
    Added the script for running the scheduled tasks.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1554
    "Implement a Scheduler"
    Added the javascript for the administrative UI for the scheduler.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1554
    "Implement a Scheduler"
    Added the scheduler administration UI template.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1554
    "Implement a Scheduler"
    Added the scheduler plugin, with the admin UI, the class for adding a task to the scheduler and the class for running a background task.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1554
    "Implement a Scheduler"
    Added the sql for creating the table containing the tasks
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1554
    "Implement a Scheduler"
    Added the upgrade patch.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2348
    "upgrade.php is totally broken"
    Fixed. This was a short tags issue.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2335
    "Minor GUI glitch in IE7"
    Checked whether the name in the list of actions is empty. If there is no name IE adds the action as an empty item in the list.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    WSA-6
    "validate configuration of examples is correct so developers can easily evaluate webservices"
    Implemented. Checks if caching is disabled and that required folders are installed.
    
    Reviewed By: Kevin Fourie
    
    WSA-38
    "improved debug logging in webservice layer"
    Implemented. Added debug() method.
    
    WSA-39
    "implement search via webservice"
    Implemented.
    
    WSA-40
    "There is a typo in the structures for workflow transition."
    Fixed. structures were named incorrectly.
    
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Implemented. 
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2351
    "Add CheckedOut date so can track when documents were checked out"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1554
    "Implement a Scheduler"
    Removed call to test class and fixed a small bug.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1554
    "Implement a Scheduler"
    Updated the runtime on changing frequency and setting task to run on next iteration.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1554
    "Implement a Scheduler"
    Updated the runtime on changing frequency and setting task to run on next iteration.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1554
    "Implement a Scheduler"
    Updated the runtime on setting task to run on the next iteration.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2353
    "mime.inc.php - magicDatabase option"
    Updated. Contribution added to mime.inc.php with updates to config.ini and dmsDefaults.php
    
    Contributed By: Florian Treml
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2354
    "ktentity.inc - cache removal"
    Fixed.
    
    Contributed By: Florian Treml
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-35
    "KTUploadManager.inc.php - Tempfile not correct"
    Updated.
    
    Contributed By: Florian Treml
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1804
    "Able to move workflow whilst a document is checked out."
    Hid the links to workflow when a document is checked out. Added an error message if the workflow template is displayed.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2255
    "When viewing document details, must show workflow name."
    Added the workflow name.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    WSA-42
    "SQL update statement on active_sessions table has typo"
    Fixed. typo on lastused field in active_sessions.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-25
    "get_document_detail_by_name fails with user that doesn't have permission to root folder"
    Implemented. add get_folder_by_name to ktapi
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-25
    "get_document_detail_by_name fails with user that doesn't have permission to root folder"
    Fixed. removed requirement of getting the root folder first.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2356
    "i8nJavascript.php runs very slowly"
    Fixed. Implemented 'caching' of the javascript in the session.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-34
    "Create unit tests for webservices"
    Updated. Addid a basic call to query.cs
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-581
    "Deleting of document types with no associated documents should be possible"
    Added an icon for deleting document types if there are no associated documents. Fixed the isUsed function that checks, it was pointing to the wrong table.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2358
    "php5 migration"
    Updated. Removed & from &new. Added statics.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2358
    "php5 migration"
    Updated. Removed & from &new. Added statics.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated. Removed old criteria dependant on mysql fulltext tables.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated. Added checkedout field and removed mysql fulltext clearout code.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Implemented. Index is cleared out when document is expunged.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2348
    "upgrade.php is totally broken"
    More fixed. This was a short tags issue.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2360
    "Remove cache logging."
    Updated. Added KTLOG_CACHE
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2360
    "Remove cache logging."
    Updated.
    
    KTS-2358
    "php5 migration"
    Updated. Removed & from &new. Added statics.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2362
    "Improve mime type resolution based on file extension"
    Improved.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1871
    "Add copy workflow trigger"
    Implemented. Made a base class which the copy and move is based on. Note the classes are named incorrectly to save the upgrade process.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-1345
    "Following a hyperlink from an MS Office doc works the first time but subsequently goes to dashboard until user logs out"
    The login script was finding the current session and going straight to the dashboard, ignoring the redirect link.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1871
    "Add copy workflow trigger"
    Implemented. Made a base class which the copy and move is based on. Note the classes are named incorrectly to save the upgrade process.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-2365
    "Add new bulk actions - copy, archive, extract"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    Database version bump to 3.5.0 & App version bump to 3.5.
    
    KTS-2368
    "Deactivated users still show up in list of Available Users when allocating users to a role"
    Added filter to check the disabled flag.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2373
    "Update structure.sql and data.sql"
    Updated. Upgrades added and now using mysqldump to produce dumps.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2372
    "Emails sent multiple times when emailing groups with sub-groups (SUP-197)"
    If a user is in more than one of the groups selected then he/she will get the email more than once.
    The email is now sent once to multiple users and ignores duplicate email addresses.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2372
    "Emails sent multiple times when emailing groups with sub-groups (SUP-197)"
    Removed call by reference.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    KTS-2380
    "Fatal error: Cannot redeclare class adminversionplugin when upgrading from 3.4.3 to 3.5"
    Fixed. Added upgrade function to remove old file.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2384
    "Add KTScheduler to the enabled plugins list."
    Added.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTC-238
    "Spelling and grammar errors on the 'Manage Lookup Tree' page in the DEV 3.5.0 build"
    Corrected.
    
    Committed By: Kevin Fourie
    Reviewed By: Jonathan Byrne
    
    KTS-2386
    "Add some basic plugin caching to improve performance"
    Added.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2365
    "Add new bulk actions - copy, archive, extract"
    Added in the folder component of the actions.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2359
    "Automatically fill document title from filename"
    Added an onchange option to the file input.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1613
    "possibility to delete a document version"
    Added a new transaction type for deleting a version of a document. The physical document is deleted but the DB record remains.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2386
    "Add some basic plugin caching to improve performance"
    Updated. KTS-2358 impacted on the caching array that is required to cache. Thus the singleton() methods are restored to what they were before.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2366
    "Reason field while copying a document can not be viewed through the UI"
    The reason wasn't being fetched from the form info before being inserted into the DB for both the copy and move actions.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2413
    "links on toolbar became inactive - preferences , about, etc"
    Fixed.
    
    Committed By: Kevin Fourie
    Reviewed By: Kevin Fourie
    
    WSA-45
    "Migration to PHP 5.2 seemed to have a problem with HTTP_RAW_POST_DATA variable not being set in some environments for some reason."
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Isaac Lundal
    
    KTS-2386
    "Add some basic plugin caching to improve performance"
    Updated. The original caching was causing problems. Had to revert caching to only around the database call.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2396
    "Re-enable browse by script"
    Updated. Enabled the original browse by. We are going to re-imagine this at a later stage.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2417
    "the 'does contain' or 'does not contain' expression syntax does not work"
    Fixed. There was a typo regarding the constant from phplemon.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2404
    "NOT doesn't always work in search expressions."
    Fixed.
    
    Commited By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-45
    "Migration to PHP 5.2 seemed to have a problem with HTTP_RAW_POST_DATA variable not being set in some environments for some reason."
    Fixed. Removed reference to global HTTP_RAW_POST_DATA .
    
    Committed By: Conrad Vermeulen
    Reviewed By: Isaac Lundal
    
    KTS-2419
    "CLONE -Bug - Document Transaction History Not Tracking Emailing From KT (SUP-378)"
    
    Committed by: Megan Watson
    Reviewed by: Kevin Fourie
    
    KTC-239
    "CLONE -Performance has become tragically slow (SUP-443)"
    Added. Implemented a a command line script to do basic mysql optmisation on tables.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2427
    "Indexes directory not found on stack install."
    Fixed. Corrected path for stack install.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2428
    "Set the JavaXMLRPCLuceneIndexer as the default indexer"
    Done. See [indexer] section on config.ini.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2430
    "Create proper init script for stack install"
    Done. Added to examples directory too.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2359
    "Automatically fill document title from filename"
    Added more logic to removing the extension from the title.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2390
    "Need a way to download or checkout multiple files at the same time"
    Refactored the code to zip files into a class. Updated the Bulk Export with the new class. Added the bulk check out action.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2439
    "Use of wrong field in update of workflow state replacement during workflow state deletion"
    Fixed. replaced workflow_state_id with target_state_id in sql update.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2440
    "Adding a folder descendant lookup table for search"
    Added. 
    
    Reviewed By: Kevin Fourie
    Committed By: Conrad Vermeulen
    
    KTS-2441
    "plugin_rss is not an innodb table"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2442
    "Some database tables use unsigned int, but relations are mostly to signed int fields. This means foreign key constraints cannot be added easily."
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2415
    "Scheduler: Change DB date format"
    Changed the DB to use datetime instead of a unix timestamp.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2414
    "Implement a dashlet for the scheduler"
    Added a dashlet to inform the admin user when scheduler hasn't been running. 
    Changed the background on the bullets to transparent.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2445
    "KTDMS install does not install correctly: 'Fatal error: Call to undefined method....'"
    Fixed. Put the database password back into config.ini
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Kevin Fourie
    
    KTS-1796
    "CLONE -No easy way to delete users/User.inc(SUP-163)"
    
    Fixed: Added functionality to soft delete a user.
    
    Committed By: Jonathan Byrne
    Reviewed By: Kevin Fourie
    
    KTS-2442
    "Some database tables use unsigned int, but relations are mostly to signed int fields. This means foreign key constraints cannot be added easily."
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2442
    "Some database tables use unsigned int, but relations are mostly to signed int fields. This means foreign key constraints cannot be added easily."
    Updated. Mime type defaults to 9 (binary file) until it is set officially.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7313 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »