|
From: Jon O. <jon...@us...> - 2005-10-02 23:33:19
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2352/modules/mx_smartor Modified Files: album.php album_lists.php db_install.php db_uninstall.php db_upgrade.php hierarchy_db_migrate.php Log Message: updated all file headers Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_uninstall.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_uninstall.php 22 Sep 2005 10:23:55 -0000 1.5 --- db_uninstall.php 1 Oct 2005 14:17:36 -0000 1.6 *************** *** 1,21 **** <?php ! /** ! * * ------------------------------------------------------------------------ ! * subject : mxBB-Portal - CMS & portal ! * begin : june, 2002 ! * copyright : (C) 2002-2005 mxBB-Portal ! * email : jon...@ho... ! * project site : www.mx-system.com ! * * ------------------------------------------------------------------------- * ! * $Id$ */ /** * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. */ --- 1,20 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk, IdleVoid (idl...@sl...) ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * ! * $Id$ */ /** * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. */ Index: album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** album.php 9 Jan 2005 21:52:00 -0000 1.6 --- album.php 1 Oct 2005 14:17:36 -0000 1.7 *************** *** 1,15 **** <?php /** ------------------------------------------------------------------------ ! * subject : mx-portal, CMS & portal ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : * ------------------------------------------------------------------------- - * begin : Tuesday, February 04, 2003 - * copyright : (C) 2003 Smartor - * email : sma...@ho... * * $Id$ --- 1,11 ---- <?php /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk, IdleVoid (idl...@sl...) ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * * $Id$ *************** *** 22,39 **** * (at your option) any later version. */ ! ! /** ! * MODIFICATIONS ! * --------------- ! * started : Wendsday, June 06 5:23 pm ! * copyright : © 2003 Volodymyr (CLowN) Skoryk ! * email : bla...@ya... ! * ! * MODIFICATIONS: ! * -added images to rating, insted of number for rating ! * -added random images ! * -added highest rated pictures ! */ ! // MX if ( !function_exists( 'read_block_config' ) ) { --- 18,22 ---- * (at your option) any later version. */ ! if ( !function_exists( 'read_block_config' ) ) { Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 22 Sep 2005 10:23:55 -0000 1.7 --- db_upgrade.php 1 Oct 2005 14:17:36 -0000 1.8 *************** *** 1,21 **** <?php ! /** ! * * ------------------------------------------------------------------------ ! * subject : mxBB-Portal - CMS & portal ! * begin : june, 2002 ! * copyright : (C) 2002-2005 mxBB-Portal ! * email : jon...@ho... ! * project site : www.mx-system.com ! * * ------------------------------------------------------------------------- * ! * $Id$ */ /** * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. */ --- 1,20 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk, IdleVoid (idl...@sl...) ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * ! * $Id$ */ /** * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. */ Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_install.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_install.php 22 Sep 2005 10:23:55 -0000 1.7 --- db_install.php 1 Oct 2005 14:17:36 -0000 1.8 *************** *** 1,21 **** <?php ! /** ! * * ------------------------------------------------------------------------ ! * subject : mxBB-Portal - CMS & portal ! * begin : june, 2002 ! * copyright : (C) 2002-2005 mxBB-Portal ! * email : jon...@ho... ! * project site : www.mx-system.com ! * * ------------------------------------------------------------------------- * ! * $Id$ */ /** * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. */ --- 1,20 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk, IdleVoid (idl...@sl...) ! * Copyright : (C) 2002-2005 mxBB Portal ! * Email : jo...@mx... ! * Project site : www.mxbb-portal.com * ------------------------------------------------------------------------- * ! * $Id$ */ /** * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. */ Index: album_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_lists.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** album_lists.php 12 Apr 2005 19:51:47 -0000 1.9 --- album_lists.php 1 Oct 2005 14:17:36 -0000 1.10 *************** *** 1,641 **** ! <?php ! /** ------------------------------------------------------------------------ ! * subject : mx-portal, CMS & portal ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : ! * ------------------------------------------------------------------------- [...1251 lines suppressed...] ! 'L_VIEW' => $lang['View'], ! 'L_POSTER' => $lang['Poster'], ! 'L_POSTED' => $lang['Pic_Posted'], ! 'L_PUBLIC_CATS' => $lang['Public_Categories'] ) ! ); ! ! // Generate the page ! ! $template->pparse( 'body' ); ! ! if ( !$is_block ) ! { ! include( $mx_root_path . 'includes/page_tail.' . $phpEx ); ! } ! // +--------------------------------------------------------+ ! // | Powered by Photo Album 2.x.x (c) 2002-2003 Smartor | ! // | with Volodymyr (CLowN) Skoryk's Service Pack 1 © 2003 | ! // +--------------------------------------------------------+ ?> \ No newline at end of file Index: hierarchy_db_migrate.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/hierarchy_db_migrate.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** hierarchy_db_migrate.php 16 Jan 2005 19:40:43 -0000 1.1 --- hierarchy_db_migrate.php 1 Oct 2005 14:17:36 -0000 1.2 *************** *** 1,3 **** --- 1,22 ---- <?php + /** ------------------------------------------------------------------------ + * Subject : mxBB - a fully modular portal and CMS (for phpBB) + * Author : Jon Ohlsson and the mxBB Team + * Credits : The phpBB Group & Marc Morisette, Smartor (sma...@ho...), Volodymyr (CLowN) Skoryk, IdleVoid (idl...@sl...) + * Copyright : (C) 2002-2005 mxBB Portal + * Email : jo...@mx... + * Project site : www.mxbb-portal.com + * ------------------------------------------------------------------------- + * + * $Id$ + */ + + /** + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + define( 'IN_PORTAL', true ); $album_root_path = '../modules/mx_smartor/album_mod/'; |