Version 0.6 Main Bug fixes:
- Fixes problems rendering galleries.
- Text now wraps around left and right aligned images and thumbnails.
Other changes:
- The old [Gallery ...] markup is no longer supported. Users should update their pages to use [:Gallery ...].
- Embedding PHP code with tags is no longer supported. Users should use [:PHP] [/PHP] instead.
Version 0.5 Main Bug fixes:
- Links titles can contain quotation marks.
- Text with italic style no longer loses last character.
- Fixed bug affecting embedded PHP code.
Main Feature changes:
- New [:Raw] [/Raw] tags prevent gunther from processing a block of text in any way.
- You can now rename pages!
- Centre align an image with [@|imagename.jpg]
Other changes:
- Updated Quick Help to with new markup options.
- Templates for edit page and edit template page merged.
- Some edit page form UI improvements.
- User name can now contain hyphens.
- All special block tag names now start with a colon, for example, PHP block markup is now [:PHP] ... [/PHP]
Version 0.4 Bug fixes:
- Gunther now works correctly on servers running on a port other than port 80 (Mark Hollomon)
- Fixed bug during commit process. (Mark Hollomon)
- Fixed !!!! (h1) parsing
- Fixed left and right alignment of thumbnails.
- Gunther now generates correct URLs under https.
- A Gunther site can now run on a port other than port 80.
Feature changes:
- Column-span and row-span support for table cells.
- Gunther now stores pages as plain text on disk and no longer requires RCS (see release notes).
Other changes:
- Buttons on page listing to import and remove old RCS data.
Version 0.3 New Features:
- Image galleries!.
- Placeholder thumb output when not admin and thumb doesn't exist.
- Drop-shadow now rendered onto thumbnail image (no more table).
- Markup for ordered and unordered lists. Nested levels supported.
- White borders can be added to thumbnails with a 'b'. E.g. [@img.jpg:100x100b5].
- Italic, strikethrough, subscript, superscript, h1 (!!!!) markup added.
- [Edit PageName] links for appended to embedded page content when logged in.
- Added $is_admin boolean Smarty variable.
Bug Fixes:
- Default template improvements (better cross-browser compatability).
- Fixed broken images in Quick Help page.
- Linked images can be aligned left or right.
- Fixed bad edit link for missing page included in template.
- Fixed button labels on login page (943345).
- Non-admin can't create new thumbs.
Other Changes:
- Added CSS to default view template for lists.
Version 0.2 Core:
- Gunther now infers its configuration from its environment. No manual configuration required!
- New 'User Template' infrastructure.
- Main index.php avoids forwarding to view.php when displaying page 'index'.
- Switched to using $PATH_INFO instead of GET method when specifying page name to view.php (site pages will now be correctly indexed by search engine spiders).
- List of uploads on edit page.
- Uploads can now be deleted from the edit page.
- Improvements to Manage Website interface.
- .htaccess files added in appropriate places
Templates:
- Can upload files associated with templates (images etc).
- Now using Smarty for template processing.
- Page modification passed as Smart variable.
- Some smarty functions added (more to come).
Page Content:
- Smart new default view template.
- Thumbnail HTML now includes image width and height tags.
- Thumbnail links now work properly in Windows IE.
- New thumbnails are only created for an admin user.
- PHP code can be included in any page (delimited with <?php and ?> on separate lines)
Version 0.1 Initial Release
|
|