isso.git
2006-01-16 Robert SesekNavigation panel done
2006-01-16 Robert SesekForm styling has been cleaned
2006-01-16 Robert SesekText is now done
2006-01-16 Robert SesekActually, I lied... now we will move on
2006-01-16 Robert SesekBlock classes are done... moving onto text
2006-01-16 Robert SesekCSSing the new tcat and thead
2006-01-16 Robert SesekNew images
2006-01-16 Robert SesekNew image gradient
2006-01-16 Robert SesekGot a new tcat, not sure about the new thead, though
2006-01-14 Robert SesekAllow fetching of enumerated rows instead of assoc
2006-01-14 Robert SesekConvert another coloru
2006-01-14 Robert Sesek#FFFFFF -> rgb(255, 255, 255)
2006-01-14 Robert SesekGoodbye #38495E
2006-01-14 Robert Sesek.phead goes bye bye
2006-01-14 Robert SesekSetting body text colour
2006-01-14 Robert SesekSweeping changes to the printer.css.php file... new...
2006-01-14 Robert SesekMysterious updates to the page background
2006-01-14 Robert Sesek- adding thead.psd
2006-01-14 Robert SesekI don't like this at all... but save it for posterity
2006-01-14 Robert SesekShrinking the page background...
2006-01-14 Robert SesekAdding page background file
2006-01-14 Robert SesekYay for ISSO::get()
2006-01-13 Robert SesekMake the auto-path thing work on PHP5
2006-01-13 Robert SesekNote about the PHP5 conditional
2006-01-13 Robert Seseks/Shared_Object_Framework/ISSO/g
2006-01-13 Robert SesekSay goodbye to manual setting of sourcepath
2006-01-13 Robert SesekUse the new package system to get pagination to work
2006-01-13 Robert SesekAutomatically define ISSO_DB_LAYER and warn about it
2006-01-13 Robert SesekChange the backtrace workings
2006-01-13 Robert SesekNo longer need to create a temporary template object...
2006-01-13 Robert SesekAdding init_as_package() support
2006-01-13 Robert SesekAdding init_as_package() to the two modules that are...
2006-01-12 Robert SesekAdding pagination class... it kind of works
2006-01-09 Robert SesekAdded unify_node()
2006-01-09 Robert SesekUpdating test files to ISSO2 setup
2006-01-09 Robert Sesekkernel.php's get() doesn't use $this->registry->do_get...
2006-01-09 Robert SesekAdding do_get() to the kernel and get() to all the...
2006-01-09 Robert SesekDon't run #e on preg_match, but use eval() on it later
2006-01-09 Robert SesekDon't need to specify the object path in templatedir...
2006-01-08 Robert SesekMake exec_sanitize_data() private
2006-01-08 Robert SesekThe field foreach() loop elseif branch is never execute...
2006-01-05 Robert SesekFixing PHP5 warnings
2006-01-02 Robert SesekAdding check_isso_field() calls all over the place
2006-01-02 Robert SesekSwitch to using get_class() in check_isso_fields()...
2006-01-02 Robert SesekMaking check_isso_fields() have multi-module support
2006-01-02 Robert SesekAdding fields and set() methods
2006-01-02 Robert SesekFixing the preg_replace replace in do_set()
2005-12-31 Robert Sesek- Making check_isso_fields() multi-module compliant
2005-12-31 Robert SesekExtracting set() logic out to do_set()
2005-12-31 Robert SesekDont exit if it's been called
2005-12-31 Robert SesekAllow check_isso_fields() to be called for fun
2005-12-31 Robert SesekGive all the instance variables visibility tags
2005-12-31 Robert SesekRegistry is defined in Template
2005-12-31 Robert SesekAdding field requirement checker
2005-12-31 Robert SesekAdding set() and get() methods to ISSO
2005-12-31 Robert SesekDocumenting constants
2005-12-31 Robert SesekHook documentation
2005-12-31 Robert SesekDocumenting hooks
2005-12-31 Robert SesekDocumenting constants
2005-12-31 Robert SesekDocumenting constants
2005-12-29 Robert Sesek- nav_title now has a fully-surrounding border
2005-12-29 Robert SesekChanging constant names
2005-12-29 Robert SesekOnly show the debug box if HIDE_SETUP is not enabled
2005-12-27 Robert Sesekwarnings -= 2
2005-12-26 Robert SesekWe wern't initializing the usage right... now we are
2005-12-24 Robert SesekISSO->escape() now uses the new DB stuff
2005-12-24 Robert SesekWe can no longer assume to use ISSO->modules['db_mysql...
2005-12-24 Robert SesekMatch some things to make sure we don't have a blank...
2005-12-23 Robert SesekAdding pgsql layer
2005-12-23 Robert SesekReverting changes in r324; wasn't thinking when I made...
2005-12-23 Robert SesekCalling the wrong error functions in error()
2005-12-23 Robert SesekRename some terminology
2005-12-23 Robert SesekAdding MySQLi driver
2005-12-23 Robert SesekFixing some boo-boos
2005-12-23 Robert SesekAbstracting database layer
2005-12-21 Robert SesekMerging the changes from r317 back to the trunk from 1.x
2005-12-21 Robert SesekReverting the changes back to r289 from r315
2005-12-21 Robert SesekDon't expose the whole path when we can't find the...
2005-12-21 Robert SesekCreated a pre-parse hook for template processing
2005-12-19 Robert SesekA little UTF-8 never killed anybody
2005-12-19 Robert Sesek$this->registry is a no-no in construct_debug_block()
2005-12-18 Robert SesekSet $included to TRUE by default in the CSS files
2005-12-18 Robert Sesekinput_clean() now returns the cleaned value
2005-12-18 Robert SesekRemoving escapestrings ivar
2005-12-18 Robert SesekDon't have any escapestrings stuff to worry about now...
2005-12-18 Robert SesekMoving the debug block at the end of compiled pages...
2005-12-18 Robert SesekAdding construct_debug_block()
2005-12-18 Robert Sesekspell check
2005-12-18 Robert Sesekdocs++
2005-12-18 Robert Sesekstripslashes() is evil; use str_replace() instead
2005-12-18 Robert Sesekchanges++
2005-12-17 Robert Sesek$name, not $field in prepare_field_for_sql()
2005-12-17 Robert SesekThe notion of automatically escaping text for us is...
2005-12-17 Robert SesekAdded POST redirect to pass POST variables through
2005-12-17 Robert SesekAdd force option to sanitize()
2005-12-17 Robert SesekComment OCD
2005-12-11 Robert SesekRemoving commented out lines
2005-12-11 Robert SesekWe no longer use ISSO::_message(), but ISSO->message()
2005-12-11 Robert SesekFixed spelling boo-boo
2005-12-11 Robert SesekDelineating functions
next