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
  • lib
14 Dec, 2005
4 commits
  • Add options to pexec, so that it can be used to, for example, append the ...
    fb8fbda9
    output of a command to a given file.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4434 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-14 11:35:38 +0000  
    Browse Dir »
  • Use KTUtil::findCommand to find the unzip command. ...
    3ea6c41c
    Use pexec to execute the command.
    
    Use KTUtil::deleteDirectory to remove the traces during cleanup.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4433 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-14 11:21:57 +0000  
    Browse Dir »
  • Add KTUtil::findCommand, which finds a command based on its ...
    62797108
    configuration setting and potentially a default value.  Searches
    execSearchPath to find the full path to the command.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4432 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-14 11:21:04 +0000  
    Browse Dir »
  • Use KTUtil::pexec to call programs. ...
    5f03fa78
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4428 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-14 10:45:13 +0000  
    Browse Dir »

13 Dec, 2005
3 commits
  • Add pexec, which aims to portably execute a command on supported ...
    5abc7b54
    platforms.
    
    Add deleteDirectory, which tries to remove a directory and all its
    children in the most efficient manner.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4427 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-13 12:37:55 +0000  
    Browse Dir »
  • Use the original filename for determining the MIME type from the file ...
    f78544cf
    name.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4426 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-13 12:04:51 +0000  
    Browse Dir »
  • - transactions are now keyed on the namespace, so they should survive activati… ...
    91a9a4ab
    …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
    Brad Shuttleworth authored
    2005-12-13 09:55:34 +0000  
    Browse Dir »

12 Dec, 2005
12 commits
  • Rename a few remaining oModifiedDocument to oMovedDocument in the move ...
    5f1b2ad6
    subscription.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4420 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 19:52:32 +0000  
    Browse Dir »
  • If pathInfoSupport is disabled, use the fallback format. ...
    ae885ce5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4419 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 19:51:56 +0000  
    Browse Dir »
  • - add very simple document_type browsing into the system ...
    f58e00a8
    - 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
    Brad Shuttleworth authored
    2005-12-12 15:53:50 +0000  
    Browse Dir »
  • Ensure the context is saved by reference into the JavascriptObserver. ...
    bc56e320
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4414 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 15:35:31 +0000  
    Browse Dir »
  • Make the process of redirection somewhat controllable, by introducing ...
    c324b892
    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
    Neil Blakey-Milner authored
    2005-12-12 15:35:00 +0000  
    Browse Dir »
  • Add a channel for messages about document addition, in case anyone is ...
    30a08752
    interested in the process.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4407 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 15:22:23 +0000  
    Browse Dir »
  • Add document addition observers that control the UI component of ...
    85ac0eb0
    document addition.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4406 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 15:21:24 +0000  
    Browse Dir »
  • Don't use gettext on the field's descriptions. ...
    bcba8469
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4405 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 15:05:26 +0000  
    Browse Dir »
  • Make the template used by kt3template a class variable ...
    8d04edd0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4404 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 15:04:10 +0000  
    Browse Dir »
  • Remove unused login method on Authenticator base class. ...
    6dc0ec24
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4403 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 15:03:32 +0000  
    Browse Dir »
  • - add fieldset and description editing. ...
    9b9f2c28
    - 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
    Brad Shuttleworth authored
    2005-12-12 11:06:50 +0000  
    Browse Dir »
  • very simple dashlet disabling. ...
    821155c9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4396 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-12 10:22:32 +0000  
    Browse Dir »

08 Dec, 2005
12 commits
  • total revision of the subscription "engine" ...
    82dd1073
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4392 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-08 14:32:51 +0000  
    Browse Dir »
  • need an absoluteRootUrl for the notification email templates. ...
    199e6a18
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4390 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-08 14:30:47 +0000  
    Browse Dir »
  • Try to ensure that only a single instance of each plugin exists in a ...
    21305008
    request.  Implement getPlugins() for KTPluginUtil
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4386 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 14:20:52 +0000  
    Browse Dir »
  • Automatically call the register method on all registered plugins during ...
    9f79dc29
    loadPlugins()
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4377 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 14:05:26 +0000  
    Browse Dir »
  • Rename registerAdminCategories to registerAdminCategory. ...
    38c84422
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4376 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 14:04:55 +0000  
    Browse Dir »
  • Use KT_LIB_DIR rather than $default-based stuff. ...
    7adcd3c1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4375 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 14:04:39 +0000  
    Browse Dir »
  • Make sure admin dispatchers are set to the admin section for image ...
    f7bd960e
    replacement purposes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4374 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 14:03:56 +0000  
    Browse Dir »
  • Follow move of our own javascript files to resources/js/ ...
    41bdbe1e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4371 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 12:22:11 +0000  
    Browse Dir »
  • Remove the old store mechanism ...
    55dccb4d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4365 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 11:37:02 +0000  
    Browse Dir »
  • Remove old PatternCreate and create.php. ...
    90805557
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4364 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 11:20:58 +0000  
    Browse Dir »
  • Remove "system settings" until we have database-backed configuration ...
    afbc2a94
    again.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4360 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 11:13:51 +0000  
    Browse Dir »
  • Call parent constructor ...
    6ca18def
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4351 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 10:39:59 +0000  
    Browse Dir »

06 Dec, 2005
6 commits
  • Automatically set the breadcrumbs for admin pages. ...
    6f91a9ea
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4348 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-06 16:35:26 +0000  
    Browse Dir »
  • Add i18n function around translatable text in lib ...
    ec61960e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4346 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-06 13:16:45 +0000  
    Browse Dir »
  • This file isn't used anymore. ...
    d43b728c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4345 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-06 12:16:55 +0000  
    Browse Dir »
  • This file is no longer used. ...
    d05dd0aa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4344 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-06 12:11:29 +0000  
    Browse Dir »
  • This file hasn't been used for quite some time... ...
    c41edbd1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4343 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-06 12:09:03 +0000  
    Browse Dir »
  • This file is unused. ...
    2653988f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4342 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-06 11:56:13 +0000  
    Browse Dir »

05 Dec, 2005
3 commits
  • Add an {i18n} block function for marking up translatable sections of ...
    a288fc86
    templates.  Allows for variable substitution post-translation.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4333 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 16:57:34 +0000  
    Browse Dir »
  • Allow for plugins to register i18n domains ...
    dea37857
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4332 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 16:56:35 +0000  
    Browse Dir »
  • Add an i18n infrastructure that allows for multiple different domains to ...
    d4fb2391
    receive translations from.  This allows for plugins to bind an i18n
    domain name to their translations, allowing for plugins to be shipped
    with their own gettext po/mo files and be displayed with the most
    appropriate translation.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4331 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 16:56:11 +0000  
    Browse Dir »