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
12 commits
  • 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
10 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 »
  • Add an upgrade script to add authentication sources and the related user ...
    2ea484f9
    bits to the database.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4219 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-27 23:06:50 +0000  
    Browse Code »
  • Implement a Microsoft Office (Excel) spreadsheet indexer using xls2csv ...
    e63c202d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4218 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-27 23:06:14 +0000  
    Browse Code »
  • Near-final database layout for KT3 Beta 1 ...
    c494eebc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4217 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-27 22:51:17 +0000  
    Browse Code »
  • Correctly get the MIME type from the MIME type table. ...
    3ec0f8a9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4216 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-27 22:40:03 +0000  
    Browse Code »
  • Set the MIME type for documents as they are added. ...
    dce7a112
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4215 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-27 22:34:51 +0000  
    Browse Code »
  • Default to application/octet-stream, and use exec instead of system, ...
    2ce81fb1
    since it was outputting to the browser with system.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4214 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-27 22:33:40 +0000  
    Browse Code »
  • Ensure that mime_magic.magicfile exists before trying to use ...
    af97944e
    mime_content_type, as it fails with a fatal error (at least on my
    system) if this isn't set correctly (which it isn't by default on my
    system).
    
    Abuse '/usr/bin/file' if it is available.  If it gives us something that
    looks like a mime type, use it.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4213 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-27 22:15:08 +0000  
    Browse Code »
  • Use the '-w' parameter to catdoc to remove needless line wrapping. ...
    5afebcf4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4212 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-27 21:49:08 +0000  
    Browse Code »