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
13 Dec, 2005
2 commits
  • Use the original filename for determining the MIME type from the file ...
    d7ceab99
    name.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4426 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-13 12:04:51 +0000  
    Browse Code »
  • - transactions are now keyed on the namespace, so they should survive activati… ...
    6000a5bd
    …on/de-activation better.
      - upgrade script for this change.
      - updated all components in this tree to use the new style transaction
      - pass a document, _not_ an id.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4425 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-13 09:55:34 +0000  
    Browse Code »

12 Dec, 2005
32 commits
  • Get resultUrl from the right place. ...
    fafd719b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4424 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 22:41:26 +0000  
    Browse Code »
  • Ensure that all self-directed forms use POST method and PHP_SELF action. ...
    93cc3ebb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4423 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 19:54:24 +0000  
    Browse Code »
  • Check the new logfile location. ...
    bb4a5e85
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4422 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 19:53:15 +0000  
    Browse Code »
  • Cater for pathInfoSupport being false. ...
    1a3e29f4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4421 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 19:52:59 +0000  
    Browse Code »
  • Rename a few remaining oModifiedDocument to oMovedDocument in the move ...
    6cfdd7fc
    subscription.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4420 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 19:52:32 +0000  
    Browse Code »
  • If pathInfoSupport is disabled, use the fallback format. ...
    405b3adf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4419 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 19:51:56 +0000  
    Browse Code »
  • Add KnowledgeTree/pathInfoSupport config option. ...
    e2e453e2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4418 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 19:51:33 +0000  
    Browse Code »
  • - add very simple document_type browsing into the system ...
    03e4bac2
    - considering adding all lookup fields, though that might get a little too "busy".
    - does not incorporate the category version yet, since it will need to have an upgrade from
      freetext to lookup.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4417 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-12 15:53:50 +0000  
    Browse Code »
  • Use POST for forms. ...
    0885e2a0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4416 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:36:25 +0000  
    Browse Code »
  • Use the new document addition observer system to display feedback to the ...
    388b9754
    user on how the import is going.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4415 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:36:06 +0000  
    Browse Code »
  • Ensure the context is saved by reference into the JavascriptObserver. ...
    e176633d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4414 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:35:31 +0000  
    Browse Code »
  • Make the process of redirection somewhat controllable, by introducing ...
    ef9b4f79
    the oRedirector attribute to KTDispatcher, which is called when a
    redirection is required.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4413 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:35:00 +0000  
    Browse Code »
  • Bare-bones top of page (without portlet, &c.), for when we have to ...
    282b6418
    output visible content over time.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4412 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:26:46 +0000  
    Browse Code »
  • Javascript for the JavascriptObserver during document addition ...
    4496415a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4411 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:25:29 +0000  
    Browse Code »
  • Move breadcrumbs handling into dispatcher constructor so that it is ...
    a314bc9c
    potentially translated.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4410 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:24:25 +0000  
    Browse Code »
  • Remove unused methods. ...
    fa63b635
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4409 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:23:51 +0000  
    Browse Code »
  • Move add document action into a separate file, and move control over UI ...
    c6ee5f7e
    to a document addition observer.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4408 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:23:16 +0000  
    Browse Code »
  • Add a channel for messages about document addition, in case anyone is ...
    91e0ef20
    interested in the process.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4407 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:22:23 +0000  
    Browse Code »
  • Add document addition observers that control the UI component of ...
    96624778
    document addition.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4406 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:21:24 +0000  
    Browse Code »
  • Don't use gettext on the field's descriptions. ...
    8108c83d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4405 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:05:26 +0000  
    Browse Code »
  • Make the template used by kt3template a class variable ...
    71be9a1a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4404 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:04:10 +0000  
    Browse Code »
  • Remove unused login method on Authenticator base class. ...
    dcd8c1d4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4403 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:03:32 +0000  
    Browse Code »
  • Start framework for handling platforms that don't (easily) support ...
    f3511ca4
    PATH_INFO.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4402 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 15:03:11 +0000  
    Browse Code »
  • Updated list of translatable phrases ...
    6e97137c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4401 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 14:39:57 +0000  
    Browse Code »
  • Extracts of translatable text from the templates. ...
    3882a499
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4400 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 14:39:27 +0000  
    Browse Code »
  • - add fieldset and description editing. ...
    7d775482
    - work around SMARTY bug w.r.t. i18n tags
    - add sql upgrade script for field and fieldset descriptions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4399 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-12 11:06:50 +0000  
    Browse Code »
  • upgrade script to add dashlet disabling. ...
    2ca0b858
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4398 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-12 10:47:01 +0000  
    Browse Code »
  • Next version is 2.99.5 ...
    dd5561b4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4397 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 10:36:07 +0000  
    Browse Code »
  • very simple dashlet disabling. ...
    6fad6bf1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4396 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-12 10:22:32 +0000  
    Browse Code »
  • No longer used. ...
    1705b79c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4395 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 10:21:01 +0000  
    Browse Code »
  • - no need to use a custom constructor. ...
    226b6a11
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4394 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-12 09:35:42 +0000  
    Browse Code »
  • improve coverage of the subscription messages. ...
    ae1ec44c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4393 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-12 09:33:39 +0000  
    Browse Code »

08 Dec, 2005
6 commits
  • total revision of the subscription "engine" ...
    f4b47b3f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4392 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-08 14:32:51 +0000  
    Browse Code »
  • - preferences can now actually be changed. ...
    3c642812
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4391 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-08 14:31:49 +0000  
    Browse Code »
  • need an absoluteRootUrl for the notification email templates. ...
    3560c1de
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4390 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-08 14:30:47 +0000  
    Browse Code »
  • Remove include of authenticationClass, due to new authentication system. ...
    558cefe5
    Remove include of the old "configuration from database" system, pending
    a new one.
    
    Temporarily disabled accept header processing.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4389 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-08 14:22:53 +0000  
    Browse Code »
  • Remove now-incorrect comments. ...
    c402db61
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4388 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-08 14:21:27 +0000  
    Browse Code »
  • Don't call the plugin's "register" method manually. ...
    65ce5894
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4387 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-08 14:21:10 +0000  
    Browse Code »