]>
src.bluestatic.org Git - isso.git/log
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
Robert Sesek [Sat, 7 Jul 2007 23:50:46 +0000 (23:50 +0000)]
Change Mail::_encodeHeaderValue() to use regexp instead of a for() loop
Robert Sesek [Sat, 7 Jul 2007 23:36:24 +0000 (23:36 +0000)]
Adding Mail::_encodeHeaderValue()
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()
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
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...
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.
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.
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().
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
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
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
Robert Sesek [Sat, 25 Nov 2006 07:04:13 +0000 (07:04 +0000)]
Completely overhauled the pagination framework module
Robert Sesek [Fri, 24 Nov 2006 02:18:21 +0000 (02:18 +0000)]
Merging r693 from trunk back to the 2.1.x branch
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
Robert Sesek [Sat, 11 Nov 2006 20:59:01 +0000 (20:59 +0000)]
changes++
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
Robert Sesek [Thu, 12 Oct 2006 05:41:08 +0000 (05:41 +0000)]
Remove more check_isso_fields() calls
Robert Sesek [Thu, 12 Oct 2006 05:17:49 +0000 (05:17 +0000)]
Removing the issoversion field
Robert Sesek [Thu, 12 Oct 2006 05:17:32 +0000 (05:17 +0000)]
Removing issoversion tag from the header
Robert Sesek [Thu, 12 Oct 2006 05:15:11 +0000 (05:15 +0000)]
Fix a parse error
Robert Sesek [Thu, 12 Oct 2006 05:14:36 +0000 (05:14 +0000)]
For cookieexp use the right method names for get/set
Robert Sesek [Thu, 12 Oct 2006 05:13:46 +0000 (05:13 +0000)]
Woops. That is supposed to be setAppVersion()
Robert Sesek [Thu, 12 Oct 2006 05:13:07 +0000 (05:13 +0000)]
Removing calls to check_isso_fields()
Robert Sesek [Thu, 12 Oct 2006 05:11:44 +0000 (05:11 +0000)]
Removing unspecific get/set calls
Robert Sesek [Thu, 12 Oct 2006 05:09:31 +0000 (05:09 +0000)]
Template updated
Robert Sesek [Thu, 12 Oct 2006 05:06:15 +0000 (05:06 +0000)]
Template_FS updated
Robert Sesek [Thu, 12 Oct 2006 05:03:52 +0000 (05:03 +0000)]
Updated pagination
Robert Sesek [Thu, 12 Oct 2006 04:56:21 +0000 (04:56 +0000)]
Fields no longer exist...
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
Robert Sesek [Thu, 12 Oct 2006 04:40:19 +0000 (04:40 +0000)]
Finished converting kernel
Robert Sesek [Thu, 12 Oct 2006 04:35:38 +0000 (04:35 +0000)]
Change the language call
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
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
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.
Robert Sesek [Wed, 4 Oct 2006 05:18:53 +0000 (05:18 +0000)]
Removing a weird issue with rand()
Robert Sesek [Sat, 16 Sep 2006 19:08:52 +0000 (19:08 +0000)]
Switch from one todo mark to another
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
Robert Sesek [Wed, 2 Aug 2006 04:38:53 +0000 (04:38 +0000)]
The headers field will now work a little better
Robert Sesek [Tue, 1 Aug 2006 07:26:41 +0000 (07:26 +0000)]
Added Functions->array_strip_empty()
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>
Robert Sesek [Wed, 26 Jul 2006 23:39:49 +0000 (23:39 +0000)]
Changing the footer URL
Robert Sesek [Wed, 26 Jul 2006 23:38:46 +0000 (23:38 +0000)]
Rebranding from Iris Studios to Blue Static
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
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]
Robert Sesek [Sat, 24 Jun 2006 17:17:35 +0000 (17:17 +0000)]
Adding a $cleartos option to Mail::send()
Robert Sesek [Sun, 28 May 2006 00:33:03 +0000 (00:33 +0000)]
No longer populate API->values[] in fetch()
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
Robert Sesek [Sat, 6 May 2006 19:05:42 +0000 (19:05 +0000)]
Warnings--
Robert Sesek [Sun, 30 Apr 2006 08:14:26 +0000 (08:14 +0000)]
Remove annoying pre-parse hook debug log
Robert Sesek [Sun, 30 Apr 2006 02:07:29 +0000 (02:07 +0000)]
Add TYPE_NONE as an alias for TYPE_NOCLEAN
Robert Sesek [Sat, 29 Apr 2006 21:11:13 +0000 (21:11 +0000)]
Add some debug logs
Robert Sesek [Sat, 29 Apr 2006 05:12:04 +0000 (05:12 +0000)]
Forogot to change the app name
Robert Sesek [Wed, 19 Apr 2006 01:59:24 +0000 (01:59 +0000)]
Change " to " when running generate_css_output()
Robert Sesek [Sun, 16 Apr 2006 18:47:57 +0000 (18:47 +0000)]
Fix the set_focus() setting issues
Robert Sesek [Sun, 16 Apr 2006 18:40:27 +0000 (18:40 +0000)]
Throw an error when the key is invalid
Robert Sesek [Sat, 15 Apr 2006 23:43:17 +0000 (23:43 +0000)]
Remove unused class call
Robert Sesek [Sat, 15 Apr 2006 22:57:26 +0000 (22:57 +0000)]
Positioning fixes so that it works in the most browsers possible
Robert Sesek [Sat, 15 Apr 2006 22:52:22 +0000 (22:52 +0000)]
Finishing off the styling of tabs
Robert Sesek [Sat, 15 Apr 2006 22:29:58 +0000 (22:29 +0000)]
Span the tab text
Robert Sesek [Sat, 15 Apr 2006 21:54:27 +0000 (21:54 +0000)]
Removing some unused images
Robert Sesek [Sat, 15 Apr 2006 21:53:14 +0000 (21:53 +0000)]
Adding documentation
Robert Sesek [Sat, 15 Apr 2006 21:50:30 +0000 (21:50 +0000)]
More colour changes
Robert Sesek [Sat, 15 Apr 2006 21:48:56 +0000 (21:48 +0000)]
Add some padding to #mainbody
Robert Sesek [Sat, 15 Apr 2006 21:48:11 +0000 (21:48 +0000)]
Make tables 100% when they're drawn in the content body
Robert Sesek [Sat, 15 Apr 2006 21:44:45 +0000 (21:44 +0000)]
More CSS colour changes
Robert Sesek [Sat, 15 Apr 2006 21:42:59 +0000 (21:42 +0000)]
Change the focus for selected links
Robert Sesek [Sat, 15 Apr 2006 21:30:00 +0000 (21:30 +0000)]
Lots of changes to colours
Robert Sesek [Sat, 15 Apr 2006 21:21:54 +0000 (21:21 +0000)]
Add cellspacing!
Robert Sesek [Sat, 15 Apr 2006 21:11:06 +0000 (21:11 +0000)]
New colour sheet
Robert Sesek [Sat, 15 Apr 2006 21:07:12 +0000 (21:07 +0000)]
Adding colours file
Robert Sesek [Sat, 15 Apr 2006 21:05:50 +0000 (21:05 +0000)]
Image changes checkin
Robert Sesek [Sat, 15 Apr 2006 21:05:34 +0000 (21:05 +0000)]
Adding menu definitions
Robert Sesek [Sat, 15 Apr 2006 20:57:28 +0000 (20:57 +0000)]
Add <span> elements around the text of tabs and menu links
Robert Sesek [Sat, 15 Apr 2006 20:44:26 +0000 (20:44 +0000)]
Change the way we mark headers
Robert Sesek [Sat, 15 Apr 2006 20:39:25 +0000 (20:39 +0000)]
Formatting menu links
Robert Sesek [Sat, 15 Apr 2006 20:32:18 +0000 (20:32 +0000)]
Spacing
Robert Sesek [Sat, 15 Apr 2006 20:02:15 +0000 (20:02 +0000)]
CSS cleanup for the navigation links
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
Robert Sesek [Sat, 15 Apr 2006 19:13:21 +0000 (19:13 +0000)]
Lots of CSS changes for the tabs
Robert Sesek [Sat, 15 Apr 2006 18:56:29 +0000 (18:56 +0000)]
- Added generate_footer_html()
- Making the tab links nicely generated
Robert Sesek [Thu, 13 Apr 2006 00:53:50 +0000 (00:53 +0000)]
Run the generate_footer_html() function
Robert Sesek [Thu, 13 Apr 2006 00:46:21 +0000 (00:46 +0000)]
More colour changes
Robert Sesek [Thu, 13 Apr 2006 00:39:03 +0000 (00:39 +0000)]
Some new colours might be nice
Robert Sesek [Sun, 2 Apr 2006 01:26:42 +0000 (01:26 +0000)]
On full page generators, don't show the navigation
Robert Sesek [Sun, 2 Apr 2006 01:12:02 +0000 (01:12 +0000)]
Use casting so we don't get foreach errors
Robert Sesek [Sat, 1 Apr 2006 23:25:24 +0000 (23:25 +0000)]
Add code generation for sections and links
Robert Sesek [Sat, 1 Apr 2006 22:25:07 +0000 (22:25 +0000)]
Change the documentation a wee bit for add_component()
Robert Sesek [Sat, 1 Apr 2006 22:07:59 +0000 (22:07 +0000)]
Adding structure-creation functions
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
Robert Sesek [Sat, 1 Apr 2006 05:49:55 +0000 (05:49 +0000)]
Adding toplink stuff
Robert Sesek [Sat, 1 Apr 2006 05:46:23 +0000 (05:46 +0000)]
is_loaded() takes lowercase
Robert Sesek [Sat, 1 Apr 2006 05:33:32 +0000 (05:33 +0000)]
Adding skeleton for the navigation printer
Robert Sesek [Thu, 30 Mar 2006 02:38:49 +0000 (02:38 +0000)]
Add pre_parse_hook to the field list
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
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
Robert Sesek [Sun, 19 Mar 2006 23:54:33 +0000 (23:54 +0000)]
Changing :: to ->
Robert Sesek [Sun, 19 Mar 2006 19:17:18 +0000 (19:17 +0000)]
Adding a fetch_modified_link() hook
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
Robert Sesek [Sun, 19 Mar 2006 18:49:41 +0000 (18:49 +0000)]
Minor documentation tyo