-
…ags containing javascript. Committed by: Megan Watson Reviewed by: Donald Jackson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/RB_3.5.4a@9629 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-621 "Deleting a folder causes the error: PEAR_Error::getSymbolicLinks()" Fixed. Moved the loop to get the symbolic links above the code to delete the folder. KTS-3774 "Although 'Action Restrictions' for 'Archive' is set the user can still 'Archive' the document via the bulk actions when in folder view." Fixed. Added a check for workflow before doing the archive. KTS-3758 "When attempting to Archive a folder that contains no documents the Status is given as being 'Non-numeric identifier'" Fixed. Added a check around explode($sDocuments) to create an empty array if $sDocuments is empty otherwise it creates an array containing an empty array which is not seen as empty. KTS-3780 "When cancelling / returning from a bulk action in the tag cloud search the user is taken to the browse page" Fixed. Changed the return action to contain the full link. Added a default in getReturnUrl() in bulk action to use the full url. KTS-3757 "After a Bulk action was performed on folders in the Search results pane/view the user is returned to the original view where the folders search is shown in its previous state." Fixed. On completing the bulk action the return url calls refresh which repeats the search. KTS-3759 "When the user does not select a folder or documenton the search result view and uses any of the Bulk Actions he is returned to the Root fodler view." Fixed. It now builds the return url based on the request parameters. KTS-3764 "Items in admin section registered more than once." Fixed. Added a lock around the plugin registration (reread) to prevent a race condition. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9476 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8387 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2800 "Dashlets display with horizontal lines between text" Fixed. Changed the style overflow and padding Committed By:Yusuf Davids Reviewed By:Jalaloedien Abrahams KTS-2859 "Unable to upload files in Windows XP and Windows 2003 - seemingly an MS Word issue only." Fixed. Add "call " in front of the command passed to exec(). Committed by: Megan Watson Reviewed By: Conrad Vermeulen Updated License Headers to 2008 and corrected some incorrect headers. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen Merge of Bryn Divey's work on Conditional Metadata into DEV branch. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7936 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7934 c91229c3-7414-0410-bfa2-8a42b809f60b
-
WSA-52 "Webservice File Download" Fixed. Improved error handling in file download in PHP KTWSAPI Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie WSA-52 "Webservice File Download" Fixed. Improved error handling in file download in PHP KTWSAPI Contribution By: Florian Treml Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie Reverted commit of "Forgot Password" functionality. It's still DEV. Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams Reverted commit of "Forgot Password" functionality. It's still DEV. Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams Updated license text. Committed By: Kevin Fourie Reviewed By: Daniel Chalef KTS-2448 "Add Hover Text for icons that perform actions" Fixed Added Hover text to icons which perform actions Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams KTC-246 "Footer Text update" Updated. New image in use. Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams KTS-2661 "Regenerate and update translation files" Done. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen KTS-2665 'Add "ExpiresActive On"' Added. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen WSA-53 "Break up nunit test files into more moduler self contained tests" Implemented. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie 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-2226 "When doing an update of the Permissions the page shows incorrectly" Fixed Added a check for utf-8 characters to prevent putting them into html entity form. Permissions page should display correctly. Committed By: Jonathan Byrne Reviewed By: Megan Watson KTS-2664 "When no document is selected when performing a bulk action in a folder the error message is not displayed as per Knowledge Tree standard." Fixed. Added a new redirect method to dispatcher "redirectToBrowse()". The action now redirects to the browse.php instead of action.php. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTS-2653 "Change the text at the end of a bulk export" Updated. Text message made more user friendly. Committed By:Yusuf Davids Reviewed By:Megan Watson WSA-53 "Break up nunit test files into more moduler self contained tests" Implemented. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie WSA-53 "Break up nunit test files into more moduler self contained tests" Deleted. This file was too big. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie WSA-1 "Problems with upload.php" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie WSA-51 "Check that folder and name lookup are sanitized when performing lookup so there are no database errors" Fixed. WSA-50 "KTAPIFolder::_get_folder_by_name should be called as a static method" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie WSA-51 "Check that folder and name lookup are sanitized when performing lookup so there are no database errors" Fixed. WSA-50 "KTAPIFolder::_get_folder_by_name should be called as a static method" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie WSA-54 "Session should restore userID to previous value otherwise it state will be lost" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie WSA-1 "Problems with upload.php" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-2680 "Search trigger has a constraint violation on search_saved_events table" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7654 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"When no document is selected when performing a bulk action in a folder the error message is not displayed as per Knowledge Tree standard." Fixed. Added a new redirect method to dispatcher "redirectToBrowse()". The action now redirects to the browse.php instead of action.php. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7644 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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
-
"Update OSS to GPLv3" Updated COPYING file and inline headers. Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7478 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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
-
"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/trunk@6609 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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
-
"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/trunk@6606 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Update new APP_NAME to be i18n compatible. " Fixed. Reviewed By: Kevin git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6414 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Create skinning system. " Implemented. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6409 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Double quote to single quote conversion" Fixed. Reviewed by: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6212 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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
-
"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
-
"i18n patches" cont. Verified and applied second patch. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6187 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Also fixes a Saved Search upgrade issue git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6027 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5758 c91229c3-7414-0410-bfa2-8a42b809f60b
-
…hiKit. Worked JSON mode through dispatchers. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5717 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5027 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4142 c91229c3-7414-0410-bfa2-8a42b809f60b
-
dispatcher. Makes it easy for plugins to register actions without installing files in the KnowledgeTree code itself, nor exposing their code for direct access. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3933 c91229c3-7414-0410-bfa2-8a42b809f60b