isso.git
18 years agos/$GLOBALS['isso:null-framework']/$GLOBALS['isso:callback']/g
Robert Sesek [Sat, 21 Jan 2006 23:58:20 +0000 (23:58 +0000)]
s/$GLOBALS['isso:null-framework']/$GLOBALS['isso:callback']/g

18 years agoAdding a lot of changes to the log
Robert Sesek [Sat, 21 Jan 2006 23:56:27 +0000 (23:56 +0000)]
Adding a lot of changes to the log

18 years agoWe need at least 1 integer in random keys (for good measure)
Robert Sesek [Sat, 21 Jan 2006 23:30:59 +0000 (23:30 +0000)]
We need at least 1 integer in random keys (for good measure)

18 years agoRemoving one of the loops from Functions::rand() and making sure that the desired...
Robert Sesek [Sat, 21 Jan 2006 23:26:15 +0000 (23:26 +0000)]
Removing one of the loops from Functions::rand() and making sure that the desired length matches the actual one

18 years agoMoving Mail::_convert_line_breaks() to Functions::convert_line_breaks()
Robert Sesek [Sat, 21 Jan 2006 23:22:07 +0000 (23:22 +0000)]
Moving Mail::_convert_line_breaks() to Functions::convert_line_breaks()

18 years agoMake query debug output much nicer
Robert Sesek [Sat, 21 Jan 2006 21:02:06 +0000 (21:02 +0000)]
Make query debug output much nicer

18 years agoYou can now specify the width of an ISSO message
Robert Sesek [Sat, 21 Jan 2006 21:00:36 +0000 (21:00 +0000)]
You can now specify the width of an ISSO message

18 years ago- Added ISSO->format_debug_trace() so that we can format debug_backtrace() anywhere
Robert Sesek [Sat, 21 Jan 2006 20:51:30 +0000 (20:51 +0000)]
- Added ISSO->format_debug_trace() so that we can format debug_backtrace() anywhere
- DB::query() now stores much more information about each query

18 years agoDocumenting more constants
Robert Sesek [Sat, 21 Jan 2006 20:31:04 +0000 (20:31 +0000)]
Documenting more constants

18 years agoWe don't want to use abs() on TPE_UINT; do check for < 0
Robert Sesek [Sat, 21 Jan 2006 20:27:42 +0000 (20:27 +0000)]
We don't want to use abs() on TPE_UINT; do check for < 0

18 years agoAdd recursion for ISSO->clean()
Robert Sesek [Sat, 21 Jan 2006 20:23:35 +0000 (20:23 +0000)]
Add recursion for ISSO->clean()

18 years agoDocumenting another constant
Robert Sesek [Sat, 21 Jan 2006 08:04:34 +0000 (08:04 +0000)]
Documenting another constant

18 years agoGlobal killing is prima face
Robert Sesek [Sat, 21 Jan 2006 07:59:55 +0000 (07:59 +0000)]
Global killing is prima face

18 years agoChange API->norelations to API->dorelations so we have to explictly choose the ones
Robert Sesek [Sat, 21 Jan 2006 07:07:32 +0000 (07:07 +0000)]
Change API->norelations to API->dorelations so we have to explictly choose the ones

18 years agoAdd another way to disable all relations
Robert Sesek [Sat, 21 Jan 2006 07:03:11 +0000 (07:03 +0000)]
Add another way to disable all relations

18 years agoAdded in relations system
Robert Sesek [Sat, 21 Jan 2006 06:59:11 +0000 (06:59 +0000)]
Added in relations system

18 years agoMake sure we throw a warning if we can't call the APIError() function
Robert Sesek [Sat, 21 Jan 2006 01:40:43 +0000 (01:40 +0000)]
Make sure we throw a warning if we can't call the APIError() function

18 years agoI've never heard of this new visibility "pprivateublic" ... I wonder what it does...
Robert Sesek [Mon, 16 Jan 2006 10:31:10 +0000 (10:31 +0000)]
I've never heard of this new visibility "pprivateublic" ... I wonder what it does...

18 years agoThis space after (c) was annoying me
Robert Sesek [Mon, 16 Jan 2006 10:26:04 +0000 (10:26 +0000)]
This space after (c) was annoying me

18 years agoNo more bold input
Robert Sesek [Mon, 16 Jan 2006 10:25:05 +0000 (10:25 +0000)]
No more bold input

18 years agoNavigation panel done
Robert Sesek [Mon, 16 Jan 2006 10:21:14 +0000 (10:21 +0000)]
Navigation panel done

18 years agoForm styling has been cleaned
Robert Sesek [Mon, 16 Jan 2006 10:07:44 +0000 (10:07 +0000)]
Form styling has been cleaned

18 years agoText is now done
Robert Sesek [Mon, 16 Jan 2006 10:05:35 +0000 (10:05 +0000)]
Text is now done

18 years agoActually, I lied... now we will move on
Robert Sesek [Mon, 16 Jan 2006 10:02:27 +0000 (10:02 +0000)]
Actually, I lied... now we will move on

18 years agoBlock classes are done... moving onto text
Robert Sesek [Mon, 16 Jan 2006 10:01:44 +0000 (10:01 +0000)]
Block classes are done... moving onto text

18 years agoCSSing the new tcat and thead
Robert Sesek [Mon, 16 Jan 2006 09:57:48 +0000 (09:57 +0000)]
CSSing the new tcat and thead

18 years agoNew images
Robert Sesek [Mon, 16 Jan 2006 09:51:14 +0000 (09:51 +0000)]
New images

18 years agoNew image gradient
Robert Sesek [Mon, 16 Jan 2006 09:51:00 +0000 (09:51 +0000)]
New image gradient

18 years agoGot a new tcat, not sure about the new thead, though
Robert Sesek [Mon, 16 Jan 2006 09:45:49 +0000 (09:45 +0000)]
Got a new tcat, not sure about the new thead, though

18 years agoAllow fetching of enumerated rows instead of assoc
Robert Sesek [Sat, 14 Jan 2006 20:20:57 +0000 (20:20 +0000)]
Allow fetching of enumerated rows instead of assoc

18 years agoConvert another coloru
Robert Sesek [Sat, 14 Jan 2006 09:24:54 +0000 (09:24 +0000)]
Convert another coloru

18 years ago#FFFFFF -> rgb(255, 255, 255)
Robert Sesek [Sat, 14 Jan 2006 09:23:22 +0000 (09:23 +0000)]
#FFFFFF -> rgb(255, 255, 255)

18 years agoGoodbye #38495E
Robert Sesek [Sat, 14 Jan 2006 09:22:46 +0000 (09:22 +0000)]
Goodbye #38495E

18 years ago.phead goes bye bye
Robert Sesek [Sat, 14 Jan 2006 09:21:37 +0000 (09:21 +0000)]
.phead goes bye bye

18 years agoSetting body text colour
Robert Sesek [Sat, 14 Jan 2006 09:18:42 +0000 (09:18 +0000)]
Setting body text colour

18 years agoSweeping changes to the printer.css.php file... new images!
Robert Sesek [Sat, 14 Jan 2006 06:43:51 +0000 (06:43 +0000)]
Sweeping changes to the printer.css.php file... new images!

18 years agoMysterious updates to the page background
Robert Sesek [Sat, 14 Jan 2006 06:43:20 +0000 (06:43 +0000)]
Mysterious updates to the page background

18 years ago- adding thead.psd
Robert Sesek [Sat, 14 Jan 2006 06:40:51 +0000 (06:40 +0000)]
- adding thead.psd
- creating a matching tcat

18 years agoI don't like this at all... but save it for posterity
Robert Sesek [Sat, 14 Jan 2006 06:33:11 +0000 (06:33 +0000)]
I don't like this at all... but save it for posterity

18 years agoShrinking the page background...
Robert Sesek [Sat, 14 Jan 2006 05:58:49 +0000 (05:58 +0000)]
Shrinking the page background...

18 years agoAdding page background file
Robert Sesek [Sat, 14 Jan 2006 05:58:13 +0000 (05:58 +0000)]
Adding page background file

18 years agoYay for ISSO::get()
Robert Sesek [Sat, 14 Jan 2006 05:14:07 +0000 (05:14 +0000)]
Yay for ISSO::get()

18 years agoMake the auto-path thing work on PHP5
Robert Sesek [Fri, 13 Jan 2006 05:38:52 +0000 (05:38 +0000)]
Make the auto-path thing work on PHP5

18 years agoNote about the PHP5 conditional
Robert Sesek [Fri, 13 Jan 2006 04:39:47 +0000 (04:39 +0000)]
Note about the PHP5 conditional

18 years agos/Shared_Object_Framework/ISSO/g
Robert Sesek [Fri, 13 Jan 2006 04:27:22 +0000 (04:27 +0000)]
s/Shared_Object_Framework/ISSO/g

18 years agoSay goodbye to manual setting of sourcepath
Robert Sesek [Fri, 13 Jan 2006 04:22:18 +0000 (04:22 +0000)]
Say goodbye to manual setting of sourcepath

18 years agoUse the new package system to get pagination to work
Robert Sesek [Fri, 13 Jan 2006 02:36:19 +0000 (02:36 +0000)]
Use the new package system to get pagination to work

18 years agoAutomatically define ISSO_DB_LAYER and warn about it
Robert Sesek [Fri, 13 Jan 2006 02:33:33 +0000 (02:33 +0000)]
Automatically define ISSO_DB_LAYER and warn about it

18 years agoChange the backtrace workings
Robert Sesek [Fri, 13 Jan 2006 02:33:03 +0000 (02:33 +0000)]
Change the backtrace workings

18 years agoNo longer need to create a temporary template object due to init_as_package()
Robert Sesek [Fri, 13 Jan 2006 02:17:46 +0000 (02:17 +0000)]
No longer need to create a temporary template object due to init_as_package()

18 years agoAdding init_as_package() support
Robert Sesek [Fri, 13 Jan 2006 02:13:22 +0000 (02:13 +0000)]
Adding init_as_package() support

18 years agoAdding init_as_package() to the two modules that are superclassed
Robert Sesek [Fri, 13 Jan 2006 02:07:20 +0000 (02:07 +0000)]
Adding init_as_package() to the two modules that are superclassed

18 years agoAdding pagination class... it kind of works
Robert Sesek [Thu, 12 Jan 2006 19:02:51 +0000 (19:02 +0000)]
Adding pagination class... it kind of works

18 years agoAdded unify_node()
Robert Sesek [Mon, 9 Jan 2006 17:44:20 +0000 (17:44 +0000)]
Added unify_node()

18 years agoUpdating test files to ISSO2 setup
Robert Sesek [Mon, 9 Jan 2006 17:25:17 +0000 (17:25 +0000)]
Updating test files to ISSO2 setup

18 years agokernel.php's get() doesn't use $this->registry->do_get() but just $this->do_get()
Robert Sesek [Mon, 9 Jan 2006 17:24:06 +0000 (17:24 +0000)]
kernel.php's get() doesn't use $this->registry->do_get() but just $this->do_get()

18 years agoAdding do_get() to the kernel and get() to all the modules that have set().
Robert Sesek [Mon, 9 Jan 2006 17:19:06 +0000 (17:19 +0000)]
Adding do_get() to the kernel and get() to all the modules that have set().

18 years agoDon't run #e on preg_match, but use eval() on it later
Robert Sesek [Mon, 9 Jan 2006 01:09:22 +0000 (01:09 +0000)]
Don't run #e on preg_match, but use eval() on it later

18 years agoDon't need to specify the object path in templatedir field
Robert Sesek [Mon, 9 Jan 2006 01:09:05 +0000 (01:09 +0000)]
Don't need to specify the object path in templatedir field

18 years agoMake exec_sanitize_data() private
Robert Sesek [Sun, 8 Jan 2006 23:41:03 +0000 (23:41 +0000)]
Make exec_sanitize_data() private

18 years agoThe field foreach() loop elseif branch is never executed in check_isso_fields()
Robert Sesek [Sun, 8 Jan 2006 23:38:34 +0000 (23:38 +0000)]
The field foreach() loop elseif branch is never executed in check_isso_fields()

18 years agoFixing PHP5 warnings
Robert Sesek [Thu, 5 Jan 2006 04:40:21 +0000 (04:40 +0000)]
Fixing PHP5 warnings

18 years agoAdding check_isso_field() calls all over the place
Robert Sesek [Mon, 2 Jan 2006 20:24:28 +0000 (20:24 +0000)]
Adding check_isso_field() calls all over the place

18 years agoSwitch to using get_class() in check_isso_fields() for the kernel
Robert Sesek [Mon, 2 Jan 2006 20:20:47 +0000 (20:20 +0000)]
Switch to using get_class() in check_isso_fields() for the kernel

18 years agoMaking check_isso_fields() have multi-module support
Robert Sesek [Mon, 2 Jan 2006 20:19:44 +0000 (20:19 +0000)]
Making check_isso_fields() have multi-module support

18 years agoAdding fields and set() methods
Robert Sesek [Mon, 2 Jan 2006 19:59:13 +0000 (19:59 +0000)]
Adding fields and set() methods

18 years agoFixing the preg_replace replace in do_set()
Robert Sesek [Mon, 2 Jan 2006 19:50:29 +0000 (19:50 +0000)]
Fixing the preg_replace replace in do_set()

18 years ago- Making check_isso_fields() multi-module compliant
Robert Sesek [Sat, 31 Dec 2005 09:29:07 +0000 (09:29 +0000)]
- Making check_isso_fields() multi-module compliant
- Warnings--

18 years agoExtracting set() logic out to do_set()
Robert Sesek [Sat, 31 Dec 2005 09:13:31 +0000 (09:13 +0000)]
Extracting set() logic out to do_set()

18 years agoDont exit if it's been called
Robert Sesek [Sat, 31 Dec 2005 09:01:11 +0000 (09:01 +0000)]
Dont exit if it's been called

18 years agoAllow check_isso_fields() to be called for fun
Robert Sesek [Sat, 31 Dec 2005 08:58:39 +0000 (08:58 +0000)]
Allow check_isso_fields() to be called for fun

18 years agoGive all the instance variables visibility tags
Robert Sesek [Sat, 31 Dec 2005 08:54:37 +0000 (08:54 +0000)]
Give all the instance variables visibility tags

18 years agoRegistry is defined in Template
Robert Sesek [Sat, 31 Dec 2005 08:51:34 +0000 (08:51 +0000)]
Registry is defined in Template

18 years agoAdding field requirement checker
Robert Sesek [Sat, 31 Dec 2005 08:44:58 +0000 (08:44 +0000)]
Adding field requirement checker

18 years agoAdding set() and get() methods to ISSO
Robert Sesek [Sat, 31 Dec 2005 08:35:58 +0000 (08:35 +0000)]
Adding set() and get() methods to ISSO

18 years agoDocumenting constants
Robert Sesek [Sat, 31 Dec 2005 08:21:54 +0000 (08:21 +0000)]
Documenting constants

18 years agoHook documentation
Robert Sesek [Sat, 31 Dec 2005 08:19:23 +0000 (08:19 +0000)]
Hook documentation

18 years agoDocumenting hooks
Robert Sesek [Sat, 31 Dec 2005 08:18:26 +0000 (08:18 +0000)]
Documenting hooks

18 years agoDocumenting constants
Robert Sesek [Sat, 31 Dec 2005 08:17:22 +0000 (08:17 +0000)]
Documenting constants

18 years agoDocumenting constants
Robert Sesek [Sat, 31 Dec 2005 08:16:25 +0000 (08:16 +0000)]
Documenting constants

18 years ago- nav_title now has a fully-surrounding border
Robert Sesek [Thu, 29 Dec 2005 22:16:53 +0000 (22:16 +0000)]
- nav_title now has a fully-surrounding border
- nav_item_hot is now nav_item:hover

18 years agoChanging constant names
Robert Sesek [Thu, 29 Dec 2005 22:00:18 +0000 (22:00 +0000)]
Changing constant names

18 years agoOnly show the debug box if HIDE_SETUP is not enabled
Robert Sesek [Thu, 29 Dec 2005 21:57:26 +0000 (21:57 +0000)]
Only show the debug box if HIDE_SETUP is not enabled

18 years agowarnings -= 2
Robert Sesek [Tue, 27 Dec 2005 19:49:42 +0000 (19:49 +0000)]
warnings -= 2

18 years agoWe wern't initializing the usage right... now we are
Robert Sesek [Mon, 26 Dec 2005 06:20:10 +0000 (06:20 +0000)]
We wern't initializing the usage right... now we are

18 years agoISSO->escape() now uses the new DB stuff
Robert Sesek [Sat, 24 Dec 2005 23:06:51 +0000 (23:06 +0000)]
ISSO->escape() now uses the new DB stuff

18 years agoWe can no longer assume to use ISSO->modules['db_mysql']; ISSO_DB_LAYER is now used...
Robert Sesek [Sat, 24 Dec 2005 20:55:20 +0000 (20:55 +0000)]
We can no longer assume to use ISSO->modules['db_mysql']; ISSO_DB_LAYER is now used to determine the module. This constant *MUST* be defined.

18 years agoMatch some things to make sure we don't have a blank $Id$ in construct_debug_block()
Robert Sesek [Sat, 24 Dec 2005 20:31:07 +0000 (20:31 +0000)]
Match some things to make sure we don't have a blank $Id$ in construct_debug_block()

18 years agoAdding pgsql layer
Robert Sesek [Fri, 23 Dec 2005 22:44:51 +0000 (22:44 +0000)]
Adding pgsql layer

18 years agoReverting changes in r324; wasn't thinking when I made them
Robert Sesek [Fri, 23 Dec 2005 22:43:07 +0000 (22:43 +0000)]
Reverting changes in r324; wasn't thinking when I made them

18 years agoCalling the wrong error functions in error()
Robert Sesek [Fri, 23 Dec 2005 22:21:48 +0000 (22:21 +0000)]
Calling the wrong error functions in error()

18 years agoRename some terminology
Robert Sesek [Fri, 23 Dec 2005 21:27:07 +0000 (21:27 +0000)]
Rename some terminology

18 years agoAdding MySQLi driver
Robert Sesek [Fri, 23 Dec 2005 08:34:35 +0000 (08:34 +0000)]
Adding MySQLi driver

18 years agoFixing some boo-boos
Robert Sesek [Fri, 23 Dec 2005 08:22:48 +0000 (08:22 +0000)]
Fixing some boo-boos

18 years agoAbstracting database layer
Robert Sesek [Fri, 23 Dec 2005 08:21:53 +0000 (08:21 +0000)]
Abstracting database layer

18 years agoMerging the changes from r317 back to the trunk from 1.x
Robert Sesek [Wed, 21 Dec 2005 22:22:54 +0000 (22:22 +0000)]
Merging the changes from r317 back to the trunk from 1.x

18 years agoReverting the changes back to r289 from r315
Robert Sesek [Wed, 21 Dec 2005 22:19:28 +0000 (22:19 +0000)]
Reverting the changes back to r289 from r315

18 years agoDon't expose the whole path when we can't find the template
Robert Sesek [Wed, 21 Dec 2005 22:15:42 +0000 (22:15 +0000)]
Don't expose the whole path when we can't find the template

18 years agoCreated a pre-parse hook for template processing
Robert Sesek [Wed, 21 Dec 2005 19:40:21 +0000 (19:40 +0000)]
Created a pre-parse hook for template processing

18 years agoA little UTF-8 never killed anybody
Robert Sesek [Mon, 19 Dec 2005 22:39:24 +0000 (22:39 +0000)]
A little UTF-8 never killed anybody