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
05 Dec, 2005
10 commits
  • Allow for plugins to register i18n domains ...
    a34e8450
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4332 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-05 16:56:35 +0000  
    Browse Code »
  • Add an i18n infrastructure that allows for multiple different domains to ...
    b11d0228
    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
    nbm authored
    2005-12-05 16:56:11 +0000  
    Browse Code »
  • Make sure we quit after redirecting, so that the existing connection ...
    61928461
    doesn't do something silly.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4330 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-05 16:53:25 +0000  
    Browse Code »
  • Obsoleted by new UI ...
    ff0f1a55
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4329 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-05 14:58:39 +0000  
    Browse Code »
  • No more users of PatternTableLinks ...
    423443f4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4328 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-05 14:34:33 +0000  
    Browse Code »
  • No more users of PatternMainPage remaining. ...
    76543999
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4327 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-05 14:31:39 +0000  
    Browse Code »
  • Obsoleted by admin/dispatcher-based implementation ...
    9e97723b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4326 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-05 14:07:16 +0000  
    Browse Code »
  • Obsolted by simple search. ...
    bb0c2096
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4325 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-05 14:05:01 +0000  
    Browse Code »
  • Remove unused include of PatternBrowsableSearchResults and ...
    b865c645
    already-implemented TODOs.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4324 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-05 14:01:24 +0000  
    Browse Code »
  • These files have been re-implemented using the Admin and Dispatcher ...
    f84b84d7
    systems.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4323 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-05 13:59:53 +0000  
    Browse Code »

04 Dec, 2005
4 commits
  • Add deleteGroup method. ...
    ffc1dbb3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4322 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-04 10:49:06 +0000  
    Browse Code »
  • Folder actions live under "Browse Collections". ...
    381659ad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4321 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-04 10:39:18 +0000  
    Browse Code »
  • Correct breadcrumb detail for add folder to not say "add document". ...
    4c7e0199
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4320 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-04 10:37:58 +0000  
    Browse Code »
  • Redirect to folder containing the document that was just deleted. ...
    d5e1796d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4319 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-04 10:34:55 +0000  
    Browse Code »

02 Dec, 2005
13 commits
  • Be slightly stronger in checkPassword - it has to return exactly true ...
    a4afbcb4
    for authentication to pass.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4317 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-02 11:50:33 +0000  
    Browse Code »
  • For some reason, ActiveDirectory lets you bind using a DN and a ...
    2c36e776
    password no matter what the password (or perhaps even DN).  But if it is
    in the form username@domain, it will check the password correctly.  Do
    that instead.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4316 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-02 11:49:48 +0000  
    Browse Code »
  • - new users could not login, since creation didn't md5 the passwords after the User.inc changes. ...
    2739f0e9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4315 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-02 11:49:34 +0000  
    Browse Code »
  • Remove commented out old getURL function. ...
    08b1edd4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4314 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-02 11:48:41 +0000  
    Browse Code »
  • yet-another-conditional-fix. ...
    e43f5f48
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4313 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-02 11:21:50 +0000  
    Browse Code »
  • conditional metadata didn't work. ...
    43e02466
    surprise.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4312 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-02 11:01:58 +0000  
    Browse Code »
  • plugin pages should work in non-root situations. ...
    009770d5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4311 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-02 11:01:21 +0000  
    Browse Code »
  • getURL() is expected to include the root URL by itself now. ...
    0ddc42ba
    Remove unused KTBuiltInFolderAction and friend.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4310 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-02 10:21:25 +0000  
    Browse Code »
  • getURL() is now expected to include KTRootUrl itself. ...
    3a2fc0ab
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4309 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-02 10:19:01 +0000  
    Browse Code »
  • Make the Root URI for the install more readily available. ...
    9576d09d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4308 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-02 10:17:57 +0000  
    Browse Code »
  • Cosmetic whitespace change. ...
    df775224
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4307 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-02 10:03:04 +0000  
    Browse Code »
  • Add an include that is necessary to prevent problems if we are one of ...
    4d020c91
    the first plugins included.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4306 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-02 10:02:45 +0000  
    Browse Code »
  • Add more includes that are necessary if being one of the first plugins ...
    8149ef3a
    included.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4305 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-02 10:02:13 +0000  
    Browse Code »

01 Dec, 2005
13 commits
  • Use the requireJS* and requireCSS* API to add JS and CSS. ...
    e4cc8f0c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4304 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 19:48:45 +0000  
    Browse Code »
  • Use requireJS* and requireCSS* API to add JS and CSS. ...
    5163b8e6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4303 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 19:47:54 +0000  
    Browse Code »
  • Pass the dispatcher in as the context to the template ...
    69b4a0a7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4302 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 19:47:30 +0000  
    Browse Code »
  • If sending an absolute path, make sure to prefix it with the rootUrl of ...
    adb2d76e
    the installation.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4301 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 19:46:09 +0000  
    Browse Code »
  • Pass the dispatcher into the page as the context. ...
    56d75bc5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4300 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 19:44:43 +0000  
    Browse Code »
  • Pass the dispatcher in as the context to the page. ...
    c0fd7e85
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4299 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 19:44:21 +0000  
    Browse Code »
  • Use requireJS* and requireCSS* to include css and javascript ...
    af876e0f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4298 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 19:21:53 +0000  
    Browse Code »
  • Remove obsolete and unused file. ...
    3493c2fd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4297 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 19:04:52 +0000  
    Browse Code »
  • These are obsolete and not used anymore. ...
    d1d5dfef
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4296 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 19:00:40 +0000  
    Browse Code »
  • Register the plugin ...
    13d37196
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4295 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 18:56:00 +0000  
    Browse Code »
  • Make "simple search" require that the document be in "live" status. ...
    98123565
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4294 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 18:48:08 +0000  
    Browse Code »
  • If folderCount and/or documentCount are PEAR Errors, show an error and ...
    bc1436a4
    proceed as if the error means there are no folders or documents
    respectively.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4293 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 18:24:32 +0000  
    Browse Code »
  • - documents are now scanned & indexed on checkin. ...
    de629254
    - old fulltext is also cleared out, so that all words don't rapidly become stopwords.
    - pdf, ps and plain text indexers added.
    - search portlet doesn't use a non-rootUrl relative url.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4292 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-01 16:39:54 +0000  
    Browse Code »