Sources for file ChangeLog in version 2.0



Click on a comment to hide it. Click here to show all comments.
/*
 * Project:     Onyx: PHP Application Backend
 * File:        ChangeLog
 *
 * Version:     2.0
 * CVS tag:     $Id: ChangeLog,v 1.15 2003/05/31 08:47:00 bok Exp $
 * Authors:     Robert Amos <bok[at]ausmac.net>
 *              Andrew Wellington <proton[at]wiretapped.net>
 * Copyright (c) 2001-2003 odynia.org
*/

2003-05-31 10:29  tag ONYX_2_0

2003
-05-31 10:29  bok

    
plugins/: auth/activedirectory.phpauth/sql.php,
    
cache/database.phpcache/file.php, class/access.php,
    class/
auth.php, class/input.phpconfig/file.php,
    
database/msql.phpdatabase/mssql.phpdatabase/mysql.php,
    
database/oracle.phpdatabase/pgsql.phpdatabase/sybase.php,
    
dbspec/auth.phpdbspec/cache.php: - Move to Onyx 2.0

2003
-05-31 10:29  bok

    
onyx.class.php: - Move to Onyx 2.0 I HATE DOS FORMAT!@#!@#

2003-05-31 10:24  bok

    
plugins/class/input.php: - Make $input->text() only strip control
    characters 
Advanced email address checking using getmxrr(); -
    
Don't escape quotes (') if they are already escaped in
    $input
->sqltext();

2003-04-22 16:06  bok

    
onyx.class.php: - Fix it so its assumed as web when there are no
    $_ENV variables

2003
-04-22 12:40  bok

    
plugins/class/input.php: - Try again with $input->email()

2003-04-22 12:20  bok

    
plugins/class/input.php: - Add $input->email()

2003-04-22 10:29  bok

    
plugins/class/input.php: - Fix up sqltext for now

2003
-04-22 10:16  bok

    
plugins/database/pgsql.php: - Fix typo Move error handling to
    
use an object variable so we dont lose the last error as soon as
    
the query runs

2003
-04-11 20:11  bok

    
plugins/smarty/function.fetch.php,
    
plugins/smarty/function.html_checkboxes.php,
    
plugins/smarty/function.html_image.php,
    
plugins/smarty/function.html_options.php,
    
plugins/smarty/function.mailto.php,
    
plugins/smarty/function.popup.php,
    
plugins/smarty/modifier.count_words.php,
    
plugins/smarty/modifier.debug_print_var.php,
    
plugins/smarty/modifier.default.php,
    
plugins/smarty/modifier.escape.php,
    
plugins/smarty/shared.escape_special_chars.php,
    
smarty/Config_File.class.phpsmarty/Smarty.class.php,
    
smarty/Smarty_Compiler.class.php: - Update to Smarty-2.5.0

2003
-04-10 18:44  bok

    
plugins/class/access.php: - Oopsbug fixmissing a )

2003-04-10 18:43  bok

    
plugins/class/access.php: - Allow for overall $onyx->access
    control

2003
-04-10 17:07  bok

    
plugins/auth/sql.php: - Don't allow passwords through

2003-04-01 20:52  bok

    * plugins/database/pgsql.php: - Stop $db->fetch_array() using
    bloody PGSQL_BOTH instead of PGSQL_ASSOC

2003-04-01 20:51  bok

    * onyx.class.php: - Add $onyx->config to auto the all magical
    {$onyx} smarty variable

2003-03-28 16:30  bok

    * plugins/class/access.php: - Make setting $_SESSION['
location']
    optional - Major rewrite to the location code

2003-03-28 16:12  bok

    * onyx.class.php: - Added $onyx->set_location, boolean to determine
    whether to try and work out $_SESSION['
location'] - Moved session
    checking before filter_vars so it can access them

2003-03-28 16:09  bok

    * onyx.class.php: fix formatting

2003-03-27 17:41  bok

    * onyx.class.php: - Fixed error handler function name

2003-03-25 16:26  bok

    * onyx.class.php: - Reformat of function comments - Default error
    types to WARNING

2003-03-25 16:24  bok

    * plugins/class/input.php: - Add unhtmlnlsafe() - reverse of
    htmlnlsafe() - Reformat of function comments

2003-03-25 15:33  bok

    * plugins/class/auth.php: - Reformat of function comments - Use
    Onyx error handlers

2003-03-25 13:38  bok

    * plugins/class/access.php: - Reformat of function comments

2003-03-25 13:27  bok

    * plugins/auth/activedirectory.php: - Use Onyx error handlers

2003-03-25 13:24  bok

    * plugins/cache/file.php: - Reformat of function comments - Use
    Onyx error handlers

2003-03-25 13:16  bok

    * plugins/cache/database.php: - Reformat of function comments - Use
    Onyx error handling routines

2003-03-25 13:10  bok

    * plugins/config/file.php: - Reformat of function comments - Use
    the Onyx error handling routines

2003-03-25 13:06  bok

    * plugins/database/pgsql.php: - Reformat the function comments -
    Use the Onyx error handling routines now

2003-03-25 11:51  bok

    * plugins/class/auth.php: - Use the error handlers

2003-03-25 11:45  bok

    * onyx.class.php: - Empty error handler uses default

2003-03-25 11:03  bok

    * onyx.class.php: - Add error plugins - Make error_handler use
    plugins - Add check for class_exist when loading plugins - Add
    check to make sure the config plugin is an object before use -
    Added more verbose erroring to the error_handler

2003-03-25 01:39  bok

    * onyx.class.php: - moved all trigger_error references to
    $this->trigger_error

2003-03-25 01:35  bok

    * plugins/auth/sql.php: - Missing ,

2003-03-25 01:33  bok

    * plugins/auth/sql.php: - Fix bug in returning correct group array

2003-03-25 01:22  bok

    * plugins/class/access.php: - Its $onyx_parent->trigger_error
    dickhead

2003-03-25 00:29  bok

    * plugins/class/access.php: - Add check to not loop groups if not
    fully logged in

2003-03-25 00:21  bok

    * plugins/class/input.php: - Fix character class in
    $input->username()

2003-03-25 00:10  bok

    * onyx.class.php: - Added $this->trigger_error() for handling onyx
    errors with a optional predefined user error function

2003-03-24 21:05  bok

    * plugins/class/access.php: - Changed comment style - Added use of
    $this->trigger_error() to log errors - Unified support of
    access/acl'
s

2003
-03-24 18:46  bok

    
onyx.class.php: - Add Constructor/Destructor Error Handling
    Variable Added

2003
-03-15 23:46  bok

    
plugins/class/input.php: - Allow full stops in usernames (bok)

2003-03-14 17:48  bok

    
plugins/class/access.php: - Remove all references to
    $access
->logged_in()

2003-03-12 21:07  bok

    
plugins/auth/activedirectory.php: - Return full data to auth
    plugin 
(bok)

2003-03-12 21:05  bok

    
plugins/class/auth.php: - Copy full details to $_SESSION['auth']
    
instead of selected. (bok)

2003-03-12 21:05  bok

    
plugins/auth/sql.php: - Return full details to client auth plugin
    instead of select details 
(bok)

2003-03-12 01:49  bok

    
plugins/class/input.php: - Fix up $input->date(); - Use a proper
    
function for $input->text(); - Removed $input->sqlline() and
    
$input->unsqlline() and $input->unsqltext(); - $input->sqltext() is
    now basically $input
->sqlline();

2003-03-11 17:47  bok

    
plugins/class/input.php: - Fix missing ;

2003-03-11 17:47  bok

    
plugins/database/pgsql.php: - Add error returning function (bok)

2003-03-10 14:47  bok

    
plugins/class/input.php: - Support unix timestamps in
    $input
->date(); (bok)

2003-03-07 02:40  bok

    
plugins/database/pgsql.php: - Spelling mistake (bok)

2003-03-07 00:19  bok

    
plugins/database/pgsql.php: - Automatically connect to the
    database when we read spec files 
(configurable)

2003-03-06 20:08  bok

    
onyx.class.php: - Change check for CLI/WEBWe assume that if all
    the $_ENV vars are mirrored in $_SERVER that its the CLI 
interface.
    (
bok)

2003-02-26 20:01  bok

    
plugins/smarty/function.html_select_date.php,
    
plugins/smarty/function.html_select_time.php,
    
smarty/Config_File.class.phpsmarty/Smarty.class.php,
    
smarty/Smarty_Compiler.class.php: - Upgraded to Smarty-2.4.2. (bok)

2003-02-16 10:05  bok

    
onyx.class.php: - Use $onyx->smarty_obj as the objectmakes
    things work better 
(bok)

2003-02-16 08:25  bok

    
onyx.class.php: - Change default auth module to SQL (bok)

2003-02-04 06:39  tag ONYX_2_0RC2

2003
-02-04 06:39  bok

    
onyx.class.phpplugins/auth/activedirectory.php,
    
plugins/auth/sql.phpplugins/cache/database.php,
    
plugins/cache/file.phpplugins/class/access.php,
    
plugins/class/auth.phpplugins/class/input.php,
    
plugins/config/file.phpplugins/database/msql.php,
    
plugins/database/mssql.phpplugins/database/mysql.php,
    
plugins/database/oracle.phpplugins/database/pgsql.php,
    
plugins/database/sybase.phpplugins/dbspec/auth.php,
    
plugins/dbspec/cache.php: - Changed version number 2.0rc1 -> 2.0rc2
    
(bok)

2003-02-04 06:36  bok

    
onyx.class.php: - Added $onyx->smarty_obj to configure the Smarty
    object
's variable name (bok) - Added $onyx->smarty_config to change
    Smarty config options before start() (bok)

2003-02-03 06:00  bok

    * smarty/: Config_File.class.php, Smarty.class.php,
    Smarty_Compiler.class.php: - Update to Smarty 2.4.0 (bok)

2003-02-03 06:00  bok

    * plugins/smarty/function.mailto.php: - Update to Smarty-2.4.0
    (bok)

2003-02-03 06:00  bok

    * plugins/smarty/: function.counter.php, function.cycle.php,
    function.debug.php, function.eval.php, function.fetch.php,
    function.html_options.php, function.math.php, function.popup.php,
    function.popup_init.php, modifier.debug_print_var.php,
    modifier.escape.php: Update to Smarty 2.4.0

2003-01-31 23:28  bok

    * onyx.class.php: - If there are no get_vars etc specified, make
    sure you rm all $_GET variables as per our feature list.. (bok)

2003-01-31 23:14  bok

    * plugins/class/access.php: - Can select locations based on $_GET
    variables now. !!Untested!! (bok)

2003-01-31 23:12  bok

    * onyx.class.php: - Let the variable filter routines have first
    stab (bok)

2003-01-31 23:01  bok

    * plugins/: auth/activedirectory.php, auth/sql.php,
    cache/database.php, cache/file.php, class/access.php,
    class/auth.php, class/input.php, config/file.php,
    database/msql.php, database/mssql.php, database/mysql.php,
    database/pgsql.php, database/sybase.php, dbspec/auth.php,
    dbspec/cache.php: - Its 2003 now! (bok)

2003-01-31 22:49  bok

    * plugins/class/input.php: - Make sure we strip leading slashes
    from filenames (bok)

2003-01-31 22:49  bok

    * plugins/: auth/sql.php, class/auth.php, dbspec/auth.php: -
    Addition of optional icon filename (bok)

2003-01-31 22:46  bok

    * onyx.class.php: - We allow leading slashes when using
    _transform_path because they'
re local vars (bok) - Turn off
    trim_html by 
default (bok)

2003-01-31 18:50  bok

    
onyx.class.php: - Use different commenting style for
    
configuration variables (bok)

2003-01-23 23:34  bok

    
plugins/cache/file.php: - Trust $onyx->cache_locationyou cant
    change it from the outside
. (bok) - Dont put cache headers in the
    file 
if we're generating output. (bok)

2002-11-30 00:09  tag ONYX_2_0RC1

2002-11-30 00:09  bok

    * onyx.class.php: - Ewps, missed a )

2002-11-29 22:55  bok

    * onyx.class.php: - Try include_path first for plugins, ONYX_DIR
    after that (bok)

2002-11-29 22:45  bok

    * onyx.class.php: - Allow $onyx->cache_filename; (bok)

2002-11-29 22:44  bok

    * plugins/cache/file.php: - Allow specification of cache_filename
    (bok) - Update $_SESSION['
user'] -> $_SESSION['auth']['user'] (bok)

2002-11-29 22:38  bok

    * onyx.class.php: - Add ONYX_DIR for compatibility (bok)

2002-11-29 22:38  bok

    * plugins/auth/sql.php: - Remove trailing junk (bok) - Allow
    specify table props (bok)

2002-11-29 09:22  bok

    * onyx.class.php, plugins/auth/activedirectory.php,
    plugins/auth/sql.php, plugins/cache/database.php,
    plugins/cache/file.php, plugins/class/access.php,
    plugins/class/auth.php, plugins/class/input.php,
    plugins/config/file.php, plugins/database/msql.php,
    plugins/database/mssql.php, plugins/database/mysql.php,
    plugins/database/oracle.php, plugins/database/pgsql.php,
    plugins/database/sybase.php, plugins/dbspec/auth.php,
    plugins/dbspec/cache.php: - Move to Onyx 2.0rc1 (bok)

2002-11-29 09:12  bok

    * plugins/: auth/activedirectory.php, auth/sql.php,
    cache/database.php, cache/file.php, class/access.php,
    class/auth.php, config/file.php, dbspec/auth.php, dbspec/cache.php:
    - Shiznatz -> odynia.org (bok)

2002-11-29 09:12  bok

    * plugins/class/input.php: - Added $input->htmlnlsafe(); (bok)

2002-11-29 09:11  bok

    * plugins/smarty/modifier.strip.php: - Added strip function, it was
    missed (bok)

2002-11-29 09:11  bok

    * plugins/smarty/: block.access.php, function.accesselse.php: -
    Added support for {access acl="bleh"} blah blah {accesselse} bleh
    bleh {/access} (bok)

2002-11-29 07:46  bok

    * onyx.class.php: - Shiznatz. -> odynia.org. (bok)

2002-11-29 07:45  bok

    * plugins/database/: mssql.php, mysql.php, oracle.php, pgsql.php: -
    Shiznatz Inc. -> odynia.org. (bok)

2002-11-29 06:05  bok

    * plugins/database/sybase.php: - Added Sybase support (bok)

2002-11-29 05:21  bok

    * plugins/database/msql.php: - Added mSQL Support (bok)

2002-11-29 05:12  bok

    * plugins/database/mssql.php: - MSSQL Support Added. (bok)

2002-11-21 19:08  bok

    * plugins/database/pgsql.php: - Default to using array functions
    instead of objects (bok)

2002-11-21 19:03  bok

    * plugins/database/mysql.php: - MySQL support added (bok)

2002-11-21 18:10  bok

    * plugins/smarty/function.debug.php,
    plugins/smarty/function.html_options.php,
    plugins/smarty/modifier.default.php, smarty/Config_File.class.php,
    smarty/Smarty.class.php, smarty/Smarty_Compiler.class.php: - Update
    to Smarty-2.3.1 (bok)

2002-11-21 18:06  bok

    * plugins/smarty/function.html_options.php.save: bitch

2002-11-21 18:05  bok

    * plugins/smarty/: block.textformat.php,
    function.html_options.php.save, modifier.input.php: - Addition of
    files (bok)

2002-11-10 16:30  bok

    * plugins/cache/file.php: - We can trust $onyx->cache_location,
    fixes a bug this way (bok) - mmm, warez (bok)

2002-11-10 16:14  bok

    * plugins/class/input.php: - Plz 2 b allowing spaces and newlines
    in a text stream kthx (bok) - Fixed missing escape character in
    $input->regexp(); (bok)

2002-11-10 15:54  bok

    * onyx.class.php: - Added {$onyx.colours} in teh templates (bok)

2002-11-01 19:32  bok

    * onyx.class.php: - Added HTML trimming function, will remove any
    leading whitespaces and extra blank lines, making the HTML smaller
    (bok) - Added $onyx->trim_html to determine whether to trim HTML or
    not (bok)

2002-11-01 14:15  bok

    * plugins/smarty/function.html_options.php: - Added optgroup
    support (bok)

2002-11-01 13:40  bok

    * plugins/class/input.php: - Added $input->regexp(), escapes
    control characters for use in regular expressions (bok) - Finally
    settled on a regexp for $input->text() (bok) - $input->username()
    uses $input->safetext() until further need arises (bok) -
    $input->password() uses $input->text() until futher need arises
    (bok)

2002-10-31 07:10  bok

    * plugins/class/access.php: - if session_lifetime is 0, dont expire
    the session (bok)

2002-10-28 17:20  bok

    * onyx.class.php, plugins/database/pgsql.php: - Added
    $onyx->use_persistent_db_conns (bok)

2002-10-28 16:49  tag ONYX_2_0B4

2002-10-28 16:49  bok

    * onyx.class.php, plugins/auth/activedirectory.php,
    plugins/auth/sql.php, plugins/cache/database.php,
    plugins/cache/file.php, plugins/class/access.php,
    plugins/class/auth.php, plugins/class/input.php,
    plugins/config/file.php, plugins/database/pgsql.php,
    plugins/dbspec/auth.php, plugins/dbspec/cache.php: - Update to
    2.0b4 (bok)

2002-10-28 16:49  bok

    * plugins/smarty/block.access.php: - Block {access}{/access}
    function (bok)

2002-10-28 16:42  bok

    * plugins/cache/database.php: - Fixed SQL statement creation in
    read() and delete() (bok) - Load database and input plugins
    properly (bok) - Use new $onyx->cache_expire and
    $onyx->cache_lifetime syntax (bok)

2002-10-28 16:27  bok

    * onyx.class.php: - Added $onyx->cache_lifetime which is the old
    $onyx->cache_expire, $onyx->cache_expire is now a date in the
    future for pages to expire (bok) - Fixed bug when triggering
    caching errors (bok)

2002-10-26 10:41  bok

    * plugins/dbspec/cache.php: - PostgreSQL doesn'
t like it when you
    
use a field name called 'user' (bok)

2002-10-26 10:40  bok

    
plugins/cache/file.php: - Fixed bug where userdir was appened
    when it wasnt meant to be 
(bok) - Single cache dir these days (bok)
    - 
Store the expiry date in the file (bok)

2002-10-25 19:44  bok

    
plugins/database/pgsql.php: - Fixed $db->select(); for using
    pre
-existing connections properly. (bok)

2002-10-25 19:15  bok

    
plugins/database/pgsql.php: - Dont use persistant connections,
    
just causes unnecessary strain on server (bok)

2002-10-25 11:49  bok

    
plugins/cache/database.php: - Fixed missing ' on $sql query (bok)
    - Added $this->delete(); (bok)

2002-10-25 11:43  bok

    * plugins/class/access.php: - Support $onyx->location_redirect_url
    (bok)

2002-10-25 11:43  bok

    * plugins/cache/file.php: - $onyx->cache_expire = 0; will never
    expire a cache file (bok)

2002-10-25 11:42  bok

    * onyx.class.php: - Added $onyx->location_redirect_url. Redirects
    users to this url if they attempt to access pages from a different
    location to where they are. (bok)

2002-10-20 16:59  bok

    * plugins/cache/file.php: - Added return of Content-Length: headers
    (bok) - Fixed spelling mistake causing cache files to go missing.
    (bok)

2002-10-20 16:58  bok

    * onyx.class.php: - Added return of Content-Length: headers (bok)

2002-10-19 15:59  bok

    * plugins/class/input.php: - Added $input->float() (bok)

2002-10-08 19:57  bok

    * plugins/dbspec/cache.php: - Database HTML Caching Table (bok)

2002-10-08 19:55  bok

    * plugins/cache/database.php: - Initial Import of Database Caching
    routines (bok)

2002-10-08 19:19  tag ONYX_2_0b3

2002-10-08 19:19  bok

    * onyx.class.php, plugins/auth/activedirectory.php,
    plugins/auth/sql.php, plugins/cache/file.php,
    plugins/class/access.php, plugins/class/auth.php,
    plugins/class/input.php, plugins/config/file.php,
    plugins/database/msql.php, plugins/database/pgsql.php,
    plugins/dbspec/auth.php: - Update version to 2.0b3

2002-10-08 19:10  bok

    * plugins/class/: access.php, auth.php: - Moved $_SESSION access
    control variables to $_SESSION['
auth'] (bok)

2002-10-08 19:09  bok

    * plugins/class/input.php: - Allow for infinite recursion of array
    variable types (bok)

2002-10-08 19:08  bok

    * plugins/smarty/function.html_select_time.php: - God damn Capitals
    (bok) - Allow for the creation of post-name arrays, for grouping of
    multiple dates (bok)

2002-10-08 19:07  bok

    * plugins/config/file.php: - Properly preserve {$variables} if we
    have no match, rather than just erroring (bok)

2002-10-08 19:06  bok

    * onyx.class.php: - Fix display of errors when using the CLI (bok)
    - Change $onyx->get_vars, etc to allow for infinite recusion of
    array() variable types (bok)

2002-10-08 19:03  bok

    * plugins/class/events.php: Not an onyx based thing, just for
    intranet, leave it in their plugin dir.

2002-10-03 08:51  bok

    * plugins/class/access.php: - Fixed location stuff properly this
    time (bok)

2002-10-03 08:50  bok

    * plugins/class/access.php: - Fix so that the authenticated
    location actually works

2002-10-03 08:37  bok

    * plugins/cache/file.php: - Fixed caching bug (bok)

2002-10-03 08:34  bok

    * plugins/class/input.php: - Change array support for variable
    filtering, use $onyx->get_vars['
bleh'] = array('type'); (bok)

2002-10-03 08:27  bok

    * onyx.class.php: - Add $onyx->logout_redirect_url for clients to
    be redirected to upon forced logout (bok) - Change array support
    for variable filtering, use $onyx->get_vars['
bleh'] =
    array('
type'); (bok)

2002-09-30 15:52  bok

    * plugins/dbspec/auth.php: - $_title and $_database patch (proton)

2002-09-30 15:17  bok

    * onyx.class.php, plugins/auth/activedirectory.php,
    plugins/auth/sql.php, plugins/cache/file.php,
    plugins/class/access.php, plugins/class/auth.php,
    plugins/class/events.php, plugins/class/input.php,
    plugins/config/file.php, plugins/database/pgsql.php,
    plugins/dbspec/auth.php: Version change 2.0b1 -> 2.0b2

2002-09-30 15:12  bok

    * plugins/dbspec/auth.php: - Proper class name (bok)

2002-09-30 15:11  bok

    * plugins/smarty/function.html_select_date.php: - Change ordering
    of select boxes to day, month, year (bok) - We dont want
    capitialisation on incoming variable names! god damn americans
    (bok)

2002-09-30 15:08  bok

    * plugins/database/pgsql.php: - Fix resource handling (bok) - We
    only want associative (column names, not numbers) elements of
    arrays/objects (bok) - Move $db->load_spec() to $db->spec() (bok)

2002-09-30 15:06  bok

    * plugins/config/file.php: - We allow {$variables} in config files
    now, searches assigned smarty    variables, $onyx->config,
    $onyx->page, and $GLOBALS, for variables by   that name. (bok)

2002-09-30 15:04  bok

    * plugins/class/input.php: - $input->int() works now (bok) -
    $input->numer() added. For those who want $onyx->_input_modified to
    be set (proton) - $inpux->safetext() added. For text that only
    needs to be a-zA-Z0-9, etc (bok) - $input->filename() added. For
    filenames  (bok) - $input->bool() fixed. (bok) - $input->_array()
    added. For when you like to return arrays of data in query'
s
    
($input->array() throws an erroretc) (bok) - $input->date_year(),
    
$input->date_month(), $input->date_day() added. For dates. (bok) -
    
$input->sqlline(), $input->unsqlline() addedAllows everything
    $input
->password() allows addslashes() (proton) -
    
$input->htmlsafe(), $input->unhtmlsafe() addedhtmlentities()
    (
proton)

2002-09-30 14:57  bok

    
plugins/class/access.php: - Access Control Functions initial
    addition 
(bok) - Unset expiry when logging out (proton)

2002-09-30 14:56  bok

    
plugins/class/events.php: - Events Juarez (bok)

2002-09-30 14:55  bok

    
plugins/class/auth.php: - Add browserexpiry time, and subnet to
    the session juarez

2002
-09-30 14:52  bok

    
plugins/cache/file.php: - Use directory structure that allows for
    
easier deletion (bok)

2002-09-30 14:47  bok

    
plugins/auth/sql.php: - Use correct function name for login
    
function implementation (proton) - Corrected function names and
    
variable names for a few t hings (proton)

2002-09-30 14:45  bok

    
plugins/auth/activedirectory.php: - we need $email now to auth
    with
fool cope with the fact its an array nownot a function

2002-09-30 14:43  bok

    
onyx.class.php: - Can't spell DIRECTORY_SEPARATOR - use DIRSEP,
    thats why its there - define SCRIPT_DIR as CWD - enable usage of
    Onyx from the command line - $onyx->filter_vars was added -
    $onyx->session_lifetime was added - $onyx->db_host was added -
    $onyx->db_port was added - $onyx->db_user was added -
    $onyx->db_passwd was added - $onyx->auth_params was added -
    $onyx->_input_modified was added (proton) - $onyx->plugin_dirs
    works for smarty plugins ($dir/smarty) - Assign $onyx->page to
    smarty by reference, so that we can change the     title etc on the
    fly and not have to bother reassigning it - new RETURN style
    plugins, they return the object to the calling function -
    $db->spec() juarez - cope with $_SERVER['
argv'] filtering - load
    config handlers properly - don'
t add DIRSEP when we think its a
    directory because we
're probably   wrong ($onyx->_transform_path())
    - load cache handlers properly

2002-09-11 16:08  bok

    * onyx.class.php: Theres no trailing slash on SMARTY_DIR, use
    appropriately next time

2002-09-11 16:06  bok

    * plugins/database/pgsql.php: missed closing } on load_spec()

2002-09-11 16:05  bok

    * onyx.class.php: set $onyx_parent first

2002-09-11 16:04  bok

    * onyx.class.php: _cache_bleh works better than _cachebleh

2002-09-11 16:02  bok

    * onyx.class.php: $name -> $plugin

2002-09-11 16:01  bok

    * onyx.class.php: missed . for the php extension

2002-09-11 16:01  bok

    * onyx.class.php: $plugin in load_plugin(), not $name

2002-09-11 15:59  bok

    * onyx.class.php: trailing slash on ONYXDIR would be goodly.

2002-09-11 15:57  bok

    * onyx.class.php: ONYXDIR we need dirname() not basename(),
    dickhead Fixed load_plugins() to check for ONYXDIR.$dir first, then
    $dir in include path Removed unnecessary ONYXDIR. on the
    $this->plugin_dirs Fixed regexp errors

2002-09-11 13:15  bok

    * onyx.class.php: Append ONYXDIR to the plugin dir array thingy

2002-09-11 13:13  bok

    * onyx.class.php: Add support for dbspec plugins, and plugins that
    return the object

2002-09-11 12:42  bok

    * plugins/database/pgsql.php: Add load_spec(string table) function

2002-09-11 12:25  bok

    * plugins/auth/sql.php: Use the $db->load_spec() leetness

2002-09-11 12:23  bok

    * plugins/dbspec/auth.php: Initial import

2002-09-11 12:05  bok

    * onyx.class.php: Bug fix, missing )

2002-09-11 12:03  bok

    * plugins/class/input.php: Syntax fix, remove the ), fool. and
    learn to type.

2002-09-11 12:01  bok

    * plugins/auth/sql.php: Bug fixes, missed trailing " on line 26,
    missed } for closing the function

2002-09-11 11:56  bok

    * plugins/cache/file.php: Initial creation and import for onyx 2.0

2002-09-11 11:55  bok

    * onyx.class.php: still use ob_gzhandler with our warez cacheing
    stuff

2002-09-11 11:40  bok

    * onyx.class.php: dont prepend ONYX_DIR to safe filenames kthx

2002-09-11 11:38  bok

    * onyx.class.php: Fix path stuff, fix caching stuff

2002-09-11 09:19  bok

    * plugins/config/file.php: Initial Creation for onyx 2.0

2002-09-11 03:22  bok

    * onyx.class.php: Fix the config handler parse crap

2002-09-11 03:05  bok

    * smarty/Config_File.class.php, smarty/Smarty.class.php,
    smarty/Smarty_Compiler.class.php,
    plugins/smarty/function.assign.php,
    plugins/smarty/function.assign_debug_info.php,
    plugins/smarty/function.counter.php,
    plugins/smarty/function.cycle.php,
    plugins/smarty/function.debug.php,
    plugins/smarty/function.eval.php,
    plugins/smarty/function.fetch.php,
    plugins/smarty/function.html_options.php,
    plugins/smarty/function.html_select_date.php,
    plugins/smarty/function.html_select_time.php,
    plugins/smarty/function.math.php,
    plugins/smarty/function.popup.php,
    plugins/smarty/function.popup_init.php,
    plugins/smarty/modifier.capitalize.php,
    plugins/smarty/modifier.count_characters.php,
    plugins/smarty/modifier.count_paragraphs.php,
    plugins/smarty/modifier.count_sentences.php,
    plugins/smarty/modifier.count_words.php,
    plugins/smarty/modifier.date_format.php,
    plugins/smarty/modifier.debug_print_var.php,
    plugins/smarty/modifier.default.php,
    plugins/smarty/modifier.escape.php,
    plugins/smarty/modifier.indent.php,
    plugins/smarty/modifier.lower.php,
    plugins/smarty/modifier.regex_replace.php,
    plugins/smarty/modifier.replace.php,
    plugins/smarty/modifier.spacify.php,
    plugins/smarty/modifier.string_format.php,
    plugins/smarty/modifier.strip_tags.php,
    plugins/smarty/modifier.truncate.php,
    plugins/smarty/modifier.upper.php,
    plugins/smarty/modifier.wordwrap.php,
    plugins/smarty/shared.make_timestamp.php: Initial import of
    Smarty-2.3

2002-09-11 03:05  bok

    * onyx.class.php: Load smarty

2002-09-11 02:30  bok

    * plugins/class/input.php: Initial import and changes for onyx 2

2002-09-09 17:28  bok

    * plugins/class/auth.php: $onyx_parent->auth_type; not
    $auth->select; bah

2002-09-09 17:05  bok

    * plugins/class/auth.php: Change version number

2002-09-09 17:05  bok

    * plugins/class/auth.php: Initial Import and changes for onyx 2

2002-09-09 16:38  bok

    * plugins/: auth/activedirectory.php, auth/sql.php,
    database/msql.php, database/mssql.php, database/mysql.php,
    database/oracle.php, database/pgsql.php: Obscure emails in headers

2002-09-09 16:32  bok

    * onyx.class.php: Obscure email addresses

2002-09-09 16:23  bok

    * plugins/auth/sql.php: Initial Chances for onyx 2.0

2002-09-09 16:21  bok

    * plugins/auth/sql.php: Initial Import

2002-09-09 16:13  bok

    * plugins/auth/activedirectory.php: Wrong file name in header

2002-09-09 16:12  bok

    * plugins/auth/activedirectory.php: Initial Import and
    modifications for onyx 2

2002-09-04 21:41  bok

    * onyx.class.php: We do want some objects we create to be global
    now dont we?

2002-09-04 21:39  bok

    * onyx.class.php: Why load a db class when we can do the warez
    ourselves?

2002-09-04 21:33  bok

    * plugins/database/pgsql.php: Update to spec. Getting tired.

2002-09-04 20:09  bok

    * plugins/database/: msql.php, mssql.php, mysql.php, oracle.php,
    pgsql.php: Initial Import from Onyx version 1.0.1

2002-09-04 19:16  bok

    * onyx.class.php: $this->_transform_dir -> $this->_transform_path

2002-09-04 19:16  bok

    * onyx.class.php: Add $onyx->plugin_dirs to config variables. 
    Prepend ONYX_DIR to $this->_transform_path return value

2002-09-04 19:13  bok

    * onyx.class.php: First import of main onyx class!



Website is Copyright © Odynia.org 2000-2005 - Xnyo is released under a BSD license.