Change Log
November 8, 2007 (SVN 736)
- Change format of Amazon drag-and-drop to a small image that floats left. Also cleaned up some other drag-and-drop issues.
November 8, 2007 (SVN 735)
- Updated to Scriptaculous 1.8 and Prototype 1.6. This fixed a recursion problem with media drag-and-drop.
November 8, 2007 (SVN 733)
- Fixed a bug in FCKEditor 2.5beta that would pop-up a security paste dialog when trying to drag-and-drop from the File Upload plugin
November 7, 2007 (SVN 731)
- Added the Insert/Edit Image icon in the editor toolbar
- Took out the paste from Word icon in the editor toolbar
November 6, 2007 (SVN 730)
- Update FCKEditor to version 2.5beta which supports Safari and Opera
- Added a page browser and fixed uploads in FCKEditor
October 26, 2007 (SVN 728)
- Allows comma delimited lists of email address in the configuration "Signups CC" field so signup notifications can go to more than one email address
- Email forms now use the email address in "Signup CC" rather than "Emails From"
- Email forms can have a hidden field "email_to" and the form will be emailed to those email addresses.
- The "email_to" domain must be the same as the domain of an address in "Signups CC" or "Emails From" for security reasons.
- Note: if using three or more emails in the "email_to" field, separate them with commas and no space like this: "mail1@test.com,mail2@test.com,mail3@test.com"
October 19, 2007 (SVN 723)
- Enhanced file uploads to use Ajax so it stays in edit window during the upload
- Misc other file upload enhancement
October 19, 2007 (SVN 722)
- Allow alternate syntax for ERB commands using square brackets so they are visible in normal edit window
- Fixed SQL problems in WikiReference that would sometimes produce an exception when looking at a page revision
- Took out category code that wasn't being used
- Took out wiki param to WikiReference.link_type and using current_wiki instead
October 11, 2007 (SVN 718)
- Patched a security hole with file uploads
- Enhanced file uploads so that the upload directory can be specified in local_environment.rb and doesn't need to be in separate directories for each page
- When dragging a picture onto the page, it now is shown full size rather than being constrained to 50 pixels
October 10, 2007 (SVN 717)
- Orphan list is now correct - it only shows pages that can't be reached from the main pages. However for existing sites, it is necessary to convert left_menu to list format (SVN 711) and save any existing _menu or _left pages in order for the orphan list to be updated correctly.
October 10, 2007 (SVN 716)
- Enhanced left_menu so that if a link has an ID, then that will be used in a regular expression for selecting the menu item. For instance, if there is a menu item "Adopted" and page names "Adopted", "Adopted 1", "Adopted 2", then by setting the ID of the menu item to "adopted" (case insensitive) then when any of these pages is shown, the "Adopted" menu item will be selected.
October 9, 2007 (SVN 715)
- Navigation now has separate menu items for All Pages, Orphans and Wanted, and the latter two only appear when the user has at least an Editor role. This makes the All Pages page more suitable for a site-map.
October 8, 2007 (SVN 712)
- Added support for an icon to appear in the browser address bar (favicon). To use this feature place in the site directory (i.e.: /files/maxwiki") a "favicon.ico", "favicon.gif", or a "favicon.png" image (the latter two should be sized 16x16).
October 8, 2007 (SVN 711)
- When saving a page, href or src links that start with "../../" will have this deleted. This is necessary for file uploads on and sometimes when copying-and-pasting HTML.
- ERB method "left_menu" now deprecated, use list with class "left_menu" instead.
- Refactored Revision display_content and update_references.
- Fixed bug that sometimes caused includes to be rendered in Revision and sometimes through the ERB helper.
- Added current_wiki.current_page_name that gets set to the main page name that is being processed so Revision knows this when processing left_menu lists to select the correct list item
Instead of:
< %= left_menu 'About Us', 'Team', 'Contact' % >
Build a list whose source looks like:
Note that after creating the list, you will need to add class="left_menu" to the ul tag and add class="submenu" to the first li item.
October 5, 2007
- Enhanced the "All Pages" page (/_action/wiki/list) to not show the _left, _right and _menu pages
October 4, 2007
- The FCK link editor now puts in a slash '/' in front of the page name
- Updated the FCK link editor dialog to show "MaxWiki Page" rather than just "Wiki"
- Changed the FCK stylesheet to main.css so the styles in the editor window will look better (regression)
- Added MY_CONFIG[:hide_byline_author_link] config param so author info in the byline will not appear as page links
October 3, 2007
- Any text on the page that looks like an email link will be converted to an encoded mailto link to protect against spam harvesters
- Existing mailto links will not be converted