| Author | Message |
| Post Title: phpBB2/Gallery2 Integration Package | |
dari
Joined: Mar 03, 2003 Posts: 6318 Location: Washington Township, NJ, USA
|
Posted: Sun Sep 18, 2005 6:48 am
You can download the latest package from http://www.nukedgallery.net/downloads-cat12.html . This is updated with every new release of the integration package.
ChangeLog Code: › 2008-09-10 Scott Gregory <jettyrat@jettyfishing.com> 0.5.12
* Fix: Some reported bugs (Thanks to PoPoutdoor) 2008-01-26 Scott Gregory <jettyrat@jettyfishing.com> 0.5.11 * New: g2image is now a drop-in for future upgrades. Only 2 files are modified. (init.php and jscripts/functions.js) * New: Added mods to allow all g2image insert options, including lightbox. * New: lang_convert.class file to bring language preference from phpBB2 to Gallery2 and updates to g2helper.inc and admin/gallery2_export.php to utilize new class during user export and creation. * New: Function to check the status of G2 modules in g2helper.inc per phpBB3. * Update: integration_mods.txt - various changes. * Update: Merged the former addons to the core integration. * Update: Split some mods out of integration_mods.txt for ease of maintenance and installation (language and template mods). * New: Mod files for various features of the integration (g2image, gallery2, gallery-embed, lightbox and url-rewrite mods). * Update: Reworked Readme.html to make the installation instructions more thorough. * New: Added docs directory for all documentation files. * New: Added mods directory for all mod files. * New: ACP G2 link mods settings control similar to phpBB3. * New: memberlist now links to users gallery similar to phpBB3. * Update: Removed gallery link setting from users profile page as it is now controlled by the ACP link settings. * Update: admin/gallery2_export.php now uses the username as the default password for existing G2 users instead of a blank password per phpBB3 fix. * Fix: mapAllGalleryLinks function in g2helper.inc per phpBB3 fix. * Fix: externalIdMap entry is created for existing G2 users imported to phpBB2 in admin/gallery2_export.php per phpBB3 fix. * Fix: externalIdMap entry is removed for existing G2 users deleted during export in admin/gallery2_export.php per phpBB3 fix. * (All phpBB3 fixes backported from integration version 0.0.4) 2007-07-03 Scott Gregory <jettyrat@jettyfishing.com> 0.5.10 * Fix: CRLF encoding. Props to gmaki. * Fix: MOD file now Easy-MOD compatible. Props to Taomyn 2007-04-10 Dariush Molavi <dari@nukedgallery.net> 0.5.9 * New: Nukedgallery.net logo. 2006-10-04 Scott Gregory <jettyrat@jettyfishing.com> 0.5.8 * Fix: Made Readme file xhtml compliant again * Update: Added statement in Readme that the Image Block module is required for the image selector to work properly. * Update: Fixed minor errors in integration_mods.txt (Thanks to Emanuelle82) * New: Added mod instruction that allows gallery2 table to be saved and restored along with the other phpBB tables. (Thanks to Emanuelle82) * New: Added unmapping capability (includes 2 new files, admin/gallery2_unmap.php and templates/subSilver/admin/gallery2_unmap_confirm.tpl) * Fix: Improper rendering of gallery2_export.tpl caused by the progress bar css conflict. The result is the display of a second page to display export results. * New: Ability to view latest export results at any time. * Update: Several minor tweaks/fixes to code (Thanks to Emanuelle82 for some fixes/suggestions) * Update: More blurbs in Readme about unmapping users and viewing latest export results 2006-09-06 Scott Gregory <jettyrat@jettyfishing.com> 0.5.7 * New: Added calls to utf8Untranslate() for all error messages to filter any messages returned from gallery since they are utf-8 encoded and will be displayed by phpBB error handler as ISO-8859 encoded. * Update: Made base tag part of overall_header.tpl any time gallery is embedded to fix broken phpBB header images regardless if url rewrite module is enabled or not. * Fix: User names imported from gallery to phpBB properly escaped before db insertion in gallery2_export.php. 2006-08-28 Scott Gregory <jettyrat@jettyfishing.com> 0.5.6 * Fix: Broken admin functions introduced in version 0.5.5 as a result of trying to load the language file in g2helper_admin before config setup is complete. 2006-08-21 Scott Gregory <jettyrat@jettyfishing.com> 0.5.5 * Note: All changes courtesy of Scott Gregory. * New: Added capability to include Gallery 2 images in phpBB2 posts using backported phpBB3b1 image selector. * Fix: Added code to address issue where phpBB2 header images are broken when using url rewrite module. Thanks to oma for initial work on this. * Change: Moved all text messages to proper language files to better facilitate language translations. * Update: Added changes that support characterset encoding for languages other than english. Thanks to Emanuelle82 for initial work on this. * New: Added utf-8 translation option to config settings. * Update: Changes and tweaks to codebase too numerous to mention. Mostly related to the utf-8 translation option. * Update: Changes/clarifications to readme. * Update: Moved MOD instructions to separate txt file because the text '&' is needed in the bbcode regex and was being displayed as '&' when embedded inline in the Readme file. 2006-06-22 Scott Gregory <jettyrat@jettyfishing.com> 0.5.4 * Fix: Corrected bad "Find" in integration MOD. Thanks to estoke. * Fix: Corrected wording and example in Readme for embed.php location. Thanks to estoke. * Fix: Removed unnecessary fclose call. Thank to exeqo. * Fix: Won't show empty albums in user profile. Thanks to Adu for pointing it out. Props to Jettyrat for the fix. 2006-05-09 Scott Gregory <jettyrat@jettyfishing.com> 0.5.3 * Fix: Typo in BreadCrumb.tpl. * Update: New version check file location. 2006-05-02 Scott Gregory <jettyrat@jettyfishing.com> 0.5.2 * Update: Moved optional mods to separate add-ons. * Update: Removed loginRedirect. * New: Added mods for admin/page_footer_admin.php and templates/subSilver/admin/page_footer.tpl to display integration version. * Fix: Altered mods for admin/admin_users.php and includes/usercp_register.php to accomodate additional capabilities for username and email changes. * Update: Moved code for profile gallery link as optional mods are now separate add-ons. * Fix: Fixed problem with renaming groups in external id map. * New: Added external id map checks to all group functions to check for group/user existence before executing group function. * Change: Renamed changePassword function to updateUser and added capability to handle username and email changes. * New: Added compatible version vars. * New: Added apiVersion to init_array. * New: Added checkConfig method to do verification of embedUri and version checks at config time. * New: Added integration version check at Nukedgallery.net. * New: Added clean function to clean all post vars and fix backslash problems for windows integrations. * Fix: Re-structured the fullPath logic slightly. * New: In admin_gallery2.php, added call to checkConfig - if the user makes it past this point without errors, all config settings should be verified and ready to go. * Fix: Fixed switch statement condition logic in gallery2_export.php. 2006-03-23 Dariush Molavi <dari@nukedgallery.net> 0.5.1 * Fix: Typo correction and minor clarifications in readme. * Fix: Added small javscript call to force the $fullPath variable to be re-discovered if the user changes $g2Uri. Thanks to Scott Gregory. 2006-03-22 Dariush Molavi <dari@nukedgallery.net> 0.5.0 * Fix: Updated Readme with instructions on how to fix the font size issue. * Update: Updated embedding config in ACP to use the G2EmbedDiscoveryUtilities class file from valiant. Thanks to Scott Gregory for making the change. 2006-03-21 Dariush Molavi <dari@nukedgallery.net> 0.4.0 * Update: Major update for Gallery 2.1. From this point forward, this integration will only support Gallery 2.1 or greater. Thanks to Scott Gregory for all his work in getting this together. 2005-12-20 Dariush Molavi <dari@nukedgallery.net> 0.3.0 * New: Added user profile MODification (Thanks PilotSpike). 2005-12-01 Dariush Molavi <dari@nukedgallery.net> 0.2.4 * Fix: Removed extra closing paren in foreach statement. 2005-11-30 Dariush Molavi <dari@nukedgallery.net> 0.2.3 * Fix: Moved Gallery's CSS and javascript to overall_header.tpl (Scott Gregory). This should fix the funky font issues. 2005-11-29 Dariush Molavi <dari@nukedgallery.net> * Update: Added notices in Readme regarding integrated rewrites and suggested Gallery 2 installation locations. 2005-11-28 Dariush Molavi <dari@nukedgallery.net> 0.2.2 * Fix: Broken delete user code in g2helper.inc (J. Mike Rollins) * Update: Modified code listing failed user exports (websnail) 2005-11-07 Dariush Molavi <dari@nukedgallery.net> 0.2.1 * Change: Remove notice about SQL table name, since we create the table. 2005-11-03 Dariush Molavi <dari@nukedgallery.net> 0.2.0 * Fix: Broken G2 image in Readme.html * New: g2helper.inc class (J. Mike Rollins) * New: User update/delete and password changes now supported (J. Mike Rollins) * New: Addition ACP features (J. Mike Rollins) 2005-09-30 Dariush Molavi <dari@nukedgallery.net> * Change: Got the CSS in Readme to work as required. Props to thumb for the fix. * Change: Readme is now valid XHTML 1.0. 2005-09-28 Dariush Molavi <dari@nukedgallery.net> * Change: Update to Readme.html with new CSS. * Change: Update to Readme.html to G2 Final. * Fix: Typo in Readme.html. 2005-09-26 Dariush Molavi <dari@nukedgallery.net> * Change: Updated Readme.html with information on correct path for Forum Index link. 2005-09-16 Dariush Molavi <dari@nukedgallery.net> * Change: Added customized BreadCrumb.tpl which adds link back to forum index in the breadcrumb trail. 2005-09-08 Dariush Molavi <dari@nukedgallery.net> * Fix: Forgot to include the gallery image for navigation menu. 2005-08-30 Dariush Molavi <dari@nukedgallery.net> 0.1.1 * New: Added group sync to admin control panel. New users are *not* added to their groups yet, that will be next. 2005-08-25 Dariush Molavi <dari@nukedgallery.net> 0.1.0 * New: First commit of phpBB2 integration code. |