Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 9,762
  • Compare
  • Branches 2
  • Tags 28
  • knowledgetree
01 Dec, 2005
13 commits
  • - legend text should always be black. ...
    dfdfe24f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4291 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-01 14:56:40 +0000  
    Browse Code »
  • don't print the permission id if its a PEAR::isError ...
    70e276ff
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4290 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-01 14:39:21 +0000  
    Browse Code »
  • Try harder to find a place for Smarty to put its cache files. Default ...
    fc03c660
    to /tmp if nothing is available, but otherwise use the newly-created
    var/tmp subdirectory within KnowledgeTree for such things.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4289 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 14:29:28 +0000  
    Browse Code »
  • Add a local tmp directory for (for example) compiled/cached smarty ...
    dd1f8a5d
    templates, since we do not know how to reliably find a temporary
    directory on all platforms.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4288 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 14:19:30 +0000  
    Browse Code »
  • - Correct the folder permission-edit issues. ...
    1a0e4d99
    - pass "context" into document_permissions
    - use Mochikit in document-permissions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4287 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-01 14:16:30 +0000  
    Browse Code »
  • admin is part of the administration section. ...
    7e2eff48
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4286 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-01 13:57:44 +0000  
    Browse Code »
  • Permissions page (folder) now uses the requireCSSStandalone, so it works on IE and Safari ...
    9f12103f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4285 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-01 13:57:14 +0000  
    Browse Code »
  • - portletbar needs to have a higher z-index, or portlets are unclickable. ...
    f61e5bb0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4284 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-01 13:56:21 +0000  
    Browse Code »
  • - handle the absence of portlets better in the UI by covering the whole screen. ...
    434f859e
    - correct the .noportlets class ITO the #content fix.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4283 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-01 10:14:00 +0000  
    Browse Code »
  • neil's rootUrl fix. ...
    c45bd5fb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4282 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-01 10:03:45 +0000  
    Browse Code »
  • If we are on Windows, allow for drive letters to be the start of an ...
    72c7fbf2
    absolute path.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4281 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 09:57:11 +0000  
    Browse Code »
  • - fix the css files to use relative urls, avoiding the degradation in sub-hosted environments. ...
    b8c1e6f3
    - correct a secondary degeneration in IE.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4280 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-01 09:28:57 +0000  
    Browse Code »
  • fix for IE not showing a scrollbar. ...
    fffd0f62
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4279 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-01 08:22:27 +0000  
    Browse Code »

30 Nov, 2005
18 commits
  • Add validation of the search string not being empty. ...
    ea391f91
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4278 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 21:12:06 +0000  
    Browse Code »
  • Remove call-time pass-by-reference, which causes issues on some PHP ...
    6cdbc0a9
    installs.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4277 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 19:59:18 +0000  
    Browse Code »
  • Add requires for plugin-related functionality. ...
    bd9d9c61
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4276 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 19:06:43 +0000  
    Browse Code »
  • Show workflow status properly. ...
    7ab42e4b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4274 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 14:41:13 +0000  
    Browse Code »
  • Show the metadata version of the document in the version history page. ...
    cd5a175d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4273 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 14:39:39 +0000  
    Browse Code »
  • Update the metadata version of a document after a metadata change. ...
    e742852d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4272 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 14:39:09 +0000  
    Browse Code »
  • Break history up into transaction history and version history. ...
    6acb6c30
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4271 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 14:38:39 +0000  
    Browse Code »
  • Get rid of the FIXMEs around last modified user and workflow status. ...
    97237601
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4270 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 14:38:07 +0000  
    Browse Code »
  • Be more defensive in terms of what is potentially getting passed to us. ...
    182f22bf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4269 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 14:37:39 +0000  
    Browse Code »
  • corrected version_history and metadata history. ...
    a24f1962
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4268 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-30 14:12:00 +0000  
    Browse Code »
  • Add "Edit Metadata" as a document action. ...
    1a396b9c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4267 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 13:31:06 +0000  
    Browse Code »
  • Add editDocument to the sitemap. ...
    46e0527f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4266 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 13:30:47 +0000  
    Browse Code »
  • Correct path to managing the document's workflow. ...
    338507f0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4265 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 13:10:51 +0000  
    Browse Code »
  • Fix a typo - it is fStartStateId, not fStartingStateId ...
    0b398a4d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4264 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 13:06:00 +0000  
    Browse Code »
  • If we have no parameters in our array, return an empty string. ...
    73323115
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4263 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 11:37:23 +0000  
    Browse Code »
  • Reorganise to make the database configuration more prominent, and remove ...
    552fcfb4
    unused configuration settings.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4262 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 10:22:06 +0000  
    Browse Code »
  • Updated documentation for KnowledgeTree 3 beta 1 release. ...
    71aa50ef
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4261 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 10:18:27 +0000  
    Browse Code »
  • - all subscription-notifications can now be cleared. ...
    d8170502
    - checked out documents are now listed.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4260 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-30 09:39:50 +0000  
    Browse Code »

29 Nov, 2005
9 commits
  • - make this installable on normal MySQL by removing the DEFAULT CHARSET part. ...
    3b669844
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4259 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-29 14:58:11 +0000  
    Browse Code »
  • - add user assistance infrastructure. ...
    4ebf668b
    - incorporate basic information on the installation / howto side of things
    - highlight the beta state.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4258 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-29 14:33:20 +0000  
    Browse Code »
  • Place the end-comment tag after the entire table, not the body. ...
    86eef6ef
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4257 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-29 14:33:04 +0000  
    Browse Code »
  • Add kt-core-baseurl input to the standard page so that Javascript can ...
    48a51e69
    know what the base url for the KT instance is.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4256 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-29 14:32:36 +0000  
    Browse Code »
  • Tweak the columns - add creator and fix the path for the title column ...
    3830f2aa
    link.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4255 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-29 14:31:49 +0000  
    Browse Code »
  • Modernise to use the document collections system. ...
    7545ed81
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4254 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-29 14:31:18 +0000  
    Browse Code »
  • Add BooleanSearchQuery, a document collections partial query that ...
    ed5751d2
    responds to a boolean search or a saved search.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4253 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-29 14:30:55 +0000  
    Browse Code »
  • Add a link to the boolean search from the search portlet. ...
    26d2eb4c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4252 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-29 14:04:24 +0000  
    Browse Code »
  • Set (basic) breadcrumb information, and don't manually implement ...
    8a266b6c
    handleOutput.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4251 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-29 14:03:50 +0000  
    Browse Code »