Xaraya / Postnuke CVS Notices - Message

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 Notice

Directory filter : [ all ] / postnuke_modules / New_pnadmin / html / modules / administration / pndocs [ view in CVS ]


Deprecated: Function gmstrftime() is deprecated in /home/mikespub/www/list.php on line 509
Date Directory [filter] File(s) [view] Author [filter]
05 Aug 2002 13:16:59postnuke_modules/New_pnadmin/html/modules/administration/pndocschangelog.txt,NONE,1.1 credits.txt,NONE,1.1 install.txt,NONE,1.1 todo.txt,NONE,1.1John Robeson
 adding docs

Update of /home/cvsroot/postnuke_modules/New_pnadmin/html/modules/administration/pndocs
In directory ns7.hostnuke.net:/tmp/cvs-serv31441

Added Files:
	changelog.txt credits.txt install.txt todo.txt 
Log Message:
adding docs


--- 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

---------------------------------------
Johnny Robeson
started move of admin module and conversion to adodb and misc cleanups
--- 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.' &nbsp;'
."<input type=\"radio\" name=\"xuse_new_admin\" value=\"0\"".$sel_use_new_admin['0']." class=\"pn-normal\">"._NO.'&nbsp;'
.'</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.
-------------------------------------------------------------------------

--- NEW FILE: todo.txt ---
MODULE: administration

TODO!!!
convert module to ADODB
move towards more api functions
clean up administration block
remove dependence on admin.php
decide on table struture
look at adminpanels and decide what to integrate
use module classification rfc



Directory filter : [ all ] / postnuke_modules / New_pnadmin / html / modules / administration / pndocs [ view in CVS ]

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