isso.git
16 years agoIn mail.php, we don't want to double encode fields so in send() create local variable... 2.1.x
Robert Sesek [Fri, 13 Jul 2007 05:00:49 +0000 (05:00 +0000)]
In mail.php, we don't want to double encode fields so in send() create local variables instead of using object properties

16 years agoChange Mail::_encodeHeaderValue() to use regexp instead of a for() loop
Robert Sesek [Sat, 7 Jul 2007 23:50:46 +0000 (23:50 +0000)]
Change Mail::_encodeHeaderValue() to use regexp instead of a for() loop

16 years agoAdding Mail::_encodeHeaderValue()
Robert Sesek [Sat, 7 Jul 2007 23:36:24 +0000 (23:36 +0000)]
Adding Mail::_encodeHeaderValue()

16 years agoIn xml.php, the default should be utf8 and when using it, we don't want to call utf8_...
Robert Sesek [Sat, 7 Jul 2007 22:41:16 +0000 (22:41 +0000)]
In xml.php, the default should be utf8 and when using it, we don't want to call utf8_encode()

17 years agoFixed another problem where there would be DB function-not-found errors if the cache...
Robert Sesek [Sun, 25 Mar 2007 19:01:17 +0000 (19:01 +0000)]
Fixed another problem where there would be DB function-not-found errors if the cache table wouldn't be enabled

17 years agoPeople without PHP's short tags on will get some weird results with the installer...
Robert Sesek [Mon, 19 Mar 2007 05:50:04 +0000 (05:50 +0000)]
People without PHP's short tags on will get some weird results with the installer module...

17 years agoFixed a bug in Mail that was fixed on trunk: in send() we change the global headers...
Robert Sesek [Sat, 17 Mar 2007 15:39:07 +0000 (15:39 +0000)]
Fixed a bug in Mail that was fixed on trunk: in send() we change the global headers ($this->headers) and that creates a problem if we want to change the from address, etc. So in send() no longer change that variable.

17 years agoIn our call to mysql_connect(), allow us to open multiple connections to the database...
Robert Sesek [Tue, 27 Feb 2007 03:33:51 +0000 (03:33 +0000)]
In our call to mysql_connect(), allow us to open multiple connections to the database server.

17 years agoAdded a very nifty caching system for filesystem templates. Apparently, the main...
Robert Sesek [Thu, 15 Feb 2007 02:26:59 +0000 (02:26 +0000)]
Added a very nifty caching system for filesystem templates. Apparently, the main most time is spent in the actual processing of templates (parsing language and conditionals). This system works by polling the database cache (which stores the fully compiled templates) and checks to make sure that the filesystem files aren't actually updated. If they are, it updates the cache, and if they aren't it just returns the database copy. The process only works on templates called in cache() and not in lazy-loading in fetch().

17 years agoMake the error message that occurs when a database is invalid actually work right
Robert Sesek [Thu, 25 Jan 2007 01:51:26 +0000 (01:51 +0000)]
Make the error message that occurs when a database is invalid actually work right

17 years agoWe need to implode() the query trace to fully complete the merge back
Robert Sesek [Tue, 26 Dec 2006 23:19:06 +0000 (23:19 +0000)]
We need to implode() the query trace to fully complete the merge back

17 years agoMerging the query debug block from TRUNK back to the 2.1.x branch
Robert Sesek [Tue, 26 Dec 2006 23:16:18 +0000 (23:16 +0000)]
Merging the query debug block from TRUNK back to the 2.1.x branch

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 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 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 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 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 agoBranching trunk onto the 2.0.x branch because we're going to get set on ISSO3
Robert Sesek [Tue, 15 Aug 2006 04:45:11 +0000 (04:45 +0000)]
Branching trunk onto the 2.0.x branch because we're going to get set on ISSO3

17 years agoThe headers field will now work a little better
Robert Sesek [Wed, 2 Aug 2006 04:38:53 +0000 (04:38 +0000)]
The headers field will now work a little better

17 years agoAdded Functions->array_strip_empty()
Robert Sesek [Tue, 1 Aug 2006 07:26:41 +0000 (07:26 +0000)]
Added Functions->array_strip_empty()

17 years agoThe colspan parameter in row_text now doesn't add an extra <td> but simply expands...
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>

17 years agoChanging the footer URL
Robert Sesek [Wed, 26 Jul 2006 23:39:49 +0000 (23:39 +0000)]
Changing the footer URL

17 years agoRebranding from Iris Studios to Blue Static
Robert Sesek [Wed, 26 Jul 2006 23:38:46 +0000 (23:38 +0000)]
Rebranding from Iris Studios to Blue Static

17 years agoChanged some of the API error messages to reflect what actually caused the error
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

17 years agoAdded a parameter in API->delete() to optionally stop the running of API->set_existin...
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]

17 years agoAdding a $cleartos option to Mail::send()
Robert Sesek [Sat, 24 Jun 2006 17:17:35 +0000 (17:17 +0000)]
Adding a $cleartos option to Mail::send()

17 years agoNo longer populate API->values[] in fetch()
Robert Sesek [Sun, 28 May 2006 00:33:03 +0000 (00:33 +0000)]
No longer populate API->values[] in fetch()

17 years ago- Adding TYPE_BIN and support for it in api.php
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

17 years agoWarnings--
Robert Sesek [Sat, 6 May 2006 19:05:42 +0000 (19:05 +0000)]
Warnings--

17 years agoRemove annoying pre-parse hook debug log
Robert Sesek [Sun, 30 Apr 2006 08:14:26 +0000 (08:14 +0000)]
Remove annoying pre-parse hook debug log

17 years agoAdd TYPE_NONE as an alias for TYPE_NOCLEAN
Robert Sesek [Sun, 30 Apr 2006 02:07:29 +0000 (02:07 +0000)]
Add TYPE_NONE as an alias for TYPE_NOCLEAN

17 years agoAdd some debug logs
Robert Sesek [Sat, 29 Apr 2006 21:11:13 +0000 (21:11 +0000)]
Add some debug logs

17 years agoForogot to change the app name
Robert Sesek [Sat, 29 Apr 2006 05:12:04 +0000 (05:12 +0000)]
Forogot to change the app name

18 years agoChange &quot; to " when running generate_css_output()
Robert Sesek [Wed, 19 Apr 2006 01:59:24 +0000 (01:59 +0000)]
Change &quot; to " when running generate_css_output()

18 years agoFix the set_focus() setting issues
Robert Sesek [Sun, 16 Apr 2006 18:47:57 +0000 (18:47 +0000)]
Fix the set_focus() setting issues

18 years agoThrow an error when the key is invalid
Robert Sesek [Sun, 16 Apr 2006 18:40:27 +0000 (18:40 +0000)]
Throw an error when the key is invalid

18 years agoRemove unused class call
Robert Sesek [Sat, 15 Apr 2006 23:43:17 +0000 (23:43 +0000)]
Remove unused class call

18 years agoPositioning fixes so that it works in the most browsers possible
Robert Sesek [Sat, 15 Apr 2006 22:57:26 +0000 (22:57 +0000)]
Positioning fixes so that it works in the most browsers possible

18 years agoFinishing off the styling of tabs
Robert Sesek [Sat, 15 Apr 2006 22:52:22 +0000 (22:52 +0000)]
Finishing off the styling of tabs

18 years agoSpan the tab text
Robert Sesek [Sat, 15 Apr 2006 22:29:58 +0000 (22:29 +0000)]
Span the tab text

18 years agoRemoving some unused images
Robert Sesek [Sat, 15 Apr 2006 21:54:27 +0000 (21:54 +0000)]
Removing some unused images

18 years agoAdding documentation
Robert Sesek [Sat, 15 Apr 2006 21:53:14 +0000 (21:53 +0000)]
Adding documentation

18 years agoMore colour changes
Robert Sesek [Sat, 15 Apr 2006 21:50:30 +0000 (21:50 +0000)]
More colour changes

18 years agoAdd some padding to #mainbody
Robert Sesek [Sat, 15 Apr 2006 21:48:56 +0000 (21:48 +0000)]
Add some padding to #mainbody

18 years agoMake tables 100% when they're drawn in the content body
Robert Sesek [Sat, 15 Apr 2006 21:48:11 +0000 (21:48 +0000)]
Make tables 100% when they're drawn in the content body

18 years agoMore CSS colour changes
Robert Sesek [Sat, 15 Apr 2006 21:44:45 +0000 (21:44 +0000)]
More CSS colour changes

18 years agoChange the focus for selected links
Robert Sesek [Sat, 15 Apr 2006 21:42:59 +0000 (21:42 +0000)]
Change the focus for selected links

18 years agoLots of changes to colours
Robert Sesek [Sat, 15 Apr 2006 21:30:00 +0000 (21:30 +0000)]
Lots of changes to colours

18 years agoAdd cellspacing!
Robert Sesek [Sat, 15 Apr 2006 21:21:54 +0000 (21:21 +0000)]
Add cellspacing!

18 years agoNew colour sheet
Robert Sesek [Sat, 15 Apr 2006 21:11:06 +0000 (21:11 +0000)]
New colour sheet

18 years agoAdding colours file
Robert Sesek [Sat, 15 Apr 2006 21:07:12 +0000 (21:07 +0000)]
Adding colours file

18 years agoImage changes checkin
Robert Sesek [Sat, 15 Apr 2006 21:05:50 +0000 (21:05 +0000)]
Image changes checkin

18 years agoAdding menu definitions
Robert Sesek [Sat, 15 Apr 2006 21:05:34 +0000 (21:05 +0000)]
Adding menu definitions

18 years agoAdd <span> elements around the text of tabs and menu links
Robert Sesek [Sat, 15 Apr 2006 20:57:28 +0000 (20:57 +0000)]
Add <span> elements around the text of tabs and menu links

18 years agoChange the way we mark headers
Robert Sesek [Sat, 15 Apr 2006 20:44:26 +0000 (20:44 +0000)]
Change the way we mark headers

18 years agoFormatting menu links
Robert Sesek [Sat, 15 Apr 2006 20:39:25 +0000 (20:39 +0000)]
Formatting menu links

18 years agoSpacing
Robert Sesek [Sat, 15 Apr 2006 20:32:18 +0000 (20:32 +0000)]
Spacing

18 years agoCSS cleanup for the navigation links
Robert Sesek [Sat, 15 Apr 2006 20:02:15 +0000 (20:02 +0000)]
CSS cleanup for the navigation links

18 years agoUse a <table> to get the two-columns becase CSS makes IE unhappy
Robert Sesek [Sat, 15 Apr 2006 19:43:21 +0000 (19:43 +0000)]
Use a <table> to get the two-columns becase CSS makes IE unhappy

18 years agoLots of CSS changes for the tabs
Robert Sesek [Sat, 15 Apr 2006 19:13:21 +0000 (19:13 +0000)]
Lots of CSS changes for the tabs

18 years ago- Added generate_footer_html()
Robert Sesek [Sat, 15 Apr 2006 18:56:29 +0000 (18:56 +0000)]
- Added generate_footer_html()
- Making the tab links nicely generated

18 years agoRun the generate_footer_html() function
Robert Sesek [Thu, 13 Apr 2006 00:53:50 +0000 (00:53 +0000)]
Run the generate_footer_html() function

18 years agoMore colour changes
Robert Sesek [Thu, 13 Apr 2006 00:46:21 +0000 (00:46 +0000)]
More colour changes

18 years agoSome new colours might be nice
Robert Sesek [Thu, 13 Apr 2006 00:39:03 +0000 (00:39 +0000)]
Some new colours might be nice

18 years agoOn full page generators, don't show the navigation
Robert Sesek [Sun, 2 Apr 2006 01:26:42 +0000 (01:26 +0000)]
On full page generators, don't show the navigation

18 years agoUse casting so we don't get foreach errors
Robert Sesek [Sun, 2 Apr 2006 01:12:02 +0000 (01:12 +0000)]
Use casting so we don't get foreach errors

18 years agoAdd code generation for sections and links
Robert Sesek [Sat, 1 Apr 2006 23:25:24 +0000 (23:25 +0000)]
Add code generation for sections and links

18 years agoChange the documentation a wee bit for add_component()
Robert Sesek [Sat, 1 Apr 2006 22:25:07 +0000 (22:25 +0000)]
Change the documentation a wee bit for add_component()

18 years agoAdding structure-creation functions
Robert Sesek [Sat, 1 Apr 2006 22:07:59 +0000 (22:07 +0000)]
Adding structure-creation functions

18 years agoconstant('ISSO_PRINTER_NO_NAVIGATION') should NOT be true for us to print nav
Robert Sesek [Sat, 1 Apr 2006 22:01:36 +0000 (22:01 +0000)]
constant('ISSO_PRINTER_NO_NAVIGATION') should NOT be true for us to print nav

18 years agoAdding toplink stuff
Robert Sesek [Sat, 1 Apr 2006 05:49:55 +0000 (05:49 +0000)]
Adding toplink stuff

18 years agois_loaded() takes lowercase
Robert Sesek [Sat, 1 Apr 2006 05:46:23 +0000 (05:46 +0000)]
is_loaded() takes lowercase

18 years agoAdding skeleton for the navigation printer
Robert Sesek [Sat, 1 Apr 2006 05:33:32 +0000 (05:33 +0000)]
Adding skeleton for the navigation printer

18 years agoAdd pre_parse_hook to the field list
Robert Sesek [Thu, 30 Mar 2006 02:38:49 +0000 (02:38 +0000)]
Add pre_parse_hook to the field list

18 years agoWhen constructing the queries, we need to escape the % so we don't get missing characters
Robert Sesek [Sun, 26 Mar 2006 07:59:33 +0000 (07:59 +0000)]
When constructing the queries, we need to escape the % so we don't get missing characters

18 years agoWhen we use TYPE_NOCLEAN and $this->magicquotes is on, be sure to strip slashes
Robert Sesek [Sun, 26 Mar 2006 07:55:09 +0000 (07:55 +0000)]
When we use TYPE_NOCLEAN and $this->magicquotes is on, be sure to strip slashes

18 years agoChanging :: to ->
Robert Sesek [Sun, 19 Mar 2006 23:54:33 +0000 (23:54 +0000)]
Changing :: to ->

18 years agoAdding a fetch_modified_link() hook
Robert Sesek [Sun, 19 Mar 2006 19:17:18 +0000 (19:17 +0000)]
Adding a fetch_modified_link() hook

18 years agoHook is now done like the one in ISSO.Template so we have consistency
Robert Sesek [Sun, 19 Mar 2006 18:55:13 +0000 (18:55 +0000)]
Hook is now done like the one in ISSO.Template so we have consistency

18 years agoMinor documentation tyo
Robert Sesek [Sun, 19 Mar 2006 18:49:41 +0000 (18:49 +0000)]
Minor documentation tyo