Ignore:
Timestamp:
08/20/09 14:43:59 (15 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9497 r9498  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2009/08/20 Daniela Dorner
     22
     23   * datacenter/db/include.php:
     24     - implemented 'First' and 'Last' links for the table, moved
     25       creation of link into function ReplaceInUri()
     26     - added display of total number of results (without LIMIT) at end
     27       of table
     28     - changed CheckBox2() to use SESSION variables
     29     - added new buttons for builddatasets.php in PrintMagicTable()
     30       (above and below the table in case form with POST is used),
     31       function PrintDisplaySequencesButtons()
     32     - added function GetClearedURL() to ensure that variables for
     33       insert, display of selected sequences and download of files, are
     34       removed in the case POST and not GET is used (needed only for
     35       additional buttons in builddatasets.php)
     36     - removed $_GET from some functions
     37
     38   * datacenter/db/menu.php:
     39     - removed $_GET from Init functions
     40     - moved init-function of builddatasets.php here:
     41       InitBuildDataSets()
     42     - adapted init of builddatasets
     43     - added init of fOnlySum
     44     - fixed typo in init of fProposalName
     45     - changed input of Star-Done Range from 10 to 19 digits
     46
     47   * datacenter/db/ctamcinfo.php, datacenter/db/magicdefs.php,
     48     datacenter/db/mcdefs.php, datacenter/db/ctadefs.php:
     49     - removed $_GET from some functions
     50
     51   * datacenter/db/builddatasets.php:
     52     - changed from $_GET and $_POST to $_SESSION to avoid interaction
     53       problems between GET and POST
     54     - provide possibility to select sequences from several pages
     55       (Next/SortBy/...)
     56     - new buttons: 'Display Selected/All Sequences', 'Get Dataset File'
     57     - bugfix in download of txt-File
     58     - removed $_GET from some functions
     59     - added user management
     60     - updated and enhanced lower part (information about data set)
     61
     62   * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
     63     datacenter/db/datacheck.php, datacenter/db/datasetinfo.php,
     64     datacenter/db/datasetinfo-aio.php, datacenter/db/dbstatus.php,
     65     datacenter/db/findoffdata.php, datacenter/db/index.php,
     66     datacenter/db/mcinfo.php, datacenter/db/opticaldata.php,
     67     datacenter/db/printtable.php, datacenter/db/querycal.php,
     68     datacenter/db/querymc.php, datacenter/db/queryrbk.php,
     69     datacenter/db/queryseq.php, datacenter/db/querystar.php,
     70     datacenter/db/runinfo.php, datacenter/db/runinfo-aio.php,
     71     datacenter/db/sequinfo.php, datacenter/db/sequinfo-aio.php,
     72     datacenter/db/sources.php, datacenter/db/statusrps.php,
     73     datacenter/db/statussbs.php, datacenter/db/statussps.php:
     74     - changes needed for 'Last' link and display of total number of
     75       results
     76
     77
     78
    2179 2009/08/18 Thomas Bretz
    2280
     
    2684
    2785   * mjobs/MJob.cc:
    28      - output the name of the resoruce file in SetupEnv for convinience
     86     - output the name of the resource file in SetupEnv for convinience
    2987
    3088   * mjobs/MJCut.cc:
Note: See TracChangeset for help on using the changeset viewer.