home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / docs / Updates / trion108.doc < prev    next >
Encoding:
Text File  |  1998-10-06  |  5.4 KB  |  149 lines

  1.  
  2.  
  3.         _____     _                  _     _              _    ___
  4.        |_   _|_ _(_) ___  _ __      | |__ | |__  ___     / |  / _ \
  5.          | | | '_| |/ _ \| '_ \     | '_ \| '_ \/ __|    | | | | | |
  6.          | | | | | | (_) | | | |    | |_) | |_) \__ \    | |_| |_| |
  7.          |_| |_| |_|\___/|_| |_|    |____/|____/|___/    |_(_)\___/
  8.  
  9.                         © 1994/98 by Paul Spijkerman
  10.                              All Rights Reserved
  11.  
  12.  
  13.      Update from V1.07 to V1.08
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.      Utils:   UserEd, MailEd, MaintMod, FileEd, TMP, Tbulkupload, TrionRM
  21.      Doors:   
  22.      Cfg:     
  23.  
  24.  
  25.  
  26.    -Fixed a little problem with the UserEditor, I forgot to update
  27.     the Questionair module, so every question had the answer of
  28.     the first question.
  29.  
  30.    -In the GUI list code I forgot that when you select multiple
  31.     selections you maybe want to unselect some.
  32.  
  33.    -Fixed a little problem in the GUI code, if you had the file editor
  34.     up for selecting multiple files .. and you got the Move window
  35.     overlapping the file window and clicked in the move window,
  36.     the file exactly under the section on witch you clicked
  37.     was selected/unselected. This was simply fixed by replacing
  38.     the application pointer with the window pointer.
  39.  
  40.    -Fixed a little problem in maintmod, I forgot to put "" around
  41.     file and user names when starting the file or user editor,
  42.     which meant that names with spaces in them gave problems.
  43.  
  44.    -Updated MaintMod and TrionRM to new GUI code.
  45.     Just noticed that through this change there are always
  46.     100 lastcallers in the TrionRM lastcaller list.
  47.  
  48.    -The GUI "list" code had a little problem, when you click on
  49.     a list it returned the line number and the text in the line.
  50.     When editing a list of files on disc, or a list of files in
  51.     the filecat of a list of Users you want it to return the
  52.     name of the file or user. But that name is hard to retrieve
  53.     because there is maybe a number for it, there is text after
  54.     the name, which gives problems with spaces, the last part
  55.     of the name is not always shown or the first part is initialed
  56.     to make some space. In the last version the list code is made
  57.     dynamically so I could now easily add a new (invisible) field
  58.     where the name is stored without conversions.
  59.  
  60.     In GUI editors when you click on an item it returns the
  61.     number of the item and then the editor has to go through
  62.     the list (on disk mostly) the find that item.
  63.     With this change editors will be faster.
  64.  
  65.     Used the code in TrionRM to start the UserEditor when
  66.     you click on a User in the LastCallers list.
  67.  
  68.     Changed the UserEditor so that there is no disk
  69.     access needed to get the UserName when you click
  70.     on a User in the UserList.
  71.  
  72.     Changed the FileEditor so that there is no disk access
  73.     needed when you click on a file name in the file list
  74.     to get the file name.
  75.  
  76.  
  77.    -In the previous versions of the GUI editors the system
  78.     had to know how many users or files there were in the
  79.     list before it could open the window, so it first
  80.     counted the items and when the window was opened the
  81.     same list had to be loaded again to make the list.
  82.     This is not necessary anymore because the list handler
  83.     is now dynamic. This makes the Editors twice as fast.
  84.  
  85.     Removed the user count from the UserEditor.
  86.  
  87.     Removed the file count from the FileEditor.
  88.  
  89.     Changed it in MaintMod but it won't give more speed because
  90.     the number of problems was obtained by looking at the size
  91.     of the file with the problems.
  92.  
  93.  
  94.    -Changed the FileEditor, Now you can select Multiple Files,
  95.     but if you double click you end up in the file editor.
  96.  
  97.     If you click on the Move, Delete or Edit button multiple
  98.     files are Moved, Deleted (to killedfiles) or edited.
  99.  
  100.  
  101.    -Changed the UserEditor, Now you can select Multiple Users,
  102.     but if you double click you end up in the User Editor.
  103.  
  104.     If you click on the Delete of Edit button multiple
  105.     users are Deleted or Edited.
  106.  
  107.  
  108.    -Fixed the User and File editor, if you clicked three times
  109.     on the same file/user you got the editor twice.
  110.  
  111.  
  112.    -Made a functional MailEditor to edit the mail.cfg
  113.  
  114.  !  (Could be Usefull to make a backup of your mail.cfg now)
  115.  
  116.     In the section list screen of the editor you can type in
  117.     a node number and click on a number of secions.
  118.     If you click on the "Add" button the node will be added
  119.     to all the sections.
  120.     If a section wasn't in the mail.cfg it will be if there
  121.     was a node added to it and you click on the "update" button.
  122.  
  123.     With the "Remove" button you can remove a node from a lot
  124.     of sections by just clicking on them.
  125.  
  126.     If you double click on a section you go to the Edit
  127.     section screen where you will see a list of the
  128.     nodes that are connected.
  129.     If you click on a node and then on the "Remove" button
  130.     you will delete one node.
  131.     If you type a node number in the string gadget and
  132.     then on the "Add" button then the node will be Added.
  133.     If you click on a node to remove it the node will
  134.     be transfered to the string gadget, so if you click
  135.     on the Remove and then on the Add button the node
  136.     will be removed and added again.
  137.  
  138.     Don't forget to click on "Update" before leaving the
  139.     program of your changes will be lost.
  140.  
  141.  
  142.    -Fixed version number en copyright year in bulkupload.
  143.  
  144.    -Fixed SeaDog datetime format in the mail processor
  145.  
  146.    -Changed the mail processor a little so echomail messages
  147.     with no Origin, Seen-by: of path lines are moved to "BAD".
  148.  
  149.