phpmp-commits Mailing List for phpMyPublications (Page 16)
Status: Pre-Alpha
Brought to you by:
heimidal
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(69) |
May
(1) |
Jun
|
Jul
(53) |
Aug
(27) |
Sep
|
Oct
|
Nov
(35) |
Dec
(71) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(5) |
Feb
(65) |
Mar
|
Apr
(15) |
May
(40) |
Jun
(72) |
Jul
|
Aug
(2) |
Sep
(95) |
Oct
(37) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Brian R. <hei...@us...> - 2002-12-03 05:22:44
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv5603 Modified Files: Changelog Log Message: Updated. Changelog. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/Changelog,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Changelog 3 Dec 2002 01:25:28 -0000 1.6 --- Changelog 3 Dec 2002 05:22:41 -0000 1.7 *************** *** 1,2 **** --- 1,7 ---- + 2002-12-02 [Heimidal] + + * templates/TealMP/compile/ **NEW** + * templates/TealMP/configs/ **NEW** + 2002-12-02 [TopherCoS] |
From: Brian R. <hei...@us...> - 2002-12-03 05:16:47
|
Update of /cvsroot/phpmp/phpMP/templates/TealMP/compile In directory sc8-pr-cvs1:/tmp/cvs-serv902/compile Log Message: Directory /cvsroot/phpmp/phpMP/templates/TealMP/compile added to the repository |
From: Brian R. <hei...@us...> - 2002-12-03 05:16:32
|
Update of /cvsroot/phpmp/phpMP/templates/TealMP/configs In directory sc8-pr-cvs1:/tmp/cvs-serv734/configs Log Message: Directory /cvsroot/phpmp/phpMP/templates/TealMP/configs added to the repository |
From: Christopher C. <top...@us...> - 2002-12-03 01:25:31
|
Update of /cvsroot/phpmp/phpMP/languages/french In directory sc8-pr-cvs1:/tmp/cvs-serv6329/languages/french Added Files: lang_main.php Log Message: Add French language support to phpMP. I don't speak French - the translation was done by a friend of mine in Quebec... may want to double check the grammar sometime later on. Spanish translation coming soon. --- NEW FILE: lang_main.php --- <? class Localization { var $lang; function Localization() { // // General language used throughout site. // $this->lang['Welcome_to_Site'] = 'Bienvenue chez ' . SITE_NAME . '!'; $this->lang['Home'] = 'Accueil'; $this->lang['Profile'] = 'Profil'; $this->lang['Modules'] = 'Modules'; $this->lang['Downloads'] = 'Téléchargements'; $this->lang['Username'] = 'Nom d'usager'; $this->lang['User_CP'] = 'User CP'; $this->lang['User_Control_Panel'] = 'Votre panneau de commande'; $this->lang['E-mail'] = 'Courriel'; $this->lang['Password'] = 'Mot de passe'; $this->lang['Confirm'] = 'Confirmez'; $this->lang['Real Name'] = 'Prénom et Nom'; $this->lang['Location'] = 'Location'; $this->lang['Register'] = 'Enregistrer'; $this->lang['Welcome'] = 'Bienvenue'; $this->lang['Administration_Area'] = 'Section Administrative'; $this->lang['Register_a_Username'] = 'Enregistrez votre nom d'usager'; // // Below is language used almost specifically for auth. // $this->lang['Login'] = 'Ouvrir session'; $this->lang['Logout'] = 'Fermer session'; $this->lang['Account_Activated'] = 'Votre compte a été activé. Vous pouvez maintenant ouvrir une session.'; $this->lang['Required_Field'] = 'Ceci dénote de l'information requise pour votre enregistrement'; $this->lang['Registration_Finished'] = 'Votre enregistrement a été traité. Un courriel expliquant l'activation de votre compte sera envoyé à l'adresse soumisse sous peu.'; $this->lang['Forgot_Password'] = 'Avez-vous oubliez votre mot de pass?'; $this->lang['You_are_not_logged_in'] = 'Veuillez ouvrir une session via votre compte personel.'; // // Other various language stuff. // $this->lang['Powered_by_phpMP'] = 'Actionné par phpMP ' . VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.'; $this->lang['Copyright'] = 'Tout le contenu de se site est la propriété du propriétaire respectif. Tous droits réservés.'; } } ?> |
From: Christopher C. <top...@us...> - 2002-12-03 01:25:31
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv6329 Modified Files: Changelog Log Message: Add French language support to phpMP. I don't speak French - the translation was done by a friend of mine in Quebec... may want to double check the grammar sometime later on. Spanish translation coming soon. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/Changelog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Changelog 2 Dec 2002 22:39:56 -0000 1.5 --- Changelog 3 Dec 2002 01:25:28 -0000 1.6 *************** *** 1,2 **** --- 1,7 ---- + 2002-12-02 [TopherCoS] + + * languages/french/lang_main.php **NEW** + Added French language support + 2002-12-02 [Heimidal] |
From: Christopher C. <top...@us...> - 2002-12-03 01:22:31
|
Update of /cvsroot/phpmp/phpMP/languages/french In directory sc8-pr-cvs1:/tmp/cvs-serv5452/french Log Message: Directory /cvsroot/phpmp/phpMP/languages/french added to the repository |
From: Brian R. <hei...@us...> - 2002-12-02 22:40:00
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv24397 Modified Files: Changelog Log Message: Updated Changelog. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/Changelog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Changelog 2 Dec 2002 22:30:12 -0000 1.4 --- Changelog 2 Dec 2002 22:39:56 -0000 1.5 *************** *** 1,2 **** --- 1,14 ---- + 2002-12-02 [Heimidal] + + * includes/auth.php + * includes/user.php + Started work on the Auth system. + * includes/language.php + Changed the way language class works. + * languages/english/lang_main.php + Reformatted the language file for better use. + * includes/debug.php **NEW** + Just laying stuff out. + 2002-12-02 [TopherCoS] |
From: Christopher C. <top...@us...> - 2002-12-02 22:30:17
|
Update of /cvsroot/phpmp/phpMP/languages/english In directory sc8-pr-cvs1:/tmp/cvs-serv20166/languages/english Modified Files: lang_main.php Log Message: Anuther typo bites the dust Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** lang_main.php 2 Dec 2002 22:24:21 -0000 1.9 --- lang_main.php 2 Dec 2002 22:30:13 -0000 1.10 *************** *** 40,44 **** $this->lang['Account_Activated'] = 'Your account has been activated. You may now log in.'; $this->lang['Required_Field'] = 'Denotes a Required Field'; ! $this->lang['Registration_Finished'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.'; $this->lang['Forgot_Password'] = 'Forgot Your Password?'; $this->lang['You_are_not_logged_in'] = 'You are not logged in.'; --- 40,44 ---- $this->lang['Account_Activated'] = 'Your account has been activated. You may now log in.'; $this->lang['Required_Field'] = 'Denotes a Required Field'; ! $this->lang['Registration_Finished'] = 'Your registration has been processed. Please check your e-mail for a message explaining how to activate your new account.'; $this->lang['Forgot_Password'] = 'Forgot Your Password?'; $this->lang['You_are_not_logged_in'] = 'You are not logged in.'; |
From: Christopher C. <top...@us...> - 2002-12-02 22:30:16
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv20166 Modified Files: Changelog Log Message: Anuther typo bites the dust Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/Changelog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Changelog 2 Dec 2002 22:20:54 -0000 1.3 --- Changelog 2 Dec 2002 22:30:12 -0000 1.4 *************** *** 2,5 **** --- 2,10 ---- * languages/english/lang_main.php + Fix another minor typo I missed earlier + + 2002-12-02 [TopherCoS] + + * languages/english/lang_main.php Fix a minor typo |
From: Brian R. <hei...@us...> - 2002-12-02 22:24:24
|
Update of /cvsroot/phpmp/phpMP/languages/english In directory sc8-pr-cvs1:/tmp/cvs-serv17843/languages/english Modified Files: lang_main.php Log Message: Look's like I need to get used to working with a few people on here... Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** lang_main.php 2 Dec 2002 22:21:07 -0000 1.8 --- lang_main.php 2 Dec 2002 22:24:21 -0000 1.9 *************** *** 39,43 **** $this->lang['Account_Activated'] = 'Your account has been activated. You may now log in.'; ! $this->lang['Required_Field'] = 'Denotes a Requires Field'; $this->lang['Registration_Finished'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.'; $this->lang['Forgot_Password'] = 'Forgot Your Password?'; --- 39,43 ---- $this->lang['Account_Activated'] = 'Your account has been activated. You may now log in.'; ! $this->lang['Required_Field'] = 'Denotes a Required Field'; $this->lang['Registration_Finished'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.'; $this->lang['Forgot_Password'] = 'Forgot Your Password?'; |
From: Brian R. <hei...@us...> - 2002-12-02 22:21:11
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv16321/includes Modified Files: auth.php core.php language.php user.php Added Files: debug.php Log Message: This is mostly brainstorming on my account. I used this as a way to figure out how I want things to flow. --- NEW FILE: debug.php --- <? class Debug { function Debug() { } } ?> Index: auth.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/auth.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** auth.php 2 Dec 2002 10:59:50 -0000 1.23 --- auth.php 2 Dec 2002 22:21:03 -0000 1.24 *************** *** 4,14 **** { function Auth() { ! // Authenticates user and discovers the privileges that user should have. ! // Does nothing in the way of setting up variables and declaring things scripts need to know. ! } ?> --- 4,30 ---- { + var $curr_user; + function Auth() { ! // Session ID is contained in the URL. ! if( isset( $_GET[SESSID] ) ! { ! ! } ! // We're using the session cookie set by the previous session. ! elseif( isset( $_COOKIE[COOKIE_NAME] ) ! { ! ! $cookie_data = $_COOKIE[COOKIE_NAME]; ! ! } ! ! // Set up cookie/url procedures and such. ! } + + } ?> Index: core.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/core.php,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** core.php 2 Dec 2002 11:35:51 -0000 1.34 --- core.php 2 Dec 2002 22:21:03 -0000 1.35 *************** *** 28,33 **** } - print "Config values defined.<br /><br />"; - } --- 28,31 ---- *************** *** 40,49 **** include_once(PHPMP_ROOT . 'config.php'); ! //include_once(PHPMP_ROOT . 'includes/debug.php'); ! //$Debug = new Debug(); global $DB; ! include( PHPMP_ROOT . 'dba/' . DB_TYPE . '.dba' ); $DB = new DB(); $DB->connect(); --- 38,47 ---- include_once(PHPMP_ROOT . 'config.php'); ! include_once(PHPMP_ROOT . 'includes/debug.php'); ! $Debug = new Debug(); global $DB; ! include_once( PHPMP_ROOT . 'dba/' . DB_TYPE . '.dba' ); $DB = new DB(); $DB->connect(); *************** *** 54,63 **** $User = new User(); // Create an instance of User. include_once(PHPMP_ROOT . 'includes/language.php'); include_once(PHPMP_ROOT . 'includes/constants.php'); - include_once(PHPMP_ROOT . 'includes/functions.php'); - include_once(PHPMP_ROOT . 'includes/mpcode.php'); --- 52,62 ---- $User = new User(); // Create an instance of User. + include_once(PHPMP_ROOT . 'includes/functions.php'); + include_once(PHPMP_ROOT . 'includes/language.php'); + $Language = new Language(); include_once(PHPMP_ROOT . 'includes/constants.php'); include_once(PHPMP_ROOT . 'includes/mpcode.php'); *************** *** 67,74 **** while( $my_file = $optional_files[$i] ) { ! ! // We'll use include_once() in order to keep from ! // including a file more than once (through ! // malicious or accidental coding of a page). include_once(PHPMP_ROOT . 'includes/' . $my_file . '.php'); $i++; --- 66,70 ---- while( $my_file = $optional_files[$i] ) { ! include_once(PHPMP_ROOT . 'includes/' . $my_file . '.php'); $i++; *************** *** 81,85 **** // Globalize all major class-containing variables. ! global $Debug, $User, $Language, $Parser, $Template; } --- 77,81 ---- // Globalize all major class-containing variables. ! global $Debug, $User, $MPCode, $Template; } *************** *** 87,89 **** } ! ?> --- 83,85 ---- } ! ?> \ No newline at end of file Index: language.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/language.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** language.php 30 Nov 2002 10:58:23 -0000 1.1 --- language.php 2 Dec 2002 22:21:06 -0000 1.2 *************** *** 14,17 **** --- 14,22 ---- define( "LANGUAGE", DEFAULT_LANG ); } + + global $Local; + + include_once( PHPMP_ROOT . 'languages/' . LANGUAGE . '.php'); + $Local = new Localization(); } Index: user.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/user.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** user.php 2 Dec 2002 10:59:50 -0000 1.1 --- user.php 2 Dec 2002 22:21:07 -0000 1.2 *************** *** 2,6 **** class User // Creates a barrier between the Auth class and the outside world. ! // If user doesn't need to be auth'ed, be isn't. { --- 2,6 ---- class User // Creates a barrier between the Auth class and the outside world. ! // If user doesn't need to be auth'ed, he isn't. { *************** *** 16,20 **** $qry = $DB->query($sql); ! return $DB->fetchArray($qry); } --- 16,20 ---- $qry = $DB->query($sql); ! $this->array = $DB->fetchArray($qry); } *************** *** 35,41 **** $Auth = new Auth(); ! $curr_user = $this->lookup(); ! ! $this->array = $this->snapshot( $curr_user ); } --- 35,39 ---- $Auth = new Auth(); ! $this->snapshot( $Auth->curr_user ); } *************** *** 43,47 **** { ! $this->array = $this->snapshot(1); } --- 41,45 ---- { ! $this->snapshot(1); } |
From: Brian R. <hei...@us...> - 2002-12-02 22:21:11
|
Update of /cvsroot/phpmp/phpMP/languages/english In directory sc8-pr-cvs1:/tmp/cvs-serv16321/languages/english Modified Files: lang_main.php Log Message: This is mostly brainstorming on my account. I used this as a way to figure out how I want things to flow. Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** lang_main.php 2 Dec 2002 19:51:06 -0000 1.7 --- lang_main.php 2 Dec 2002 22:21:07 -0000 1.8 *************** *** 1,41 **** <? ! class Language { var $lang; ! function Language() { ! $this->lang['l_home'] = 'Home'; ! $this->lang['l_profile'] = 'Profile'; ! $this->lang['l_modules'] = 'Modules'; ! $this->lang['l_downloads'] = 'Downloads'; ! $this->lang['l_username'] = 'Username'; ! $this->lang['l_user_panel'] = 'User Control Panel'; ! $this->lang['l_user_panel_short'] = 'User CP'; ! $this->lang['l_email'] = 'E-mail'; ! $this->lang['l_password'] = 'Password'; ! $this->lang['l_confirm_password'] = 'Confirm'; ! $this->lang['l_realname'] = 'Real Name'; ! $this->lang['l_location'] = 'Location'; ! $this->lang['l_required_field'] = 'Denotes a Required Field'; ! $this->lang['l_register_fin'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.'; ! $this->lang['l_fin_register_subject'] = 'Welcome to ' . SITE_NAME . '!'; ! $this->lang['l_activated'] = 'Your account has been activated. You may now log in.'; ! ! $this->lang['l_login'] = 'Login'; ! $this->lang['l_logout'] = 'Logout'; ! $this->lang['l_forgot_password'] = 'Forgot Your Password?'; ! $this->lang['l_register'] = 'Register'; ! ! $this->lang['l_welcome'] = 'Welcome'; ! $this->lang['l_edit_profile'] = 'Edit User Profile'; ! $this->lang['l_admin_area'] = 'Administration Area'; ! ! $this->lang['l_register_name'] = 'Register A Username'; ! $this->lang['l_not_logged_in'] = 'You are not logged in.'; ! ! $this->lang['l_powered_by'] = 'powered by phpMP ' . VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.'; ! $this->lang['l_copyright'] = 'All content is property of its respective owner. All rights reserved.'; } --- 1,53 ---- <? ! class Localization ! { var $lang; ! function Localization() ! { ! // ! // General language used throughout site. ! // ! $this->lang['Welcome_to_Site'] = 'Welcome to ' . SITE_NAME . '!'; ! $this->lang['Home'] = 'Home'; ! $this->lang['Profile'] = 'Profile'; ! $this->lang['Modules'] = 'Modules'; ! $this->lang['Downloads'] = 'Downloads'; ! $this->lang['Username'] = 'Username'; ! $this->lang['User_CP'] = 'User CP'; ! $this->lang['User_Control_Panel'] = 'User Control Panel'; ! $this->lang['E-mail'] = 'E-mail'; ! $this->lang['Password'] = 'Password'; ! $this->lang['Comfirm'] = 'Confirm'; ! $this->lang['Real Name'] = 'Real Name'; ! $this->lang['Location'] = 'Location'; ! $this->lang['Register'] = 'Register'; ! $this->lang['Welcome'] = 'Welcome'; ! ! $this->lang['Administration_Area'] = 'Administration Area'; ! $this->lang['Register_a_Username'] = 'Register a Username'; ! ! ! // ! // Below is language used almost specifically for auth. ! // ! $this->lang['Login'] = 'Login'; ! $this->lang['Logout'] = 'Logout'; ! ! $this->lang['Account_Activated'] = 'Your account has been activated. You may now log in.'; ! $this->lang['Required_Field'] = 'Denotes a Requires Field'; ! $this->lang['Registration_Finished'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.'; ! $this->lang['Forgot_Password'] = 'Forgot Your Password?'; ! $this->lang['You_are_not_logged_in'] = 'You are not logged in.'; ! ! ! // ! // Other various language stuff. ! // ! $this->lang['Powered_by_phpMP'] = 'powered by phpMP ' . VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.'; ! $this->lang['Copyright'] = 'All content is property of its respective owner. All rights reserved.'; } |
From: Christopher C. <top...@us...> - 2002-12-02 22:20:59
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv16322a Modified Files: Changelog Log Message: Fiks a typo. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/Changelog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Changelog 2 Dec 2002 19:51:06 -0000 1.2 --- Changelog 2 Dec 2002 22:20:54 -0000 1.3 *************** *** 17,21 **** One <TAB> followed by "* dir/filename.php" One <TAB> then "**NEW** if a new file ! Next line is two <TAB>s followed by a concise desscription of the changes. Text should not wrap, nor should it extend beyond 80 --- 17,21 ---- One <TAB> followed by "* dir/filename.php" One <TAB> then "**NEW** if a new file ! Next line is two <TAB>s followed by a concise description of the changes. Text should not wrap, nor should it extend beyond 80 |
From: Christopher C. <top...@us...> - 2002-12-02 19:51:10
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv1480 Modified Files: Changelog Log Message: * languages/english/lang_main.php Fix a tpyo Requires -> Required Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/Changelog,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Changelog 2 Dec 2002 19:23:12 -0000 1.1 --- Changelog 2 Dec 2002 19:51:06 -0000 1.2 *************** *** 1,4 **** --- 1,9 ---- 2002-12-02 [TopherCoS] + * languages/english/lang_main.php + Fix a minor typo + + 2002-12-02 [TopherCoS] + * Changelog **NEW** Added Changelog to help keep track of changes |
From: Christopher C. <top...@us...> - 2002-12-02 19:51:10
|
Update of /cvsroot/phpmp/phpMP/languages/english In directory sc8-pr-cvs1:/tmp/cvs-serv1480/languages/english Modified Files: lang_main.php Log Message: * languages/english/lang_main.php Fix a tpyo Requires -> Required Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** lang_main.php 2 Dec 2002 05:16:46 -0000 1.6 --- lang_main.php 2 Dec 2002 19:51:06 -0000 1.7 *************** *** 19,23 **** $this->lang['l_realname'] = 'Real Name'; $this->lang['l_location'] = 'Location'; ! $this->lang['l_required_field'] = 'Denotes a Requires Field'; $this->lang['l_register_fin'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.'; $this->lang['l_fin_register_subject'] = 'Welcome to ' . SITE_NAME . '!'; --- 19,23 ---- $this->lang['l_realname'] = 'Real Name'; $this->lang['l_location'] = 'Location'; ! $this->lang['l_required_field'] = 'Denotes a Required Field'; $this->lang['l_register_fin'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.'; $this->lang['l_fin_register_subject'] = 'Welcome to ' . SITE_NAME . '!'; |
From: Christopher C. <top...@us...> - 2002-12-02 19:23:19
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv3376 Added Files: Changelog Log Message: Added a Changelog to help keep track of changes to phpMP. Established some standards for the Changelog to help maintain readability and consistency. --- NEW FILE: Changelog --- 2002-12-02 [TopherCoS] * Changelog **NEW** Added Changelog to help keep track of changes * Format Entries begin with date in YYYY-MM-DD One <TAB> after the date followed by the SF username in brackets Optionally the software version number seperated by one <TAB> One empty line One <TAB> followed by "* dir/filename.php" One <TAB> then "**NEW** if a new file Next line is two <TAB>s followed by a concise desscription of the changes. Text should not wrap, nor should it extend beyond 80 characters on a single line. Entries seperated by an empty line Added a couple of extra entries to help illustrate format 2002-12-02 [heimidal] * includes/core.php Ugh. Stupid mistake 2002-12-02 [heimidal] * includes/core.php Fixed a few small errors 2002-12-02 [heimidal] * index.php * includes/auth.php * includes/core.php * includes/user.php **NEW** Made use of files within hierarchy much easier. Seperated User and Auth so we aren't forced into loading Auth. Started writing a basic auth system (though the parts written are contained in User) |
From: Brian R. <hei...@us...> - 2002-12-02 11:35:54
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv17459 Modified Files: core.php Log Message: Ugh. Stupid mistake. Index: core.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/core.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** core.php 2 Dec 2002 11:21:37 -0000 1.33 --- core.php 2 Dec 2002 11:35:51 -0000 1.34 *************** *** 1,3 **** - B <? --- 1,2 ---- |
From: Brian R. <hei...@us...> - 2002-12-02 11:33:22
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv16592 Removed Files: phpmp_db_default_vals.sql phpmp_db_structure.sql Log Message: Yup..these were moved elsewhere. --- phpmp_db_default_vals.sql DELETED --- --- phpmp_db_structure.sql DELETED --- |
From: Brian R. <hei...@us...> - 2002-12-02 11:31:14
|
Update of /cvsroot/phpmp/phpMP/dba/sql In directory sc8-pr-cvs1:/tmp/cvs-serv15886/dba/sql Added Files: mysql_default_vals.sql mysql_structure.sql Log Message: These were in the wrong place. --- NEW FILE: mysql_default_vals.sql --- # phpMyAdmin MySQL-Dump # version 2.3.2 # http://www.phpmyadmin.net/ (download page) # # Host: localhost # Generation Time: Dec 02, 2002 at 04:28 AM # Server version: 3.23.53 # PHP Version: 4.2.3 # Database : `phpmp` # # Dumping data for table `phpmp_config` # INSERT INTO phpmp_config VALUES ('site_addr', 'http://192.168.0.2'); INSERT INTO phpmp_config VALUES ('rel_path', '/'); INSERT INTO phpmp_config VALUES ('default_tpl', 'TealMP'); INSERT INTO phpmp_config VALUES ('override_usr_tpl', '0'); INSERT INTO phpmp_config VALUES ('site_name', 'phpMP Development'); INSERT INTO phpmp_config VALUES ('default_lang', 'english'); INSERT INTO phpmp_config VALUES ('date_format', 'M j, Y h:iA'); INSERT INTO phpmp_config VALUES ('enable_account_activation', '0'); INSERT INTO phpmp_config VALUES ('system_timezone', '-7'); INSERT INTO phpmp_config VALUES ('version', '0.1a'); INSERT INTO phpmp_config VALUES ('use_perms', '0'); --- NEW FILE: mysql_structure.sql --- # phpMyAdmin MySQL-Dump # version 2.3.2 # http://www.phpmyadmin.net/ (download page) # # Host: localhost # Generation Time: Dec 02, 2002 at 04:25 AM # Server version: 3.23.53 # PHP Version: 4.2.3 # Database : `phpmp` # -------------------------------------------------------- # # Table structure for table `phpmp_config` # CREATE TABLE phpmp_config ( config_key varchar(255) NOT NULL default '', config_value varchar(255) NOT NULL default '', PRIMARY KEY (config_key) ) TYPE=MyISAM; |
From: Brian R. <hei...@us...> - 2002-12-02 11:21:40
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv11834 Modified Files: core.php Log Message: Fixed a few small errors. Index: core.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/core.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -r1.32 -r1.33 *** core.php 2 Dec 2002 10:59:50 -0000 1.32 --- core.php 2 Dec 2002 11:21:37 -0000 1.33 *************** *** 1,2 **** --- 1,3 ---- + B <? *************** *** 25,29 **** while( $row = $DB->fetchArray( $result ) ) { ! define( strtoupper( $row['key'] ), $row['value'] ); } --- 26,30 ---- while( $row = $DB->fetchArray( $result ) ) { ! define( strtoupper( $row['config_key'] ), $row['config_value'] ); } *************** *** 38,42 **** function init ( $optional_files = array() ) { ! include_once('./config.php'); //include_once(PHPMP_ROOT . 'includes/debug.php'); --- 39,43 ---- function init ( $optional_files = array() ) { ! include_once(PHPMP_ROOT . 'config.php'); //include_once(PHPMP_ROOT . 'includes/debug.php'); |
From: Brian R. <hei...@us...> - 2002-12-02 11:05:49
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv5171 Removed Files: Class Outline.doc Log Message: Missed one during cleanout. ***** Bogus filespec: Class --- Outline.doc DELETED --- |
From: Brian R. <hei...@us...> - 2002-12-02 10:59:53
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv1956/includes Modified Files: auth.php core.php Added Files: user.php Log Message: Made use of files within hierarchy much easier. Separated User and Auth so we aren't forced into loading Auth. Started writing a basic auth system (though the parts written are contained in User). --- NEW FILE: user.php --- <? class User // Creates a barrier between the Auth class and the outside world. // If user doesn't need to be auth'ed, be isn't. { var $array; function snapshot( $user ) { global $DB; $sql = "SELECT * FROM " . USERS_TABLE . " WHERE userid=$user"; $qry = $DB->query($sql); return $DB->fetchArray($qry); } function User() { // Must decide is this is an anonymous user or a registered user. if( USE_PERMS == 1 ) { // We want to use authentication. global $Auth; include_once(PHPMP_ROOT . 'includes/auth.php'); $Auth = new Auth(); $curr_user = $this->lookup(); $this->array = $this->snapshot( $curr_user ); } else // We're not going to bother auth'ing the user. { $this->array = $this->snapshot(1); } } } ?> Index: auth.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/auth.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** auth.php 5 Nov 2002 22:11:06 -0000 1.22 --- auth.php 2 Dec 2002 10:59:50 -0000 1.23 *************** *** 1,6 **** <? ! // Auth and User class/functions. ! // To be developed by Eric. ?> --- 1,14 ---- <? ! class Auth // Authenticates user. Only included if user auth is set to be used. ! { ! ! function Auth() ! { ! ! // Authenticates user and discovers the privileges that user should have. ! // Does nothing in the way of setting up variables and declaring things scripts need to know. ! ! } ?> Index: core.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/core.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -r1.31 -r1.32 *** core.php 1 Dec 2002 21:49:11 -0000 1.31 --- core.php 2 Dec 2002 10:59:50 -0000 1.32 *************** *** 40,49 **** include_once('./config.php'); ! //include_once('./includes/debug.php'); //$Debug = new Debug(); global $DB; ! include( './dba/' . DB_TYPE . '.dba' ); $DB = new DB(); $DB->connect(); --- 40,49 ---- include_once('./config.php'); ! //include_once(PHPMP_ROOT . 'includes/debug.php'); //$Debug = new Debug(); global $DB; ! include( PHPMP_ROOT . 'dba/' . DB_TYPE . '.dba' ); $DB = new DB(); $DB->connect(); *************** *** 51,64 **** $this->_initConfig(); // Grab DB-stored config values. ! include_once('./includes/auth.php'); ! //$Auth = new Auth(); // Create an instance of Auth. ! include_once('./includes/language.php'); ! include_once('./includes/constants.php'); ! include_once('./includes/functions.php'); ! include_once('./includes/mpcode.php'); // This while() statement will loop through the --- 51,64 ---- $this->_initConfig(); // Grab DB-stored config values. ! include_once(PHPMP_ROOT . 'includes/user.php'); ! $User = new User(); // Create an instance of User. ! include_once(PHPMP_ROOT . 'includes/language.php'); ! include_once(PHPMP_ROOT . 'includes/constants.php'); ! include_once(PHPMP_ROOT . 'includes/functions.php'); ! include_once(PHPMP_ROOT . 'includes/mpcode.php'); // This while() statement will loop through the *************** *** 71,85 **** // including a file more than once (through // malicious or accidental coding of a page). ! include_once('./includes/' . $my_file . '.php'); $i++; } ! include_once('./includes/Smarty.class.php'); ! include_once('./includes/template.php'); $Template = new Template(); // Create an instance of Template. // Globalize all major class-containing variables. ! global $Debug, $Auth, $Language, $Parser, $Template; } --- 71,85 ---- // including a file more than once (through // malicious or accidental coding of a page). ! include_once(PHPMP_ROOT . 'includes/' . $my_file . '.php'); $i++; } ! include_once(PHPMP_ROOT . 'includes/Smarty.class.php'); ! include_once(PHPMP_ROOT . 'includes/template.php'); $Template = new Template(); // Create an instance of Template. // Globalize all major class-containing variables. ! global $Debug, $User, $Language, $Parser, $Template; } |
From: Brian R. <hei...@us...> - 2002-12-02 10:59:53
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv1956 Modified Files: index.php Log Message: Made use of files within hierarchy much easier. Separated User and Auth so we aren't forced into loading Auth. Started writing a basic auth system (though the parts written are contained in User). Index: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/index.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** index.php 1 Dec 2002 03:47:21 -0000 1.23 --- index.php 2 Dec 2002 10:59:50 -0000 1.24 *************** *** 4,8 **** <? ! include( './includes/core.php' ); $Core = new Core(); --- 4,9 ---- <? ! define("PHPMP_ROOT", "./"); ! include( PHPMP_ROOT . 'includes/core.php' ); $Core = new Core(); |
From: Brian R. <hei...@us...> - 2002-12-02 05:16:51
|
Update of /cvsroot/phpmp/phpMP/languages/english In directory sc8-pr-cvs1:/tmp/cvs-serv3438/languages/english Modified Files: lang_main.php Log Message: Updated the language file a bit. Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** lang_main.php 30 Nov 2002 11:06:36 -0000 1.5 --- lang_main.php 2 Dec 2002 05:16:46 -0000 1.6 *************** *** 1,80 **** <? ! /****************************************************************************** ! ******************************************************************************* ! ! phpMP - The World's Greatest Modular Portal ! *********************************************** ! Are you MPowered? ! ! Copyright (C) 2002 phpMP Development Group ! All rights reserved. ! ! Lead Programmer: Brian Rose ! Lead Designer: Trevor Joynson ! ! Filename: /languages/english/lang_main.php ! Usage & Function: Main English Language File ! Create Date: July 25, 2002 ! ! $Id$ ! ******************************************************************************* ! ******************************************************************************* ! This software is provided under the GPL software license. A copy of the ! license should have been included with this software, located in the Docs ! folder. Feel free to redistribute and/or modify it according to the ! regulations stated in the license. ! ******************************************************************************* ! ******************************************************************************/ ! class Language { ! var $lang; ! ! function Language() { ! ! $this->lang['l_home'] = 'Home'; ! $this->lang['l_nav_bar'] = '<a href="' . REL_PATH . 'index.php">home</a> <font color="#0a4a67">•</font> <a href="' . REL_PATH . 'features.php">features</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'forums/index.php">forums</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'downloads.php">downloads</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'support.php">support</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'about.php">about</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'team.php">team</a> <font color="#0a4a67">•</font> <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> <font color="#0a4a67">•</font> <a href="' . $MPCONF['GEN']['uri'] . 'devworld/modules/index.php?action=list">modules</a> <font color="#0a4a67">•</font> <a href="http://www.sourceforge.net/">sourceforge</a>'; ! ! $this->lang['l_username'] = 'Username'; ! $this->lang['l_user_panel'] = 'User Control Panel'; ! $this->lang['l_user_panel_short'] = 'User CP'; ! $this->lang['l_email'] = 'E-mail'; ! $this->lang['l_password'] = 'Password'; ! $this->lang['l_confirm_password'] = 'Confirm'; ! $this->lang['l_realname'] = 'Real Name'; ! $this->lang['l_location'] = 'Location'; ! $this->lang['l_required_field'] = 'Denotes a Requires Field'; ! $this->lang['l_register_fin'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.'; ! $this->lang['l_fin_register_subject'] = 'Welcome to ' . SITE_NAME . '!'; ! $this->lang['l_fin_register_message'] = ' ! $temp_message = "Welcome to " . SITE_NAME . "! ! ! To complete your registration, please click on the link below. You will be unable to log in until you do so. ! ! $url_for_act ! ! Thank you for registering with us.";'; ! $this->lang['l_activated'] = 'Your account has been activated. You may now log in.'; ! ! $this->lang['l_login'] = 'Login'; ! $this->lang['l_logout'] = 'Logout'; ! $this->lang['l_forgot_password'] = 'Forgot Your Password?'; ! $this->lang['l_register'] = 'Register'; ! ! $this->lang['l_welcome'] = 'Welcome'; ! $this->lang['l_edit_profile'] = 'Edit User Profile'; ! $this->lang['l_admin_area'] = 'Administration Area'; ! ! $this->lang['l_register_name'] = 'Register A Username'; ! $this->lang['l_not_logged_in'] = 'You are not logged in.'; ! ! $this->lang['l_powered_by'] = 'powered by phpMP ' . VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.'; ! $this->lang['l_copyright'] = 'All content is property of its respective owner. All rights reserved.'; ! } } --- 1,43 ---- <? ! class Language { ! var $lang; ! function Language() { ! $this->lang['l_home'] = 'Home'; ! $this->lang['l_profile'] = 'Profile'; ! $this->lang['l_modules'] = 'Modules'; ! $this->lang['l_downloads'] = 'Downloads'; ! $this->lang['l_username'] = 'Username'; ! $this->lang['l_user_panel'] = 'User Control Panel'; ! $this->lang['l_user_panel_short'] = 'User CP'; ! $this->lang['l_email'] = 'E-mail'; ! $this->lang['l_password'] = 'Password'; ! $this->lang['l_confirm_password'] = 'Confirm'; ! $this->lang['l_realname'] = 'Real Name'; ! $this->lang['l_location'] = 'Location'; ! $this->lang['l_required_field'] = 'Denotes a Requires Field'; ! $this->lang['l_register_fin'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.'; ! $this->lang['l_fin_register_subject'] = 'Welcome to ' . SITE_NAME . '!'; ! $this->lang['l_activated'] = 'Your account has been activated. You may now log in.'; ! ! $this->lang['l_login'] = 'Login'; ! $this->lang['l_logout'] = 'Logout'; ! $this->lang['l_forgot_password'] = 'Forgot Your Password?'; ! $this->lang['l_register'] = 'Register'; ! ! $this->lang['l_welcome'] = 'Welcome'; ! $this->lang['l_edit_profile'] = 'Edit User Profile'; ! $this->lang['l_admin_area'] = 'Administration Area'; ! $this->lang['l_register_name'] = 'Register A Username'; ! $this->lang['l_not_logged_in'] = 'You are not logged in.'; ! $this->lang['l_powered_by'] = 'powered by phpMP ' . VERSION . ' © 2002 <a href="http://phpmp.sourceforge.net/">phpMP Dev. Group</a>.'; ! $this->lang['l_copyright'] = 'All content is property of its respective owner. All rights reserved.'; ! } } |
From: Brian R. <hei...@us...> - 2002-12-02 00:51:43
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv8866 Removed Files: System-Flowchart.gif flowchart.psd phpMP Worksheet 1.doc Log Message: We don't need these. I'll keep them around but they don't need to be on the server for absolutely no reason. --- System-Flowchart.gif DELETED --- --- flowchart.psd DELETED --- ***** Bogus filespec: phpMP ***** Bogus filespec: Worksheet --- 1.doc DELETED --- |