]>
src.bluestatic.org Git - isso.git/log
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
Robert Sesek [Sun, 19 Mar 2006 18:42:19 +0000 (18:42 +0000)]
Making the font sizes smaller
Robert Sesek [Sun, 19 Mar 2006 08:27:28 +0000 (08:27 +0000)]
Put a condition around imagedestroy() in set_scale() so we don't get warnings
Robert Sesek [Sun, 19 Mar 2006 03:27:45 +0000 (03:27 +0000)]
- Properties are now stored in an ivar
- Show some kind of marking for modified properties
Robert Sesek [Sat, 18 Mar 2006 21:20:43 +0000 (21:20 +0000)]
Better support for having blank values
Robert Sesek [Sat, 18 Mar 2006 21:16:52 +0000 (21:16 +0000)]
- Make sure we don't get query errors when there are no deletes
- Wrote generate_css_output() to construct stylesheets
Robert Sesek [Sat, 18 Mar 2006 20:50:30 +0000 (20:50 +0000)]
Typo fix in fetch_value()
Robert Sesek [Sat, 18 Mar 2006 20:22:37 +0000 (20:22 +0000)]
We can now export the query information
Robert Sesek [Sat, 18 Mar 2006 19:04:41 +0000 (19:04 +0000)]
Remove a print_r(0
Robert Sesek [Sat, 18 Mar 2006 19:04:16 +0000 (19:04 +0000)]
Adding base printer_css.php file
Robert Sesek [Sat, 18 Mar 2006 02:25:12 +0000 (02:25 +0000)]
Another check for is_array() errors, but now in call_relations()
Robert Sesek [Sat, 18 Mar 2006 02:24:12 +0000 (02:24 +0000)]
We need an additional check for set_condition() so we don't get weird errors
Robert Sesek [Sat, 18 Mar 2006 00:37:53 +0000 (00:37 +0000)]
Fixing set_condition() so it now actually works
Robert Sesek [Fri, 17 Mar 2006 17:01:48 +0000 (17:01 +0000)]
For set_condition() you can now send an array of fields to use
Robert Sesek [Fri, 17 Mar 2006 16:51:28 +0000 (16:51 +0000)]
Reduce errors when a query fails in query_first()
Robert Sesek [Fri, 17 Mar 2006 07:21:13 +0000 (07:21 +0000)]
Styling fixes for the template manager
Robert Sesek [Thu, 16 Mar 2006 02:25:26 +0000 (02:25 +0000)]
Localize the timezone names
Robert Sesek [Mon, 13 Mar 2006 08:23:43 +0000 (08:23 +0000)]
Changes for evil magic quotes
Robert Sesek [Sun, 12 Mar 2006 23:56:07 +0000 (23:56 +0000)]
Make the strings a little more clear
Robert Sesek [Sun, 12 Mar 2006 23:55:32 +0000 (23:55 +0000)]
Adding string errors for the built-in verify_*() functions
Robert Sesek [Sun, 12 Mar 2006 23:53:54 +0000 (23:53 +0000)]
Allow strings to be returned as errors in set()-based verification
Robert Sesek [Sun, 12 Mar 2006 23:39:57 +0000 (23:39 +0000)]
Allow specifying of redirect message text; means removing the redirect time parameter
Robert Sesek [Sun, 5 Mar 2006 21:31:56 +0000 (21:31 +0000)]
page_code() now should work a wee bit better
Robert Sesek [Sun, 5 Mar 2006 21:23:33 +0000 (21:23 +0000)]
Lots of changes added
Robert Sesek [Sun, 5 Mar 2006 20:36:28 +0000 (20:36 +0000)]
Fixing format_debug_trace() so we don't get warnings when we have arrays as args
Robert Sesek [Sun, 5 Mar 2006 20:14:34 +0000 (20:14 +0000)]
We should also catch E_NOTICE and E_WARNING
Robert Sesek [Sun, 5 Mar 2006 20:14:06 +0000 (20:14 +0000)]
Geeze... that stupid _error_handler() bug has been there FOREVER
Robert Sesek [Sat, 4 Mar 2006 20:27:41 +0000 (20:27 +0000)]
Treat the {@""} as multi-line able
Robert Sesek [Sat, 4 Mar 2006 20:25:48 +0000 (20:25 +0000)]
We need to move the processing of strings to AFTER the processing of <lang> tags
Robert Sesek [Sat, 4 Mar 2006 20:16:02 +0000 (20:16 +0000)]
Missing a semicolon
Robert Sesek [Sat, 4 Mar 2006 20:15:15 +0000 (20:15 +0000)]
We can't specify a size in a font-family... do'h
Robert Sesek [Fri, 3 Mar 2006 07:03:15 +0000 (07:03 +0000)]
Don't need to use intval() on $allocated in fetch_colour()
Robert Sesek [Fri, 3 Mar 2006 06:04:54 +0000 (06:04 +0000)]
Added input_escape() function
Robert Sesek [Fri, 3 Mar 2006 05:57:31 +0000 (05:57 +0000)]
Removed some duplicate commands
Robert Sesek [Fri, 3 Mar 2006 05:31:25 +0000 (05:31 +0000)]
- Changing spacing between nav_title's
- Better nav border colour
Robert Sesek [Mon, 20 Feb 2006 23:02:19 +0000 (23:02 +0000)]
Adding a Doxyfile, though it doesn't have great support for PHP
Robert Sesek [Mon, 20 Feb 2006 20:07:58 +0000 (20:07 +0000)]
Actually return the graphing data instead of just printing it out to the browser
Robert Sesek [Mon, 20 Feb 2006 19:45:42 +0000 (19:45 +0000)]
Did some work on .tborder; we no longer use ridge but groove for the border style
Robert Sesek [Mon, 20 Feb 2006 19:36:31 +0000 (19:36 +0000)]
The background-position: bottom stuff just isn't working... change it to be a top-based image. What a shame. I really liked the way this had looked.
Robert Sesek [Mon, 20 Feb 2006 04:03:28 +0000 (04:03 +0000)]
rv rv just back to "value"
Robert Sesek [Mon, 20 Feb 2006 04:03:05 +0000 (04:03 +0000)]
Revert and change to cdata
Robert Sesek [Mon, 20 Feb 2006 03:47:06 +0000 (03:47 +0000)]
Do not place CDATA in a ['value'] index. This **breaks** the motherload
Robert Sesek [Sun, 19 Feb 2006 22:58:06 +0000 (22:58 +0000)]
In input_clean(), return NULL cleaned as $type
Robert Sesek [Sun, 19 Feb 2006 20:55:06 +0000 (20:55 +0000)]
- Reworking list_item() to allow for multiple types of fields (and proper changes made to row_list())
- Added row_checkbox()
Robert Sesek [Sat, 18 Feb 2006 19:33:05 +0000 (19:33 +0000)]
Making the background-position bit work by setting html{height:100%}
Robert Sesek [Sat, 18 Feb 2006 19:26:57 +0000 (19:26 +0000)]
Might as well make it an <a>
Robert Sesek [Sat, 18 Feb 2006 19:26:43 +0000 (19:26 +0000)]
Linking to the bug
Robert Sesek [Sat, 18 Feb 2006 19:26:27 +0000 (19:26 +0000)]
Adding a bug testcase
Robert Sesek [Sat, 11 Feb 2006 21:18:58 +0000 (21:18 +0000)]
Add setter methods for title and legend
Robert Sesek [Sat, 11 Feb 2006 21:15:59 +0000 (21:15 +0000)]
Use scaling factors instead of explicit height and widths
Robert Sesek [Sat, 11 Feb 2006 21:05:57 +0000 (21:05 +0000)]
- Increasing colour library
- Change the colour of the pie outline
Robert Sesek [Sat, 11 Feb 2006 02:55:59 +0000 (02:55 +0000)]
Increasing $graphspacing and removing the 1px from drawing the legend strings
Robert Sesek [Sat, 11 Feb 2006 02:48:51 +0000 (02:48 +0000)]
Outline the slices
Robert Sesek [Sat, 11 Feb 2006 02:44:48 +0000 (02:44 +0000)]
$lastdeg needs to be cumulative
Robert Sesek [Sat, 11 Feb 2006 02:44:28 +0000 (02:44 +0000)]
The legend is now drawn all purdy
Robert Sesek [Sat, 11 Feb 2006 02:03:38 +0000 (02:03 +0000)]
Got a pretty good pie graphing system
Robert Sesek [Fri, 10 Feb 2006 05:43:18 +0000 (05:43 +0000)]
Remove some of the ini_get() calls
Robert Sesek [Fri, 10 Feb 2006 05:42:00 +0000 (05:42 +0000)]
Fix the conditions on which _error_handler() breaks
Robert Sesek [Fri, 10 Feb 2006 05:36:59 +0000 (05:36 +0000)]
Totally wrong character set
Robert Sesek [Thu, 9 Feb 2006 06:40:36 +0000 (06:40 +0000)]
s/[#]version[#]/[#]issoversion[#]/g
Robert Sesek [Mon, 6 Feb 2006 02:45:49 +0000 (02:45 +0000)]
Wrong file name. Woops.
Robert Sesek [Mon, 6 Feb 2006 02:30:43 +0000 (02:30 +0000)]
Need to send the right mime-types to make Gecko happy
Robert Sesek [Mon, 6 Feb 2006 00:37:20 +0000 (00:37 +0000)]
UTF-8 shouldn't be the default
Robert Sesek [Sun, 5 Feb 2006 22:41:31 +0000 (22:41 +0000)]
Added UTF-8 support to the XML parser
Robert Sesek [Sun, 5 Feb 2006 21:30:53 +0000 (21:30 +0000)]
Set $this->values[] in fetch() if they aren't set
Robert Sesek [Sun, 5 Feb 2006 20:25:08 +0000 (20:25 +0000)]
In _load(), we need to use query_first() not just query()
Robert Sesek [Sun, 5 Feb 2006 20:20:55 +0000 (20:20 +0000)]
Add spaces when using $this->extrawhere
Robert Sesek [Sat, 4 Feb 2006 21:58:22 +0000 (21:58 +0000)]
Doc fix for call_relations()
Robert Sesek [Sat, 4 Feb 2006 03:08:22 +0000 (03:08 +0000)]
In prepare_field_for_sql(), this BOOL will work better
Robert Sesek [Mon, 30 Jan 2006 00:43:02 +0000 (00:43 +0000)]
Use TRUE and FALSE constants
Robert Sesek [Mon, 30 Jan 2006 00:38:11 +0000 (00:38 +0000)]
Bool values need to be encased
Robert Sesek [Sun, 29 Jan 2006 23:26:48 +0000 (23:26 +0000)]
Insert ID is now computed correctly
Robert Sesek [Sun, 29 Jan 2006 23:00:33 +0000 (23:00 +0000)]
Suppress errors in query()