isso.git
17 years agoRenaming db_mysqli.php
Robert Sesek [Sat, 16 Dec 2006 23:57:17 +0000 (23:57 +0000)]
Renaming db_mysqli.php

17 years agoUpdated MySQLi wrapper
Robert Sesek [Sat, 16 Dec 2006 23:56:46 +0000 (23:56 +0000)]
Updated MySQLi wrapper

17 years agoAffected rows uses the dblink not the result ID
Robert Sesek [Sat, 16 Dec 2006 23:56:00 +0000 (23:56 +0000)]
Affected rows uses the dblink not the result ID

17 years agoRenaming db_mysql.php
Robert Sesek [Sat, 16 Dec 2006 23:48:41 +0000 (23:48 +0000)]
Renaming db_mysql.php

17 years agoRenaming db.php to Db.php
Robert Sesek [Sat, 16 Dec 2006 23:48:23 +0000 (23:48 +0000)]
Renaming db.php to Db.php

17 years agoGet rid of _'s in the transaction methods
Robert Sesek [Sat, 16 Dec 2006 23:47:39 +0000 (23:47 +0000)]
Get rid of _'s in the transaction methods

17 years agoFinished updating the DB stuff for MySQL
Robert Sesek [Sat, 16 Dec 2006 23:46:25 +0000 (23:46 +0000)]
Finished updating the DB stuff for MySQL

17 years agoWe no longer need the installer.css.php as this data is now just printed in all insta...
Robert Sesek [Sat, 16 Dec 2006 23:45:58 +0000 (23:45 +0000)]
We no longer need the installer.css.php as this data is now just printed in all installer output

17 years agoA brand new, shiny installer class that will prove to make useful installation modules
Robert Sesek [Tue, 12 Dec 2006 05:26:27 +0000 (05:26 +0000)]
A brand new, shiny installer class that will prove to make useful installation modules

17 years agoUse the new BSRegister::GetType() to find DB objects
Robert Sesek [Mon, 11 Dec 2006 02:23:52 +0000 (02:23 +0000)]
Use the new BSRegister::GetType() to find DB objects

17 years agoLots of testing going on... almost completed the input test. Working towards full...
Robert Sesek [Mon, 11 Dec 2006 02:19:04 +0000 (02:19 +0000)]
Lots of testing going on... almost completed the input test. Working towards full code coverage.

17 years agoAdding a code coverage test file
Robert Sesek [Mon, 11 Dec 2006 01:06:13 +0000 (01:06 +0000)]
Adding a code coverage test file

17 years agoCapitalizing template_fs.php
Robert Sesek [Wed, 6 Dec 2006 05:22:27 +0000 (05:22 +0000)]
Capitalizing template_fs.php

17 years agoCapitalizing template.php
Robert Sesek [Wed, 6 Dec 2006 05:22:08 +0000 (05:22 +0000)]
Capitalizing template.php

17 years agoFinished refactoring Template_FS
Robert Sesek [Wed, 6 Dec 2006 05:21:41 +0000 (05:21 +0000)]
Finished refactoring Template_FS

17 years agoMake some functions static like they should be
Robert Sesek [Wed, 6 Dec 2006 05:17:30 +0000 (05:17 +0000)]
Make some functions static like they should be

17 years agoRefactoring template.php
Robert Sesek [Wed, 6 Dec 2006 05:07:12 +0000 (05:07 +0000)]
Refactoring template.php

17 years agoBSRegister::GetType() will be responsible for adding the BS prefix to class names...
Robert Sesek [Wed, 6 Dec 2006 04:50:43 +0000 (04:50 +0000)]
BSRegister::GetType() will be responsible for adding the BS prefix to class names to the argument, not the end developer

17 years agoAdded RequiredModules() to check and see if a set of framework modules is loaded
Robert Sesek [Wed, 6 Dec 2006 04:48:30 +0000 (04:48 +0000)]
Added RequiredModules() to check and see if a set of framework modules is loaded

17 years agoCapitalizing pagination.php
Robert Sesek [Wed, 6 Dec 2006 02:36:12 +0000 (02:36 +0000)]
Capitalizing pagination.php

17 years agoUpdating pagination.php to be in line with the new formatting
Robert Sesek [Wed, 6 Dec 2006 02:35:30 +0000 (02:35 +0000)]
Updating pagination.php to be in line with the new formatting

17 years agoMoving date.php to Date.php
Robert Sesek [Sun, 26 Nov 2006 01:15:09 +0000 (01:15 +0000)]
Moving date.php to Date.php

17 years agoFixing the ISSO/Date framework because it failed the unit test.
Robert Sesek [Sun, 26 Nov 2006 01:14:11 +0000 (01:14 +0000)]
Fixing the ISSO/Date framework because it failed the unit test.

17 years agoChange the unit test to use a better date formatter
Robert Sesek [Sun, 26 Nov 2006 01:13:51 +0000 (01:13 +0000)]
Change the unit test to use a better date formatter

17 years ago- Finished updating the date module
Robert Sesek [Sun, 26 Nov 2006 01:07:43 +0000 (01:07 +0000)]
- Finished updating the date module
- Adding the ISSO/Date unit test

17 years agoThe filename isn't XML.php but Xml.php
Robert Sesek [Sun, 26 Nov 2006 00:47:37 +0000 (00:47 +0000)]
The filename isn't XML.php but Xml.php

17 years agoRenaming xml.php to Xml.php
Robert Sesek [Sun, 26 Nov 2006 00:46:56 +0000 (00:46 +0000)]
Renaming xml.php to Xml.php

17 years agoRenaming mail.php to Mail.php
Robert Sesek [Sun, 26 Nov 2006 00:46:23 +0000 (00:46 +0000)]
Renaming mail.php to Mail.php

17 years agoWe should probably remove the line that stops mail from being sent
Robert Sesek [Sun, 26 Nov 2006 00:42:06 +0000 (00:42 +0000)]
We should probably remove the line that stops mail from being sent

17 years agoUpdated the mail sending framework
Robert Sesek [Sun, 26 Nov 2006 00:41:45 +0000 (00:41 +0000)]
Updated the mail sending framework

17 years ago- Added GetType() to allow fetching of an object by type
Robert Sesek [Sun, 26 Nov 2006 00:34:49 +0000 (00:34 +0000)]
- Added GetType() to allow fetching of an object by type
- Make _errorHandler() public

17 years agoMerging the changes made to the ISSO/Mail framework on the 2.1.x branch back to trunk
Robert Sesek [Sun, 26 Nov 2006 00:14:20 +0000 (00:14 +0000)]
Merging the changes made to the ISSO/Mail framework on the 2.1.x branch back to trunk

17 years agoMaking the entire BSRegister class static
Robert Sesek [Sun, 26 Nov 2006 00:08:23 +0000 (00:08 +0000)]
Making the entire BSRegister class static

17 years agoSort out the warnings with the error handler setting
Robert Sesek [Sat, 25 Nov 2006 21:47:08 +0000 (21:47 +0000)]
Sort out the warnings with the error handler setting

17 years agoRemoving BSLoader and we'll just go with a singleton instance of BSRegister
Robert Sesek [Sat, 25 Nov 2006 21:42:51 +0000 (21:42 +0000)]
Removing BSLoader and we'll just go with a singleton instance of BSRegister

17 years agoMerging r695 from the 2.1.x branch to the trunk
Robert Sesek [Sat, 25 Nov 2006 07:06:30 +0000 (07:06 +0000)]
Merging r695 from the 2.1.x branch to the trunk

17 years agoCompletely overhauled the pagination framework module
Robert Sesek [Sat, 25 Nov 2006 07:04:13 +0000 (07:04 +0000)]
Completely overhauled the pagination framework module

17 years agoMerging r693 from trunk back to the 2.1.x branch
Robert Sesek [Fri, 24 Nov 2006 02:18:21 +0000 (02:18 +0000)]
Merging r693 from trunk back to the 2.1.x branch

17 years agoTurn off parse private elements
Robert Sesek [Fri, 24 Nov 2006 02:15:35 +0000 (02:15 +0000)]
Turn off parse private elements

17 years agoIt's not checking for $address but rather $email so we're getting errors thrown
Robert Sesek [Tue, 21 Nov 2006 20:48:23 +0000 (20:48 +0000)]
It's not checking for $address but rather $email so we're getting errors thrown

17 years agoRemoving the localization framework
Robert Sesek [Sat, 11 Nov 2006 23:23:54 +0000 (23:23 +0000)]
Removing the localization framework

17 years agoUpdated the XML parsing framework module
Robert Sesek [Sat, 11 Nov 2006 23:07:51 +0000 (23:07 +0000)]
Updated the XML parsing framework module

17 years agochanges++
Robert Sesek [Sat, 11 Nov 2006 20:59:01 +0000 (20:59 +0000)]
changes++

17 years agoUsing the language information array, change the position of the top links from float...
Robert Sesek [Sat, 11 Nov 2006 20:58:18 +0000 (20:58 +0000)]
Using the language information array, change the position of the top links from floated right to left and vice versa

17 years agoRemove more check_isso_fields() calls
Robert Sesek [Thu, 12 Oct 2006 05:41:08 +0000 (05:41 +0000)]
Remove more check_isso_fields() calls

17 years agoRemoving the issoversion field
Robert Sesek [Thu, 12 Oct 2006 05:17:49 +0000 (05:17 +0000)]
Removing the issoversion field

17 years agoRemoving issoversion tag from the header
Robert Sesek [Thu, 12 Oct 2006 05:17:32 +0000 (05:17 +0000)]
Removing issoversion tag from the header

17 years agoFix a parse error
Robert Sesek [Thu, 12 Oct 2006 05:15:11 +0000 (05:15 +0000)]
Fix a parse error

17 years agoFor cookieexp use the right method names for get/set
Robert Sesek [Thu, 12 Oct 2006 05:14:36 +0000 (05:14 +0000)]
For cookieexp use the right method names for get/set

17 years agoWoops. That is supposed to be setAppVersion()
Robert Sesek [Thu, 12 Oct 2006 05:13:46 +0000 (05:13 +0000)]
Woops. That is supposed to be setAppVersion()

17 years agoRemoving calls to check_isso_fields()
Robert Sesek [Thu, 12 Oct 2006 05:13:07 +0000 (05:13 +0000)]
Removing calls to check_isso_fields()

17 years agoRemoving unspecific get/set calls
Robert Sesek [Thu, 12 Oct 2006 05:11:44 +0000 (05:11 +0000)]
Removing unspecific get/set calls

17 years agoTemplate updated
Robert Sesek [Thu, 12 Oct 2006 05:09:31 +0000 (05:09 +0000)]
Template updated

17 years agoTemplate_FS updated
Robert Sesek [Thu, 12 Oct 2006 05:06:15 +0000 (05:06 +0000)]
Template_FS updated

17 years agoUpdated pagination
Robert Sesek [Thu, 12 Oct 2006 05:03:52 +0000 (05:03 +0000)]
Updated pagination

17 years agoFields no longer exist...
Robert Sesek [Thu, 12 Oct 2006 04:56:21 +0000 (04:56 +0000)]
Fields no longer exist...

17 years agoUpdating Mail and also breaking the API to make some significant changes
Robert Sesek [Thu, 12 Oct 2006 04:55:36 +0000 (04:55 +0000)]
Updating Mail and also breaking the API to make some significant changes

17 years agoFinished converting kernel
Robert Sesek [Thu, 12 Oct 2006 04:40:19 +0000 (04:40 +0000)]
Finished converting kernel

17 years agoChange the language call
Robert Sesek [Thu, 12 Oct 2006 04:35:38 +0000 (04:35 +0000)]
Change the language call

17 years ago- Starting to convert from the fields system to a get-set system
Robert Sesek [Thu, 12 Oct 2006 04:35:24 +0000 (04:35 +0000)]
- Starting to convert from the fields system to a get-set system
- Removed the localize API
- Use gettext for internationalized strings

17 years agoCreating an intermediary branch between 2.0.x and 3.0.x
Robert Sesek [Thu, 12 Oct 2006 04:16:21 +0000 (04:16 +0000)]
Creating an intermediary branch between 2.0.x and 3.0.x

17 years agoMerging changes from r667 to the trunk
Robert Sesek [Wed, 11 Oct 2006 02:36:17 +0000 (02:36 +0000)]
Merging changes from r667 to the trunk

17 years agoChanges to the printer module and page_start() to be a little more helpful with the...
Robert Sesek [Wed, 11 Oct 2006 02:32:25 +0000 (02:32 +0000)]
Changes to the printer module and page_start() to be a little more helpful with the way it works. Added language support to the Printer module to allow for RTL and languages.

17 years agoRemoving a weird issue with rand()
Robert Sesek [Wed, 4 Oct 2006 05:18:53 +0000 (05:18 +0000)]
Removing a weird issue with rand()

17 years agoRemoved the second parameter in all trigger_error() calls becaues it is no longer...
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

17 years agoRenamed the error handler method
Robert Sesek [Sat, 23 Sep 2006 19:34:06 +0000 (19:34 +0000)]
Renamed the error handler method

17 years agoMoving REQ_YES and REQ_NO to api.php from kernel.php
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

17 years agoCleaning up construct_debug_block() a little
Robert Sesek [Sat, 23 Sep 2006 19:25:33 +0000 (19:25 +0000)]
Cleaning up construct_debug_block() a little

17 years agoMoving some checks from kernel.php to Loader.php
Robert Sesek [Sat, 23 Sep 2006 19:19:11 +0000 (19:19 +0000)]
Moving some checks from kernel.php to Loader.php

17 years agoMerging back the changes for BBEdit because the bug is now fixed and I like the other...
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

17 years agoSwitch from one todo mark to another
Robert Sesek [Sat, 16 Sep 2006 19:08:52 +0000 (19:08 +0000)]
Switch from one todo mark to another

17 years agoForgot to change this instance of a method name that was changed
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

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()