]>
 
 
src.bluestatic.org Git - isso.git/log 
 
 
 
 
 
 
 
Robert Sesek [Wed, 4 Apr 2007 02:52:30 +0000  (02:52  +0000)] 
 
Don't call intval() on the percentages because then we can end up with bad data sets 
 
Robert Sesek [Wed, 4 Apr 2007 02:40:20 +0000  (02:40  +0000)] 
 
Removing BSTemplate database-driven system in place of BSTemplateFs (which is now called BSTemplate) because we never use database-driven templates any more, but rather file templates with database caching 
 
Robert Sesek [Wed, 4 Apr 2007 01:46:09 +0000  (01:46  +0000)] 
 
Rewrote the <lang> tag parser in BSTemplate::_parsePhrases(): 
- Now the indices in the tag actually correspond to the appropriate argument 
- It looks a lot cooler? 
 
Robert Sesek [Wed, 4 Apr 2007 00:49:11 +0000  (00:49  +0000)] 
 
Added BSFunctions::Substring() that doesn't take in a length, but rather an end position 
 
Robert Sesek [Tue, 3 Apr 2007 20:06:32 +0000  (20:06 +0000)] 
 
Added a system to extract the link map... 
 
Robert Sesek [Tue, 3 Apr 2007 19:31:17 +0000  (19:31 +0000)] 
 
Added support for horizontal rules in Markdown 
 
Robert Sesek [Tue, 3 Apr 2007 19:24:28 +0000  (19:24 +0000)] 
 
Markdown parser in progress.... 
 
Robert Sesek [Sun, 1 Apr 2007 20:35:22 +0000  (20:35 +0000)] 
 
We forgot to close a <p> tag in MarkdownTest::testParagraphs() 
 
Robert Sesek [Sun, 1 Apr 2007 19:19:14 +0000  (19:19 +0000)] 
 
More small fixes to the Markdown unit test 
 
Robert Sesek [Sun, 1 Apr 2007 08:04:44 +0000  (08:04 +0000)] 
 
Fix the DateTest uni test do it doesn't break in DST 
 
Robert Sesek [Sun, 1 Apr 2007 07:58:10 +0000  (07:58 +0000)] 
 
Fixing a few bugs with the Markdown unit test 
 
Robert Sesek [Sun, 1 Apr 2007 07:36:11 +0000  (07:36 +0000)] 
 
Added an empty Markdown.php file and a skeleton BSMarkdown class. Complete unit test for the Markdown parser is done. 
 
Robert Sesek [Wed, 28 Mar 2007 03:42:56 +0000  (03:42  +0000)] 
 
Adding a test method for the debug list 
 
Robert Sesek [Mon, 19 Mar 2007 18:16:39 +0000  (18:16 +0000)] 
 
Fixing makepo.sh.php to actually use deep directories 
 
Robert Sesek [Thu, 15 Mar 2007 03:11:21 +0000  (03:11  +0000)] 
 
Removing the Router and RouterController system because it's not very cross-platform and cross-server friendly 
 
Robert Sesek [Sun, 11 Mar 2007 23:17:14 +0000  (23:17 +0000)] 
 
Updating makepo.sh.php to reflect the new way ScanDir() works 
 
Robert Sesek [Tue, 27 Feb 2007 03:34:46 +0000  (03:34  +0000)] 
 
Do the same thing of allowing multiple connections in our call to mysql_connect() from r828 on the 2.1.x branch 
 
Robert Sesek [Wed, 21 Feb 2007 04:49:45 +0000  (04:49  +0000)] 
 
Why was this capitalized? 
 
Robert Sesek [Wed, 21 Feb 2007 04:48:29 +0000  (04:48  +0000)] 
 
The transaction methods need to be renamed in order to fully implement the Db abstract class 
 
Robert Sesek [Sun, 18 Feb 2007 06:47:40 +0000  (06:47 +0000)] 
 
Fix BSXml to work in accordance with the unit test; apparently utf8_encode() isn't necessary 
 
Robert Sesek [Sun, 18 Feb 2007 06:26:04 +0000  (06:26 +0000)] 
 
Bad unit test... need to actually set the UTF-8 flag in BSXml::Parse() 
 
Robert Sesek [Sun, 18 Feb 2007 06:19:34 +0000  (06:19 +0000)] 
 
- Fixing the unit tests to actually work and the same with code coverage 
- Added an XmlTest 
 
Robert Sesek [Sun, 18 Feb 2007 05:30:19 +0000  (05:30  +0000)] 
 
trigger_error() should kill the script: don't exit on our own accord 
 
Robert Sesek [Sun, 18 Feb 2007 04:43:47 +0000  (04:43  +0000)] 
 
Removing old files that we no longer use 
 
Robert Sesek [Sun, 18 Feb 2007 03:34:38 +0000  (03:34  +0000)] 
 
BSPrinter::_Instance() needs to be static 
 
Robert Sesek [Sat, 17 Feb 2007 23:30:00 +0000  (23:30 +0000)] 
 
Added an additional parsing step in which curly braces are parsed into PHP code no matter what, so that way we can use all kinds of cool functions in them 
 
Robert Sesek [Sat, 17 Feb 2007 22:50:30 +0000  (22:50 +0000)] 
 
Refactoring to keep in line with our naming standards 
 
Robert Sesek [Sat, 17 Feb 2007 19:29:54 +0000  (19:29 +0000)] 
 
Check that database caching is enabled before we run off and try to insert templates into the database... 
 
Robert Sesek [Sat, 17 Feb 2007 18:52:00 +0000  (18:52 +0000)] 
 
We don't need the _standardDeviation() and _arrayAverage() functions anymore 
 
Robert Sesek [Sat, 17 Feb 2007 18:51:35 +0000  (18:51 +0000)] 
 
Line graphing is done! 
 
Robert Sesek [Sat, 17 Feb 2007 18:32:45 +0000  (18:32 +0000)] 
 
We can now actually graph lines and points in GraphLine 
 
Robert Sesek [Sat, 17 Feb 2007 18:32:06 +0000  (18:32 +0000)] 
 
Moved the output buffering stuff from the graph() function to _imageFlush() so that other graphing systems can use it 
 
Robert Sesek [Sat, 17 Feb 2007 03:56:55 +0000  (03:56  +0000)] 
 
- Moving some important things (like painting a blank canvas and allocating common colors) to BSGraph from BSGraphPie 
- We can now properly label our axes in BSGraphLine, though we don't show any points 
 
Robert Sesek [Fri, 16 Feb 2007 22:50:30 +0000  (22:50 +0000)] 
 
Adding the beginnings of the GraphLine system 
 
Robert Sesek [Thu, 15 Feb 2007 03:17:50 +0000  (03:17  +0000)] 
 
Merging the changes for the database-driven template caching system from r809 on the 2.1.x branch back to the trunk 
 
Robert Sesek [Tue, 26 Dec 2006 02:44:56 +0000  (02:44  +0000)] 
 
BSRouter::_invokeController() should be private 
 
Robert Sesek [Tue, 26 Dec 2006 02:43:11 +0000  (02:43  +0000)] 
 
We have to use call_user_func() in BSRegisteR::_error() 
 
Robert Sesek [Tue, 26 Dec 2006 02:29:58 +0000  (02:29  +0000)] 
 
Controller directories can now be prefixed 
 
Robert Sesek [Tue, 26 Dec 2006 00:29:50 +0000  (00:29  +0000)] 
 
Renaming printer_navigation.php to PrinterNavigation.php 
 
Robert Sesek [Tue, 26 Dec 2006 00:29:27 +0000  (00:29  +0000)] 
 
- Updated printer_navigation.php to get BSPrinterNavigation, however this will be changing to become a more well-suited system 
- Added realm support to BSPrinter, and by extension BSPrinterRootElementPage 
 
Robert Sesek [Tue, 26 Dec 2006 00:10:23 +0000  (00:10  +0000)] 
 
Moving the unit test stuff to the docs/ folder 
 
Robert Sesek [Tue, 26 Dec 2006 00:04:00 +0000  (00:04  +0000)] 
 
Renaming graph_pie.php to GraphPie.php 
 
Robert Sesek [Tue, 26 Dec 2006 00:03:37 +0000  (00:03  +0000)] 
 
- Added abstract class BSGraph 
- Updated the pie grapher to have BSGraphPie 
 
Robert Sesek [Mon, 25 Dec 2006 23:36:43 +0000  (23:36 +0000)] 
 
In BSRegister::RequiredModules(), because some classes are static, also check to make sure that the class isn't defined so that they aren't ignored in the checking 
 
Robert Sesek [Mon, 25 Dec 2006 23:35:57 +0000  (23:35 +0000)] 
 
Renaming printer_css.php to PrinterCss.php 
 
Robert Sesek [Mon, 25 Dec 2006 23:35:22 +0000  (23:35 +0000)] 
 
Retrofitted BSPrinterCss 
 
Robert Sesek [Mon, 25 Dec 2006 23:20:53 +0000  (23:20 +0000)] 
 
Unifying the way we do singleton so we don't have to think about which method to use internally in these classes 
 
Robert Sesek [Mon, 25 Dec 2006 23:17:57 +0000  (23:17 +0000)] 
 
Capitalizing printer.php's filename 
 
Robert Sesek [Mon, 25 Dec 2006 23:16:26 +0000  (23:16 +0000)] 
 
Create BSPrinter to handle CSS stylesheet linking and language information so individual pages don't keep track of it 
 
Robert Sesek [Mon, 25 Dec 2006 22:58:46 +0000  (22:58 +0000)] 
 
Add accesskey support to BSPrinterBaseElement 
 
Robert Sesek [Mon, 25 Dec 2006 22:55:50 +0000  (22:55 +0000)] 
 
- Added BSPrinterTableElement::RowTextarea() 
- Added textarea support to BSPrinterBaseElement 
 
Robert Sesek [Mon, 25 Dec 2006 22:43:44 +0000  (22:43 +0000)] 
 
- BSPrinterTableElement::RowSubmit() now will ignore buttons if they're null 
- Implemented BSPrinterRootElementPage:: Redirect(), ::Message(), ::Confirm, ::Error 
- Added onClick properties to BSPrinterBaseElement 
 
Robert Sesek [Mon, 25 Dec 2006 21:14:50 +0000  (21:14 +0000)] 
 
The constructor can now take a variable number of arguments as children 
 
Robert Sesek [Mon, 25 Dec 2006 19:49:40 +0000  (19:49 +0000)] 
 
Turn of LaTeX and RTF doxygen generation 
 
Robert Sesek [Mon, 25 Dec 2006 19:46:22 +0000  (19:46 +0000)] 
 
Update the phpdoc script so it works in its new location 
 
Robert Sesek [Mon, 25 Dec 2006 19:34:31 +0000  (19:34 +0000)] 
 
Moving phpdoc.sh to the docs/ folder 
 
Robert Sesek [Mon, 25 Dec 2006 07:57:20 +0000  (07:57 +0000)] 
 
Implemented RowList() and RowCheckbox() 
 
Robert Sesek [Mon, 25 Dec 2006 07:56:32 +0000  (07:56 +0000)] 
 
- Added support for <select> where the value attribute is the built children <option> elements 
- Added get/setName() 
 
Robert Sesek [Mon, 25 Dec 2006 07:36:18 +0000  (07:36 +0000)] 
 
Added BSPrinterBaseElement::getType() 
 
Robert Sesek [Mon, 25 Dec 2006 07:28:13 +0000  (07:28 +0000)] 
 
- This testcase is no longer a problem because we don't use a background image 
- Another old image is gone 
 
Robert Sesek [Mon, 25 Dec 2006 07:25:05 +0000  (07:25 +0000)] 
 
mkstrings is obsolete compared to makepo.sh.php 
 
Robert Sesek [Mon, 25 Dec 2006 07:24:10 +0000  (07:24 +0000)] 
 
We no longer need these images... 
 
Robert Sesek [Mon, 25 Dec 2006 01:48:10 +0000  (01:48  +0000)] 
 
We need to override the constructor 
 
Robert Sesek [Wed, 20 Dec 2006 03:52:23 +0000  (03:52  +0000)] 
 
- Move the information about constants to Register.php 
- Remove kernel.php 
 
Robert Sesek [Wed, 20 Dec 2006 03:51:19 +0000  (03:51  +0000)] 
 
- Fixed some access modifiers so that the template system works 
- We now have a working debug block for the template module 
 
Robert Sesek [Wed, 20 Dec 2006 01:45:21 +0000  (01:45  +0000)] 
 
Added the debug output to the Printer system 
 
Robert Sesek [Wed, 20 Dec 2006 01:42:04 +0000  (01:42  +0000)] 
 
Fix GetDebugList() 
 
Robert Sesek [Wed, 20 Dec 2006 01:40:13 +0000  (01:40  +0000)] 
 
Added BSRegister::GetDebugList() 
 
Robert Sesek [Wed, 20 Dec 2006 01:31:13 +0000  (01:31  +0000)] 
 
Parse error fix 
 
Robert Sesek [Wed, 20 Dec 2006 01:28:37 +0000  (01:28  +0000)] 
 
Moved Db::_formatBacktrace() to Functions::FormatBacktrace() 
 
Robert Sesek [Wed, 20 Dec 2006 01:20:56 +0000  (01:20  +0000)] 
 
_query() doesn't take the DB link 
 
Robert Sesek [Wed, 20 Dec 2006 01:20:15 +0000  (01:20  +0000)] 
 
Resolving more issues with DB connection 
 
Robert Sesek [Wed, 20 Dec 2006 01:13:22 +0000  (01:13  +0000)] 
 
We can now get DB errors without notices or warnings 
 
Robert Sesek [Wed, 20 Dec 2006 01:06:22 +0000  (01:06  +0000)] 
 
Change select_db() to _selectDb() in _pConnect() 
 
Robert Sesek [Wed, 20 Dec 2006 01:02:59 +0000  (01:02  +0000)] 
 
Fix a few minor parse errors 
 
Robert Sesek [Wed, 20 Dec 2006 00:48:08 +0000  (00:48  +0000)] 
 
Adding Db::_formatBacktrace() and Db::getHistory() 
 
Robert Sesek [Tue, 19 Dec 2006 23:27:52 +0000  (23:27 +0000)] 
 
ISSO is no longer a product regularly released so we'll remove the issoversion tag from it 
 
Robert Sesek [Tue, 19 Dec 2006 23:24:28 +0000  (23:24 +0000)] 
 
We can now only link to this stylesheet and not include it 
 
Robert Sesek [Tue, 19 Dec 2006 23:23:15 +0000  (23:23 +0000)] 
 
- Remove the functions that have already been created in the new Printer system from printer.php 
- Added an upload BaseElement 
- Added BSPrinterTableElement::RowUpload() and BSPrinterTableElement::RowYesNo() 
 
Robert Sesek [Tue, 19 Dec 2006 04:43:56 +0000  (04:43  +0000)] 
 
Tad cleaner code for the determining of requests and actions 
 
Robert Sesek [Tue, 19 Dec 2006 04:38:51 +0000  (04:38  +0000)] 
 
- Added a BSPrinterRootElementForm 
- The router now has support for URLs that aren't rewritten 
 
Robert Sesek [Tue, 19 Dec 2006 04:02:40 +0000  (04:02  +0000)] 
 
Add info about mod_rewrite for BSRouter 
 
Robert Sesek [Tue, 19 Dec 2006 03:39:09 +0000  (03:39  +0000)] 
 
Change BSRouter::route() to BSRouter::dispatch() 
 
Robert Sesek [Tue, 19 Dec 2006 03:30:17 +0000  (03:30  +0000)] 
 
We need to include ISSO/Input.php 
 
Robert Sesek [Tue, 19 Dec 2006 03:29:10 +0000  (03:29  +0000)] 
 
Back up one level in BSRegister::_errorHandler() to see if we can get the location *before* trigger_error() 
 
Robert Sesek [Tue, 19 Dec 2006 03:17:59 +0000  (03:17  +0000)] 
 
- Added BSRouterController::_verifyPostRequest() 
- Added BSInput::getHttpMethod() 
 
Robert Sesek [Tue, 19 Dec 2006 03:07:41 +0000  (03:07  +0000)] 
 
Added the controller system in BSRouter 
 
Robert Sesek [Tue, 19 Dec 2006 01:51:26 +0000  (01:51  +0000)] 
 
Killing the page upon paint()ing is not so good 
 
Robert Sesek [Tue, 19 Dec 2006 00:55:04 +0000  (00:55  +0000)] 
 
We no longer need to modify the array we get back from BSFunctions::ScanDirectory() because we rewrote it 
 
Robert Sesek [Tue, 19 Dec 2006 00:54:06 +0000  (00:54  +0000)] 
 
Add support for hidden elements 
 
Robert Sesek [Tue, 19 Dec 2006 00:51:36 +0000  (00:51  +0000)] 
 
Put spacing in between the submit row buttons 
 
Robert Sesek [Tue, 19 Dec 2006 00:48:32 +0000  (00:48  +0000)] 
 
Update the documentation builder files 
 
Robert Sesek [Tue, 19 Dec 2006 00:25:53 +0000  (00:25  +0000)] 
 
Add a <br /> before the table 
 
Robert Sesek [Tue, 19 Dec 2006 00:16:49 +0000  (00:16  +0000)] 
 
Some serious updates to the new Printer system. It's now almost usable. 
 
Robert Sesek [Mon, 18 Dec 2006 08:24:28 +0000  (08:24 +0000)] 
 
Okay this finally looks good 
 
Robert Sesek [Mon, 18 Dec 2006 07:45:41 +0000  (07:45 +0000)] 
 
Adding a bunch of new Printer stuff that I'm not sure works quite yet 
 
Robert Sesek [Sun, 17 Dec 2006 19:30:33 +0000  (19:30 +0000)] 
 
Rewrote BSFunctions::ScanDirectory() to use a helper method and PHP's DirectoryIterator 
 
Robert Sesek [Sun, 17 Dec 2006 04:27:29 +0000  (04:27  +0000)] 
 
Renaming Template_Fs.php 
 
Robert Sesek [Sun, 17 Dec 2006 04:26:59 +0000  (04:26  +0000)] 
 
Changing the class name for naming convention's sake 
 
Robert Sesek [Sun, 17 Dec 2006 04:25:15 +0000  (04:25  +0000)] 
 
Renaming installer.php... should have done this a few revisions ago