Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / New_pnadmin / html / modules / admin / pndocs [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
05 Aug 2002 10:13:57 | postnuke_modules/New_pnadmin/html/modules/admin/pndocs | changelog.txt,NONE,1.1 credits.txt,NONE,1.1 install.txt,NONE,1.1 | John Robeson |
moved files to pndocs |
Update of /home/cvsroot/postnuke_modules/New_pnadmin/html/modules/admin/pndocs In directory ns7.hostnuke.net:/tmp/cvs-serv29973 Added Files: changelog.txt credits.txt install.txt Log Message: moved files to pndocs --- NEW FILE: changelog.txt --- ------------------------------------------- 2002-07-30 v.0.0.7 The block is finished. Copied the function to display waiting content. /Magnus Hammar ------------------------------------------- 2002-07-29 v.0.0.7 Implemented all the old admin functions into the new so we can replace the old module with this new one. Created a new function to display a window if new modules has been added to the modules table or if it is removed from the table. Started to code a new block that will display all tabs. /Magnus Hammar ------------------------------------------- 2002-07-25 23:58 v.0.0.6 Fixed so we know what skin i sin use. /Magnus Hammar ------------------------------------------- --- NEW FILE: credits.txt --- MODULE: administration Pascal Riva - converted old style admin to .7x standards Magnus Hammar - to be added Bjarne - to be added --- NEW FILE: install.txt --- ------------------------------------------------------------------------- Changes to make the new admin work. First, initiate the module "admin". The module will create a new post in the module_vars table in order to be used by the settings module and then later admin.php. Then make these changes in the files or copy the files in folder "HTML" to the right places and replace the existing files. ------------------------------------------------------------------------- File: Rows: NS-Settings/admin.php 163-167 Added code: <tr><td class="pn-normal">' ._USENEWADMIN.'</td><td class="pn-normal">' ."<input type=\"radio\" name=\"xuse_new_admin\" value=\"1\"".$sel_use_new_admin['1']." class=\"pn-normal\">"._YES.' ' ."<input type=\"radio\" name=\"xuse_new_admin\" value=\"0\"".$sel_use_new_admin['0']." class=\"pn-normal\">"._NO.' ' .'</td></tr> Why: Add this code to print the radiobuttons to select what version of admin to use. ------------------------------------------------------------------------- File: Rows: NS-Settings/admin.php 80-82 Added code: $sel_use_new_admin['0'] = ''; $sel_use_new_admin['1'] = ''; $sel_use_new_admin[pnConfigGetVar('use_new_admin')] = ' checked'; Why: Added this code to get the selection of admin. ------------------------------------------------------------------------- File: Rows: NS-Settings/lang/*.* Last rows in each file Added code: define('_USENEWADMIN','Use the new admin'); Why: This text must be translated to other languages. ------------------------------------------------------------------------- File: Rows: /admin.php 33-39 Added code: $useNewAdmin = pnConfigGetVar('use_new_admin'); if($useNewAdmin){ if(!$module){ $module = 'admin'; $op = 'main'; } } Why: In order to use the new admin if it is prefered. -------------------------------------------------------------------------
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |