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
29 Nov, 2005
20 commits
  • - make this installable on normal MySQL by removing the DEFAULT CHARSET part. ...
    38cc4b65
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4259 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-29 14:58:11 +0000  
    Browse Code »
  • - add user assistance infrastructure. ...
    193d2591
    - 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
    Brad Shuttleworth authored
    2005-11-29 14:33:20 +0000  
    Browse Code »
  • Place the end-comment tag after the entire table, not the body. ...
    3921a7d2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4257 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 14:33:04 +0000  
    Browse Code »
  • Add kt-core-baseurl input to the standard page so that Javascript can ...
    74e8b349
    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
    Neil Blakey-Milner authored
    2005-11-29 14:32:36 +0000  
    Browse Code »
  • Tweak the columns - add creator and fix the path for the title column ...
    cc982bd2
    link.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4255 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 14:31:49 +0000  
    Browse Code »
  • Modernise to use the document collections system. ...
    f3ec1285
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4254 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 14:31:18 +0000  
    Browse Code »
  • Add BooleanSearchQuery, a document collections partial query that ...
    8df55057
    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
    Neil Blakey-Milner authored
    2005-11-29 14:30:55 +0000  
    Browse Code »
  • Add a link to the boolean search from the search portlet. ...
    e426a552
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4252 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 14:04:24 +0000  
    Browse Code »
  • Set (basic) breadcrumb information, and don't manually implement ...
    bca4e7db
    handleOutput.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4251 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 14:03:50 +0000  
    Browse Code »
  • Make permissionToSQL work with folders as well, optionally. ...
    e7f254be
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4250 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 13:45:21 +0000  
    Browse Code »
  • Make permissions take effect in default browse listing. ...
    386729c8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4249 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 13:44:07 +0000  
    Browse Code »
  • Include KTDashletPlugins.php for dashboard dashlets. ...
    a7591ee7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4248 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 13:13:06 +0000  
    Browse Code »
  • Allow the user to edit the current information, not make it all up from ...
    f79f6d32
    scratch.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4247 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 11:54:12 +0000  
    Browse Code »
  • Use the hook provided to allow for admins to search for a user in the ...
    d3d69194
    LDAP directory and to create a user with the details from the LDAP
    directory, authenticated from the LDAP directory from now on.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4246 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 11:48:10 +0000  
    Browse Code »
  • Add addUserFromSource, which is a hook available to authentication ...
    a07a3fde
    providers so that they can find and create a user from the
    authentication source.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4245 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 11:45:07 +0000  
    Browse Code »
  • If there are configured authentication sources, allow the admin to ...
    7454a8c6
    create a user from these sources.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4244 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 11:44:17 +0000  
    Browse Code »
  • Remove a bit of debugging left in the previous commit. ...
    cbb62b72
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4243 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 11:43:32 +0000  
    Browse Code »
  • Remove the old-style userCreateFromArray and the explicit constructor ...
    8c998603
    with parameters.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4242 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 11:43:08 +0000  
    Browse Code »
  • missed the template for notifications in prior checkin. ...
    1c793ab0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4241 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-29 10:22:53 +0000  
    Browse Code »
  • - add dashlets, which let plugins put items on the users dashboard. ...
    050426a4
    - made the dashboard not show plugins.
    - added plugin-helpers for dashlets.
    - fix typo in INSTALL.txt
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4240 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-29 10:21:56 +0000  
    Browse Code »

28 Nov, 2005
18 commits
  • Store the originally-requested page for after authentication succeeds. ...
    27a68e00
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4239 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 20:44:19 +0000  
    Browse Code »
  • Use the new authentication framework to authenticate the user into ...
    3b908692
    KnowledgeTree.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4238 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 20:39:09 +0000  
    Browse Code »
  • Use POST for login (to prevent passwords in the location bar) ...
    4caa5663
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4237 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 20:27:54 +0000  
    Browse Code »
  • Grab document type and set it at createFromArray-time. ...
    d284ecdd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4236 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 20:27:13 +0000  
    Browse Code »
  • Don't try set the document type to the folder default if the folder is ...
    d25707e1
    not set (for example, when using createFromArray).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4235 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 20:26:37 +0000  
    Browse Code »
  • The document count is returned as an integer now too. ...
    28833370
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4234 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 20:24:56 +0000  
    Browse Code »
  • folderCount is now returned as an integer, not an array. ...
    692f8d04
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4233 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 20:14:08 +0000  
    Browse Code »
  • Make sure we're getting our login/admin-requirements from the correct ...
    ba03ef8e
    location - the object, not local scope.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4232 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 20:12:57 +0000  
    Browse Code »
  • moved login page to newui. ...
    77b34e1b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4231 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-28 18:32:05 +0000  
    Browse Code »
  • brought browse.php to near-parity: all the basic columns are now in place. ...
    f4d46d73
    - sorting appears to still have a few glitches.
    - metadata columns are _not_ available, though they shouldn't be too difficult.
    - the columns are hardcoded:  we require at least title and selector, the rest should
      be moved into the db.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4230 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-28 17:14:55 +0000  
    Browse Code »
  • add revised preferences environment. ...
    ac8057ba
    - TODO add preferences tabs from plugins.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4229 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-28 16:05:06 +0000  
    Browse Code »
  • added incredibly bad developer-art as a placeholder for an icon-naming-scheme compatible icon-theme. ...
    7a876551
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4228 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-28 15:20:20 +0000  
    Browse Code »
  • - added rudimentary subscription support into notifications. ...
    6efad7db
    - extended notifications to be activation-aware (notify.php).
    - forced subscriptionengine::fireSubscription to generate notifications.
    - handle very simple subscription events.
    - made notifications more robust against data-values.
    - corrected a new bug in subscriptions.
    
    Note:
    
    - subscriptions needs to be completely revised:  it touches the code in 15 places, and is currently very hard to understand, extend and debug.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4227 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-28 14:27:37 +0000  
    Browse Code »
  • - corrected bug in user-editing which caused password to re-md5. ...
    4b42064f
    - added "doLimitedUpdate" utility method to User.inc, to blacklist update of s ome fields. (nbm, please review.)
      - added password-editing into userEdit.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4226 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-28 09:55:23 +0000  
    Browse Code »
  • Obsoleted by documentFields.php ...
    e8bd94b2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4225 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 00:17:32 +0000  
    Browse Code »
  • Obsoleted by userManagement.php ...
    3777dd77
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4224 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 00:16:40 +0000  
    Browse Code »
  • Send the text through as fSearchableText, not fSearchText. ...
    b8283401
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4223 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 00:01:17 +0000  
    Browse Code »
  • Use the searchable text criterion for the simple search (in the search ...
    32cf983f
    portlet).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4222 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-28 00:00:34 +0000  
    Browse Code »

27 Nov, 2005
2 commits
  • Only try index Microsoft Office files. ...
    3e298792
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4221 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-27 23:07:29 +0000  
    Browse Code »
  • Hook up the Excel indexer. ...
    de2e435e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4220 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-27 23:07:09 +0000  
    Browse Code »