Giter VIP home page Giter VIP logo

opendms-dot-net's People

Watchers

 avatar

opendms-dot-net's Issues

New resource creation

Currently new resource creation works by making multiple calls to the couchdb 
both receiving and sending information.  Much of these communication sessions 
could be combined using bulk document operations.  This will require our 
transaction system to be expanded to cross document boundaries.

Original issue reported on code.google.com by [email protected] on 22 Jul 2011 at 10:30

Settings

It appears settings could be getting loaded from disk each time the static 
variable is accessed.  Basically, both ServerSettings and Settings need 
reworked.  This needs to be made into some sort of legitimate settings 
class/classes/system because the amount of potential settings are expected to 
grow.

Original issue reported on code.google.com by [email protected] on 13 Feb 2011 at 5:40

  • Blocking: #6

Superuser override

In permissions checking, if a user is defined as a superuser, it need not check 
global or resource permissions.  Superusers pass all checks.

Original issue reported on code.google.com by [email protected] on 12 Jul 2011 at 12:47

Insufficient Logging

Currently, most all logging is only done when an error occurs.  Logging needs 
to be much more liberal since we are now using log4net.

Original issue reported on code.google.com by [email protected] on 13 Feb 2011 at 5:36

  • Blocked on: #7

Rework Logger

Logger is gross, it has problems when running in the Server.  It needs 
researched to find a better method of implementation.

Original issue reported on code.google.com by [email protected] on 2 Feb 2011 at 5:05

Stop indexing usagerights

Currently the project has c-l index the usagerights.  This is pointless.  Thus, 
we need to tell c-l to ignore the usagerights for indexing.  

Robert Newson reminded me of this on Stackoverflow 
(http://stackoverflow.com/questions/7327502/using-couchdb-lucene-how-can-i-index
-an-array-of-objects-not-values).

This needs corrected in: 
OpenDMS.Storage.Providers.CouchDB.Transactions.Processes.Install

Developers that already have the source installed and running need to modify 
their _design/search document accordingly.

No other modifications are required.


Original issue reported on code.google.com by [email protected] on 8 Sep 2011 at 4:53

When saving an exported Common.NetworkPackage object to disk, the content of the file is overwritten, not deleted.

What steps will reproduce the problem?
1. Generate a meta asset
2. Reduce the total length of the xml data for the meta asset
3. Old information will trail the termination of the current meta asset xml 
marker.

What is the expected output? What do you see instead?
I expect to see the </MetaAsset> at the end, instead I see the data that had 
previously existed at its same location.


Original issue reported on code.google.com by [email protected] on 30 Jan 2011 at 1:46

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.