isso.git
18 years agoNeed to add GPL notice
Robert Sesek [Sun, 23 Oct 2005 06:50:42 +0000 (06:50 +0000)]
Need to add GPL notice

18 years agoAdded webpath system so that images will work
Robert Sesek [Sun, 23 Oct 2005 06:49:23 +0000 (06:49 +0000)]
Added webpath system so that images will work

18 years agoAdded CSS abilities to the printer class
Robert Sesek [Sun, 23 Oct 2005 06:17:49 +0000 (06:17 +0000)]
Added CSS abilities to the printer class

18 years agoapplication not appname
Robert Sesek [Sun, 23 Oct 2005 01:07:03 +0000 (01:07 +0000)]
application not appname

18 years agoChanging an ERR_WARNING to E_USER_WARNING
Robert Sesek [Sat, 22 Oct 2005 23:21:55 +0000 (23:21 +0000)]
Changing an ERR_WARNING to E_USER_WARNING

18 years agoRemoved specific references to BugStrike
Robert Sesek [Sat, 22 Oct 2005 22:41:10 +0000 (22:41 +0000)]
Removed specific references to BugStrike

18 years agoDocumented the entire printer.php class
Robert Sesek [Sat, 22 Oct 2005 22:33:58 +0000 (22:33 +0000)]
Documented the entire printer.php class

18 years agoDocumented nearly all of the functions
Robert Sesek [Sat, 22 Oct 2005 22:31:20 +0000 (22:31 +0000)]
Documented nearly all of the functions

18 years agoCopying printer class from bugtrack
Robert Sesek [Sat, 22 Oct 2005 21:41:30 +0000 (21:41 +0000)]
Copying printer class from bugtrack

18 years agoAdded REQ_SET constant to allow an API to set a field
Robert Sesek [Mon, 17 Oct 2005 04:34:33 +0000 (04:34 +0000)]
Added REQ_SET constant to allow an API to set a field

18 years agoAdding docblock template
Robert Sesek [Mon, 17 Oct 2005 04:13:06 +0000 (04:13 +0000)]
Adding docblock template

18 years ago- Moved rendition of API::do_clean() to ISSO::clean()
Robert Sesek [Mon, 17 Oct 2005 04:08:34 +0000 (04:08 +0000)]
- Moved rendition of API::do_clean() to ISSO::clean()
- Added input_clean_array() and input_clean()

18 years agoRemoved 3 $SOMETHING variables at the top of modules; used in 1.0.x-style instantiation
Robert Sesek [Mon, 17 Oct 2005 00:37:13 +0000 (00:37 +0000)]
Removed 3 $SOMETHING variables at the top of modules; used in 1.0.x-style instantiation

18 years agoshow_modules() now gets class names
Robert Sesek [Mon, 17 Oct 2005 00:36:38 +0000 (00:36 +0000)]
show_modules() now gets class names

18 years ago- Added verify_noempty()
Robert Sesek [Sun, 16 Oct 2005 23:53:19 +0000 (23:53 +0000)]
- Added verify_noempty()
- In set(), fixed the verify command for :self

18 years agoShow invalid clean type in do_clean() if there is an error
Robert Sesek [Sun, 16 Oct 2005 23:48:01 +0000 (23:48 +0000)]
Show invalid clean type in do_clean() if there is an error

18 years agoForgot an =
Robert Sesek [Sun, 16 Oct 2005 23:46:27 +0000 (23:46 +0000)]
Forgot an =

18 years agoRemoving unused sanitization functions
Robert Sesek [Sun, 16 Oct 2005 23:41:46 +0000 (23:41 +0000)]
Removing unused sanitization functions

18 years agoAdded insert() and delete() actions
Robert Sesek [Sun, 16 Oct 2005 23:41:27 +0000 (23:41 +0000)]
Added insert() and delete() actions

18 years ago- use method_exist() instead of function_exists()
Robert Sesek [Sun, 16 Oct 2005 23:25:30 +0000 (23:25 +0000)]
- use method_exist() instead of function_exists()

18 years agoBase api.php checked in
Robert Sesek [Sun, 16 Oct 2005 22:35:32 +0000 (22:35 +0000)]
Base api.php checked in

18 years agoWhere we changed the class name we need to change the constructor name
Robert Sesek [Sun, 16 Oct 2005 21:47:22 +0000 (21:47 +0000)]
Where we changed the class name we need to change the constructor name

18 years agogetobject() apparently causes a parse error; guess we have to use arrays
Robert Sesek [Sun, 16 Oct 2005 20:09:45 +0000 (20:09 +0000)]
getobject() apparently causes a parse error; guess we have to use arrays

18 years agoUse getobject() system
Robert Sesek [Sun, 16 Oct 2005 20:02:46 +0000 (20:02 +0000)]
Use getobject() system

18 years agoAdded getobject() system
Robert Sesek [Sun, 16 Oct 2005 19:57:43 +0000 (19:57 +0000)]
Added getobject() system

18 years agolocate() doesn't exist anymore; use load(, null)
Robert Sesek [Sun, 16 Oct 2005 19:15:37 +0000 (19:15 +0000)]
locate() doesn't exist anymore; use load(, null)

18 years agoRenaming classes to match file names
Robert Sesek [Sun, 16 Oct 2005 19:14:36 +0000 (19:14 +0000)]
Renaming classes to match file names

18 years agoPass $this when we're instantiating framework modules
Robert Sesek [Sun, 16 Oct 2005 19:13:16 +0000 (19:13 +0000)]
Pass $this when we're instantiating framework modules

18 years agoFixed parse error
Robert Sesek [Sun, 16 Oct 2005 19:10:54 +0000 (19:10 +0000)]
Fixed parse error

18 years agoRemoved locate() in place of moving all code to load()
Robert Sesek [Sun, 16 Oct 2005 09:00:14 +0000 (09:00 +0000)]
Removed locate() in place of moving all code to load()

18 years agoMerging r184 onto the 2.x branch
Robert Sesek [Sat, 8 Oct 2005 15:32:58 +0000 (15:32 +0000)]
Merging r184 onto the 2.x branch

18 years agoMerging r182 to the 2.x branch
Robert Sesek [Sat, 8 Oct 2005 05:04:49 +0000 (05:04 +0000)]
Merging r182 to the 2.x branch

18 years agoBringing the tests up-to-date
Robert Sesek [Sat, 8 Oct 2005 04:49:12 +0000 (04:49 +0000)]
Bringing the tests up-to-date

18 years agoDon't use $this->registry in the kernel, just use $this
Robert Sesek [Sat, 8 Oct 2005 04:44:26 +0000 (04:44 +0000)]
Don't use $this->registry in the kernel, just use $this

18 years ago- removed global callback/instantiation
Robert Sesek [Sat, 8 Oct 2005 04:42:34 +0000 (04:42 +0000)]
- removed global callback/instantiation
- use $this->registry instead of $_isso

18 years agoPass the registry by reference
Robert Sesek [Sat, 8 Oct 2005 04:35:08 +0000 (04:35 +0000)]
Pass the registry by reference

18 years agoAdded registry connection plugs to the modules
Robert Sesek [Sat, 8 Oct 2005 04:31:44 +0000 (04:31 +0000)]
Added registry connection plugs to the modules

18 years agoRemoving @see declarations
Robert Sesek [Sat, 8 Oct 2005 04:20:52 +0000 (04:20 +0000)]
Removing @see declarations

18 years agoFixed two mis-replaces that occurred with the grep
Robert Sesek [Sat, 8 Oct 2005 04:18:05 +0000 (04:18 +0000)]
Fixed two mis-replaces that occurred with the grep

18 years agoCleaning up phpDoc variable declarations
Robert Sesek [Sat, 8 Oct 2005 04:16:19 +0000 (04:16 +0000)]
Cleaning up phpDoc variable declarations

18 years agoConverting to GPL
Robert Sesek [Sat, 8 Oct 2005 04:05:49 +0000 (04:05 +0000)]
Converting to GPL

18 years agoBranching ISSO 2.0 development line
Robert Sesek [Sat, 8 Oct 2005 04:03:26 +0000 (04:03 +0000)]
Branching ISSO 2.0 development line

18 years agoFixing problem with using only a *NIX directory separator
Robert Sesek [Tue, 4 Oct 2005 19:24:37 +0000 (19:24 +0000)]
Fixing problem with using only a *NIX directory separator

18 years agoRemoving this until further notice
Robert Sesek [Sun, 25 Sep 2005 02:01:45 +0000 (02:01 +0000)]
Removing this until further notice

18 years agoSet svn:ignore
Robert Sesek [Sun, 25 Sep 2005 00:28:42 +0000 (00:28 +0000)]
Set svn:ignore

18 years agoAdding project files
Robert Sesek [Sun, 25 Sep 2005 00:12:37 +0000 (00:12 +0000)]
Adding project files

18 years agoAdding project files
Robert Sesek [Sun, 25 Sep 2005 00:11:50 +0000 (00:11 +0000)]
Adding project files

18 years agoAdding mkstrings/ directory
Robert Sesek [Sun, 25 Sep 2005 00:06:42 +0000 (00:06 +0000)]
Adding mkstrings/ directory

18 years agochanges += 2
Robert Sesek [Sat, 24 Sep 2005 23:22:01 +0000 (23:22 +0000)]
changes += 2

18 years agoAccess the _isso in a global manner
Robert Sesek [Sat, 24 Sep 2005 22:37:55 +0000 (22:37 +0000)]
Access the _isso in a global manner

18 years agoUse " instead of " for debug
Robert Sesek [Sat, 24 Sep 2005 22:22:57 +0000 (22:22 +0000)]
Use " instead of " for debug

18 years agoAdded support for debug localzing
Robert Sesek [Sat, 24 Sep 2005 22:21:52 +0000 (22:21 +0000)]
Added support for debug localzing

18 years agoSupport for the new localize system; I don't think that this breaks anything
Robert Sesek [Sat, 24 Sep 2005 22:17:56 +0000 (22:17 +0000)]
Support for the new localize system; I don't think that this breaks anything

18 years agochanges++
Robert Sesek [Sat, 24 Sep 2005 19:43:17 +0000 (19:43 +0000)]
changes++

18 years agoAdded localization system
Robert Sesek [Sat, 24 Sep 2005 17:33:40 +0000 (17:33 +0000)]
Added localization system

18 years agoDo not call string() on a setlex() call because the string should already be localize...
Robert Sesek [Sat, 24 Sep 2005 17:20:19 +0000 (17:20 +0000)]
Do not call string() on a setlex() call because the string should already be localized when it is passed

18 years agoAdded init_with_table()
Robert Sesek [Sat, 24 Sep 2005 17:19:19 +0000 (17:19 +0000)]
Added init_with_table()

18 years agoAdded localization system -- specific localities do not work, but the framework is...
Robert Sesek [Sat, 24 Sep 2005 00:33:42 +0000 (00:33 +0000)]
Added localization system -- specific localities do not work, but the framework is there

18 years agoAdded changelog
Robert Sesek [Wed, 14 Sep 2005 05:39:18 +0000 (05:39 +0000)]
Added changelog

18 years agoCorrection, now it's fixed
Robert Sesek [Tue, 30 Aug 2005 00:36:48 +0000 (00:36 +0000)]
Correction, now it's fixed

18 years agoFixed notice: Undefined property: db in /isso/template.php on line 295
Robert Sesek [Tue, 30 Aug 2005 00:36:18 +0000 (00:36 +0000)]
Fixed notice: Undefined property: db in /isso/template.php on line 295

18 years agoFixed template parser, I guess we broke it with r127
Robert Sesek [Fri, 19 Aug 2005 00:51:34 +0000 (00:51 +0000)]
Fixed template parser, I guess we broke it with r127

18 years agoLink without errors on E_ALL
Robert Sesek [Fri, 19 Aug 2005 00:47:38 +0000 (00:47 +0000)]
Link without errors on E_ALL

18 years agoMerging back changes from tpl-if-fix branch
Robert Sesek [Sat, 13 Aug 2005 18:43:44 +0000 (18:43 +0000)]
Merging back changes from tpl-if-fix branch

18 years agoParser now works! Again!
Robert Sesek [Sat, 13 Aug 2005 18:40:13 +0000 (18:40 +0000)]
Parser now works! Again!

18 years agoAdded debugging check info
Robert Sesek [Sat, 13 Aug 2005 18:39:43 +0000 (18:39 +0000)]
Added debugging check info

18 years agoNow we can do the top level... bah
Robert Sesek [Sat, 13 Aug 2005 18:35:03 +0000 (18:35 +0000)]
Now we can do the top level... bah

18 years agoGetting closer to it working fully now; just need to figure out the second relativity bit
Robert Sesek [Sat, 13 Aug 2005 18:25:23 +0000 (18:25 +0000)]
Getting closer to it working fully now; just need to figure out the second relativity bit

18 years agoStill not working right on <else />
Robert Sesek [Sat, 13 Aug 2005 08:24:21 +0000 (08:24 +0000)]
Still not working right on <else />

18 years agoWe're getting closer witht his method :)
Robert Sesek [Sat, 13 Aug 2005 07:04:10 +0000 (07:04 +0000)]
We're getting closer witht his method :)

18 years agoLots of broken nothingness
Robert Sesek [Fri, 12 Aug 2005 21:23:31 +0000 (21:23 +0000)]
Lots of broken nothingness

18 years agoCreated a conditional testing system
Robert Sesek [Tue, 2 Aug 2005 04:46:24 +0000 (04:46 +0000)]
Created a conditional testing system

18 years agoBack-porting the trunk back onto branch
Robert Sesek [Tue, 2 Aug 2005 04:36:22 +0000 (04:36 +0000)]
Back-porting the trunk back onto branch

18 years agoFixed improperly closed </a>
Robert Sesek [Mon, 1 Aug 2005 23:09:29 +0000 (23:09 +0000)]
Fixed improperly closed </a>

18 years agoAdded total execution time option
Robert Sesek [Mon, 1 Aug 2005 23:09:13 +0000 (23:09 +0000)]
Added total execution time option

18 years agoMake trigger_error() a dynamic string
Robert Sesek [Mon, 1 Aug 2005 06:00:14 +0000 (06:00 +0000)]
Make trigger_error() a dynamic string

18 years agoAdded exit parameter to download_file()
Robert Sesek [Mon, 1 Aug 2005 03:29:06 +0000 (03:29 +0000)]
Added exit parameter to download_file()

18 years agoFixed XML parsing framework; it now returns much more useful results :)
Robert Sesek [Mon, 1 Aug 2005 00:37:47 +0000 (00:37 +0000)]
Fixed XML parsing framework; it now returns much more useful results :)

18 years agoDon't show the error code on parse errors
Robert Sesek [Sun, 31 Jul 2005 01:08:58 +0000 (01:08 +0000)]
Don't show the error code on parse errors

18 years agotext-align for ISSO::_message()
Robert Sesek [Mon, 25 Jul 2005 21:36:28 +0000 (21:36 +0000)]
text-align for ISSO::_message()

18 years agoMerging the template-if-fix branch back onto head
Robert Sesek [Mon, 25 Jul 2005 00:53:34 +0000 (00:53 +0000)]
Merging the template-if-fix branch back onto head

18 years agoElse tags are now working again. The problem was that if in a nested <if>, one of...
Robert Sesek [Mon, 25 Jul 2005 00:51:27 +0000 (00:51 +0000)]
Else tags are now working again. The problem was that if in a nested <if>, one of the children had an <else /> but the parent didn't, then it would break.

18 years agoSaving token creation code.
Robert Sesek [Mon, 25 Jul 2005 00:33:57 +0000 (00:33 +0000)]
Saving token creation code.

18 years agoMerging trunk back onto the template parsing branch
Robert Sesek [Mon, 25 Jul 2005 00:22:20 +0000 (00:22 +0000)]
Merging trunk back onto the template parsing branch

18 years agoRemoved the $globaltz option.
Robert Sesek [Tue, 19 Jul 2005 20:40:05 +0000 (20:40 +0000)]
Removed the $globaltz option.

18 years agoForgot to put the name in the header.
Robert Sesek [Fri, 15 Jul 2005 02:47:49 +0000 (02:47 +0000)]
Forgot to put the name in the header.

18 years agoOnly do the referer check if we have the HTTP_REFERER; Norton Internet Security remov...
Robert Sesek [Sun, 10 Jul 2005 20:49:18 +0000 (20:49 +0000)]
Only do the referer check if we have the HTTP_REFERER; Norton Internet Security removes it, making the applications unusable.

18 years agoAdded another way to remove the full path from errors (it didn't always work).
Robert Sesek [Sun, 10 Jul 2005 20:23:58 +0000 (20:23 +0000)]
Added another way to remove the full path from errors (it didn't always work).

18 years agoThe $adjust paramater in format() wasn't doing anything... now it is
Robert Sesek [Sun, 10 Jul 2005 19:29:02 +0000 (19:29 +0000)]
The $adjust paramater in format() wasn't doing anything... now it is

18 years agoAdded date formatting framework.
Robert Sesek [Sun, 10 Jul 2005 19:21:18 +0000 (19:21 +0000)]
Added date formatting framework.

18 years agoFixed a duplicate variable name problem(?).
Robert Sesek [Tue, 5 Jul 2005 18:44:25 +0000 (18:44 +0000)]
Fixed a duplicate variable name problem(?).

18 years agoChanging the way we detect PHP 4.1.0
Robert Sesek [Sun, 26 Jun 2005 14:08:56 +0000 (14:08 +0000)]
Changing the way we detect PHP 4.1.0

18 years agoMessage text colour should be black
Robert Sesek [Sun, 26 Jun 2005 12:19:26 +0000 (12:19 +0000)]
Message text colour should be black

18 years agoRemoving the apidoc/ folder
Robert Sesek [Thu, 2 Jun 2005 14:22:50 +0000 (14:22 +0000)]
Removing the apidoc/ folder

18 years agoAdded scandir() function
Robert Sesek [Thu, 2 Jun 2005 04:51:34 +0000 (04:51 +0000)]
Added scandir() function

18 years agoOn XML parsing fail, use trigger_error() not some random print() statement
Robert Sesek [Tue, 31 May 2005 23:45:13 +0000 (23:45 +0000)]
On XML parsing fail, use trigger_error() not some random print() statement

18 years agoISSO's input handler now merges $_COOKIE into the mix
Robert Sesek [Mon, 30 May 2005 17:54:15 +0000 (17:54 +0000)]
ISSO's input handler now merges $_COOKIE into the mix

18 years agoRemoved ISSO::i and ISSO::input; the only input mechanism is ISSO::in
Robert Sesek [Mon, 30 May 2005 17:46:29 +0000 (17:46 +0000)]
Removed ISSO::i and ISSO::input; the only input mechanism is ISSO::in

19 years agoMade the docs less colloquial
Robert Sesek [Sat, 14 May 2005 20:03:38 +0000 (20:03 +0000)]
Made the docs less colloquial

19 years agoAdded fetch_max_attachment_size()
Robert Sesek [Fri, 13 May 2005 23:20:22 +0000 (23:20 +0000)]
Added fetch_max_attachment_size()