| [21] | 1 | CHANGELOG and HISTORY for Flutter |
|---|
| 2 | _________________________________ |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | = KEY =================== |
|---|
| 6 | # Breaks back-compat |
|---|
| 7 | ! Feature |
|---|
| 8 | - Bugfix |
|---|
| 9 | + Sub-comment |
|---|
| 10 | . Internal change |
|---|
| 11 | ========================== |
|---|
| 12 | |
|---|
| 13 | 0.2.26, released 2008-09-15 |
|---|
| 14 | - Fixed role management bugs. |
|---|
| 15 | |
|---|
| 16 | 0.2.25, released 2008-09-14 |
|---|
| 17 | ! Applied EIP for text fields and text areas. |
|---|
| 18 | |
|---|
| 19 | 0.2.24, released 2008-09-09 |
|---|
| 20 | - After creating a panel, the user is redirected to the panel page instead of panels page. |
|---|
| 21 | - Fixed the fields list of Write Panels of type Page. |
|---|
| 22 | |
|---|
| 23 | 0.2.23, released 2008-09-07 |
|---|
| 24 | ! Fields and groups are transfered from Modules to Write Panels. |
|---|
| 25 | ! Groups can be added at the right side of the post write menu. |
|---|
| 26 | ! If you are creating a new field and the name of the field already exist, you will be able to copy to the current panel. |
|---|
| 27 | |
|---|
| 28 | 0.2.22, released 2008-08-27 |
|---|
| 29 | ! Create an option in Flutter settings that allows the user to switch between flash and browser upload. |
|---|
| 30 | - Saving a post in a panel with no fields raises errors. |
|---|
| 31 | - flutter was over-ridding the main rich text editor settings. |
|---|
| 32 | - Saving a post without changing date field doesnât save the date, it should save todayâs date (default date). |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | 0.2.21, released 2008-08-21 |
|---|
| 36 | ! Enhancements to Edit-n-Place including proper rendering on any theme. |
|---|
| 37 | ! Supporting flash-based upload. |
|---|
| 38 | - Saving a post in a panel with no fields raises errors. |
|---|
| 39 | |
|---|
| 40 | 0.2.20, released 200die8-08-14 |
|---|
| 41 | ! The ability to duplicate fields and groups. |
|---|
| 42 | ! Passing module name as parameter to get function. |
|---|
| 43 | - The image thumbnail/edit button show up on the right side instead of left. |
|---|
| 44 | |
|---|
| 45 | 0.2.19, released 2008-08-7 |
|---|
| 46 | - Retrieving Checkbox-list and listboxes as array in get() function. |
|---|
| 47 | |
|---|
| 48 | 0.2.18, released 2008-08-6 |
|---|
| 49 | ! The ability to mark a field as Required. |
|---|
| 50 | ! Automatically update image thumbnail when it is uploaded. |
|---|
| 51 | ! Upload files once it is selected. |
|---|
| 52 | - A bug in SQL statement in Main.php. |
|---|
| 53 | - Adding apostrophes in fields options list. |
|---|
| 54 | |
|---|
| 55 | 0.2.17, released 2008-07-29 |
|---|
| 56 | ! A complete Flutter API with PHPdoc is generated in /docs/. |
|---|
| 57 | |
|---|
| 58 | 0.2.16, released 2008-07-28 |
|---|
| 59 | ! Checks whether folder permissions are set properly. |
|---|
| 60 | ! Display messages if the user has no modules. |
|---|
| 61 | ! Use php zip library to unzip modules if possible |
|---|
| 62 | ! Integrate more closely with the Role Manager plugin by creating roles for Flutter functionalities. |
|---|
| 63 | - Removing '<?=' from RCCWP_CustomWriteModulePage.php |
|---|
| 64 | - Fixing bugs in Layout tab on IE6 |
|---|
| 65 | |
|---|
| 66 | 0.2.15, released 2008-07-21 |
|---|
| 67 | - Fixed a bug in changing module template in Module Settings overlay. |
|---|
| 68 | |
|---|
| 69 | 0.2.14, released 2008-07-20 |
|---|
| 70 | - Fixed a bug on installing Flutter on php4 which says: "Fatal error: Cannot redeclare add_canvas_pages() " |
|---|
| 71 | |
|---|
| 72 | 0.2.13, released 2008-07-16 |
|---|
| 73 | - Tested on wordpress 2.6. |
|---|
| 74 | - Upgrading Flutter tables when a new Flutter version is installed. |
|---|
| 75 | - Cleaning canvas obselete code. |
|---|
| 76 | |
|---|
| 77 | 0.2.12, released 2008-07-15 |
|---|
| 78 | - Hide the "Style" tab by default |
|---|
| 79 | ! Use "echo" for printing from PHP to avoid php backward incompatability. |
|---|
| 80 | |
|---|
| 81 | 0.2.11, released 2008-07-13 |
|---|
| 82 | - Default template is not set automatically in Layout tab. |
|---|
| 83 | |
|---|
| 84 | 0.2.10, released 2008-07-10 |
|---|
| 85 | ! Styling Flutter admin pages. |
|---|
| 86 | |
|---|
| 87 | 0.2.9, released 2008-06-25 |
|---|
| 88 | ! The ability to import modules automatically by copying them into 'default_modules' folder. |
|---|
| 89 | |
|---|
| 90 | 0.2.8, released 2008-06-19 |
|---|
| 91 | - Upload form was not displayed properly with wp-post-rating plugin. |
|---|
| 92 | |
|---|
| 93 | 0.2.7, released 2008-06-16 |
|---|
| 94 | ! A new function named get_module to get the module directly without the need define it Layout. |
|---|
| 95 | ! A new option is added to Write Panel that always shows the write panel in management menu. |
|---|
| 96 | |
|---|
| 97 | 0.2.6, released 2008-06-14 |
|---|
| 98 | ! Hide Canvas and Hide Ink options in the options page. |
|---|
| 99 | ! Add a "reset modules" button. |
|---|
| 100 | ! Module description is transfered from configure.xml to the modules page. |
|---|
| 101 | - Populate template sizes combo-box based on selected item in template names in module settings. |
|---|
| 102 | - Tags area doesn't dissapear in write panels for WPMU even though you uncheck it. |
|---|
| 103 | - If there are certain zones that have modules assigned to them but are no longer present in the canvas.php file, the modules should go back to the shelf. |
|---|
| 104 | |
|---|
| 105 | 0.2.5, released 2008-06-10 |
|---|
| 106 | ! Added a new variable type named 'fileupload' to configure.xml that allows uploading files . |
|---|
| 107 | ! The audio player is bundled with Flutter. |
|---|
| 108 | - Solved two bugs in date field, adding multiple dates and editing date format. |
|---|
| 109 | |
|---|
| 110 | 0.2.3, released 2008-06-07 |
|---|
| 111 | ! New improvements to Canvas admin interface. |
|---|
| 112 | ! HTML Purifier is integrated into Flutter. |
|---|
| 113 | - Adding underscore to field name makes the field value unaccessible. |
|---|