My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Oct 01, 2009
    issue 20 (Need to package existing db for backup) reported by kishorekumar.mm   -   Database should be backed up as directed by the admin into tar zip files. Write modules to do this. Scheduling backups for later could also be done.
    Database should be backed up as directed by the admin into tar zip files. Write modules to do this. Scheduling backups for later could also be done.
  • Oct 01, 2009
    issue 19 (permission setting problem) commented on by kishorekumar.mm   -   Soluiton: untested ; change directory to belong to group www /nobody and set write permissions for us and the group and RO for others. Better solution: Log things into a database.
    Soluiton: untested ; change directory to belong to group www /nobody and set write permissions for us and the group and RO for others. Better solution: Log things into a database.
  • Oct 01, 2009
    issue 19 (permission setting problem) reported by kishorekumar.mm   -   What steps will reproduce the problem? 1. Clean install in RHEL What is the expected output? What do you see instead? Should include the logging to file. Had to disable logging to make things work.
    What steps will reproduce the problem? 1. Clean install in RHEL What is the expected output? What do you see instead? Should include the logging to file. Had to disable logging to make things work.
  • Oct 01, 2009
    issue 12 (Rethink design) commented on by kishorekumar.mm   -   Checking out AJAX, Don't want to use it though
    Checking out AJAX, Don't want to use it though
  • Oct 01, 2009
    issue 17 (Use my.cnf for passwords in accessMySQL.py) commented on by kishorekumar.mm   -   handled in other issues.
    handled in other issues.
  • Oct 01, 2009
    issue 9 (Use some framework) commented on by kishorekumar.mm   -   Evaluating Pylons now will incorporate in future versions
    Evaluating Pylons now will incorporate in future versions
  • Oct 01, 2009
    issue 5 (Test mysql connection integrity) commented on by kishorekumar.mm   -   Could read from the config file and use ConfigParser C ATTACH
    Could read from the config file and use ConfigParser C ATTACH
  • Aug 19, 2009
    Cons Wiki page commented on by kishorekumar.mm   -   Use WSGI Though we separate our application controller from the view. They still coupled in some ways.
    Use WSGI Though we separate our application controller from the view. They still coupled in some ways.
  • Aug 19, 2009
    Cons Wiki page edited by kishorekumar.mm   -   Revision r64 Edited wiki page through web user interface.
    Revision r64 Edited wiki page through web user interface.
  • Aug 19, 2009
    Cons Wiki page edited by kishorekumar.mm   -   Revision r63 Edited wiki page through web user interface.
    Revision r63 Edited wiki page through web user interface.
  • Aug 19, 2009
    Cons Wiki page edited by kishorekumar.mm   -   Revision r62 Edited wiki page through web user interface.
    Revision r62 Edited wiki page through web user interface.
  • Aug 19, 2009
    Cons Wiki page added by kishorekumar.mm   -   Revision r61 Created wiki page through web user interface.
    Revision r61 Created wiki page through web user interface.
  • Aug 19, 2009
    ChangeaccessMySqldbto Wiki page edited by kishorekumar.mm   -   Revision r60 Edited wiki page through web user interface.
    Revision r60 Edited wiki page through web user interface.
  • Aug 19, 2009
    ChangeaccessMySqldbto Wiki page added by kishorekumar.mm   -   Revision r59 Created wiki page through web user interface.
    Revision r59 Created wiki page through web user interface.
  • Aug 18, 2009
    issue 3 (Show large data set without fetching all the data in a singl...) commented on by kishorekumar.mm   -   http://www.jigar.net/demo/PagerControlSample/default.htm something like this
  • Aug 18, 2009
    issue 17 (Use my.cnf for passwords in accessMySQL.py) reported by kishorekumar.mm   -   Use my.cnf for passwords in accessMySQL.py
    Use my.cnf for passwords in accessMySQL.py
  • Aug 18, 2009
    issue 3 (Show large data set without fetching all the data in a singl...) commented on by kishorekumar.mm   -   Use pageNav on the client side.
    Use pageNav on the client side.
  • Aug 18, 2009
    issue 3 (Show large data set without fetching all the data in a singl...) commented on by kishorekumar.mm   -   scroll(self, value, mode='relative') Scroll the cursor in the result set to a new position according to mode. If mode is 'relative' (default), value is taken as offset to the current position in the result set, if set to 'absolute', value states an absolute target position
    scroll(self, value, mode='relative') Scroll the cursor in the result set to a new position according to mode. If mode is 'relative' (default), value is taken as offset to the current position in the result set, if set to 'absolute', value states an absolute target position
  • Aug 18, 2009
    issue 3 (Show large data set without fetching all the data in a singl...) commented on by kishorekumar.mm   -   Type CursorStoreResultMixIn object --+ | CursorStoreResultMixIn Known Subclasses: Cursor, DictCursor This is a MixIn class which causes the entire result set to be stored on the client side, i.e. it uses mysql_store_result(). If the result set can be very large, consider adding a LIMIT clause to your query, or using CursorUseResultMixIn instead.
    Type CursorStoreResultMixIn object --+ | CursorStoreResultMixIn Known Subclasses: Cursor, DictCursor This is a MixIn class which causes the entire result set to be stored on the client side, i.e. it uses mysql_store_result(). If the result set can be very large, consider adding a LIMIT clause to your query, or using CursorUseResultMixIn instead.
  • Aug 18, 2009
    issue 3 (Show large data set without fetching all the data in a singl...) commented on by kishorekumar.mm   -   use this. fetchone(self) Fetches a single row from the cursor. scroll(self, value, mode) Scroll the cursor in the result set to a new position according to mode.
    use this. fetchone(self) Fetches a single row from the cursor. scroll(self, value, mode) Scroll the cursor in the result set to a new position according to mode.
  • Aug 18, 2009
    issue 15 (Periodic check of database) reported by kishorekumar.mm   -   Periodic check of database Repair tables after unclean shutdown mysqlcheck --all-databases mysqlcheck --all-databases --fast Make this background/forced. Log the output/display it in logs(currently logs are disaled)
    Periodic check of database Repair tables after unclean shutdown mysqlcheck --all-databases mysqlcheck --all-databases --fast Make this background/forced. Log the output/display it in logs(currently logs are disaled)
  • Aug 18, 2009
    issue 14 (Adding icons beside connecetion requests) reported by kishorekumar.mm   -   Icons to represent various requests for easy identification.
    Icons to represent various requests for easy identification.
  • Aug 18, 2009
    javascriptcodesnippets1 (One-sentence summary of this page.) Wiki page added by kishorekumar.mm   -   Revision r58 Created wiki page through web user interface.
    Revision r58 Created wiki page through web user interface.
  • Jul 28, 2009
    issue 13 (Options to customize sorting request) reported by kishorekumar.mm   -   The requests are now sorted using internal parameters in the query, make it admin specified one. Use javascript on the request page table metadata to sort data.
    The requests are now sorted using internal parameters in the query, make it admin specified one. Use javascript on the request page table metadata to sort data.
  • Jul 28, 2009
    issue 12 (Rethink design) reported by kishorekumar.mm   -   Redesign to accommodate more functionality in the admin side. The present design cannot fit the bill for handling large datasets.
    Redesign to accommodate more functionality in the admin side. The present design cannot fit the bill for handling large datasets.
  • Jul 28, 2009
    issue 11 (Table format needs to be changed) reported by kishorekumar.mm   -   Change tables to optimize,
    Change tables to optimize,
  • Jul 28, 2009
    issue 10 (Sanitize form handling on server side) reported by kishorekumar.mm   -   Right now we check only for the length and aptness of the data input, need more to prevent XSS.
    Right now we check only for the length and aptness of the data input, need more to prevent XSS.
  • Jul 24, 2009
    issue 9 (Use some framework) reported by kishorekumar.mm   -   Handling of html from within the logic modules is restricting. Should keep them entirely separated. see printlayout.py files in cgi-bin. Mydbconnect is well separated.
    Handling of html from within the logic modules is restricting. Should keep them entirely separated. see printlayout.py files in cgi-bin. Mydbconnect is well separated.
  • Jul 24, 2009
    issue 8 (CSV output needs to be tidied up) reported by kishorekumar.mm   -   CSV output needs to be tidied up
    CSV output needs to be tidied up
  • Jul 24, 2009
    issue 7 (Need more than a modified cookie based handling of logins) reported by kishorekumar.mm   -   Relying cookies was a quick fix. need to kick in some more of session handling and restricting multiple single-user logins.
    Relying cookies was a quick fix. need to kick in some more of session handling and restricting multiple single-user logins.
  • Jul 24, 2009
    issue 6 (Need more graphing ) reported by kishorekumar.mm   -   Needs more network stats and graphing on the fly.
    Needs more network stats and graphing on the fly.
  • Jul 24, 2009
    issue 5 (Test mysql connection integrity) reported by kishorekumar.mm   -   We are using an internal MySql table to check for usernames entered Need to find a better way to handle this or verify it s goodness.
    We are using an internal MySql table to check for usernames entered Need to find a better way to handle this or verify it s goodness.
  • Jul 24, 2009
    issue 4 (javascript improvements for selecting and unselecting reques...) reported by kishorekumar.mm   -   Kick in some select all none labels/button for auto selecting data.
    Kick in some select all none labels/button for auto selecting data.
  • Jul 24, 2009
    issue 3 (Show large data set without fetching all the data in a singl...) reported by kishorekumar.mm   -   Like in http://code.google.com/apis/visualization/documentation/examples.html " display a large data set in a paged table visualization without fetching all the data in a single request. This is useful when there is a large amount of data and you want to avoid the overhead of requesting or storing all the data at once on your page." But the system cannot be expected to be connected to the net for this functionality. Have to implement it ourselves.
    Like in http://code.google.com/apis/visualization/documentation/examples.html " display a large data set in a paged table visualization without fetching all the data in a single request. This is useful when there is a large amount of data and you want to avoid the overhead of requesting or storing all the data at once on your page." But the system cannot be expected to be connected to the net for this functionality. Have to implement it ourselves.
  • Jul 24, 2009
    issue 2 (Using two different languages kinda sucks.) reported by kishorekumar.mm   -   Need to rewrite the client side module in pyhton for better integration.
    Need to rewrite the client side module in pyhton for better integration.
  • Jul 24, 2009
    issue 1 (Need a better installer) reported by kishorekumar.mm   -   No installer exists. Makefiles keep the files in the right condition. Should write a proper installer.
    No installer exists. Makefiles keep the files in the right condition. Should write a proper installer.
  • Sep 23, 2008
    Charts (One-sentence summary of this page.) Wiki page added by kishorekumar.mm
  • Sep 23, 2008
    Graphing (One-sentence summary of this page.) Wiki page added by kishorekumar.mm
  • Sep 23, 2008
    search (One-sentence summary of this page.) Wiki page added by kishorekumar.mm
  • Sep 23, 2008
    Export (One-sentence summary of this page.) Wiki page added by kishorekumar.mm
  • Sep 23, 2008
    NetworkUtils (One-sentence summary of this page.) Wiki page added by kishorekumar.mm
  • Sep 23, 2008
    ManReg (One-sentence summary of this page.) Wiki page added by kishorekumar.mm
  • Sep 23, 2008
    appreq (One-sentence summary of this page.) Wiki page added by kishorekumar.mm
  • Sep 23, 2008
    Requests (One-sentence summary of this page.) Wiki page added by kishorekumar.mm
  • Sep 23, 2008
    VariousInterfaces (One-sentence summary of this page.) Wiki page edited by kishorekumar.mm
  • Sep 23, 2008
    VariousInterfaces (One-sentence summary of this page.) Wiki page added by kishorekumar.mm
 
Hosted by Google Code