Gnizr 2.4.0 Milestone 4 is now available for download.
- Download: gnizr-2.4.0-M4.zip
- How to install or upgrade
- Configure gnizr-config.xml for 2.4.0
- What has changed
HTML Tidy
In this release, new implementation has been added to restrict the kind of HTML tags are allowed in the "title" and the "notes" field of a saved bookmark. For example, users will no longer be allowed to add use "script" and "iframe" tags in the body of the bookmark notes.
Added more OpenSearch
We have added more OpenSearch engines to the default list. This list now includes search engines of del.icio.us, Live Search, Yahoo! News Search, YouTube, Wikipedia, and the New York Times.
Bookmark Export
Users can export their saved bookmarks to a file. In this release, exported bookmarks are saved in the Mozilla/Netscape bookmark file format. The export procedure exports both bookmarks and folders. If a bookmark appears in two or more folders, multiple copies of the bookmark will be created in each one of the folders. User can find the "bookmark export" function in "settings".
2 comments:
what is the appropriate value for active users in the database? acct_status is currently 0000000000 for all users, and I can't login.
thanks
rick
looks like this fixed it for me...inside mysql as my gnizr user:
update user set acct_status="0000000001";
Post a Comment