isso.git
17 years agoFix a parse error
Robert Sesek [Wed, 16 Aug 2006 21:11:53 +0000 (21:11 +0000)]
Fix a parse error

17 years agoMoving the debug function to Register
Robert Sesek [Wed, 16 Aug 2006 21:11:32 +0000 (21:11 +0000)]
Moving the debug function to Register

17 years agotodo--
Robert Sesek [Wed, 16 Aug 2006 19:08:57 +0000 (19:08 +0000)]
todo--

17 years agoRemoving unused stuff from the kernel so we can see what still needs to be moved
Robert Sesek [Wed, 16 Aug 2006 18:48:10 +0000 (18:48 +0000)]
Removing unused stuff from the kernel so we can see what still needs to be moved

17 years agoMoving input stuff out of the kernel and into Input
Robert Sesek [Wed, 16 Aug 2006 18:47:17 +0000 (18:47 +0000)]
Moving input stuff out of the kernel and into Input

17 years agoIn FetchExtension(), return an empty string if there is no extension
Robert Sesek [Wed, 16 Aug 2006 18:40:42 +0000 (18:40 +0000)]
In FetchExtension(), return an empty string if there is no extension

17 years agoNeed to access self::$cssClass statically and not through SharedInstance()
Robert Sesek [Wed, 16 Aug 2006 18:39:24 +0000 (18:39 +0000)]
Need to access self::$cssClass statically and not through SharedInstance()

17 years agoAdding the functions test
Robert Sesek [Wed, 16 Aug 2006 18:34:48 +0000 (18:34 +0000)]
Adding the functions test

17 years agoAdding the functions test with some incomplete tests
Robert Sesek [Wed, 16 Aug 2006 18:33:12 +0000 (18:33 +0000)]
Adding the functions test with some incomplete tests

17 years agoSwitch to the custom HtmlReporter class
Robert Sesek [Wed, 16 Aug 2006 07:32:49 +0000 (07:32 +0000)]
Switch to the custom HtmlReporter class

17 years agoAdding a unit test report class for SimpleTest
Robert Sesek [Wed, 16 Aug 2006 06:56:37 +0000 (06:56 +0000)]
Adding a unit test report class for SimpleTest

17 years agofile_exists does not work with the include path, so we need to switch to include_once...
Robert Sesek [Wed, 16 Aug 2006 05:50:09 +0000 (05:50 +0000)]
file_exists does not work with the include path, so we need to switch to include_once which only produces a warning, which we suppress, and then rely on class_exists() to check for module existence

17 years agoRemoving things that have been implemented elsewhere
Robert Sesek [Wed, 16 Aug 2006 03:57:19 +0000 (03:57 +0000)]
Removing things that have been implemented elsewhere

17 years agoRenaming the functions file
Robert Sesek [Wed, 16 Aug 2006 03:55:18 +0000 (03:55 +0000)]
Renaming the functions file

17 years agoDeleting old functions.php; moving Functions2.php to Functions.php
Robert Sesek [Wed, 16 Aug 2006 03:54:50 +0000 (03:54 +0000)]
Deleting old functions.php; moving Functions2.php to Functions.php

17 years agoAdding the singleton portion of the functions class
Robert Sesek [Wed, 16 Aug 2006 03:54:26 +0000 (03:54 +0000)]
Adding the singleton portion of the functions class

17 years agoHaha. Fegister.php
Robert Sesek [Wed, 16 Aug 2006 03:38:17 +0000 (03:38 +0000)]
Haha. Fegister.php

17 years agoMoving functions and making them static
Robert Sesek [Wed, 16 Aug 2006 03:37:22 +0000 (03:37 +0000)]
Moving functions and making them static

17 years agoAdd testLoadBadModule()
Robert Sesek [Wed, 16 Aug 2006 03:29:57 +0000 (03:29 +0000)]
Add testLoadBadModule()

17 years agoFix parse error
Robert Sesek [Wed, 16 Aug 2006 03:28:55 +0000 (03:28 +0000)]
Fix parse error

17 years agoWe need to return; when we trigger an error
Robert Sesek [Wed, 16 Aug 2006 03:28:09 +0000 (03:28 +0000)]
We need to return; when we trigger an error

17 years agoFix the test when we're checking size by creating a new register and using that
Robert Sesek [Wed, 16 Aug 2006 03:26:50 +0000 (03:26 +0000)]
Fix the test when we're checking size by creating a new register and using that

17 years agoUse trigger_error() instead of exceptions because the test toolkit doesn't support...
Robert Sesek [Wed, 16 Aug 2006 03:24:52 +0000 (03:24 +0000)]
Use trigger_error() instead of exceptions because the test toolkit doesn't support them yet

17 years agoInclude ReporterTest.php in AllTests
Robert Sesek [Wed, 16 Aug 2006 03:22:23 +0000 (03:22 +0000)]
Include ReporterTest.php in AllTests

17 years agoAdded initial BSRegister class
Robert Sesek [Wed, 16 Aug 2006 03:21:59 +0000 (03:21 +0000)]
Added initial BSRegister class

17 years agoAdd testUnregisterNoExist()
Robert Sesek [Wed, 16 Aug 2006 03:15:18 +0000 (03:15 +0000)]
Add testUnregisterNoExist()

17 years agoassertEquals() does not exist!
Robert Sesek [Wed, 16 Aug 2006 03:05:53 +0000 (03:05 +0000)]
assertEquals() does not exist!

17 years agoAdding the Register test suite
Robert Sesek [Wed, 16 Aug 2006 02:54:06 +0000 (02:54 +0000)]
Adding the Register test suite

17 years agoDocumenting test suites is pointless
Robert Sesek [Wed, 16 Aug 2006 02:44:26 +0000 (02:44 +0000)]
Documenting test suites is pointless

17 years agoMoving PHPUnit to UnitTest
Robert Sesek [Wed, 16 Aug 2006 01:56:17 +0000 (01:56 +0000)]
Moving PHPUnit to UnitTest

17 years agoFixing a bug of var not exist
Robert Sesek [Wed, 16 Aug 2006 01:55:40 +0000 (01:55 +0000)]
Fixing a bug of var not exist

17 years agoScrew you PHPUnit. Switching to SimpleTest
Robert Sesek [Wed, 16 Aug 2006 01:53:23 +0000 (01:53 +0000)]
Screw you PHPUnit. Switching to SimpleTest

17 years agoFine. We won't use stupid type hinting.
Robert Sesek [Wed, 16 Aug 2006 00:13:03 +0000 (00:13 +0000)]
Fine. We won't use stupid type hinting.

17 years agoFixed a bug in the test
Robert Sesek [Wed, 16 Aug 2006 00:10:19 +0000 (00:10 +0000)]
Fixed a bug in the test

17 years ago- Making SharedInstance() static-friendly
Robert Sesek [Wed, 16 Aug 2006 00:04:10 +0000 (00:04 +0000)]
- Making SharedInstance() static-friendly
- Switch to exceptions

17 years agoSet the include path right
Robert Sesek [Tue, 15 Aug 2006 23:58:35 +0000 (23:58 +0000)]
Set the include path right

17 years agoAdding Loader module
Robert Sesek [Tue, 15 Aug 2006 23:53:29 +0000 (23:53 +0000)]
Adding Loader module

17 years agoAdding the test directory
Robert Sesek [Tue, 15 Aug 2006 23:25:34 +0000 (23:25 +0000)]
Adding the test directory

17 years agoShow no mercy. Throw all the warnings at me.
Robert Sesek [Tue, 15 Aug 2006 09:16:58 +0000 (09:16 +0000)]
Show no mercy. Throw all the warnings at me.

17 years agoRemoving the existing get/set system
Robert Sesek [Tue, 15 Aug 2006 06:12:59 +0000 (06:12 +0000)]
Removing the existing get/set system

17 years agoChange the warning numbers to constatns
Robert Sesek [Tue, 15 Aug 2006 06:11:21 +0000 (06:11 +0000)]
Change the warning numbers to constatns

17 years agoRemoving TYPE_NOCLEAN in favor of TYPE_NONE
Robert Sesek [Tue, 15 Aug 2006 05:42:06 +0000 (05:42 +0000)]
Removing TYPE_NOCLEAN in favor of TYPE_NONE

17 years agoChanges++
Robert Sesek [Tue, 15 Aug 2006 05:41:27 +0000 (05:41 +0000)]
Changes++

17 years agoAdding visiblity indicators to functions, too
Robert Sesek [Tue, 15 Aug 2006 05:38:35 +0000 (05:38 +0000)]
Adding visiblity indicators to functions, too

17 years agoChange the verison-check lockout function
Robert Sesek [Tue, 15 Aug 2006 05:03:20 +0000 (05:03 +0000)]
Change the verison-check lockout function

17 years agoRemoving the PHP4 constructors
Robert Sesek [Tue, 15 Aug 2006 05:02:08 +0000 (05:02 +0000)]
Removing the PHP4 constructors

17 years agoSwitch to actual public/private/protected indicators instead of @access ones
Robert Sesek [Tue, 15 Aug 2006 04:55:20 +0000 (04:55 +0000)]
Switch to actual public/private/protected indicators instead of @access ones

17 years agoThe headers field will now work a little better
Robert Sesek [Wed, 2 Aug 2006 04:38:53 +0000 (04:38 +0000)]
The headers field will now work a little better

17 years agoAdded Functions->array_strip_empty()
Robert Sesek [Tue, 1 Aug 2006 07:26:41 +0000 (07:26 +0000)]
Added Functions->array_strip_empty()

17 years agoThe colspan parameter in row_text now doesn't add an extra <td> but simply expands...
Robert Sesek [Mon, 31 Jul 2006 23:47:38 +0000 (23:47 +0000)]
The colspan parameter in row_text now doesn't add an extra <td> but simply expands the value <td>

17 years agoChanging the footer URL
Robert Sesek [Wed, 26 Jul 2006 23:39:49 +0000 (23:39 +0000)]
Changing the footer URL

17 years agoRebranding from Iris Studios to Blue Static
Robert Sesek [Wed, 26 Jul 2006 23:38:46 +0000 (23:38 +0000)]
Rebranding from Iris Studios to Blue Static

17 years agoChanged some of the API error messages to reflect what actually caused the error
Robert Sesek [Mon, 17 Jul 2006 20:18:10 +0000 (20:18 +0000)]
Changed some of the API error messages to reflect what actually caused the error

17 years agoAdded a parameter in API->delete() to optionally stop the running of API->set_existin...
Robert Sesek [Mon, 17 Jul 2006 20:16:07 +0000 (20:16 +0000)]
Added a parameter in API->delete() to optionally stop the running of API->set_existing() [api.php]

17 years agoAdding a $cleartos option to Mail::send()
Robert Sesek [Sat, 24 Jun 2006 17:17:35 +0000 (17:17 +0000)]
Adding a $cleartos option to Mail::send()

17 years agoNo longer populate API->values[] in fetch()
Robert Sesek [Sun, 28 May 2006 00:33:03 +0000 (00:33 +0000)]
No longer populate API->values[] in fetch()

18 years ago- Adding TYPE_BIN and support for it in api.php
Robert Sesek [Sat, 20 May 2006 18:07:14 +0000 (18:07 +0000)]
- Adding TYPE_BIN and support for it in api.php
- Escaping binary now works in db_mysql.php

18 years agoWarnings--
Robert Sesek [Sat, 6 May 2006 19:05:42 +0000 (19:05 +0000)]
Warnings--

18 years agoRemove annoying pre-parse hook debug log
Robert Sesek [Sun, 30 Apr 2006 08:14:26 +0000 (08:14 +0000)]
Remove annoying pre-parse hook debug log

18 years agoAdd TYPE_NONE as an alias for TYPE_NOCLEAN
Robert Sesek [Sun, 30 Apr 2006 02:07:29 +0000 (02:07 +0000)]
Add TYPE_NONE as an alias for TYPE_NOCLEAN

18 years agoAdd some debug logs
Robert Sesek [Sat, 29 Apr 2006 21:11:13 +0000 (21:11 +0000)]
Add some debug logs

18 years agoForogot to change the app name
Robert Sesek [Sat, 29 Apr 2006 05:12:04 +0000 (05:12 +0000)]
Forogot to change the app name

18 years agoChange &quot; to " when running generate_css_output()
Robert Sesek [Wed, 19 Apr 2006 01:59:24 +0000 (01:59 +0000)]
Change &quot; to " when running generate_css_output()

18 years agoFix the set_focus() setting issues
Robert Sesek [Sun, 16 Apr 2006 18:47:57 +0000 (18:47 +0000)]
Fix the set_focus() setting issues

18 years agoThrow an error when the key is invalid
Robert Sesek [Sun, 16 Apr 2006 18:40:27 +0000 (18:40 +0000)]
Throw an error when the key is invalid

18 years agoRemove unused class call
Robert Sesek [Sat, 15 Apr 2006 23:43:17 +0000 (23:43 +0000)]
Remove unused class call

18 years agoPositioning fixes so that it works in the most browsers possible
Robert Sesek [Sat, 15 Apr 2006 22:57:26 +0000 (22:57 +0000)]
Positioning fixes so that it works in the most browsers possible

18 years agoFinishing off the styling of tabs
Robert Sesek [Sat, 15 Apr 2006 22:52:22 +0000 (22:52 +0000)]
Finishing off the styling of tabs

18 years agoSpan the tab text
Robert Sesek [Sat, 15 Apr 2006 22:29:58 +0000 (22:29 +0000)]
Span the tab text

18 years agoRemoving some unused images
Robert Sesek [Sat, 15 Apr 2006 21:54:27 +0000 (21:54 +0000)]
Removing some unused images

18 years agoAdding documentation
Robert Sesek [Sat, 15 Apr 2006 21:53:14 +0000 (21:53 +0000)]
Adding documentation

18 years agoMore colour changes
Robert Sesek [Sat, 15 Apr 2006 21:50:30 +0000 (21:50 +0000)]
More colour changes

18 years agoAdd some padding to #mainbody
Robert Sesek [Sat, 15 Apr 2006 21:48:56 +0000 (21:48 +0000)]
Add some padding to #mainbody

18 years agoMake tables 100% when they're drawn in the content body
Robert Sesek [Sat, 15 Apr 2006 21:48:11 +0000 (21:48 +0000)]
Make tables 100% when they're drawn in the content body

18 years agoMore CSS colour changes
Robert Sesek [Sat, 15 Apr 2006 21:44:45 +0000 (21:44 +0000)]
More CSS colour changes

18 years agoChange the focus for selected links
Robert Sesek [Sat, 15 Apr 2006 21:42:59 +0000 (21:42 +0000)]
Change the focus for selected links

18 years agoLots of changes to colours
Robert Sesek [Sat, 15 Apr 2006 21:30:00 +0000 (21:30 +0000)]
Lots of changes to colours

18 years agoAdd cellspacing!
Robert Sesek [Sat, 15 Apr 2006 21:21:54 +0000 (21:21 +0000)]
Add cellspacing!

18 years agoNew colour sheet
Robert Sesek [Sat, 15 Apr 2006 21:11:06 +0000 (21:11 +0000)]
New colour sheet

18 years agoAdding colours file
Robert Sesek [Sat, 15 Apr 2006 21:07:12 +0000 (21:07 +0000)]
Adding colours file

18 years agoImage changes checkin
Robert Sesek [Sat, 15 Apr 2006 21:05:50 +0000 (21:05 +0000)]
Image changes checkin

18 years agoAdding menu definitions
Robert Sesek [Sat, 15 Apr 2006 21:05:34 +0000 (21:05 +0000)]
Adding menu definitions

18 years agoAdd <span> elements around the text of tabs and menu links
Robert Sesek [Sat, 15 Apr 2006 20:57:28 +0000 (20:57 +0000)]
Add <span> elements around the text of tabs and menu links

18 years agoChange the way we mark headers
Robert Sesek [Sat, 15 Apr 2006 20:44:26 +0000 (20:44 +0000)]
Change the way we mark headers

18 years agoFormatting menu links
Robert Sesek [Sat, 15 Apr 2006 20:39:25 +0000 (20:39 +0000)]
Formatting menu links

18 years agoSpacing
Robert Sesek [Sat, 15 Apr 2006 20:32:18 +0000 (20:32 +0000)]
Spacing

18 years agoCSS cleanup for the navigation links
Robert Sesek [Sat, 15 Apr 2006 20:02:15 +0000 (20:02 +0000)]
CSS cleanup for the navigation links

18 years agoUse a <table> to get the two-columns becase CSS makes IE unhappy
Robert Sesek [Sat, 15 Apr 2006 19:43:21 +0000 (19:43 +0000)]
Use a <table> to get the two-columns becase CSS makes IE unhappy

18 years agoLots of CSS changes for the tabs
Robert Sesek [Sat, 15 Apr 2006 19:13:21 +0000 (19:13 +0000)]
Lots of CSS changes for the tabs

18 years ago- Added generate_footer_html()
Robert Sesek [Sat, 15 Apr 2006 18:56:29 +0000 (18:56 +0000)]
- Added generate_footer_html()
- Making the tab links nicely generated

18 years agoRun the generate_footer_html() function
Robert Sesek [Thu, 13 Apr 2006 00:53:50 +0000 (00:53 +0000)]
Run the generate_footer_html() function

18 years agoMore colour changes
Robert Sesek [Thu, 13 Apr 2006 00:46:21 +0000 (00:46 +0000)]
More colour changes

18 years agoSome new colours might be nice
Robert Sesek [Thu, 13 Apr 2006 00:39:03 +0000 (00:39 +0000)]
Some new colours might be nice

18 years agoOn full page generators, don't show the navigation
Robert Sesek [Sun, 2 Apr 2006 01:26:42 +0000 (01:26 +0000)]
On full page generators, don't show the navigation

18 years agoUse casting so we don't get foreach errors
Robert Sesek [Sun, 2 Apr 2006 01:12:02 +0000 (01:12 +0000)]
Use casting so we don't get foreach errors

18 years agoAdd code generation for sections and links
Robert Sesek [Sat, 1 Apr 2006 23:25:24 +0000 (23:25 +0000)]
Add code generation for sections and links

18 years agoChange the documentation a wee bit for add_component()
Robert Sesek [Sat, 1 Apr 2006 22:25:07 +0000 (22:25 +0000)]
Change the documentation a wee bit for add_component()

18 years agoAdding structure-creation functions
Robert Sesek [Sat, 1 Apr 2006 22:07:59 +0000 (22:07 +0000)]
Adding structure-creation functions

18 years agoconstant('ISSO_PRINTER_NO_NAVIGATION') should NOT be true for us to print nav
Robert Sesek [Sat, 1 Apr 2006 22:01:36 +0000 (22:01 +0000)]
constant('ISSO_PRINTER_NO_NAVIGATION') should NOT be true for us to print nav

18 years agoAdding toplink stuff
Robert Sesek [Sat, 1 Apr 2006 05:49:55 +0000 (05:49 +0000)]
Adding toplink stuff