Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Newer Notices - Older NoticesDirectory filter : [ all ] / postnuke_official / html / includes [ exclude subdirs ] [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
27 Aug 2002 21:10:01 | postnuke_official/html/includes | pnUser.php,1.68,1.69 | Mike |
allow theme override | |||
17 Aug 2002 01:16:51 | postnuke_official/html/includes | pnMod.php,1.78,1.79 | Marco Canini |
Added shortcut for pnModTemplate with custom template using $data['_template_'].Rearranged file layout. | |||
17 Aug 2002 00:26:15 | postnuke_official/html/includes | pnEvt.php,NONE,1.1 pnLog.php,NONE,1.1 | Marco Canini |
Event Messanging System | |||
16 Aug 2002 15:49:19 | postnuke_official/html/includes | pnMod.php,1.77,1.78 pnAPI.php,1.154,1.155 | Mike |
module aliases | |||
13 Aug 2002 08:52:51 | postnuke_official/html/includes | pnTableDDL.php,1.6,1.7 | Marco Canini |
Added exceptions. | |||
11 Aug 2002 00:12:10 | postnuke_official/html/includes | pnTableDDL.php,1.5,1.6 | Gary Mitchell |
Fix syntax error after file moved | |||
10 Aug 2002 20:47:15 | postnuke_official/html/includes | pnTableDDL.php,1.4,1.5 | Paul Rosania |
added back some of johnny's changes | |||
10 Aug 2002 20:08:38 | postnuke_official/html/includes | pnTableDDL.php,1.3,1.4 | Paul Rosania |
resync pnTableDDL.php | |||
10 Aug 2002 17:55:43 | postnuke_official/html/includes | pnAPI.php,1.153,1.154 | John Robeson |
cleaned up the phpdoc, removed pnConfigInit | |||
10 Aug 2002 17:40:39 | postnuke_official/html/includes | pnMod.php,1.76,1.77 | Mike |
allow override of current module for CallHooks | |||
10 Aug 2002 16:56:33 | postnuke_official/html/includes | pnTableDDL.php,1.2,1.3 | John Robeson |
cleaned up a little and added a simple database creation function.. needs to be fleshed out.. | |||
10 Aug 2002 12:10:49 | postnuke_official/html/includes | pnHTML.php,1.35,1.36 pnSecurity.php,1.12,1.13 | Mike |
fix the E_ALL fixes - those are (supposed to be) language defines, to be fixed with pnMLByKey or whatever | |||
09 Aug 2002 21:03:01 | postnuke_official/html/includes | pnTemplate.php,1.46,1.47 | John Robeson |
removed weird characters after every line | |||
09 Aug 2002 13:18:07 | postnuke_official/html/includes | pnTemplate.php,1.45,1.46 | Paul Rosania |
pnBlockTemplate, etc. | |||
09 Aug 2002 13:16:20 | postnuke_official/html/includes | pnBlocks.php,1.52,1.53 | Paul Rosania |
pnBlockTypeExists() now returns ID of type in DB (n > 1, so n == true tests still work) | |||
09 Aug 2002 03:31:53 | postnuke_official/html/includes | pnMod.php,1.75,1.76 | Gary Mitchell |
fix insert not using GenID to generate the sequence number | |||
09 Aug 2002 03:27:43 | postnuke_official/html/includes | pnBlocks.php,1.51,1.52 | Gary Mitchell |
fix insert not using GenID to generate a sequence number | |||
09 Aug 2002 03:11:48 | postnuke_official/html/includes | pnSecurity.php,1.11,1.12 | John Cox |
E_ALL Fixes | |||
09 Aug 2002 03:10:58 | postnuke_official/html/includes | pnAPI.php,1.152,1.153 | Gary Mitchell |
correct insert into module_vars table - was not using GenID function to set sequence number | |||
09 Aug 2002 02:20:00 | postnuke_official/html/includes | pnHTML.php,1.34,1.35 | John Cox |
E_ALL Fix on line 486 | |||
09 Aug 2002 02:09:27 | postnuke_official/html/includes | pnML.php,1.6,1.7 | John Cox |
Solved format problem | |||
08 Aug 2002 19:26:04 | postnuke_official/html/includes | pnML.php,1.5,1.6 | Paul Rosania |
fixed bug that was preventing var binding in pnMLByKey() | |||
08 Aug 2002 19:24:25 | postnuke_official/html/includes | pnBlocks.php,1.50,1.51 | Paul Rosania |
removed debug echo | |||
07 Aug 2002 04:01:00 | postnuke_official/html/includes | pnTemplate.php,1.44,1.45 | Paul Rosania |
pnBlockTemplate() works better now | |||
07 Aug 2002 03:31:33 | postnuke_official/html/includes | pnTemplate.php,1.43,1.44 | Paul Rosania |
first draft pnBlockTemplate(), untested but should work - will code into pnBlockShow and test in a bit | |||
07 Aug 2002 03:20:19 | postnuke_official/html/includes | pnBlocks.php,1.49,1.50 | Paul Rosania |
the missing pnBlockType*() functions. please be patient with the installer, it is a work in progress and the SQL files should suffice for now | |||
07 Aug 2002 00:17:05 | postnuke_official/html/includes | pnBlocks.php,1.48,1.49 | Mike |
waiting for paul... | |||
06 Aug 2002 06:05:13 | postnuke_official/html/includes | pnError.php,1.7,1.8 | Carl P. Corliss |
got rid of the 'global $depth' as it is unneeded when referencing a local class property -- should just call it with a $this->depth.... besides, global vars are BAD. | |||
05 Aug 2002 21:49:09 | postnuke_official/html/includes | pnBlocks.php,1.47,1.48 | Mike |
add TODO for paul/Dracos about missing pnBlockTemplate() or whatever to support BL for block content | |||
05 Aug 2002 17:53:10 | postnuke_official/html/includes | pnTemplate.php,1.42,1.43 | John Robeson |
changed exception message for rabbitt | |||
05 Aug 2002 07:51:40 | postnuke_official/html/includes | pnHTML.php,1.26.2.4,1.26.2.5 | John Robeson |
fixed function name | |||
05 Aug 2002 03:17:31 | postnuke_official/html/includes | pnHTML.php,1.26.2.3,1.26.2.4 | John Robeson |
added cellpadding and spacing for dracos | |||
05 Aug 2002 03:05:07 | postnuke_official/html/includes | pnSession.php,1.15.2.7,1.15.2.8 | John Robeson |
closed comment to fix bug 590681 | |||
04 Aug 2002 20:17:30 | postnuke_official/html/includes | pnTableDDL.php,1.1,1.2 | Paul Rosania |
warning fix | |||
04 Aug 2002 03:50:01 | postnuke_official/html/includes | pnTemplate.php,1.41,1.42 | Carl P. Corliss |
adding an exception for pnModTemplate(...) | |||
03 Aug 2002 23:06:16 | postnuke_official/html/includes | pnML.php,1.4,1.5 | Carl P. Corliss |
Call-time pass-by-reference has been deprecated - argument passed by value | |||
03 Aug 2002 02:59:09 | postnuke_official/html/includes | pnTemplate.php,1.40,1.41 | Paul Rosania |
moved tag registration to *_init() | |||
03 Aug 2002 02:58:13 | postnuke_official/html/includes | pnTableDDL.php,NONE,1.1 | Paul Rosania |
moved pnTableDDL.php to standard includes dir per agreement with gregor | |||
01 Aug 2002 13:46:32 | postnuke_official/html/includes | pnException.php,1.6,1.7 | Mike |
add procedural functions to retrieve exception value in string or HTML format | |||
30 Jul 2002 02:26:52 | postnuke_official/html/includes | pnBlocks.php,1.46,1.47 | Paul Rosania |
misc bugfixes | |||
29 Jul 2002 17:08:29 | postnuke_official/html/includes | pnTemplate.php,1.39,1.40 | Mike |
more template tag clean-up - I'm getting tired of this... | |||
29 Jul 2002 04:35:07 | postnuke_official/html/includes | pnBlocks.php,1.45,1.46 | Paul Rosania |
fixed bug in pnBlockGroupShow where there are no instances in a group | |||
29 Jul 2002 04:33:19 | postnuke_official/html/includes | pnTemplate.php,1.38,1.39 | Paul Rosania |
misc changes | |||
28 Jul 2002 15:51:18 | postnuke_official/html/includes | pnAPI.php,1.151,1.152 | Mike |
fix the bug fix (no pnConfigInit anymore, remember) | |||
28 Jul 2002 03:49:44 | postnuke_official/html/includes | pnMod.php,1.74,1.75 | Paul Rosania |
better legacy output support | |||
28 Jul 2002 03:47:26 | postnuke_official/html/includes | pnBlocks.php,1.44,1.45 | Paul Rosania |
updated block funcs to new block tables | |||
27 Jul 2002 16:30:15 | postnuke_official/html/includes | pnSession.php,1.25,1.26 | Mike |
sessions revisited - seems to work for PHP 4.1.2 on Windows too now (with & without register_globals) | |||
27 Jul 2002 12:59:51 | postnuke_official/html/includes/language/blocks/cro | - New directory | nunizgb |
Directory /home/cvsroot/postnuke_official/html/includes/language/blocks/cro added to the repository | |||
27 Jul 2002 00:27:24 | postnuke_official/html/includes | pnMod.php,1.42.2.2,1.42.2.3 | Mike |
some performance improvement | |||
27 Jul 2002 00:01:09 | postnuke_official/html/includes | pnAPI.php,1.81.2.24,1.81.2.25 | Mike |
allow empty referer as local |
View Statistics - Newer Notices - Older Notices
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |