| 21 | = Testing Snapshot Releases = |
| 22 | |
| 23 | == 4.0.4-20110912 == |
| 24 | Features that should work: |
| 25 | |
| 26 | assign user icons to types (#49). |
| 27 | |
| 28 | Assign an icon to a topic type (and thus to all of its instances): |
| 29 | 1) Reveal the type |
| 30 | 2) Navigate to its "View Configuration" topic. You see the currently assigned icon at the top of the content panel. |
| 31 | 3) Press "Edit". You enter the view config's form. At the top you see the current icon. |
| 32 | 4) Press the "Choose" button besides the icon. You see the iconpicker dialog with a variety of icons. |
| 33 | 5) Pick one icon by clicking it. The iconpicker dialog closes. The picked icon appears in the form. |
| 34 | 6) Press "Save". Now the picked icon is assigned to the topic type and all instances are rendererd with the new icon. |
| 35 | |
| 36 | Add your own icons to the iconpicker: |
| 37 | 1) Drag'n'Drop an image file from your OS's file browser to the DM canvas. It appears as a "File" topic. |
| 38 | 2) Retype the file topic to "Icon" by choosing "Retype" from its context menu. The "Retype Topic" dialog box appears. |
| 39 | 3) Choose "Icon" from the menu and press "Retype". The dialog box closes and the topic is now an "Icon". From that moment it appears in the iconpicker dialog and can be used as described above. |
| 40 | |
| 41 | IMPORTANT: to use the file drag'n'drop feature in Firefox see here: |
| 42 | https://trac.deepamehta.de/ticket/78#comment:3 |
| 43 | |
| 44 | You must reset your DB. |
| 45 | Furthermore in the core (for developers): add hook PRE_UPDATE_TOPIC. |
| 46 | Close #49, #78, #82, #84, #85 |
| 47 | |
| 48 | ---- |
| 49 | |
| 50 | Files module: basically functional (#78) |
| 51 | |
| 52 | Functionality like in DM3: Drop a bunch of files and folders from your filebrowser to the DM canvas. They are now represented as topics (of type "File" resp. "Folder"). |
| 53 | |
| 54 | There are 2 features: |
| 55 | |
| 56 | 1) to open the file in its original application doubleclick the file topic. |
| 57 | |
| 58 | 2) to display the file contents right in DM's content panel click the file topic. |
| 59 | This is currently supported for: |
| 60 | |
| 61 | Plain text |
| 62 | Images |
| 63 | Audio |
| 64 | Video |
| 65 | PDF |
| 66 | |
| 67 | It should work with Firefox and Safari (Chrome not yet supported). |
| 68 | Audio/Video?/PDF capabilities rely on your browser plugins. Certainly there is e.g. a Firefox PDF plugin for your OS available on the net. |
| 69 | |
| 70 | IMPORTANT for Firefox: for the DM file handling capability to work you must set one particular preference. Type about:config in the Firefox address bar, then double-click the signed.applets.codebase_principal_support preference to set it to true (no Firefox restart required). Later on, when you drop a file to the canvas Firefox will ask you for permission to read the file. Click "Allow". |
| 71 | (If you not set the particular preference, or if you click "Deny", Firefox has no access to your local files for security reasons.) |
| 72 | This is only a workaround. Later versions of DM will not require this setting. |
| 73 | |
| 74 | With Safari no extra setup is required. |
| 75 | |
| 76 | See ticket #78. |
| 77 | |
| 78 | ---- |
| 79 | |
| 80 | Files module: file browser works! (#90) |
| 81 | Choose "New File Browser" from the create menu. |
| 82 | See ticket #90. |
| 83 | |
| 84 | ---- |
| 85 | |
| 86 | Proxy module: configurable IP ranges (#90). |
| 87 | |
| 88 | In ./pom.xml there is a new property: |
| 89 | <dm4.proxy.net.filter>127.0.0.1/32</dm4.proxy.net.filter> |
| 90 | |
| 91 | The default is as shown. |
| 92 | Only *one* range is supported for the moment. |
| 93 | |
| 94 | |
| 95 | |
| 96 | |
| 97 | |