]>
src.bluestatic.org Git - isso.git/log
Robert Sesek [Sat, 11 Nov 2006 23:07:51 +0000 (23:07 +0000)]
Updated the XML parsing framework module
Robert Sesek [Wed, 11 Oct 2006 02:36:17 +0000 (02:36 +0000)]
Merging changes from r667 to the trunk
Robert Sesek [Sat, 23 Sep 2006 19:37:48 +0000 (19:37 +0000)]
Removed the second parameter in all trigger_error() calls becaues it is no longer supported in the errorHandler
Robert Sesek [Sat, 23 Sep 2006 19:34:06 +0000 (19:34 +0000)]
Renamed the error handler method
Robert Sesek [Sat, 23 Sep 2006 19:25:58 +0000 (19:25 +0000)]
Moving REQ_YES and REQ_NO to api.php from kernel.php
Robert Sesek [Sat, 23 Sep 2006 19:25:33 +0000 (19:25 +0000)]
Cleaning up construct_debug_block() a little
Robert Sesek [Sat, 23 Sep 2006 19:19:11 +0000 (19:19 +0000)]
Moving some checks from kernel.php to Loader.php
Robert Sesek [Sat, 23 Sep 2006 19:17:15 +0000 (19:17 +0000)]
Merging back the changes for BBEdit because the bug is now fixed and I like the other way of showing an empty method better
Robert Sesek [Sat, 16 Sep 2006 15:53:26 +0000 (15:53 +0000)]
Forgot to change this instance of a method name that was changed
Robert Sesek [Sat, 16 Sep 2006 15:50:40 +0000 (15:50 +0000)]
Same change as the last commit
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
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.
Robert Sesek [Thu, 17 Aug 2006 06:54:04 +0000 (06:54 +0000)]
Handle arguments
Robert Sesek [Thu, 17 Aug 2006 06:47:48 +0000 (06:47 +0000)]
Simplify the gettext extension on temp files
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
Robert Sesek [Thu, 17 Aug 2006 06:40:54 +0000 (06:40 +0000)]
We have a near-working processing tool
Robert Sesek [Thu, 17 Aug 2006 05:48:11 +0000 (05:48 +0000)]
Unlink temporary files now
Robert Sesek [Thu, 17 Aug 2006 05:45:44 +0000 (05:45 +0000)]
We now can produce the temporary folders correctly
Robert Sesek [Thu, 17 Aug 2006 05:41:31 +0000 (05:41 +0000)]
Adding makepo.sh.php which is currently under heavy development
Robert Sesek [Thu, 17 Aug 2006 03:26:16 +0000 (03:26 +0000)]
Found a smoother-looking way to implement NewRegister()
Robert Sesek [Thu, 17 Aug 2006 03:16:14 +0000 (03:16 +0000)]
Ripping out more stuff that is now implemented elsewhere
Robert Sesek [Thu, 17 Aug 2006 03:09:28 +0000 (03:09 +0000)]
Updating ExplainErrorReporting()
Robert Sesek [Thu, 17 Aug 2006 03:08:18 +0000 (03:08 +0000)]
Removing some debug code
Robert Sesek [Thu, 17 Aug 2006 03:07:37 +0000 (03:07 +0000)]
Make SharedInstance() static to remove notices
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
Robert Sesek [Thu, 17 Aug 2006 02:56:12 +0000 (02:56 +0000)]
Moving error handling stuff into Loader and Functions
Robert Sesek [Thu, 17 Aug 2006 01:24:50 +0000 (01:24 +0000)]
Removing the error_reporting shuffling that we did previously
Robert Sesek [Thu, 17 Aug 2006 01:22:27 +0000 (01:22 +0000)]
TYPE_NOCLEAN doesn't exit
Robert Sesek [Thu, 17 Aug 2006 01:15:22 +0000 (01:15 +0000)]
Moving dev to docs
Robert Sesek [Wed, 16 Aug 2006 22:05:01 +0000 (22:05 +0000)]
Moving mkstrings out of lost-in-translation to the trunk/dev
Robert Sesek [Wed, 16 Aug 2006 21:11:53 +0000 (21:11 +0000)]
Fix a parse error
Robert Sesek [Wed, 16 Aug 2006 21:11:32 +0000 (21:11 +0000)]
Moving the debug function to Register
Robert Sesek [Wed, 16 Aug 2006 19:08:57 +0000 (19:08 +0000)]
todo--
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
Robert Sesek [Wed, 16 Aug 2006 18:47:17 +0000 (18:47 +0000)]
Moving input stuff out of the kernel and into Input
Robert Sesek [Wed, 16 Aug 2006 18:40:42 +0000 (18:40 +0000)]
In FetchExtension(), return an empty string if there is no extension
Robert Sesek [Wed, 16 Aug 2006 18:39:24 +0000 (18:39 +0000)]
Need to access self::$cssClass statically and not through SharedInstance()
Robert Sesek [Wed, 16 Aug 2006 18:34:48 +0000 (18:34 +0000)]
Adding the functions test
Robert Sesek [Wed, 16 Aug 2006 18:33:12 +0000 (18:33 +0000)]
Adding the functions test with some incomplete tests
Robert Sesek [Wed, 16 Aug 2006 07:32:49 +0000 (07:32 +0000)]
Switch to the custom HtmlReporter class
Robert Sesek [Wed, 16 Aug 2006 06:56:37 +0000 (06:56 +0000)]
Adding a unit test report class for SimpleTest
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
Robert Sesek [Wed, 16 Aug 2006 03:57:19 +0000 (03:57 +0000)]
Removing things that have been implemented elsewhere
Robert Sesek [Wed, 16 Aug 2006 03:55:18 +0000 (03:55 +0000)]
Renaming the functions file
Robert Sesek [Wed, 16 Aug 2006 03:54:50 +0000 (03:54 +0000)]
Deleting old functions.php; moving Functions2.php to Functions.php
Robert Sesek [Wed, 16 Aug 2006 03:54:26 +0000 (03:54 +0000)]
Adding the singleton portion of the functions class
Robert Sesek [Wed, 16 Aug 2006 03:38:17 +0000 (03:38 +0000)]
Haha. Fegister.php
Robert Sesek [Wed, 16 Aug 2006 03:37:22 +0000 (03:37 +0000)]
Moving functions and making them static
Robert Sesek [Wed, 16 Aug 2006 03:29:57 +0000 (03:29 +0000)]
Add testLoadBadModule()
Robert Sesek [Wed, 16 Aug 2006 03:28:55 +0000 (03:28 +0000)]
Fix parse error
Robert Sesek [Wed, 16 Aug 2006 03:28:09 +0000 (03:28 +0000)]
We need to return; when we trigger an error
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
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
Robert Sesek [Wed, 16 Aug 2006 03:22:23 +0000 (03:22 +0000)]
Include ReporterTest.php in AllTests
Robert Sesek [Wed, 16 Aug 2006 03:21:59 +0000 (03:21 +0000)]
Added initial BSRegister class
Robert Sesek [Wed, 16 Aug 2006 03:15:18 +0000 (03:15 +0000)]
Add testUnregisterNoExist()
Robert Sesek [Wed, 16 Aug 2006 03:05:53 +0000 (03:05 +0000)]
assertEquals() does not exist!
Robert Sesek [Wed, 16 Aug 2006 02:54:06 +0000 (02:54 +0000)]
Adding the Register test suite
Robert Sesek [Wed, 16 Aug 2006 02:44:26 +0000 (02:44 +0000)]
Documenting test suites is pointless
Robert Sesek [Wed, 16 Aug 2006 01:56:17 +0000 (01:56 +0000)]
Moving PHPUnit to UnitTest
Robert Sesek [Wed, 16 Aug 2006 01:55:40 +0000 (01:55 +0000)]
Fixing a bug of var not exist
Robert Sesek [Wed, 16 Aug 2006 01:53:23 +0000 (01:53 +0000)]
Screw you PHPUnit. Switching to SimpleTest
Robert Sesek [Wed, 16 Aug 2006 00:13:03 +0000 (00:13 +0000)]
Fine. We won't use stupid type hinting.
Robert Sesek [Wed, 16 Aug 2006 00:10:19 +0000 (00:10 +0000)]
Fixed a bug in the test
Robert Sesek [Wed, 16 Aug 2006 00:04:10 +0000 (00:04 +0000)]
- Making SharedInstance() static-friendly
- Switch to exceptions
Robert Sesek [Tue, 15 Aug 2006 23:58:35 +0000 (23:58 +0000)]
Set the include path right
Robert Sesek [Tue, 15 Aug 2006 23:53:29 +0000 (23:53 +0000)]
Adding Loader module
Robert Sesek [Tue, 15 Aug 2006 23:25:34 +0000 (23:25 +0000)]
Adding the test directory
Robert Sesek [Tue, 15 Aug 2006 09:16:58 +0000 (09:16 +0000)]
Show no mercy. Throw all the warnings at me.
Robert Sesek [Tue, 15 Aug 2006 06:12:59 +0000 (06:12 +0000)]
Removing the existing get/set system
Robert Sesek [Tue, 15 Aug 2006 06:11:21 +0000 (06:11 +0000)]
Change the warning numbers to constatns
Robert Sesek [Tue, 15 Aug 2006 05:42:06 +0000 (05:42 +0000)]
Removing TYPE_NOCLEAN in favor of TYPE_NONE
Robert Sesek [Tue, 15 Aug 2006 05:41:27 +0000 (05:41 +0000)]
Changes++
Robert Sesek [Tue, 15 Aug 2006 05:38:35 +0000 (05:38 +0000)]
Adding visiblity indicators to functions, too
Robert Sesek [Tue, 15 Aug 2006 05:03:20 +0000 (05:03 +0000)]
Change the verison-check lockout function
Robert Sesek [Tue, 15 Aug 2006 05:02:08 +0000 (05:02 +0000)]
Removing the PHP4 constructors
Robert Sesek [Tue, 15 Aug 2006 04:55:20 +0000 (04:55 +0000)]
Switch to actual public/private/protected indicators instead of @access ones
Robert Sesek [Wed, 2 Aug 2006 04:38:53 +0000 (04:38 +0000)]
The headers field will now work a little better
Robert Sesek [Tue, 1 Aug 2006 07:26:41 +0000 (07:26 +0000)]
Added Functions->array_strip_empty()
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>
Robert Sesek [Wed, 26 Jul 2006 23:39:49 +0000 (23:39 +0000)]
Changing the footer URL
Robert Sesek [Wed, 26 Jul 2006 23:38:46 +0000 (23:38 +0000)]
Rebranding from Iris Studios to Blue Static
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
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]
Robert Sesek [Sat, 24 Jun 2006 17:17:35 +0000 (17:17 +0000)]
Adding a $cleartos option to Mail::send()
Robert Sesek [Sun, 28 May 2006 00:33:03 +0000 (00:33 +0000)]
No longer populate API->values[] in fetch()
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
Robert Sesek [Sat, 6 May 2006 19:05:42 +0000 (19:05 +0000)]
Warnings--
Robert Sesek [Sun, 30 Apr 2006 08:14:26 +0000 (08:14 +0000)]
Remove annoying pre-parse hook debug log
Robert Sesek [Sun, 30 Apr 2006 02:07:29 +0000 (02:07 +0000)]
Add TYPE_NONE as an alias for TYPE_NOCLEAN
Robert Sesek [Sat, 29 Apr 2006 21:11:13 +0000 (21:11 +0000)]
Add some debug logs
Robert Sesek [Sat, 29 Apr 2006 05:12:04 +0000 (05:12 +0000)]
Forogot to change the app name
Robert Sesek [Wed, 19 Apr 2006 01:59:24 +0000 (01:59 +0000)]
Change " to " when running generate_css_output()
Robert Sesek [Sun, 16 Apr 2006 18:47:57 +0000 (18:47 +0000)]
Fix the set_focus() setting issues
Robert Sesek [Sun, 16 Apr 2006 18:40:27 +0000 (18:40 +0000)]
Throw an error when the key is invalid
Robert Sesek [Sat, 15 Apr 2006 23:43:17 +0000 (23:43 +0000)]
Remove unused class call
Robert Sesek [Sat, 15 Apr 2006 22:57:26 +0000 (22:57 +0000)]
Positioning fixes so that it works in the most browsers possible
Robert Sesek [Sat, 15 Apr 2006 22:52:22 +0000 (22:52 +0000)]
Finishing off the styling of tabs
Robert Sesek [Sat, 15 Apr 2006 22:29:58 +0000 (22:29 +0000)]
Span the tab text
Robert Sesek [Sat, 15 Apr 2006 21:54:27 +0000 (21:54 +0000)]
Removing some unused images