blinking8s
03-25-2007, 07:51 AM
Ladies and gentleman, it's here.
We're looking for beta testers, people to install it, rip it apart, put it back together, upgrade, whatever you can think of.
Heck, if you feel like making a checklist of things to test, post it here.
Remember though, if you do upgrade your version on the server BACKUP EVERYTHING first...that means the files and the database.
Ok...so here it is.
Download: http://www.pixelpost.org/releases/pixelpost_v1-6beta.zip
I've setup a mirror on my site for people who are having issues downloading the beta.
http://labs.dview.us/other_files/files/pixelpost_v1-6beta.zip
You can verify that the mirror is the same as the "official" version by checking the MD5 Hash: 78153f831bbe612bce88cb466369ec41
A huge thank you to GeoS (http://forum.pixelpost.org/member.php?u=394) and schonhose (http://forum.pixelpost.org/member.php?u=2683), it's really THEIR pixelpost version, they put a massive amount of effort into this. As well as a special thanks to cancerbox (http://forum.pixelpost.org/member.php?u=2669) for his NEW template donation, horizon.
Changelog from Pixelpost 1.5 to Pixelpost 1.6
The Big Changes
* Tag support
* Secondary language support
* More anti-spam features
Feeds
* Now Pixelpost produces valid ATOM 1.0 feedUp to Version 1.5, Pixelpost produced valid ATOM 0.3 feed
* As the feedvalidator at www.feedvalidator.org issues deprecation warnings whenever it encounters Atom 0.3 feeds, this upgrade was really necessary
* RSS: <guid> no produces complete URL + index.php...
Example where nn stands for the image-number: <guid>http://www.yourdomainhere.de/index.php?showimage=nn</guid>
Security
* Comments enable/disable/modarated for individual posts
* More secure thanks to switching off by default error_reporting when not logged in
* Check if the commenter IP address is in the DSBL list @ http://www.dsbl.org. If it is, the user is redirected to a warning page mentioning the used address is blocked. Otherwise, comment gets trough
* Users can set the number of seconds between comments in the admin user panel. If a comment is posted before that the script dies because of a possible spam flood
Comments
* Bug fix with twice much <br /> in comments visible on page
* Markdown enable/disable
* Comments for an individual picture can now be disabled through editing picture properties or set when uploading a picture
* User comments with the same mail address as the admin mail address get a new style <li class="admin_comment"> to differentiate
* Fixed comment redirection when $_SERVER['HTTP_REFERER'] is empty
* Added new functionality: direct redirection after posting comment (without "thank you screen"); it needs <input type='hidden' name='withthankyou' value='no' /> in comment form (in template file)
Language and Tags
* Fixed a bug that the selected language for the blog was shown twice in the list
* Code added for selecting language files and language specific templates while maintaining backwards compatibility
* TAG replacement and stuff is added in an addon
* If no language is set the 'old' way is used to display the page
* Support for <LANGUAGE=XX> tags (creates url) and <ALTERNATIVE_LANGUAGE> tag (for switching between the secondary language)
* Added secondary language support for title and description
Usability
* Switch template select: removed duplicate entry
* Showing exif is an option in the admin panel
* Added Mark all images in admin area (see: http://forum.pixelpost.org/showthread.php?t=5361)
* Added a massdelete image option and a mass publish option
* Added additional info to the file upload error message when there are incorrect write rights to the /images directory
* Global setting, set through the Options, is used as default for new picture
* Nice error message when the user selects an alternative language similar to the default language
* Nice spam flood error message in the language file
Other Changes
* Many spelling errors corrected
* Addon type 'front' added for workspaces in the frontpage. See: http://forum.pixelpost.org/showthread.php?p=42907#post42907
* Added error_reporting switch. index.php?errors (E_ALL ^ E_NOTICE) or index.php?errorsall (E_ALL). Must be logged into admin to work
* Added a count_addon_admin_menus function. If count_addon_admin_menus > 0 then show HTML menu code. Otherwise don't show code
* Small bug where index.html needed to prevent folder browsing showed up in the selection lists for language and templates fixed
* When uploading picture Exif info is stored in database and on viewing restored from database
* Added SVN tags for development
* Fixed small bug when get_file_contents is disabled when checking for latest pixelpost version. if get_file_contents returns false, cURL method is tried. If cURL returns false, "Unable to retrieve current version" is displayed
* When gpc_magic_quotes is not set PP title and site url is escaped by using addslahes. Bug fix for http://forum.pixelpost.org/showthread.php?t=5366
* Added code for adding alt_fields in the categories table and tags table
* Fixed problem with incorrect variable name used for taking thumbnail image size
* Many more minor bugs fixed
Please report any bugs you may find in the Pixelpost 1.6.x (http://forum.pixelpost.org/forumdisplay.php?f=45) section of the forum, not in this thread. Make a new post.
We're looking for beta testers, people to install it, rip it apart, put it back together, upgrade, whatever you can think of.
Heck, if you feel like making a checklist of things to test, post it here.
Remember though, if you do upgrade your version on the server BACKUP EVERYTHING first...that means the files and the database.
Ok...so here it is.
Download: http://www.pixelpost.org/releases/pixelpost_v1-6beta.zip
I've setup a mirror on my site for people who are having issues downloading the beta.
http://labs.dview.us/other_files/files/pixelpost_v1-6beta.zip
You can verify that the mirror is the same as the "official" version by checking the MD5 Hash: 78153f831bbe612bce88cb466369ec41
A huge thank you to GeoS (http://forum.pixelpost.org/member.php?u=394) and schonhose (http://forum.pixelpost.org/member.php?u=2683), it's really THEIR pixelpost version, they put a massive amount of effort into this. As well as a special thanks to cancerbox (http://forum.pixelpost.org/member.php?u=2669) for his NEW template donation, horizon.
Changelog from Pixelpost 1.5 to Pixelpost 1.6
The Big Changes
* Tag support
* Secondary language support
* More anti-spam features
Feeds
* Now Pixelpost produces valid ATOM 1.0 feedUp to Version 1.5, Pixelpost produced valid ATOM 0.3 feed
* As the feedvalidator at www.feedvalidator.org issues deprecation warnings whenever it encounters Atom 0.3 feeds, this upgrade was really necessary
* RSS: <guid> no produces complete URL + index.php...
Example where nn stands for the image-number: <guid>http://www.yourdomainhere.de/index.php?showimage=nn</guid>
Security
* Comments enable/disable/modarated for individual posts
* More secure thanks to switching off by default error_reporting when not logged in
* Check if the commenter IP address is in the DSBL list @ http://www.dsbl.org. If it is, the user is redirected to a warning page mentioning the used address is blocked. Otherwise, comment gets trough
* Users can set the number of seconds between comments in the admin user panel. If a comment is posted before that the script dies because of a possible spam flood
Comments
* Bug fix with twice much <br /> in comments visible on page
* Markdown enable/disable
* Comments for an individual picture can now be disabled through editing picture properties or set when uploading a picture
* User comments with the same mail address as the admin mail address get a new style <li class="admin_comment"> to differentiate
* Fixed comment redirection when $_SERVER['HTTP_REFERER'] is empty
* Added new functionality: direct redirection after posting comment (without "thank you screen"); it needs <input type='hidden' name='withthankyou' value='no' /> in comment form (in template file)
Language and Tags
* Fixed a bug that the selected language for the blog was shown twice in the list
* Code added for selecting language files and language specific templates while maintaining backwards compatibility
* TAG replacement and stuff is added in an addon
* If no language is set the 'old' way is used to display the page
* Support for <LANGUAGE=XX> tags (creates url) and <ALTERNATIVE_LANGUAGE> tag (for switching between the secondary language)
* Added secondary language support for title and description
Usability
* Switch template select: removed duplicate entry
* Showing exif is an option in the admin panel
* Added Mark all images in admin area (see: http://forum.pixelpost.org/showthread.php?t=5361)
* Added a massdelete image option and a mass publish option
* Added additional info to the file upload error message when there are incorrect write rights to the /images directory
* Global setting, set through the Options, is used as default for new picture
* Nice error message when the user selects an alternative language similar to the default language
* Nice spam flood error message in the language file
Other Changes
* Many spelling errors corrected
* Addon type 'front' added for workspaces in the frontpage. See: http://forum.pixelpost.org/showthread.php?p=42907#post42907
* Added error_reporting switch. index.php?errors (E_ALL ^ E_NOTICE) or index.php?errorsall (E_ALL). Must be logged into admin to work
* Added a count_addon_admin_menus function. If count_addon_admin_menus > 0 then show HTML menu code. Otherwise don't show code
* Small bug where index.html needed to prevent folder browsing showed up in the selection lists for language and templates fixed
* When uploading picture Exif info is stored in database and on viewing restored from database
* Added SVN tags for development
* Fixed small bug when get_file_contents is disabled when checking for latest pixelpost version. if get_file_contents returns false, cURL method is tried. If cURL returns false, "Unable to retrieve current version" is displayed
* When gpc_magic_quotes is not set PP title and site url is escaped by using addslahes. Bug fix for http://forum.pixelpost.org/showthread.php?t=5366
* Added code for adding alt_fields in the categories table and tags table
* Fixed problem with incorrect variable name used for taking thumbnail image size
* Many more minor bugs fixed
Please report any bugs you may find in the Pixelpost 1.6.x (http://forum.pixelpost.org/forumdisplay.php?f=45) section of the forum, not in this thread. Make a new post.