Commit cb3739137c76aaa3e311d5ca9d61c0c219237870

Authored by rob
1 parent d7b0f7e5

Update change log to include all cvs commits


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2747 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 399 additions and 9 deletions
docs/ChangeLog.txt
1 1 Version 1.2.1
2 2 * Tue October 14 2003 Michael Joseph <michael@jamwarehouse.com>
3   -- Email comments - comments can now be added when file links are emailed to users
4   -- Folder permission heirarchy - the backend functionality exists to allows folders to
5   -inherit permissions from their parents or to allow them to define their own
6   -permissions. This is currently NOT integrated into the user interface
7   -- Altering of user passwords - if KT is running in DBAuthentication mode (users
8   -are authenticated against the database), it is now possible for the system
9   -administrator to update user passwords through the user management section
10   -- Scrolling - javascript scrolling can be turned on or off in environment.php
11   -- Minor bug fixes
  3 +
  4 +Specific bug fixes:
  5 +===================
  6 +
  7 +- Fixed double use of apostrophe for database encoding automatically by php and in code
  8 +- Document types names that consist of alpha-numerics can be now be used
  9 +- Error in SQL when assigning Groups to units fixed
  10 +- Document addition displays error if not document types are availabe
  11 +
  12 +Alterations/additions
  13 +=====================
  14 +
  15 +- Javascript scrolling can now be turned on/off in environment.php
  16 +- Default document type added and mapped to default unit folder to allow immediate document addition after installation
  17 +- Backend functionality for breaking folder permissions added - folders will be able to either inherit permissions or set their own
  18 +- Changing of user passwords - administrators can now change user passwords through the user management section if KT is in DBAuthentication mode
  19 +
  20 +Full changelog
  21 +===============
  22 +
  23 +2003-10-13 17:23 rob <rob@jamwarehouse.com>
  24 + * docs/ChangeLog.txt: Add changes for 1.2.0 to 1.2.1
  25 + * sql/mysql/upgrade/1.2.1/1.2.1.sql: SQL update to convert from 1.2.0 to 1.2.1
  26 + * presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserUI.inc: Changed password hyperlink to button
  27 + * presentation/lookAndFeel/knowledgeTree/administration/usermanagement/: editUserUI.inc, passwordManagementBL.php,
  28 + passwordManagementUI.inc: Update functionality so that admin can change user passwords when db authentication mode is used.
  29 + * config/siteMap.inc: Added mapping to password update functionality in the admin section
  30 + * lib/users/User.inc: Fixed bug in user update function. No users could be updated.
  31 +
  32 +2003-10-09 11:06 michael <michael@jamwarehouse.com>
  33 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: changed alt to title (standards compliant)
  34 +
  35 +2003-10-08 10:18 rob <rob@jamwarehouse.com>
  36 + * lib/security/Permission.inc: Added new column to folders table that will allow user to break folder permission. Permissions now check whether to use parent permissions or not and generate the SQL query accordingly
  37 + * sql/mysql/upgrade/1.2.0/1.2.0.sql,lib/foldermanagement/Folder.inc: Added new column to folders table that will allow user to break folder permission
  38 +
  39 +2003-09-23 11:29 michael <michael@jamwarehouse.com>
  40 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc: (#2966) set empty error message
  41 + * lib/visualpatterns/PatternListBox.inc: (#2966) only display the default value if there is no error message
  42 + * presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserUI.inc: (#3032) added missing slash
  43 + * lib/session/Session.inc: check if we have a user id before using it to destroy a session
  44 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentUI.inc: (#3002) fixed unitID checking condition.
  45 + * presentation/lookAndFeel/knowledgeTree/subscriptions/subscriptionUI.inc: fixed candy striping
  46 +
  47 +2003-09-10 17:06 michael <michael@jamwarehouse.com>
  48 + * presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupBL.php: (#2959) inserted additional search permissions on successful user group link addition
  49 + * lib/groups/GroupUserLink.inc: (#2959) tidied and added function to update group search permission entries for a new user in a group
  50 + * presentation/lookAndFeel/knowledgeTree/dashboardUI.inc: (#2997)
  51 + clicking dashboard link goes to the relevant document details section now
  52 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyBL.php: (#2975) redirect to type specific edit page when document type changes
  53 + * presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/listUnitsUI.inc: (#2950) removed edit organisation
  54 + * presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitUI.inc: (#2950) changed organisation listbox to display
  55 + * presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitBL.php: (#2950) added reference to Organisation
  56 + * lib/web/WebSite.inc: (#2990) added method to check if the website is in use.
  57 + * presentation/lookAndFeel/knowledgeTree/administration/websitemanagement/removeWebsiteBL.php: (#2990) added check and error message if the website is in use.
  58 + * presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserUI.inc: (#2945) only supply a value for the checkbox if one has been passed.
  59 +
  60 +2003-09-09 19:12 michael <michael@jamwarehouse.com>
  61 + * presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserBL.php: (#2945) redirect to list page on successful addition
  62 + * presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/: addRoleUI.inc, editRoleBL.php: (#2989) added all parameters to add page and redirect to list page on success
  63 + * presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/: removeRoleBL.php, removeRoleUI.inc: removed active field and redirect to list on success
  64 + * presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/: editRoleUI.inc, listRolesUI.inc: (#2988) removed active field from UI.
  65 +
  66 +2003-09-09 18:48 michael <michael@jamwarehouse.com>
  67 + * presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleBL.php: (#2988) changed to redirect to list page on success
  68 + * lib/foldermanagement/Folder.inc: (#2987) updated folderIsUnitRootFolder method
  69 + * presentation/lookAndFeel/knowledgeTree/foldermanagement/deleteFolderBL.php: (#2987) added checks for unit in use
  70 + * lib/groups/GroupUnitLink.inc, presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUnitUI.inc, tests/groups/group.php: fixed getList method to automatically insert WHERE
  71 + * lib/unitmanagement/Unit.inc: (#2944) set unitID also
  72 + * lib/unitmanagement/Unit.inc: (#2944) when adding a unit, if a unit root folder is found it is used as a unit root folder by setting its description and unitid
  73 + * lib/foldermanagement/Folder.inc: (#2944) only check name and parent when checking for existence
  74 + * sync/unDecodeComments.php: added script to urldecode discussion comments
  75 + * presentation/lookAndFeel/knowledgeTree/discussions/viewDiscussionUI.inc: (#2994) removed urldecoding and split on nl rather than <br>
  76 + * presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php: (#2994) removed urlencoding
  77 + * presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/restoreDeletedDocumentBL.php: (#2986) check the document types of the destination folder before allow restoration of a deleted document.
  78 + * presentation/lookAndFeel/knowledgeTree/discussions/viewDiscussionUI.inc: (#2994) reinstated bad wrapping code
  79 + * presentation/lookAndFeel/knowledgeTree/administration/usermanagement/: addUserBL.php, addUserUI.inc: (#2946) removed sms notification from form
  80 + * lib/visualpatterns/PatternTableSqlQuery.inc: fixed dire link breaking introduced bug
  81 +
  82 +2003-09-08 17:53 michael <michael@jamwarehouse.com>
  83 +
  84 + * presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php: (#2977) corrected session checking and redirect to list page instead of bogus success page
  85 + * presentation/lookAndFeel/knowledgeTree/discussions/viewDiscussionUI.inc: (#2977) use wordwrap and don't display comment text as html
  86 + * presentation/lookAndFeel/knowledgeTree/discussions/viewDiscussionBL.php: (#2977) changed to use correct pattern
  87 + * lib/visualpatterns/PatternTableSqlQuery.inc: (#2977) corrected link querystring generation
  88 + * presentation/lookAndFeel/knowledgeTree/dashboardBL.php: corrected ui directory include
  89 +
  90 +2003-09-07 20:48 michael <michael@jamwarehouse.com>
  91 + * presentation/lookAndFeel/knowledgeTree/search/advancedSearchUtil.inc: corrected util method to use passed in array
  92 + * presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php: correct syntax snafu
  93 + * presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php: corrected method name
  94 + * presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php: reinstated submit action setting
  95 + * presentation/lookAndFeel/knowledgeTree/: administration/documentmanagement/manageArchivedDocumentsBL.php, search/advancedSearchBL.php, search/advancedSearchUtil.inc: changed getChosenMetaDataTags to use passed array and modified callers appropriately
  96 + * presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php: changed form submission method to get
  97 + * presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/archivedDocumentsUI.inc: correct syntax snafu
  98 + * presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/archivedDocumentsUI.inc: changed cancell button to go back one screen instead of back to the search page
  99 + * presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/editDocCheckoutUI.inc: corrected grammar.
  100 +
  101 +2003-09-05 16:30 michael <michael@jamwarehouse.com>
  102 + * presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/listDocumentsBL.php: corrected empty grid message
  103 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php: improved logging for metadata queries
  104 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: corrected link dependent documents button
  105 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentUI.inc: cancel button redirects to the right linked documents section
  106 +
  107 +2003-09-04 18:40 michael <michael@jamwarehouse.com>
  108 +
  109 + * config/siteMap.inc: corrected manage document types link
  110 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/archiveSettingsUI.inc: (#2976) changed the text to reflect that archiving happens from document creation date.
  111 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/addArchiveSettingsBL.php: changed submit method to get
  112 +
  113 +2003-09-02 18:08 michael <michael@jamwarehouse.com>
  114 +
  115 + * lib/foldermanagement/PhysicalFolderManagement.inc: (#2963) return deletion status based on existence of folder
  116 + * lib/documentmanagement/PhysicalDocumentManager.inc: (#2963) added checks for file existence after attempted deletion and returning status appropriately
  117 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php: (#2972) added missing documentTypeID assignment!
  118 + * sql/mysql/install/tables.sql: (#2964) added a default document type and mapped it to the default unit folder
  119 + * presentation/lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsUI.inc: (#2962) refactored and tidied; using System attributes for variable names and labels
  120 + * presentation/lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsBL.php: (#2962) tidied, using arrays from System object, redirect to list on update
  121 + * lib/visualpatterns/PatternMainPage.inc: (#2962) set scrolling action from configuration
  122 + * lib/System.inc: (#2962) added settings and labels, tidied, added support for storing arrays in the db
  123 +
  124 +2003-09-02 13:12 michael <michael@jamwarehouse.com>
  125 + * config/environment.php: (#2962) tidied up, using settings inside System object, added contentPaneScrolling setting
  126 + * lib/dashboard/DashboardNews.inc: corrected imageLink method
  127 +
  128 +2003-09-01 15:35 michael <michael@jamwarehouse.com>
  129 + * lib/dashboard/DashboardNews.inc: corrected update method
  130 + * lib/dashboard/DashboardNews.inc: fixed news creation (addslashes on binary image data) and stopped constraining dashboard image to 80x40
  131 + * graphics/subscriptions/: colour.gif, norm.gif: made intra-heading spacing consistent
  132 +
  133 +2003-08-29 16:39 michael <michael@jamwarehouse.com>
  134 + * bin/fix_perms.sh: removed log.txt creation
  135 + * docs/TODO.txt: updated todo list from kt-users list
  136 + * .project, config/siteMap.inc, config/tableMappings.inc,
  137 + docs/ChangeLog.txt, docs/INSTALL.txt, docs/TODO.txt,
  138 + graphics/logo.jpg, lib/DefaultLookup.inc,
  139 + lib/archiving/ArchivingType.inc, lib/archiving/TimeUnit.inc,
  140 + lib/authentication/Authenticator.inc,
  141 + lib/dashboard/DashboardNews.inc, lib/database/lookup.inc,
  142 + lib/documentmanagement/DependantDocumentInstance.inc,
  143 + lib/documentmanagement/DependantDocumentTemplate.inc,
  144 + lib/documentmanagement/Document.inc,
  145 + lib/documentmanagement/DocumentField.inc,
  146 + lib/documentmanagement/DocumentFieldLink.inc,
  147 + lib/documentmanagement/DocumentLink.inc,
  148 + lib/documentmanagement/DocumentTransaction.inc,
  149 + lib/documentmanagement/DocumentType.inc,
  150 + lib/documentmanagement/MetaData.inc,
  151 + lib/documentmanagement/PhysicalDocumentManager.inc,
  152 + lib/email/Email.inc, lib/foldermanagement/Folder.inc,
  153 + lib/foldermanagement/PhysicalFolderManagement.inc,
  154 + lib/groups/Group.inc, lib/groups/GroupFolderApprovalLink.inc,
  155 + lib/links/Link.inc, lib/orgmanagement/Organisation.inc,
  156 + lib/roles/Role.inc, lib/session/control.inc,
  157 + lib/unitmanagement/Unit.inc, lib/users/User.inc,
  158 + lib/visualpatterns/PatternBrowsableSearchResults.inc,
  159 + lib/visualpatterns/PatternEditableListFromQuery.inc,
  160 + lib/visualpatterns/PatternEditableTableSqlQuery.inc,
  161 + lib/visualpatterns/PatternListBox.inc,
  162 + lib/visualpatterns/PatternListFromQuery.inc,
  163 + lib/visualpatterns/PatternMetaData.inc,
  164 + lib/visualpatterns/PatternTableSqlQuery.inc,
  165 + lib/web/WebDocument.inc, lib/web/WebSite.inc,
  166 + presentation/login.php,
  167 + presentation/lookAndFeel/knowledgeTree/dashboardBL.php,
  168 + presentation/lookAndFeel/knowledgeTree/store.inc,
  169 + presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldLookupsUI.inc,
  170 + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php,
  171 + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitUI.inc,
  172 + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/listGroupsUI.inc,
  173 + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupBL.php,
  174 + presentation/lookAndFeel/knowledgeTree/administration/news/addNewsBL.php,
  175 + presentation/lookAndFeel/knowledgeTree/administration/news/editNewsBL.php,
  176 + presentation/lookAndFeel/knowledgeTree/administration/news/removeNewsBL.php,
  177 + presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php,
  178 + presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/listOrgUI.inc,
  179 + presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleSuccess.php,
  180 + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserUI.inc,
  181 + presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php,
  182 + presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc,
  183 + presentation/lookAndFeel/knowledgeTree/documentmanagement/escalateDependantDocumentBL.php,
  184 + presentation/lookAndFeel/knowledgeTree/documentmanagement/escalateDependantDocumentUI.inc,
  185 + presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc,
  186 + presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderBL.php,
  187 + presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationUI.inc,
  188 + presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderDocTypeUI.inc,
  189 + presentation/lookAndFeel/knowledgeTree/foldermanagement/editUI.inc, presentation/lookAndFeel/knowledgeTree/js/misc.js,
  190 + presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php,
  191 + presentation/lookAndFeel/knowledgeTree/search/advancedSearchUI.inc,
  192 + presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php,
  193 + presentation/lookAndFeel/knowledgeTree/search/standardSearchUI.inc, sql/mysql/upgrade/1.2.0/1.2.0.sql,
  194 + sql/mysql/upgrade/1.2.0/sanitise-default-data.sql,sync/sanitiseEscapedData.php:
  195 +
  196 + merged from branch BRANCH_1_2_0_12082003
  197 +
  198 +2003-08-28 17:12 michael <michael@jamwarehouse.com>
  199 + * presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php: corrected assignment error
  200 + * presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserUI.inc: corrected text- initial group label.
  201 + * presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationUI.inc: (#2942) don't display groups with no users
  202 +
  203 +2003-08-27 12:59 michael <michael@jamwarehouse.com>
  204 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc: fixed breadcrumb path url for status page
  205 + * lib/visualpatterns/PatternMetaData.inc: adding slashes to non EPGCS originated field
  206 + * lib/: documentmanagement/Document.inc,foldermanagement/Folder.inc: (#2882) moved substring and
  207 + addslashes into intermediate method that calls the recursive path
  208 + and folder id building strings
  209 +
  210 +2003-08-27 12:06 michael <michael@jamwarehouse.com>
  211 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php: (#2882) changed to use getDisplayPath in failure email
  212 + * lib/documentmanagement/DocumentTransaction.inc: (#2882) escaped document filename
  213 + * presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleSuccess.php: corrected controller action
  214 + * presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitUI.inc: corrected permission check and headings
  215 + * presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/listGroupsUI.inc: corrected 'edit unit' wording
  216 +
  217 +2003-08-26 17:54 michael <michael@jamwarehouse.com>
  218 +
  219 + * presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/listOrgUI.inc: (#2940) removed add and delete organisation functionality until it has been correctly addressed
  220 + * presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php: (#2939) corrected heading
  221 + * lib/email/Email.inc: (#2930) reinstated stripslashes for email content
  222 + * sql/mysql/upgrade/1.2.0/: 1.2.0.sql, sanitise-default-data.sql: changed from binary to ascii
  223 +
  224 +2003-08-20 15:21 michael <michael@jamwarehouse.com>
  225 +
  226 + * presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderBL.php: (#2882) strip slashes before checking folder name
  227 + * sync/sanitiseEscapedData.php: added escape cleaning script
  228 + * graphics/logo.jpg: updated jam logo
  229 +
  230 +2003-08-19 18:35 michael <michael@jamwarehouse.com>
  231 +
  232 + * lib/visualpatterns/PatternMetaData.inc, presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldLookupsUI.inc: changed to use correct table alias
  233 + * presentation/lookAndFeel/knowledgeTree/dashboardBL.php: changed format of dashboardUI require
  234 + * config/tableMappings.inc: removed duplicate mapping
  235 + * presentation/lookAndFeel/knowledgeTree/search/advancedSearchUI.inc, presentation/lookAndFeel/knowledgeTree/store.inc,lib/archiving/ArchivingType.inc, lib/archiving/TimeUnit.inc: (#2833) removed addslashes / stripslashes
  236 + * lib/: users/User.inc,
  237 + visualpatterns/PatternEditableListFromQuery.inc,
  238 + visualpatterns/PatternEditableTableSqlQuery.inc,
  239 + visualpatterns/PatternListBox.inc,
  240 + visualpatterns/PatternListFromQuery.inc,
  241 + visualpatterns/PatternMetaData.inc,
  242 + visualpatterns/PatternTableSqlQuery.inc, web/WebSite.inc,
  243 + DefaultLookup.inc: (#2833) removed addslashes / stripslashes
  244 + * lib/groups/GroupFolderApprovalLink.inc: removed unused error message
  245 + * lib/: groups/Group.inc, links/Link.inc, orgmanagement/Organisation.inc, roles/Role.inc, unitmanagement/Unit.inc: (#2833) removed addslashes / stripslashes
  246 + * lib/: documentmanagement/PhysicalDocumentManager.inc, email/Email.inc, foldermanagement/Folder.inc: (#2833) removed addslashes / stripslashes
  247 + * lib/documentmanagement/: DocumentTransaction.inc, DocumentType.inc, MetaData.inc: (#2833) removed addslashes / stripslashes
  248 + * lib/documentmanagement/DocumentLink.inc: fixed spaces in object dereferencer and table alias
  249 + * lib/documentmanagement/: Document.inc, DocumentField.inc,DocumentFieldLink.inc: (#2833) removed addslashes / stripslashes
  250 + * lib/documentmanagement/: DependantDocumentInstance.inc,DependantDocumentTemplate.inc: (#2833) removed addslashes /stripslashes fixed spaces in object dereferencer
  251 + * presentation/lookAndFeel/knowledgeTree/administration/news/: addNewsBL.php, editNewsBL.php, removeNewsBL.php: added missing require for refactored getCancelButton functionality
  252 + * docs/INSTALL.txt: added magic quotes php.ini settings
  253 + * lib/: dashboard/DashboardNews.inc, database/lookup.inc: (#2833) removed addslashes / stripslashes
  254 + * presentation/lookAndFeel/knowledgeTree/foldermanagement/editUI.inc: (#2821) added text when routing is in progress and outer joined on groups
  255 + * config/siteMap.inc: changed to allow users to modify folder permissions
  256 + * lib/groups/Group.inc, presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupBL.php: (#2821) add RI check for groups referenced in routing steps.
  257 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: (#2883) changed document level routing display
  258 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc: (#2884) replaced post on change with next button and validation
  259 +
  260 +2003-08-18 17:15 michael <michael@jamwarehouse.com>
  261 + * presentation/lookAndFeel/knowledgeTree/foldermanagement/editUI.inc: corrected status message display
  262 +
  263 +2003-08-15 17:24 michael <michael@jamwarehouse.com>
  264 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/escalateDependantDocumentBL.php: added display for email sending failure
  265 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/:escalateDependantDocumentBL.php, escalateDependantDocumentUI.inc:(#2649) added dependent document reminder pages
  266 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: changed all table references to aliases (#2649) integrated current dependent document requests
  267 + * config/siteMap.inc: (#2649) added entry for dependent document escalation message page
  268 + * lib/web/WebDocument.inc: the published status is duplicated in Document- added check before redefinition (luckily the ids are the same, but this is bad and must change)
  269 + * lib/session/control.inc: fixed non-fatal errors (undefined variable and mis-typed PHP_SELF reference
  270 + * presentation/lookAndFeel/knowledgeTree/search/advancedSearchUI.inc: corrected order by query
  271 + * lib/visualpatterns/PatternBrowsableSearchResults.inc:(#2879,#2878) fixed bugs and updated formatting
  272 + * docs/TODO.txt: added custom search todo
  273 +
  274 +2003-08-14 17:08 michael <michael@jamwarehouse.com>
  275 + * docs/TODO.txt: additions
  276 + * lib/foldermanagement/PhysicalFolderManagement.inc: trim trailing whitespace from folder names
  277 + * lib/visualpatterns/PatternBrowsableSearchResults.inc: removed query from output
  278 + * lib/visualpatterns/PatternBrowsableSearchResults.inc: corrected result counting and swapped positioning of next and previous buttons
  279 + * presentation/lookAndFeel/knowledgeTree/search/:advancedSearchBL.php, standardSearchBL.php: corrected start index
  280 + * presentation/lookAndFeel/knowledgeTree/js/misc.js: corrected javascript validation for "select-one"
  281 +
  282 +2003-08-13 14:24 michael <michael@jamwarehouse.com>
  283 + * lib/visualpatterns/PatternBrowsableSearchResults.inc: (#2658) reformatted search status text
  284 + * presentation/lookAndFeel/knowledgeTree/search/standardSearchUI.inc: added search text for other standard search flavours
  285 + * presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php: reformatted- removed eol spaces
  286 + * presentation/lookAndFeel/knowledgeTree/search/advancedSearchUI.inc: (#2658) added search string and document status to hidden variables
  287 + * presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php: (#2658) added search string for display
  288 + * lib/visualpatterns/PatternBrowsableSearchResults.inc: (#2658) reformatted search status
  289 + * lib/visualpatterns/PatternBrowsableSearchResults.inc: (#2658) added additional query to retrieve number of results
  290 + * lib/visualpatterns/PatternBrowsableSearchResults.inc,presentation/lookAndFeel/knowledgeTree/search/standardSearchUI.inc: (#2658) added status bar with search terms and number of results. * .project: eclipse project file
  291 + * docs/INSTALL.txt: updated installation documentation
  292 +
  293 +2003-08-12 16:53 michael <michael@jamwarehouse.com>
  294 + * docs/TODO.txt: added thumbnail task
  295 + * docs/ChangeLog.txt: updated date and re-ordered
  296 + * presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderDocTypeUI.inc: fixed folder path display
  297 + * bin/releaseKT.sh: changed from export to checkout to get Documents folder in archives
  298 + * presentation/login.php: replaced language error messages
  299 + * lib/authentication/Authenticator.inc: removed language references
  300 + * sql/mysql/upgrade/: 1.2.0/1.2.0.sql,
  301 + 1.2.0/sanitise-default-data.sql, 1.1.2/release-1.1.2.sql,
  302 + 1.1.2/sanitise-default-data.sql, 1.1.2/sanitise_default-data.sql:
  303 + updated directory and upgrade file names
  304 + * sql/mysql/upgrade/1.1.2/sanitise-default-data.sql: renamed cleanup sql
  305 + * sync/pathSync.php, tests/documentmanagement/viewBL.php, tests/documentmanagement/viewUI.inc: removed owl prefix from
  306 + table aliases
  307 + * presentation/: Html.inc, login.php, logout.php, webpageTemplate.inc: added copyright and gpl notice removed owl prefix from table aliases
  308 + * presentation/lookAndFeel/knowledgeTree/: create.php, dashboardBL.php, dashboardUI.inc, help.php, noAccess.php,
  309 + store.inc, store.php: removed @package
  310 + * presentation/lookAndFeel/knowledgeTree/: create.php,dashboardBL.php, dashboardUI.inc, help.php, noAccess.php,store.inc, store.php: added copyright and gpl notice removed owl prefix from table aliases
  311 + * presentation/lookAndFeel/knowledgeTree/subscriptions/: addSubscriptionBL.php, manageSubscriptionsBL.php,
  312 + removeSubscriptionBL.php, subscriptionUI.inc, viewAlertBL.php: added copyright and gpl notice removed owl prefix from table aliases
  313 + * presentation/lookAndFeel/knowledgeTree/:
  314 + foldermanagement/addFolderBL.php,
  315 + foldermanagement/addFolderCollaborationBL.php,
  316 + foldermanagement/addFolderCollaborationUI.inc,
  317 + foldermanagement/addFolderDocTypeBL.php,
  318 + foldermanagement/addFolderDocTypeUI.inc,
  319 + foldermanagement/addFolderUI.inc,
  320 + foldermanagement/addGroupFolderLinkBL.php,
  321 + foldermanagement/collaborationBL.php,
  322 + foldermanagement/collaborationUI.inc,
  323 + foldermanagement/deleteDependantDocumentBL.php,
  324 + foldermanagement/deleteDependantDocumentUI.inc,
  325 + foldermanagement/deleteFolderBL.php,
  326 + foldermanagement/deleteFolderCollaborationBL.php,
  327 + foldermanagement/deleteFolderCollaborationUI.inc,
  328 + foldermanagement/deleteFolderDocTypeBL.php,
  329 + foldermanagement/deleteFolderDocTypeUI.inc,
  330 + foldermanagement/deleteFolderUI.inc,
  331 + foldermanagement/deleteGroupFolderLinkBL.php,
  332 + foldermanagement/editBL.php,
  333 + foldermanagement/editGroupFolderLinkBL.php,
  334 + foldermanagement/editUI.inc, foldermanagement/folderUI.inc,
  335 + foldermanagement/groupFolderLinkUI.inc,
  336 + foldermanagement/modifyFolderDataBL.php,
  337 + foldermanagement/modifyFolderDataUI.inc,
  338 + foldermanagement/viewDependantDocumentsBL.php,
  339 + foldermanagement/viewDependantDocumentsUI.inc,
  340 + preferences/editPrefsSuccess.php,
  341 + preferences/editUserPrefsBL.php, preferences/editUserPrefsUI.inc,
  342 + search/advancedSearchBL.php, search/advancedSearchUI.inc,
  343 + search/advancedSearchUtil.inc, search/standardSearchBL.php,
  344 + search/standardSearchUI.inc: added copyright and gpl notice
  345 + removed owl prefix from table aliases
  346 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/:
  347 + addDocumentBL.php, addDocumentLinkBL.php, addDocumentLinkUI.inc,
  348 + addDocumentUI.inc, browseBL.php, browseUI.inc,
  349 + checkInDocumentBL.php, checkInDocumentUI.inc,
  350 + checkOutDocumentBL.php, checkOutDocumentUI.inc,
  351 + collaborationBL.php, collaborationRollbackBL.php,
  352 + collaborationRollbackUI.inc, collaborationUI.inc,
  353 + createDependantDocumentBL.php, createDependantDocumentUI.inc,
  354 + deleteDocumentBL.php, deleteDocumentUI.inc, documentUI.inc,
  355 + downloadBL.php, emailBL.php, emailUI.inc, modifyBL.php,
  356 + modifyGenericMetaDataBL.php, modifyGenericMetaDataUI.inc,
  357 + modifySpecificMetaDataBL.php, modifySpecificMetaDataUI.inc,
  358 + modifyUI.inc, moveDocumentBL.php, moveDocumentUI.inc,
  359 + removeDocumentLinkBL.php, removeDocumentLinkUI.inc,
  360 + templateDocumentBrowseBL.php, templateDocumentBrowseUI.inc,
  361 + viewBL.php, viewHistoryBL.php, viewHistoryUI.inc, viewUI.inc,
  362 + webDocumentBL.php, webDocumentUI.inc: added copyright and gpl
  363 + notice removed owl prefix from table aliases
  364 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/: addArchiveSettingsBL.php, archiveDocumentBL.php,
  365 + archiveSettingsUI.inc, modifyArchiveSettingsBL.php,
  366 + requestDocumentRestoreBL.php, restoreArchivedDocumentUI.inc:
  367 + added copyright and gpl notice removed owl prefix from table
  368 + aliases
  369 + * presentation/lookAndFeel/knowledgeTree/administration/doctypefieldmanagement/: assignDocTypeToFieldBL.php,
  370 + assignDocTypeToFieldUI.inc, removeDocTypeFromFieldBL.php,
  371 + removeDocTypeFromFieldUI.inc: removed old administration pages
  372 + * presentation/lookAndFeel/knowledgeTree/:
  373 + administration/admin.php, administration/adminUI.inc,
  374 + dashboard/news/displayNewsImage.php,
  375 + dashboard/news/displayNewsItem.php, discussions/addCommentBL.php,
  376 + discussions/addCommentUI.inc, discussions/viewDiscussionBL.php,
  377 + discussions/viewDiscussionUI.inc: added copyright and gpl notice
  378 + removed owl prefix from table aliases
  379 + * presentation/lookAndFeel/knowledgeTree/administration/:
  380 + usermanagement/addUserBL.php,
  381 + usermanagement/addUserToGroupBL.php,
  382 + usermanagement/addUserToGroupUI.inc,
  383 + usermanagement/addUserUI.inc, usermanagement/editUserBL.php,
  384 + usermanagement/editUserGroupsBL.php,
  385 + usermanagement/editUserGroupsUI.inc,
  386 + usermanagement/editUserUI.inc, usermanagement/listUsersBL.php,
  387 + usermanagement/listUsersUI.inc, usermanagement/removeUserBL.php,
  388 + usermanagement/removeUserFromGroupBL.php,
  389 + usermanagement/removeUserFromGroupUI.inc,
  390 + usermanagement/removeUserUI.inc,
  391 + websitemanagement/addWebsiteBL.php,
  392 + websitemanagement/addWebsiteSuccess.php,
  393 + websitemanagement/addWebsiteUI.inc,
  394 + websitemanagement/editWebsiteBL.php,
  395 + websitemanagement/editWebsiteUI.inc,
  396 + websitemanagement/listWebsitesBL.php,
  397 + websitemanagement/listWebsitesUI.inc,
  398 + websitemanagement/removeWebsiteBL.php,
  399 + websitemanagement/removeWebsiteUI.inc: added copyright and gpl
  400 + notice removed owl prefix from table aliases
  401 +
12 402  
13 403 Version 1.2.0
14 404 * Tue Aug 12 2003 Michael Joseph <michael@jamwarehouse.com>
... ...