home *** CD-ROM | disk | FTP | other *** search
-
-
- _____ _ _ _ _ ___
- |_ _|_ _(_) ___ _ __ | |__ | |__ ___ / | / _ \
- | | | '_| |/ _ \| '_ \ | '_ \| '_ \/ __| | | | | | |
- | | | | | | (_) | | | | | |_) | |_) \__ \ | |_| |_| |
- |_| |_| |_|\___/|_| |_| |____/|____/|___/ |_(_)\___/
-
- © 1994/98 by Paul Spijkerman
- All Rights Reserved
-
-
- Update from V1.07 to V1.08
-
-
-
-
-
-
- Utils: UserEd, MailEd, MaintMod, FileEd, TMP, Tbulkupload, TrionRM
- Doors:
- Cfg:
-
-
-
- -Fixed a little problem with the UserEditor, I forgot to update
- the Questionair module, so every question had the answer of
- the first question.
-
- -In the GUI list code I forgot that when you select multiple
- selections you maybe want to unselect some.
-
- -Fixed a little problem in the GUI code, if you had the file editor
- up for selecting multiple files .. and you got the Move window
- overlapping the file window and clicked in the move window,
- the file exactly under the section on witch you clicked
- was selected/unselected. This was simply fixed by replacing
- the application pointer with the window pointer.
-
- -Fixed a little problem in maintmod, I forgot to put "" around
- file and user names when starting the file or user editor,
- which meant that names with spaces in them gave problems.
-
- -Updated MaintMod and TrionRM to new GUI code.
- Just noticed that through this change there are always
- 100 lastcallers in the TrionRM lastcaller list.
-
- -The GUI "list" code had a little problem, when you click on
- a list it returned the line number and the text in the line.
- When editing a list of files on disc, or a list of files in
- the filecat of a list of Users you want it to return the
- name of the file or user. But that name is hard to retrieve
- because there is maybe a number for it, there is text after
- the name, which gives problems with spaces, the last part
- of the name is not always shown or the first part is initialed
- to make some space. In the last version the list code is made
- dynamically so I could now easily add a new (invisible) field
- where the name is stored without conversions.
-
- In GUI editors when you click on an item it returns the
- number of the item and then the editor has to go through
- the list (on disk mostly) the find that item.
- With this change editors will be faster.
-
- Used the code in TrionRM to start the UserEditor when
- you click on a User in the LastCallers list.
-
- Changed the UserEditor so that there is no disk
- access needed to get the UserName when you click
- on a User in the UserList.
-
- Changed the FileEditor so that there is no disk access
- needed when you click on a file name in the file list
- to get the file name.
-
-
- -In the previous versions of the GUI editors the system
- had to know how many users or files there were in the
- list before it could open the window, so it first
- counted the items and when the window was opened the
- same list had to be loaded again to make the list.
- This is not necessary anymore because the list handler
- is now dynamic. This makes the Editors twice as fast.
-
- Removed the user count from the UserEditor.
-
- Removed the file count from the FileEditor.
-
- Changed it in MaintMod but it won't give more speed because
- the number of problems was obtained by looking at the size
- of the file with the problems.
-
-
- -Changed the FileEditor, Now you can select Multiple Files,
- but if you double click you end up in the file editor.
-
- If you click on the Move, Delete or Edit button multiple
- files are Moved, Deleted (to killedfiles) or edited.
-
-
- -Changed the UserEditor, Now you can select Multiple Users,
- but if you double click you end up in the User Editor.
-
- If you click on the Delete of Edit button multiple
- users are Deleted or Edited.
-
-
- -Fixed the User and File editor, if you clicked three times
- on the same file/user you got the editor twice.
-
-
- -Made a functional MailEditor to edit the mail.cfg
-
- ! (Could be Usefull to make a backup of your mail.cfg now)
-
- In the section list screen of the editor you can type in
- a node number and click on a number of secions.
- If you click on the "Add" button the node will be added
- to all the sections.
- If a section wasn't in the mail.cfg it will be if there
- was a node added to it and you click on the "update" button.
-
- With the "Remove" button you can remove a node from a lot
- of sections by just clicking on them.
-
- If you double click on a section you go to the Edit
- section screen where you will see a list of the
- nodes that are connected.
- If you click on a node and then on the "Remove" button
- you will delete one node.
- If you type a node number in the string gadget and
- then on the "Add" button then the node will be Added.
- If you click on a node to remove it the node will
- be transfered to the string gadget, so if you click
- on the Remove and then on the Add button the node
- will be removed and added again.
-
- Don't forget to click on "Update" before leaving the
- program of your changes will be lost.
-
-
- -Fixed version number en copyright year in bulkupload.
-
- -Fixed SeaDog datetime format in the mail processor
-
- -Changed the mail processor a little so echomail messages
- with no Origin, Seen-by: of path lines are moved to "BAD".
-
-