isso.git
17 years agoSame change as the last commit
Robert Sesek [Sat, 16 Sep 2006 15:50:40 +0000 (15:50 +0000)]
Same change as the last commit

17 years agoChange the formatting so we don't get weird problems in BBEdit folding
Robert Sesek [Sat, 16 Sep 2006 15:50:22 +0000 (15:50 +0000)]
Change the formatting so we don't get weird problems in BBEdit folding

17 years agoNo longer use underscores in the API. This is a very breaking-heavy commit.
Robert Sesek [Sun, 3 Sep 2006 20:06:55 +0000 (20:06 +0000)]
No longer use underscores in the API. This is a very breaking-heavy commit.

17 years agoHandle arguments
Robert Sesek [Thu, 17 Aug 2006 06:54:04 +0000 (06:54 +0000)]
Handle arguments

17 years agoSimplify the gettext extension on temp files
Robert Sesek [Thu, 17 Aug 2006 06:47:48 +0000 (06:47 +0000)]
Simplify the gettext extension on temp files

17 years agoWe no longer need to add individual templates to the $files[] array
Robert Sesek [Thu, 17 Aug 2006 06:41:47 +0000 (06:41 +0000)]
We no longer need to add individual templates to the $files[] array

17 years agoWe have a near-working processing tool
Robert Sesek [Thu, 17 Aug 2006 06:40:54 +0000 (06:40 +0000)]
We have a near-working processing tool

17 years agoUnlink temporary files now
Robert Sesek [Thu, 17 Aug 2006 05:48:11 +0000 (05:48 +0000)]
Unlink temporary files now

17 years agoWe now can produce the temporary folders correctly
Robert Sesek [Thu, 17 Aug 2006 05:45:44 +0000 (05:45 +0000)]
We now can produce the temporary folders correctly

17 years agoAdding makepo.sh.php which is currently under heavy development
Robert Sesek [Thu, 17 Aug 2006 05:41:31 +0000 (05:41 +0000)]
Adding makepo.sh.php which is currently under heavy development

17 years agoFound a smoother-looking way to implement NewRegister()
Robert Sesek [Thu, 17 Aug 2006 03:26:16 +0000 (03:26 +0000)]
Found a smoother-looking way to implement NewRegister()

17 years agoRipping out more stuff that is now implemented elsewhere
Robert Sesek [Thu, 17 Aug 2006 03:16:14 +0000 (03:16 +0000)]
Ripping out more stuff that is now implemented elsewhere

17 years agoUpdating ExplainErrorReporting()
Robert Sesek [Thu, 17 Aug 2006 03:09:28 +0000 (03:09 +0000)]
Updating ExplainErrorReporting()

17 years agoRemoving some debug code
Robert Sesek [Thu, 17 Aug 2006 03:08:18 +0000 (03:08 +0000)]
Removing some debug code

17 years agoMake SharedInstance() static to remove notices
Robert Sesek [Thu, 17 Aug 2006 03:07:37 +0000 (03:07 +0000)]
Make SharedInstance() static to remove notices

17 years agoError reporting now works, with the sacrificing of the ability to return ISSO messages
Robert Sesek [Thu, 17 Aug 2006 03:07:14 +0000 (03:07 +0000)]
Error reporting now works, with the sacrificing of the ability to return ISSO messages

17 years agoMoving error handling stuff into Loader and Functions
Robert Sesek [Thu, 17 Aug 2006 02:56:12 +0000 (02:56 +0000)]
Moving error handling stuff into Loader and Functions

17 years agoRemoving the error_reporting shuffling that we did previously
Robert Sesek [Thu, 17 Aug 2006 01:24:50 +0000 (01:24 +0000)]
Removing the error_reporting shuffling that we did previously

17 years agoTYPE_NOCLEAN doesn't exit
Robert Sesek [Thu, 17 Aug 2006 01:22:27 +0000 (01:22 +0000)]
TYPE_NOCLEAN doesn't exit

17 years agoMoving dev to docs
Robert Sesek [Thu, 17 Aug 2006 01:15:22 +0000 (01:15 +0000)]
Moving dev to docs

17 years agoMoving mkstrings out of lost-in-translation to the trunk/dev
Robert Sesek [Wed, 16 Aug 2006 22:05:01 +0000 (22:05 +0000)]
Moving mkstrings out of lost-in-translation to the trunk/dev

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