Releases: HugoMaza/AyoWiki
Releases · HugoMaza/AyoWiki
v0.7.2
v0.7.1
v0.7.0
CHANGELOG
AyoWiki-0.7.0 - 2020-03-28
Added
- Images can be aligned to right, middle or left
- We can now insert https links
- All external links are open in a new window
- We can add all content we want before TOC
- Modern Look and feel
- Directory tree was changed to easy install. Just copy and paste, and you can start to work
- Easy to use Wiki Text editor
- Right float notes was added
Legacy Changes
AyoWiki was initially based on WikiLean 0.6.4.1 but, slightly improved and adapted to install and work easiest.
Version 0.6.3
- Default edit links for each header level 1-4 (defeated by user edit sections).
- Fixed bug with section editing.
- Fixed paragraph behavior after header.
Version 0.6.4
- Email password reset notification.
- Email notification on account changes and new accounts.
Version 0.6.2
- Document uploading and linking. Help#Documents
- Custom sidebar menu per page. Help#Customizing the Sidebar(Menu) Per Page
- Editable page sections (SYSOP function).Help#Restricted Editable Content Per Page
- Red,green,blue bold options added. Help#Bold, Italics, Indenting, Bullets, Horizontal Rule
Version 0.6.1
- Bugfix: Error when rendering the 2 styles of Doc links or Internal Links on same line.
- Non-functional: Moved Sandbox to its own directory, replaced big pdf test file with small one.
- Non-functional: Updated Help page.
Version 0.6.0
- Ability to upload documents as well as images and link to them.
Version 0.5.9
- Search page and functionality.
Version 0.5.8
- Bugfix: CRNL and a final NL were showing up in wiki files. Found out that even though binmode is used, textarea uses CRNL as separator even in multipart enc. Remove CRs before saving. Extra NL at end caused by revision tag NL insertion but when stripping, didn't strip out NL. Fixed.
- Upload page for images, etc.
Version 0.5.6.1
- Added Namespace protection system.
- removed hr from code for headers1-3 and use CSS to produce underlines.
- Bugfix: putting 2 images on same line produced rendering error. Made RE non-greedy.
Version 0.5.5
- Fixed bug with transcluded namespace:page
- Namespace listings - Find
Version 0.5.4
- Admin create account even when public can not.
- Account form validation.
- Private tag for making pages not viewable unless logged in and member of the specified group.
- Changed user account and group page format for normal wiki viewing.
Version 0.5.3
- Data collision on simultaneous page edits implementation.
- Bug fixes.
Version 0.5.2
- Fixed external and internal links on same line bug.
- Fixed external and email link icon bug.
- Old page saving (history)
- Namespace file handling routines (Namespace:Pagename)
- css conditional styles replacing conditional source code (cleanup&simpli)
- Page version comparison functionality.
Version 0.5.1
- Created template system.
- Created default Skin.
Version 0.5.0
- Added anchors to headers in html generation.
- Implemented login/logout and sessions.
- Implemented table of contents functionality.
- Implemented group rights access on pages.
- Moved login menu.
- Cleaned up dependencies, make strict and require fully qualified external references.
- Fixed bold bug and italics bug.
- Fixed update account bug w/respect to bad cookies.
- Finalized table implementation.