In mail.php, we don't want to double encode fields so in send() create local variable...
[isso.git] / template.php
2006-10-12 Robert SesekRemoving issoversion tag from the header
2006-10-12 Robert SesekRemoving calls to check_isso_fields()
2006-10-12 Robert SesekTemplate updated
2006-10-12 Robert SesekChange the language call
2006-07-26 Robert SesekRebranding from Iris Studios to Blue Static
2006-04-30 Robert SesekRemove annoying pre-parse hook debug log
2006-03-04 Robert SesekTreat the {@""} as multi-line able
2006-03-04 Robert SesekWe need to move the processing of strings to AFTER...
2006-02-09 Robert Seseks/[#]version[#]/[#]issoversion[#]/g
2006-02-05 Robert SesekIn _load(), we need to use query_first() not just query()
2006-02-05 Robert SesekAdd spaces when using $this->extrawhere
2006-01-22 Robert Sesek$GLOBALS['isso:callback'] change
2006-01-22 Robert Seseks/count/sizeof/g
2006-01-21 Robert SesekMake query debug output much nicer
2006-01-13 Robert SesekAdding init_as_package() to the two modules that are...
2006-01-09 Robert SesekAdding do_get() to the kernel and get() to all the...
2006-01-02 Robert SesekAdding check_isso_field() calls all over the place
2006-01-02 Robert SesekAdding fields and set() methods
2005-12-31 Robert SesekGive all the instance variables visibility tags
2005-12-31 Robert SesekHook documentation
2005-12-26 Robert SesekWe wern't initializing the usage right... now we are
2005-12-24 Robert SesekWe can no longer assume to use ISSO->modules['db_mysql...
2005-12-21 Robert SesekCreated a pre-parse hook for template processing
2005-12-18 Robert SesekMoving the debug block at the end of compiled pages...
2005-12-17 Robert SesekComment OCD
2005-12-11 Robert SesekDelineating functions
2005-12-11 Robert SesekAdded visibility information to all the functions
2005-12-11 Robert SesekWe want to play nice with PHP5, right?
2005-12-11 Robert Seseks/( |->)_message/message/g
2005-12-02 Robert SesekDon't include the debug stack in the message
2005-11-29 Robert SesekRemoving some calls to stripslashes() that have issues...
2005-11-27 Robert SesekMerging isso-2-dev branch back to trunk
2005-11-21 Robert SesekHave phrase string parsing working; there was a problem...
2005-11-19 Robert SesekCreating isso:null-framework global; this can't be...
2005-11-06 Robert SesekFixing caching mechanism
2005-11-05 Robert SesekChange templatetable to tablename
2005-11-05 Robert SesekRemoving extra parens
2005-10-22 Robert SesekMerging r211 down stream
2005-10-22 Robert SesekChanging an ERR_WARNING to E_USER_WARNING
2005-10-17 Robert SesekRemoved 3 $SOMETHING variables at the top of modules...
2005-10-16 Robert SesekWhere we changed the class name we need to change the...
2005-10-16 Robert Sesekgetobject() apparently causes a parse error; guess...
2005-10-16 Robert SesekUse getobject() system
2005-10-16 Robert SesekRenaming classes to match file names
2005-10-08 Robert Sesek- removed global callback/instantiation
2005-10-08 Robert SesekPass the registry by reference
2005-10-08 Robert SesekAdded registry connection plugs to the modules
2005-10-08 Robert SesekRemoving @see declarations
2005-10-08 Robert SesekCleaning up phpDoc variable declarations
2005-10-08 Robert SesekConverting to GPL
2005-09-24 Robert SesekAccess the _isso in a global manner
2005-09-24 Robert SesekSupport for the new localize system; I don't think...
2005-08-30 Robert SesekCorrection, now it's fixed
2005-08-30 Robert SesekFixed notice: Undefined property: db in /isso/template...
2005-08-19 Robert SesekFixed template parser, I guess we broke it with r127
2005-08-19 Robert SesekLink without errors on E_ALL
2005-08-13 Robert SesekMerging back changes from tpl-if-fix branch
2005-08-13 Robert SesekParser now works! Again!
2005-08-13 Robert SesekNow we can do the top level... bah
2005-08-13 Robert SesekGetting closer to it working fully now; just need to...
2005-08-13 Robert SesekStill not working right on <else />
2005-08-13 Robert SesekWe're getting closer witht his method :)
2005-08-12 Robert SesekLots of broken nothingness
2005-08-02 Robert SesekBack-porting the trunk back onto branch
2005-08-01 Robert SesekFixed improperly closed </a>
2005-08-01 Robert SesekAdded total execution time option
2005-07-25 Robert SesekMerging the template-if-fix branch back onto head
2005-07-25 Robert SesekElse tags are now working again. The problem was that...
2005-07-25 Robert SesekSaving token creation code.
2005-07-25 Robert SesekMerging trunk back onto the template parsing branch
2005-07-05 Robert SesekFixed a duplicate variable name problem(?).
2005-04-17 Robert SesekMaking everything properly documented so that we don...
2005-04-13 Robert SesekUpdated error reporting stuff. It was really broken...
2005-04-13 Robert SesekUpdated file headers to be our new one.
2005-04-13 Robert SesekUpdated initial copyright year from 2003 to 2002
2005-04-11 Robert SesekRemoved some unnecessary function calls from DB_Templat...
2005-04-11 Robert SesekFixed faulty documentation.
2005-03-30 Robert SesekRemoved iff() from use in ISSO. Placed notice on the...
2005-03-23 Robert SesekWoops... didn't want that damn keyword to expand.
2005-03-23 Robert SesekAdded more tests for not under source control things.
2005-03-23 Robert SesekFixed:
2005-03-22 Robert SesekNo longer need to fetch the character of $i in the...
2005-03-19 Robert SesekRemoved unnecessary extraction of the condition. Made...
2005-03-19 Robert SesekMerging tpl-if-fix/ branch into trunk. We now properly...
2005-03-19 Robert SesekRemoved debugging code and old code.
2005-03-19 Robert SesekNOW it works completely.
2005-03-19 Robert SesekBy golly I think we have it!
2005-03-19 Robert SesekIT WORKS... well... almost. <else /> doesn't YET.
2005-03-19 Robert SesekBroken, just checking in code.
2005-03-19 Robert SesekBack to tokenization. The stack method WORKS, but we...
2005-03-19 Robert SesekHackish way to do it by just replacing strings. Ugh.
2005-03-19 Robert SesekNot working... just checking in.
2005-03-19 Robert SesekWe now properly extract the condition :-)
2005-03-18 Robert SesekIt's kind of working... not really, though. Bed time...
2005-03-18 Robert SesekBase tokenizing parser in place
2005-03-18 Robert SesekAdded debugging information.
2005-02-20 Robert SesekFixed possible exploit in query link where the original...
2005-02-19 Robert SesekFixed debug HTML select tab spacing.
2005-01-22 Robert SesekChanged ERR_ERROR to ERR_ALERT. Added PHP5 fix for...
2005-01-16 Robert SesekUsed wrong server variable for the show queries URL.
next