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
9 commits
  • 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 Code »
  • Make sure we quit after redirecting, so that the existing connection ...
    943aba1d
    doesn't do something silly.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4330 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 16:53:25 +0000  
    Browse Code »
  • Obsoleted by new UI ...
    e58e4ed1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4329 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 14:58:39 +0000  
    Browse Code »
  • No more users of PatternTableLinks ...
    c635b065
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4328 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 14:34:33 +0000  
    Browse Code »
  • No more users of PatternMainPage remaining. ...
    667517e4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4327 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 14:31:39 +0000  
    Browse Code »
  • Obsoleted by admin/dispatcher-based implementation ...
    7393aa04
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4326 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 14:07:16 +0000  
    Browse Code »
  • Obsolted by simple search. ...
    d4b22153
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4325 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 14:05:01 +0000  
    Browse Code »
  • Remove unused include of PatternBrowsableSearchResults and ...
    accb01ac
    already-implemented TODOs.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4324 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 14:01:24 +0000  
    Browse Code »
  • These files have been re-implemented using the Admin and Dispatcher ...
    6aeb5cde
    systems.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4323 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 13:59:53 +0000  
    Browse Code »

04 Dec, 2005
4 commits
  • Add deleteGroup method. ...
    5b037fa6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4322 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-04 10:49:06 +0000  
    Browse Code »
  • Folder actions live under "Browse Collections". ...
    2bab55d7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4321 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-04 10:39:18 +0000  
    Browse Code »
  • Correct breadcrumb detail for add folder to not say "add document". ...
    1a3ab5c8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4320 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-04 10:37:58 +0000  
    Browse Code »
  • Redirect to folder containing the document that was just deleted. ...
    297b2188
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4319 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner 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 ...
    c62a19c9
    for authentication to pass.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4317 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-02 11:50:33 +0000  
    Browse Code »
  • For some reason, ActiveDirectory lets you bind using a DN and a ...
    07ace593
    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
    Neil Blakey-Milner 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. ...
    5d69b169
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4315 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-02 11:49:34 +0000  
    Browse Code »
  • Remove commented out old getURL function. ...
    9ea38a9c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4314 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-02 11:48:41 +0000  
    Browse Code »
  • yet-another-conditional-fix. ...
    e7e4466d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4313 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-02 11:21:50 +0000  
    Browse Code »
  • conditional metadata didn't work. ...
    04be1b78
    surprise.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4312 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-02 11:01:58 +0000  
    Browse Code »
  • plugin pages should work in non-root situations. ...
    ea96db9f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4311 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-02 11:01:21 +0000  
    Browse Code »
  • getURL() is expected to include the root URL by itself now. ...
    e64e08c1
    Remove unused KTBuiltInFolderAction and friend.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4310 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-02 10:21:25 +0000  
    Browse Code »
  • getURL() is now expected to include KTRootUrl itself. ...
    304f037e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4309 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-02 10:19:01 +0000  
    Browse Code »
  • Make the Root URI for the install more readily available. ...
    cc5c566f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4308 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-02 10:17:57 +0000  
    Browse Code »
  • Cosmetic whitespace change. ...
    81c55594
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4307 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-02 10:03:04 +0000  
    Browse Code »
  • Add an include that is necessary to prevent problems if we are one of ...
    dff55cad
    the first plugins included.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4306 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-02 10:02:45 +0000  
    Browse Code »
  • Add more includes that are necessary if being one of the first plugins ...
    01a40365
    included.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4305 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-02 10:02:13 +0000  
    Browse Code »

01 Dec, 2005
14 commits
  • Use the requireJS* and requireCSS* API to add JS and CSS. ...
    75cd1e7d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4304 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-01 19:48:45 +0000  
    Browse Code »
  • Use requireJS* and requireCSS* API to add JS and CSS. ...
    2c9d3b29
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4303 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-01 19:47:54 +0000  
    Browse Code »
  • Pass the dispatcher in as the context to the template ...
    b72d7bfc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4302 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-01 19:47:30 +0000  
    Browse Code »
  • If sending an absolute path, make sure to prefix it with the rootUrl of ...
    4829d365
    the installation.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4301 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-01 19:46:09 +0000  
    Browse Code »
  • Pass the dispatcher into the page as the context. ...
    787a748c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4300 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-01 19:44:43 +0000  
    Browse Code »
  • Pass the dispatcher in as the context to the page. ...
    5c957c31
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4299 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-01 19:44:21 +0000  
    Browse Code »
  • Use requireJS* and requireCSS* to include css and javascript ...
    0868cd29
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4298 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-01 19:21:53 +0000  
    Browse Code »
  • Remove obsolete and unused file. ...
    5cd4bb08
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4297 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-01 19:04:52 +0000  
    Browse Code »
  • These are obsolete and not used anymore. ...
    e25a17fe
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4296 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-01 19:00:40 +0000  
    Browse Code »
  • Register the plugin ...
    60bfb933
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4295 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-01 18:56:00 +0000  
    Browse Code »
  • Make "simple search" require that the document be in "live" status. ...
    de9cc023
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4294 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-01 18:48:08 +0000  
    Browse Code »
  • If folderCount and/or documentCount are PEAR Errors, show an error and ...
    fc4fa61b
    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
    Neil Blakey-Milner authored
    2005-12-01 18:24:32 +0000  
    Browse Code »
  • - documents are now scanned & indexed on checkin. ...
    e71e6bb2
    - 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
    Brad Shuttleworth authored
    2005-12-01 16:39:54 +0000  
    Browse Code »
  • - legend text should always be black. ...
    6e9bc7ce
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4291 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-01 14:56:40 +0000  
    Browse Code »