[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/mydms/ -> changes.txt (source)

   1  -------------------------------------------------------------------
   2                       Changes in Version 1.4.3
   3  -------------------------------------------------------------------
   4  
   5  - Downloading document: fixed security bug 
   6  
   7  -------------------------------------------------------------------
   8                       Changes in Version 1.4.2
   9  -------------------------------------------------------------------
  10  
  11  - SQL injection bug fixed
  12  
  13  -------------------------------------------------------------------
  14                       Changes in Version 1.4.1
  15  -------------------------------------------------------------------
  16  
  17  - Security Bug fixed that allowed unauthorized users to view
  18    documents
  19  
  20  
  21  -------------------------------------------------------------------
  22                       Changes in Version 1.4
  23  -------------------------------------------------------------------
  24  
  25  - New interface for user- and group-administration
  26  
  27  - Delete old revisions
  28  
  29  - Folder- and document-chooser now show a collapsed tree by default
  30  
  31  - You can now prepare both personal and global lists of keywords and
  32    insert them easily for your documents
  33  
  34  
  35  -------------------------------------------------------------------
  36                       Changes in Version 1.3.1
  37  -------------------------------------------------------------------
  38  
  39  - Choose language and theme
  40    Users can now choose their preferred language and theme on the
  41    login-screen.
  42  
  43  - Split of language file
  44    inc.Language.php has been splitted so that every language is
  45    provided in its own file.
  46  
  47  - Added ADOdb
  48    Due to ADOdb MyDMS is no longer limited to MySQL. Every database
  49    that is supported by ADOdb can be used together with MyDMS
  50  
  51  - Admin-Tool: Overview of folders and documents
  52    A tool that shows a list of all folders and documents together 
  53    with the ACLs has been added. The section "admin-tools" will
  54    become bigger in the next versions (import files etc).
  55  
  56  -------------------------------------------------------------------
  57                       Changes in Version 1.3.0
  58  -------------------------------------------------------------------
  59  
  60  - New feature: Auto-Conversion to HTML
  61    When uploading files they are now converted to HTML automatically.
  62    So you can now even view Winword-files online with your favourite
  63    browser.
  64  
  65  - Integrated themes
  66    Themes (again: thanks to Marcel van Groenigen), which were only
  67    available by a seperate download so far, are now fully integrated
  68    into MyDMS.
  69    I'm looking forward to MacOS X Themes :-)
  70  
  71  - Fixed bug: Search function
  72    An error occured if no folder had been chosen. This has been fixed.
  73  
  74  
  75  -------------------------------------------------------------------
  76                       Changes in Version 1.2.1
  77  -------------------------------------------------------------------
  78  
  79  - Improved searching functionality
  80    MyDMS now offers you a lot more options to help you find exactly
  81    what you were looking for.
  82    This is only the first stop of improvement: Look forward to an
  83    even more powerful search engine in the next versions :-)
  84  
  85  - Security-Bug: Session-ID
  86    One could guess the session-id very easily, since it was only a
  87    two digit number. This has been corrected so that it should now
  88    be impossible to get illegal access this way.
  89    Tip: Empty tblSessions once a day (by a cron-job for example).
  90  
  91  
  92  -------------------------------------------------------------------
  93                       Changes in Version 1.2.0
  94  -------------------------------------------------------------------
  95  - Move documents and folders
  96    If you have put folders or documents to the wrong place or just
  97    want to re-organize the structure you can now easily move
  98    documents and folders.
  99  
 100  - New languages
 101    A Russian (thanks to Dmitri) and a Durch version (thanks to André
 102    Koot) are now available, too.
 103  
 104  - Upload-Bug
 105    With certain configurations moving the temporary file of on upload
 106    caused problems. MyDMS now uses the built-in move_uploaded_file()
 107    function to prevent this error.
 108  
 109  -------------------------------------------------------------------
 110                           Changes in Version 1.1.2
 111  -------------------------------------------------------------------
 112  
 113  - Sequence of Documents and Folders
 114    One of the most wanted features has been realized: The user has
 115    now full control of the sequence in which documents and folders
 116    appear in the system.
 117  
 118  - Related Documents
 119    Every documents now has a list of link to related documents.
 120    There are two kinds of links: public and private ones; public
 121    links can be seen by anyone, while private ones are only visible
 122    to the user that created them.
 123    Users with read-only access can only add private links, while
 124    users with at least read-write access can decide which type of
 125    link they want to add.
 126    Private links can only be deleted by the user that has created
 127    them while public links - no matter who created them - can be
 128    deleted by all users with read-write access.
 129  
 130  - Fixed Bug: Delete documents
 131    When deleting documents they were removed only from the database.
 132    The files in the content-directory were kept.
 133  
 134  - Fixed Bug: View and download documents.
 135    Very ling filenames (more than 70 characters) caused problems
 136    with viewing and downloading of documents. By runnning the
 137    db-update filenames with up to 150 characters are now possible.
 138  
 139  
 140  -------------------------------------------------------------------
 141                           Changes in Version 1.1.1
 142  -------------------------------------------------------------------
 143  
 144  - Spanish translation
 145    Eugenio Ramajo has completely translated MyDMS to Spanish
 146  
 147  - Disable guest-login
 148    You can now disable the guest-login introduced in Version 1.1.0
 149    by setting $_enableGuestLogin to false.
 150  
 151  - Confirmation for deletion
 152    When deleting documents or folders you now have to confirm this
 153    action to prevent you from accidentaly deleting important data.
 154  
 155  - Security improved
 156    By manually changing the folder-ID in the URL it was possible to
 157    "illegaly" show folders or documents (but downloading or viewing
 158    the actual content was not possible).
 159  
 160  
 161  -------------------------------------------------------------------
 162                           Changes in Version 1.1.0
 163  -------------------------------------------------------------------
 164  
 165  - Guest-Login
 166    You can now choose to log-in as guest so that you can access your
 167    documents more quickly. The guest user cannot be added to the ACLs.
 168    So take care that the default access is at least "read" if you wish
 169    to have access with the guest-user.
 170    You cannot edit the guest-users's account.
 171  
 172  - Download documents more quickly
 173    If you want to download the current version (or view it online) there
 174    is no more need to scroll to the end of the document's page: Now there
 175    is a button just on top of the site for downloading the current version.
 176  
 177  - Icons for Mime-Types
 178    According to the document's MIME-type an additional icon is show.
 179    (Icons from KDE3).
 180  
 181  - Correct filename when downloading
 182    When downloading a file it was named data.[extension] up to know. This has
 183    been replaced by the original filename.
 184  
 185  -------------------------------------------------------------------
 186                          Changes in Version 1.0.1
 187  -------------------------------------------------------------------
 188  
 189  - if you had the GNU test-package installed on your machine, the function
 190    getText() caused a fatal error. The problem was solved by renaming the
 191    function.


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7