Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • bin
  • win32
  • schedulerServiceStatus.php
  • Merged in from DEV trunk... ...
    5df9da16
    KTS-2514
    "Indexing requirements is harsh currently as it requires all indexing issues to be resolved"
    Fixed. Added extractor table
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2522
    "Fatal Error when you perform a move and checkout"
    Fixed. Refactored the prune users function into the getsubscribers function, where it is passed an array of id's instead of an array of objects.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    KTS-2541
    "indexes must be applied to searchable fields when recreating indexes"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2529
    "Test open office document extractor"
    Updated. Extended KTUtil::findCommand to resolve python, php, and java in the stack
    
    KTS-673
    "The search algorithm needs some work"
    Updated. 
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    BBS-298
    "Mac OS X Webdav as 3rd Party Client"
    Updated. Added functionality to prevent the .DS_Store files and ._filename files from being uploaded when adding a document or folder. Added Goliath as a client. Removed the forward slash from the end of file names.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-673
    "The search algorithm needs some work"
    Updated. Made reference to DocumentIndexer
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated. Capitalise D
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated. Status dashlet must only show when there are no isssues
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated. Changed reference from lucene to Document Indexer
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1554
    "Implement a Scheduler"
    Updated. Added a check on the extension to ensure .sh scripts run on *nix and .bat on windows, etc.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2525
    "Create windows service to wrap around scheduler"
    Updated. Added taskrunner.bat and modified service scripts.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7457 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
    2007-10-22 15:58:55 +0000  
    Browse Code ยป
schedulerServiceStatus.php 64 Bytes
Edit Raw Blame History
1 2 3 4 5
<?php

var_dump(win32_query_service_status('ktscheduler'));

?>