-
"update the db install/upgrade scripts so that the php scripts that must be scheduled are referenced correctly" Updated. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7669 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Creation of a new thread fails with: 'DB error: unknown error'" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7611 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Compress all javascript includes and remove orphaned includes." Fixed. All large js file compressed and includes removed. Committed By: Jalaloedien Abrahams Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7601 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The search algorithm needs some work" Updated. added zseq_mime_extractors id Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7564 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Implement a dashlet for the scheduler" Updated. Updated paths of scheduled tasks. Committed by: Conrad Vermeulen Reviewed by: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7535 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Implement a Scheduler" Updated. add scheduled tasks to clean db Committed by: Conrad Vermeulen Reviewed by: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7512 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"new index recreate script needs to add indexes on fields used in advanced search" Done. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7498 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Allow reindexing of knowledgetree tables" Updated. some fields should not be null Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7497 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Adding a folder descendant lookup table for search" Added. Reviewed By: Kevin Fourie Committed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7492 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
-
"Indexing requirements is harsh currently as it requires all indexing issues to be resolved" Fixed. Added extractor table Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7444 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7388 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7381 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Update structure.sql and data.sql" Updated. Upgrades added and now using mysqldump to produce dumps. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7343 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Some database tables use unsigned int, but relations are mostly to signed int fields. This means foreign key constraints cannot be added easily." Fixed. Meant to update folders table, not documents. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7331 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add foreign key constraints to the database" Updated. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7330 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Some database tables use unsigned int, but relations are mostly to signed int fields. This means foreign key constraints cannot be added easily." Fixed. Meant to update folders table, not documents. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7329 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7311 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Scheduler: Change DB date format" Changed the DB to use datetime instead of a unix timestamp. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7307 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7306 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"plugin_rss is not an innodb table" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7305 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Adding a folder descendant lookup table for search" Added. Reviewed By: Kevin Fourie Committed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7304 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7270 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add KTScheduler to the enabled plugins list." Added. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7236 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7234 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Update structure.sql and data.sql" Updated. Upgrades added and now using mysqldump to produce dumps. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7228 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The search algorithm needs some work" Implemented. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7148 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add CheckedOut date so can track when documents were checked out" Implemented. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7147 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Implement a Scheduler" Added the upgrade patch. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7139 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Implement a Scheduler" Added the sql for creating the table containing the tasks Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7138 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Admin Version Notifier is displaying when it should not." Fixed. Updated database. Committed By: Kevin Fourie Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7105 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Committed By: Reviewed By: git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6819 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KnowledgeTree pre-3.0 upgrade problems" Updated. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6644 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"review default dataset shipped with KT" Added missing KTWebDAVDashletPlugin to data.sql. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6631 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"review default dataset shipped with KT" Updated data.sql. Fixed typo. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6614 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"review default dataset shipped with KT" Updated data.sql with omitted data. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6613 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
-
"review default dataset shipped with KT" Updated data.sql. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6601 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Upgrade fails from 3.3.3 Commercial to 3.3.6 Commercial" This seems to be a better fix. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6578 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Make \sql\mysql\install\rebuild.bat to take in parameters for database name. " Implemented. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6567 c91229c3-7414-0410-bfa2-8a42b809f60b