isso.git
18 years agos/[#]version[#]/[#]issoversion[#]/g
Robert Sesek [Thu, 9 Feb 2006 06:40:36 +0000 (06:40 +0000)]
s/[#]version[#]/[#]issoversion[#]/g

18 years agoWrong file name. Woops.
Robert Sesek [Mon, 6 Feb 2006 02:45:49 +0000 (02:45 +0000)]
Wrong file name. Woops.

18 years agoNeed to send the right mime-types to make Gecko happy
Robert Sesek [Mon, 6 Feb 2006 02:30:43 +0000 (02:30 +0000)]
Need to send the right mime-types to make Gecko happy

18 years agoUTF-8 shouldn't be the default
Robert Sesek [Mon, 6 Feb 2006 00:37:20 +0000 (00:37 +0000)]
UTF-8 shouldn't be the default

18 years agoAdded UTF-8 support to the XML parser
Robert Sesek [Sun, 5 Feb 2006 22:41:31 +0000 (22:41 +0000)]
Added UTF-8 support to the XML parser

18 years agoSet $this->values[] in fetch() if they aren't set
Robert Sesek [Sun, 5 Feb 2006 21:30:53 +0000 (21:30 +0000)]
Set $this->values[] in fetch() if they aren't set

18 years agoIn _load(), we need to use query_first() not just query()
Robert Sesek [Sun, 5 Feb 2006 20:25:08 +0000 (20:25 +0000)]
In _load(), we need to use query_first() not just query()

18 years agoAdd spaces when using $this->extrawhere
Robert Sesek [Sun, 5 Feb 2006 20:20:55 +0000 (20:20 +0000)]
Add spaces when using $this->extrawhere

18 years agoDoc fix for call_relations()
Robert Sesek [Sat, 4 Feb 2006 21:58:22 +0000 (21:58 +0000)]
Doc fix for call_relations()

18 years agoIn prepare_field_for_sql(), this BOOL will work better
Robert Sesek [Sat, 4 Feb 2006 03:08:22 +0000 (03:08 +0000)]
In prepare_field_for_sql(), this BOOL will work better

18 years agoUse TRUE and FALSE constants
Robert Sesek [Mon, 30 Jan 2006 00:43:02 +0000 (00:43 +0000)]
Use TRUE and FALSE constants

18 years agoBool values need to be encased
Robert Sesek [Mon, 30 Jan 2006 00:38:11 +0000 (00:38 +0000)]
Bool values need to be encased

18 years agoInsert ID is now computed correctly
Robert Sesek [Sun, 29 Jan 2006 23:26:48 +0000 (23:26 +0000)]
Insert ID is now computed correctly

18 years agoSuppress errors in query()
Robert Sesek [Sun, 29 Jan 2006 23:00:33 +0000 (23:00 +0000)]
Suppress errors in query()

18 years agoDocs++ for escape()
Robert Sesek [Sun, 29 Jan 2006 22:22:47 +0000 (22:22 +0000)]
Docs++ for escape()

18 years agoRemoving the binary switch from ISSO::escape()
Robert Sesek [Sun, 29 Jan 2006 22:15:32 +0000 (22:15 +0000)]
Removing the binary switch from ISSO::escape()

18 years agoAdded new binary escape methods
Robert Sesek [Sun, 29 Jan 2006 22:12:23 +0000 (22:12 +0000)]
Added new binary escape methods

18 years agoAnother gotcha
Robert Sesek [Sun, 29 Jan 2006 21:08:37 +0000 (21:08 +0000)]
Another gotcha

18 years agoCan't redeclare constructor
Robert Sesek [Sun, 29 Jan 2006 19:55:53 +0000 (19:55 +0000)]
Can't redeclare constructor

18 years agochanges++
Robert Sesek [Sun, 29 Jan 2006 19:34:32 +0000 (19:34 +0000)]
changes++

18 years agoChange default charset to UTF-8
Robert Sesek [Sun, 29 Jan 2006 19:30:26 +0000 (19:30 +0000)]
Change default charset to UTF-8

18 years agoMaking charset and delim settable
Robert Sesek [Sun, 29 Jan 2006 19:23:26 +0000 (19:23 +0000)]
Making charset and delim settable

18 years agoNeed to specify the delim when converting breaks in headers
Robert Sesek [Sun, 29 Jan 2006 19:20:13 +0000 (19:20 +0000)]
Need to specify the delim when converting breaks in headers

18 years agoCleaning up debug message
Robert Sesek [Sun, 29 Jan 2006 19:19:53 +0000 (19:19 +0000)]
Cleaning up debug message

18 years agoRequired fields are checked for being empty in set() which allows us to remove a...
Robert Sesek [Sun, 29 Jan 2006 19:16:55 +0000 (19:16 +0000)]
Required fields are checked for being empty in set() which allows us to remove a lot of the emptyness checking in send()

18 years agoDead code stripping
Robert Sesek [Sun, 29 Jan 2006 19:07:09 +0000 (19:07 +0000)]
Dead code stripping

18 years agoWe can now send multipart/html emails :)
Robert Sesek [Sun, 29 Jan 2006 19:06:00 +0000 (19:06 +0000)]
We can now send multipart/html emails :)

18 years agoThis should be working... but it isn't
Robert Sesek [Sun, 29 Jan 2006 18:51:48 +0000 (18:51 +0000)]
This should be working... but it isn't

18 years agoMulti-address send should now work
Robert Sesek [Sun, 29 Jan 2006 17:29:48 +0000 (17:29 +0000)]
Multi-address send should now work

18 years agoAdding structure for all the features that are to come
Robert Sesek [Sun, 29 Jan 2006 17:13:08 +0000 (17:13 +0000)]
Adding structure for all the features that are to come

18 years agoAdding pgsql conversion info
Robert Sesek [Sun, 29 Jan 2006 08:55:51 +0000 (08:55 +0000)]
Adding pgsql conversion info

18 years agoThe DB::transaction_rollback() now has name as optional, to just rollback the entire...
Robert Sesek [Sun, 29 Jan 2006 07:47:21 +0000 (07:47 +0000)]
The DB::transaction_rollback() now has name as optional, to just rollback the entire transaction

18 years agoOnly get the query time if ISSO-Functions module is loaded
Robert Sesek [Sun, 29 Jan 2006 07:09:51 +0000 (07:09 +0000)]
Only get the query time if ISSO-Functions module is loaded

18 years agoAdd support for PGSQL in API::insert()
Robert Sesek [Sun, 29 Jan 2006 07:00:24 +0000 (07:00 +0000)]
Add support for PGSQL in API::insert()

18 years agoDB_PostgreSQL::insert_id() is now done right :)
Robert Sesek [Sun, 29 Jan 2006 06:55:28 +0000 (06:55 +0000)]
DB_PostgreSQL::insert_id() is now done right :)

18 years agoAdding transaction stuff to everything but PGSQL (need to look it up)
Robert Sesek [Sun, 29 Jan 2006 06:24:22 +0000 (06:24 +0000)]
Adding transaction stuff to everything but PGSQL (need to look it up)

18 years ago- Added ability to restore the APIError() to its last value
Robert Sesek [Sun, 29 Jan 2006 05:38:43 +0000 (05:38 +0000)]
- Added ability to restore the APIError() to its last value
- Created API->errors array to store all errors
- We now allow for silent error reporting
- Silenced errors can be checked using API::check_errors()

18 years agoWrong PHP4 constructor name
Robert Sesek [Sat, 28 Jan 2006 07:51:35 +0000 (07:51 +0000)]
Wrong PHP4 constructor name

18 years agoA fix for PHP 5.1.2 and bug://report/1 where the XML module would fail because we...
Robert Sesek [Wed, 25 Jan 2006 04:24:27 +0000 (04:24 +0000)]
A fix for PHP 5.1.2 and bug://report/1 where the XML module would fail because we were passing expressions
to a referenced argument

18 years ago$GLOBALS['isso:callback'] change
Robert Sesek [Sun, 22 Jan 2006 00:36:08 +0000 (00:36 +0000)]
$GLOBALS['isso:callback'] change

18 years agos/count/sizeof/g
Robert Sesek [Sun, 22 Jan 2006 00:00:28 +0000 (00:00 +0000)]
s/count/sizeof/g

18 years agoUse ISSO->get()
Robert Sesek [Sat, 21 Jan 2006 23:59:11 +0000 (23:59 +0000)]
Use ISSO->get()

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