From 600bf3cb1aa623ea7b70994eec6d1af033b5e7b9 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 17 Jun 2012 22:01:02 +1200 Subject: [PATCH] Release 0.52 --- ChangeLog | 31 +++++ VERSION | 2 +- debian/changelog | 6 + docs/api/awl/AuthPlugin/AuthPlugin.html | 14 +- docs/api/awl/AuthPlugin/_AuthPlugin.php.html | 4 +- docs/api/awl/AuthPlugin/_AuthPlugins.php.html | 22 +++- docs/api/awl/AwlCache.html | 10 +- docs/api/awl/AwlDatabase/AwlDBDialect.html | 20 ++- docs/api/awl/AwlDatabase/AwlDatabase.html | 20 ++- docs/api/awl/AwlDatabase/AwlQuery.html | 26 ++-- docs/api/awl/AwlDatabase/AwlUpgrader.html | 2 +- docs/api/awl/AwlDatabase/_AwlDBDialect.php.html | 10 +- docs/api/awl/AwlDatabase/_AwlDatabase.php.html | 10 +- docs/api/awl/AwlDatabase/_AwlQuery.php.html | 14 +- docs/api/awl/AwlDatabase/_AwlUpgrader.php.html | 2 +- docs/api/awl/Browser/Browser.html | 20 ++- docs/api/awl/Browser/BrowserColumn.html | 20 ++- docs/api/awl/Browser/_classBrowser.php.html | 10 +- docs/api/awl/DataEntry/EntryField.html | 16 +-- docs/api/awl/DataEntry/EntryForm.html | 50 ++++--- docs/api/awl/DataEntry/_DataEntry.php.html | 12 +- docs/api/awl/DataUpdate/DBRecord.html | 60 +++++---- docs/api/awl/DataUpdate/_DataUpdate.php.html | 26 ++-- docs/api/awl/EMail/EMail.html | 40 +++--- docs/api/awl/EMail/_EMail.php.html | 12 +- docs/api/awl/MenuSet/MenuOption.html | 24 ++-- docs/api/awl/MenuSet/MenuSet.html | 38 ++++-- docs/api/awl/MenuSet/_MenuSet.php.html | 20 ++- docs/api/awl/PgQuery/PgQuery.html | 36 ++--- docs/api/awl/PgQuery/_PgQuery.php.html | 36 +++-- docs/api/awl/Session/Session.html | 72 ++++++---- docs/api/awl/Session/_Session.php.html | 32 +++-- docs/api/awl/Translation/_Translation.php.html | 24 +++- docs/api/awl/User/User.html | 38 ++++-- docs/api/awl/User/_User.php.html | 18 ++- docs/api/awl/Utilities/_AWLUtilities.php.html | 2 +- docs/api/awl/Validation/Validation.html | 36 +++-- docs/api/awl/Validation/_Validation.php.html | 12 +- docs/api/awl/XMLDocument/XMLDocument.html | 140 +++++++++++++++++++- docs/api/awl/XMLDocument/_XMLDocument.php.html | 12 +- docs/api/awl/XMLElement/XMLElement.html | 106 +++++++++------ docs/api/awl/XMLElement/_XMLElement.php.html | 22 +++- docs/api/awl/_AwlCache.php.html | 2 +- docs/api/awl/classEditor/Editor.html | 98 +++++++------- docs/api/awl/classEditor/EditorField.html | 65 +++++++-- docs/api/awl/classEditor/_classEditor.php.html | 14 +- docs/api/awl/iCalendar/_iCalendar.php.html | 14 +- docs/api/awl/iCalendar/iCalComponent.html | 68 ++++++---- docs/api/awl/iCalendar/iCalProp.html | 22 ++-- docs/api/awl/iCalendar/iCalendar.html | 72 +++++----- docs/api/awl/vCalendar/_vCalendar.php.html | 12 +- docs/api/awl/vCalendar/vCalendar.html | 133 +++++++++++++++---- docs/api/awl/vComponent/_vComponent.php.html | 12 +- docs/api/awl/vComponent/vComponent.html | 76 ++++++----- docs/api/awl/vComponent/vProperty.html | 54 +++++--- docs/api/blank.html | 2 + docs/api/classtrees_awl.html | 4 +- docs/api/elementindex.html | 167 ++++++++++++++++-------- docs/api/elementindex_awl.html | 59 ++++++++- docs/api/errors.html | 15 ++- docs/api/index.html | 2 +- docs/api/li_awl.html | 2 + docs/api/packages.html | 4 + docs/api/todolist.html | 6 +- inc/AWLUtilities.php | 2 +- 65 files changed, 1421 insertions(+), 611 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a441a1..86c3c2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2012-06-14 Andrew McMillan + * Release 0.52 + +2012-06-14 Andrew McMillan + * [DataUpdate] Fix regular expression matching whether value is already a salted hash. + +2012-05-20 Andrew McMillan + * [XMLElement] Changes for more repeatable parsing. + * [XMLDocument] If an href includes a space or @ then bug about it, but urlencode it also. + +2012-05-15 Andrew McMillan + * [Editor] Add support for labels on checkboxes. + +2012-05-11 Andrew McMillan + * [XMLElement] XML parsing / creating improvements / fixes. + +2012-04-30 Andrew McMillan + * [vComponent] We should use GetNSTag() rather than GetTag() in most cases. + +2012-04-22 Andrew McMillan + * [AwlQuery] Throw exception if the database is not connected when we try to query it. + +2012-04-16 Andrew McMillan + * [vCalendar] Log the actual VTIMEZONE which appears to be in error. + +2012-03-22 Andrew McMillan + * [vCalendar] New SetUID/GetUID methods used by POST add-member. + +2012-03-12 Andrew McMillan + * [Editor] The current row needs to be global so the hook might reference it. + 2012-01-13 Andrew McMillan * [vComponent] Fix handling for vcard peculiarities. * [vComponent] Don't escape all ; in N or ADR. diff --git a/VERSION b/VERSION index f8e0d71..3ccbc51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.51 +0.52 diff --git a/debian/changelog b/debian/changelog index 0ff061f..c7379fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +awl (0.52-1) unstable; urgency=low + + * New upstream release. + + -- Andrew McMillan Sun, 17 Jun 2012 22:00:07 +1200 + awl (0.51-1) unstable; urgency=low * New upstream release. diff --git a/docs/api/awl/AuthPlugin/AuthPlugin.html b/docs/api/awl/AuthPlugin/AuthPlugin.html index 02c440f..906f6d2 100644 --- a/docs/api/awl/AuthPlugin/AuthPlugin.html +++ b/docs/api/awl/AuthPlugin/AuthPlugin.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -99,7 +101,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A class for authenticating and retrieving user information

Located in /AuthPlugin.php (line 23) @@ -151,7 +155,11 @@

- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -218,7 +226,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:12 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:13 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/AuthPlugin/_AuthPlugin.php.html b/docs/api/awl/AuthPlugin/_AuthPlugin.php.html index ae93d54..1e1247b 100644 --- a/docs/api/awl/AuthPlugin/_AuthPlugin.php.html +++ b/docs/api/awl/AuthPlugin/_AuthPlugin.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -140,7 +142,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:12 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:13 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/AuthPlugin/_AuthPlugins.php.html b/docs/api/awl/AuthPlugin/_AuthPlugins.php.html index cb2119c..8e47079 100644 --- a/docs/api/awl/AuthPlugin/_AuthPlugins.php.html +++ b/docs/api/awl/AuthPlugin/_AuthPlugins.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -96,7 +98,9 @@ | Functions
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

The authentication handling plugins can be used by the Session class to provide authentication.

Each authenticate hook needs to:

  • Accept a username / password
  • Confirm the username / password are correct
  • Create (or update) a 'usr' record in our database
  • Return the 'usr' record as an object
  • Return === false when authentication fails
It can expect that:
  • Configuration data will be in $c->authenticate_hook['config'], which might be an array, or whatever is needed.
In order to be called:
  • This file should be included
  • $c->authenticate_hook['call'] should be set to the name of the plugin
  • $c->authenticate_hook['config'] should be set up with any configuration data for the plugin

- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -162,7 +170,11 @@ | Functions
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -223,8 +235,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:12 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:13 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/AwlCache.html b/docs/api/awl/AwlCache.html index 573323d..2e0610d 100644 --- a/docs/api/awl/AwlCache.html +++ b/docs/api/awl/AwlCache.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -197,7 +199,11 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -423,7 +429,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:12 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:13 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/AwlDatabase/AwlDBDialect.html b/docs/api/awl/AwlDatabase/AwlDBDialect.html index 2d2312a..6c39ab0 100644 --- a/docs/api/awl/AwlDatabase/AwlDBDialect.html +++ b/docs/api/awl/AwlDatabase/AwlDBDialect.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -101,7 +103,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

The AwlDBDialect class handles support for different SQL dialects

This subpackage provides dialect specific support for PostgreSQL, and may, over time, be extended to provide support for other SQL dialects.

If you are looking for the place to add support for other SQL dialects, this is the class that you should be looking at. You might also look at the AwlDatabase class which extends this one, but these are the core capabilities which most probably need attention.

@@ -262,6 +266,10 @@

+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -323,7 +331,11 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -573,8 +585,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:13 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/AwlDatabase/AwlDatabase.html b/docs/api/awl/AwlDatabase/AwlDatabase.html index 2411a54..eaf1439 100644 --- a/docs/api/awl/AwlDatabase/AwlDatabase.html +++ b/docs/api/awl/AwlDatabase/AwlDatabase.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -100,7 +102,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

Typically there will only be a single instance of the database level class in an application.

Located in /AwlDatabase.php (line 58) @@ -235,6 +239,10 @@

+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -308,7 +316,11 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -571,8 +583,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:12 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/AwlDatabase/AwlQuery.html b/docs/api/awl/AwlDatabase/AwlQuery.html index fe8cbfa..78a31af 100644 --- a/docs/api/awl/AwlDatabase/AwlQuery.html +++ b/docs/api/awl/AwlDatabase/AwlQuery.html @@ -732,7 +732,7 @@
- Begin (line 467) + Begin (line 468)
@@ -785,7 +785,7 @@
- Commit (line 480) + Commit (line 481)
@@ -810,7 +810,7 @@
- Exec (line 556) + Exec (line 557)
@@ -870,7 +870,7 @@
- Fetch (line 622) + Fetch (line 623)
@@ -922,7 +922,7 @@
- Parameters (line 428) + Parameters (line 429)
@@ -966,7 +966,7 @@
- QDo (line 523) + QDo (line 524)
@@ -1000,7 +1000,7 @@
- QueryString (line 420) + QueryString (line 421)
@@ -1022,7 +1022,7 @@
- Rollback (line 491) + Rollback (line 492)
@@ -1047,7 +1047,7 @@
- rownum (line 444) + rownum (line 445)
@@ -1069,7 +1069,7 @@
- rows (line 436) + rows (line 437)
@@ -1121,7 +1121,7 @@
- SetSql (line 503) + SetSql (line 504)
@@ -1151,7 +1151,7 @@
- TransactionState (line 454) + TransactionState (line 455)
@@ -1217,7 +1217,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:13 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/AwlDatabase/AwlUpgrader.html b/docs/api/awl/AwlDatabase/AwlUpgrader.html index 3373243..eb746ea 100644 --- a/docs/api/awl/AwlDatabase/AwlUpgrader.html +++ b/docs/api/awl/AwlDatabase/AwlUpgrader.html @@ -177,7 +177,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:13 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/AwlDatabase/_AwlDBDialect.php.html b/docs/api/awl/AwlDatabase/_AwlDBDialect.php.html index 0057469..f2fbe55 100644 --- a/docs/api/awl/AwlDatabase/_AwlDBDialect.php.html +++ b/docs/api/awl/AwlDatabase/_AwlDBDialect.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -147,7 +149,11 @@ | Constants
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -168,7 +174,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:13 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/AwlDatabase/_AwlDatabase.php.html b/docs/api/awl/AwlDatabase/_AwlDatabase.php.html index 3b078be..68554b5 100644 --- a/docs/api/awl/AwlDatabase/_AwlDatabase.php.html +++ b/docs/api/awl/AwlDatabase/_AwlDatabase.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -149,7 +151,11 @@ | Includes
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -171,7 +177,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:12 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/AwlDatabase/_AwlQuery.php.html b/docs/api/awl/AwlDatabase/_AwlQuery.php.html index 600e0c6..76b2275 100644 --- a/docs/api/awl/AwlDatabase/_AwlQuery.php.html +++ b/docs/api/awl/AwlDatabase/_AwlQuery.php.html @@ -147,7 +147,11 @@ | Functions
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -177,7 +181,11 @@ | Functions
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -202,7 +210,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:13 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/AwlDatabase/_AwlUpgrader.php.html b/docs/api/awl/AwlDatabase/_AwlUpgrader.php.html index 5cf33c9..09b72b0 100644 --- a/docs/api/awl/AwlDatabase/_AwlUpgrader.php.html +++ b/docs/api/awl/AwlDatabase/_AwlUpgrader.php.html @@ -166,7 +166,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:13 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/Browser/Browser.html b/docs/api/awl/Browser/Browser.html index 83cb8b2..a2ad977 100644 --- a/docs/api/awl/Browser/Browser.html +++ b/docs/api/awl/Browser/Browser.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -100,7 +102,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

Start a new Browser, add columns, set a join and Render it to create a basic list of records in a table.

You can, of course, get a lot fancier with setting ordering, where clauses totalled columns and so forth.

@@ -509,6 +513,10 @@

+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -1074,7 +1082,11 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -1957,8 +1969,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:13 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/Browser/BrowserColumn.html b/docs/api/awl/Browser/BrowserColumn.html index 9447613..56e255f 100644 --- a/docs/api/awl/Browser/BrowserColumn.html +++ b/docs/api/awl/Browser/BrowserColumn.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -100,7 +102,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

BrowserColumns are the basic building blocks. You can specify just the field name, and the column header or you can get fancy and specify an alignment, format string, SQL formula and cell CSS class.

Located in /classBrowser.php (line 32) @@ -245,6 +249,10 @@

+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -449,7 +457,11 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -613,8 +625,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:14 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:15 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/Browser/_classBrowser.php.html b/docs/api/awl/Browser/_classBrowser.php.html index 5370130..0a5f0fd 100644 --- a/docs/api/awl/Browser/_classBrowser.php.html +++ b/docs/api/awl/Browser/_classBrowser.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -157,7 +159,11 @@ | Includes
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -179,7 +185,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:13 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/DataEntry/EntryField.html b/docs/api/awl/DataEntry/EntryField.html index 4bb9ce6..52dc746 100644 --- a/docs/api/awl/DataEntry/EntryField.html +++ b/docs/api/awl/DataEntry/EntryField.html @@ -208,7 +208,7 @@
-
+
@@ -231,7 +231,7 @@
-
+
@@ -254,7 +254,7 @@
-
+
@@ -292,7 +292,7 @@
-
+
@@ -331,7 +331,7 @@
-
+
@@ -384,7 +384,7 @@
-
+
@@ -411,7 +411,7 @@
-
+
@@ -442,7 +442,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:14 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:15 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/DataEntry/EntryForm.html b/docs/api/awl/DataEntry/EntryForm.html index decf1cd..3632319 100644 --- a/docs/api/awl/DataEntry/EntryForm.html +++ b/docs/api/awl/DataEntry/EntryForm.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -99,7 +101,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A class to handle displaying a form on the page (for editing) or a structured layout of non-editable content (for viewing), with a simple switch to flip from view mode to edit mode.

Located in /DataEntry.php (line 334) @@ -256,9 +260,13 @@

- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -292,7 +300,7 @@
-
+
@@ -331,7 +339,7 @@
-
+
@@ -361,7 +369,7 @@
-
+
@@ -403,7 +411,7 @@
-
+
@@ -448,7 +456,7 @@
-
+
@@ -473,7 +481,7 @@
-
+
@@ -495,7 +503,7 @@
-
+
@@ -517,7 +525,7 @@
-
+
@@ -556,7 +564,7 @@
-
+
@@ -607,7 +615,7 @@
-
+
@@ -629,7 +637,7 @@
-
+
@@ -662,7 +670,7 @@
-
+
@@ -684,7 +692,7 @@
-
+
@@ -711,7 +719,7 @@
-
+
@@ -741,7 +749,7 @@
-
+
@@ -777,7 +785,7 @@
-
+
@@ -808,8 +816,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:15 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:15 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/DataEntry/_DataEntry.php.html b/docs/api/awl/DataEntry/_DataEntry.php.html index 34352d9..5f24b67 100644 --- a/docs/api/awl/DataEntry/_DataEntry.php.html +++ b/docs/api/awl/DataEntry/_DataEntry.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -156,8 +158,12 @@ | Includes
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -178,7 +184,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:14 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:15 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/DataUpdate/DBRecord.html b/docs/api/awl/DataUpdate/DBRecord.html index 756324a..daa3a4c 100644 --- a/docs/api/awl/DataUpdate/DBRecord.html +++ b/docs/api/awl/DataUpdate/DBRecord.html @@ -104,7 +104,7 @@

A Base class to use for records which will be read/written from the database.

- Located in /DataUpdate.php (line 121) + Located in /DataUpdate.php (line 122)

@@ -284,15 +284,19 @@
+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
object $EditMode - (line 194) + (line 195)
@@ -324,11 +328,11 @@
-
+
- Constructor DBRecord (line 201) + Constructor DBRecord (line 202)
@@ -346,11 +350,11 @@
-
+
- AddTable (line 232) + AddTable (line 233)
@@ -391,11 +395,11 @@
-
+
- Get (line 332) + Get (line 333)
@@ -421,11 +425,11 @@
-
+
- Initialise (line 216) + Initialise (line 217)
@@ -451,11 +455,11 @@
-
+
- PostToValues (line 244) + PostToValues (line 245)
@@ -478,11 +482,11 @@
-
+
- Read (line 366) + Read (line 367)
@@ -504,11 +508,11 @@
-
+
- Set (line 321) + Set (line 322)
@@ -537,11 +541,11 @@
-
+
- Undefine (line 342) + Undefine (line 343)
@@ -567,11 +571,11 @@
-
+
- Write (line 354) + Write (line 355)
@@ -600,11 +604,11 @@
-
+
- _BuildFieldList (line 273) + _BuildFieldList (line 274)
@@ -625,11 +629,11 @@
-
+
- _BuildJoinClause (line 258) + _BuildJoinClause (line 259)
@@ -650,11 +654,11 @@
-
+
- _BuildWhereClause (line 294) + _BuildWhereClause (line 295)
@@ -685,7 +689,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:15 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:16 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/DataUpdate/_DataUpdate.php.html b/docs/api/awl/DataUpdate/_DataUpdate.php.html index baa3abe..2fa97ab 100644 --- a/docs/api/awl/DataUpdate/_DataUpdate.php.html +++ b/docs/api/awl/DataUpdate/_DataUpdate.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -149,8 +151,12 @@ | Functions
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -165,7 +171,7 @@
-
+
 @@ -194,8 +200,12 @@ | Functions
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
@@ -236,11 +246,11 @@
-
+
- sql_from_post (line 111) + sql_from_post (line 112)
@@ -277,7 +287,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:15 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:16 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/EMail/EMail.html b/docs/api/awl/EMail/EMail.html index 9d2af6e..ca9949b 100644 --- a/docs/api/awl/EMail/EMail.html +++ b/docs/api/awl/EMail/EMail.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -99,7 +101,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

Lightweight class for sending an e-mail.

Located in /EMail.php (line 16) @@ -221,9 +225,13 @@

- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -253,7 +261,7 @@
-
+
@@ -283,7 +291,7 @@
-
+
@@ -313,7 +321,7 @@
-
+
@@ -343,7 +351,7 @@
-
+
@@ -373,7 +381,7 @@
-
+
@@ -403,7 +411,7 @@
-
+
@@ -430,7 +438,7 @@
-
+
@@ -463,7 +471,7 @@
-
+
@@ -496,7 +504,7 @@
-
+
@@ -529,7 +537,7 @@
-
+
@@ -562,7 +570,7 @@
-
+
@@ -599,8 +607,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:15 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:16 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/EMail/_EMail.php.html b/docs/api/awl/EMail/_EMail.php.html index a83f8e3..b4df911 100644 --- a/docs/api/awl/EMail/_EMail.php.html +++ b/docs/api/awl/EMail/_EMail.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -145,8 +147,12 @@ | Includes
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -167,7 +173,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:15 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:16 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/MenuSet/MenuOption.html b/docs/api/awl/MenuSet/MenuOption.html index 09b222b..98db534 100644 --- a/docs/api/awl/MenuSet/MenuOption.html +++ b/docs/api/awl/MenuSet/MenuOption.html @@ -219,8 +219,12 @@
+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -243,7 +247,7 @@
-
+
@@ -278,7 +282,7 @@
-
+
@@ -317,7 +321,7 @@
-
+
@@ -344,7 +348,7 @@
-
+
@@ -371,7 +375,7 @@
-
+
@@ -396,7 +400,7 @@
-
+
@@ -429,7 +433,7 @@
-
+
@@ -454,7 +458,7 @@
-
+
@@ -489,7 +493,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:16 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:17 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/MenuSet/MenuSet.html b/docs/api/awl/MenuSet/MenuSet.html index 008c603..cfb9868 100644 --- a/docs/api/awl/MenuSet/MenuSet.html +++ b/docs/api/awl/MenuSet/MenuSet.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -99,7 +101,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A MenuSet is a hierarchy of MenuOptions, some of which might be MenuSet objects themselves.

The menu options are presented in HTML span tags, and the menus themselves are presented inside HTML div tags. All layout and styling is expected to be provide by CSS.

A non-trivial example would look something like this:

  1. require("MenuSet.php");
  2. $main_menu new MenuSet('menu''menu''menu_active');
  3. @@ -231,9 +235,13 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -266,7 +274,7 @@
-
+
@@ -312,7 +320,7 @@
-
+
@@ -357,7 +365,7 @@
-
+
@@ -380,7 +388,7 @@
-
+
@@ -408,7 +416,7 @@
-
+
@@ -438,7 +446,7 @@
-
+
@@ -474,7 +482,7 @@
-
+
@@ -499,7 +507,7 @@
-
+
@@ -532,7 +540,7 @@
-
+
@@ -563,7 +571,7 @@
-
+
@@ -597,8 +605,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:16 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:17 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/MenuSet/_MenuSet.php.html b/docs/api/awl/MenuSet/_MenuSet.php.html index e575cd4..c3340d4 100644 --- a/docs/api/awl/MenuSet/_MenuSet.php.html +++ b/docs/api/awl/MenuSet/_MenuSet.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -161,8 +163,12 @@ | Functions
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -191,8 +197,12 @@ | Functions
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
@@ -227,7 +237,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:16 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:17 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/PgQuery/PgQuery.html b/docs/api/awl/PgQuery/PgQuery.html index b7aa46e..4989175 100644 --- a/docs/api/awl/PgQuery/PgQuery.html +++ b/docs/api/awl/PgQuery/PgQuery.html @@ -267,8 +267,12 @@
+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -292,7 +296,7 @@
-
+
@@ -316,7 +320,7 @@
-
+
@@ -340,7 +344,7 @@
-
+
@@ -379,7 +383,7 @@
-
+
@@ -412,7 +416,7 @@
-
+
@@ -448,7 +452,7 @@
-
+
@@ -486,7 +490,7 @@
-
+
@@ -516,7 +520,7 @@
-
+
@@ -546,7 +550,7 @@
-
+
@@ -576,7 +580,7 @@
-
+
@@ -608,7 +612,7 @@
-
+
@@ -630,7 +634,7 @@
-
+
@@ -657,7 +661,7 @@
-
+
@@ -686,7 +690,7 @@
-
+
@@ -731,7 +735,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:17 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:17 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/PgQuery/_PgQuery.php.html b/docs/api/awl/PgQuery/_PgQuery.php.html index e9d191e..01e1810 100644 --- a/docs/api/awl/PgQuery/_PgQuery.php.html +++ b/docs/api/awl/PgQuery/_PgQuery.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -155,8 +157,12 @@ | Functions
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -185,10 +191,14 @@ | Functions
- -
+
@@ -222,8 +232,12 @@ | Functions
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
@@ -256,7 +270,7 @@
-
+
@@ -289,7 +303,7 @@
-
+
@@ -310,7 +324,7 @@
-
+
@@ -343,7 +357,7 @@
-
+
@@ -376,7 +390,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:17 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:17 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/Session/Session.html b/docs/api/awl/Session/Session.html index b2e595e..5aa2ed7 100644 --- a/docs/api/awl/Session/Session.html +++ b/docs/api/awl/Session/Session.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -100,7 +102,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A class for creating and holding session information.

Located in /Session.php (line 58) @@ -324,8 +328,12 @@

+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -348,7 +356,7 @@
-
+
@@ -371,7 +379,7 @@
-
+
@@ -394,7 +402,7 @@
-
+
@@ -417,7 +425,7 @@
-
+
@@ -440,7 +448,7 @@
-
+
@@ -463,7 +471,7 @@
-
+
@@ -486,7 +494,7 @@
-
+
@@ -509,7 +517,7 @@
-
+
@@ -545,9 +553,13 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -568,7 +580,7 @@
-
+
@@ -596,7 +608,7 @@
-
+
@@ -627,7 +639,7 @@
-
+
@@ -654,7 +666,7 @@
-
+
@@ -687,7 +699,7 @@
-
+
@@ -720,7 +732,7 @@
-
+
@@ -754,7 +766,7 @@
-
+
@@ -788,7 +800,7 @@
-
+
@@ -821,7 +833,7 @@
-
+
@@ -843,7 +855,7 @@
-
+
@@ -874,7 +886,7 @@
-
+
@@ -911,7 +923,7 @@
-
+
@@ -942,7 +954,7 @@
-
+
@@ -973,7 +985,7 @@
-
+
@@ -998,7 +1010,7 @@
-
+
@@ -1021,7 +1033,7 @@
-
+
@@ -1046,8 +1058,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:17 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:17 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/Session/_Session.php.html b/docs/api/awl/Session/_Session.php.html index a7c9a44..c2f7e7d 100644 --- a/docs/api/awl/Session/_Session.php.html +++ b/docs/api/awl/Session/_Session.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -154,8 +156,12 @@ | Functions
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -170,7 +176,7 @@
-
+
 @@ -185,7 +191,7 @@
-
+
 @@ -214,10 +220,14 @@ | Functions
- -
+
@@ -251,8 +261,12 @@ | Functions
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
@@ -287,7 +301,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:17 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:17 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/Translation/_Translation.php.html b/docs/api/awl/Translation/_Translation.php.html index 677b4b5..4f6cc61 100644 --- a/docs/api/awl/Translation/_Translation.php.html +++ b/docs/api/awl/Translation/_Translation.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -95,7 +97,9 @@ Functions
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

Functions involved in translating with gettext

- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
@@ -145,7 +153,7 @@
-
+
@@ -175,7 +183,7 @@
-
+
@@ -204,7 +212,7 @@
-
+
@@ -232,8 +240,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:17 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:18 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/User/User.html b/docs/api/awl/User/User.html index 6e7b2fe..2357585 100644 --- a/docs/api/awl/User/User.html +++ b/docs/api/awl/User/User.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -100,7 +102,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A class to handle reading, writing, viewing, editing and validating usr records.

Located in /User.php (line 34) @@ -210,6 +214,10 @@

+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

Inherited Variables

Inherited from DBRecord

@@ -233,9 +241,13 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -265,7 +277,7 @@
-
+
@@ -295,7 +307,7 @@
-
+
@@ -317,7 +329,7 @@
-
+
@@ -342,7 +354,7 @@
-
+
@@ -375,7 +387,7 @@
-
+
@@ -408,7 +420,7 @@
-
+
@@ -433,7 +445,7 @@
-
+
@@ -461,7 +473,7 @@
-
+
@@ -517,8 +529,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:17 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:18 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/User/_User.php.html b/docs/api/awl/User/_User.php.html index b910b43..57b806f 100644 --- a/docs/api/awl/User/_User.php.html +++ b/docs/api/awl/User/_User.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -145,8 +147,12 @@ | Includes
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -161,7 +167,7 @@
-
+
 @@ -177,7 +183,7 @@
-
+
 @@ -193,7 +199,7 @@
-
+
 @@ -215,7 +221,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:17 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:18 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/Utilities/_AWLUtilities.php.html b/docs/api/awl/Utilities/_AWLUtilities.php.html index 6a11d8f..9cae94f 100644 --- a/docs/api/awl/Utilities/_AWLUtilities.php.html +++ b/docs/api/awl/Utilities/_AWLUtilities.php.html @@ -701,7 +701,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:13 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:14 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/Validation/Validation.html b/docs/api/awl/Validation/Validation.html index 9496a96..14ce9c1 100644 --- a/docs/api/awl/Validation/Validation.html +++ b/docs/api/awl/Validation/Validation.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -99,7 +101,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

Rules used for validation of form fields.

Located in /Validation.php (line 17) @@ -207,9 +211,13 @@

- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -236,7 +244,7 @@
-
+
@@ -270,7 +278,7 @@
-
+
@@ -300,7 +308,7 @@
-
+
@@ -331,7 +339,7 @@
-
+
@@ -362,7 +370,7 @@
-
+
@@ -395,7 +403,7 @@
-
+
@@ -428,7 +436,7 @@
-
+
@@ -458,7 +466,7 @@
-
+
@@ -489,7 +497,7 @@
-
+
@@ -524,8 +532,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:18 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:18 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/Validation/_Validation.php.html b/docs/api/awl/Validation/_Validation.php.html index d50cf8e..6d7b837 100644 --- a/docs/api/awl/Validation/_Validation.php.html +++ b/docs/api/awl/Validation/_Validation.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -145,8 +147,12 @@ | Includes
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -167,7 +173,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:18 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:18 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/XMLDocument/XMLDocument.html b/docs/api/awl/XMLDocument/XMLDocument.html index 723a9bd..a98b79e 100644 --- a/docs/api/awl/XMLDocument/XMLDocument.html +++ b/docs/api/awl/XMLDocument/XMLDocument.html @@ -94,7 +94,9 @@
Description
+ Description | + Vars (details) +

A class for XML Documents which will contain namespaced XML elements

@@ -110,13 +112,147 @@ + +
+
Variable Summary
+ +
+
+
+  + static mixed + $ns_caldav +
+
+  + static mixed + $ns_calendarserver +
+
+  + static mixed + $ns_carddav +
+
+  + static mixed + $ns_dav +
+
+
+
+ +
+
Variables
+ +
+ +
+ +
+ + + static mixed + $ns_caldav + = 'urn:ietf:params:xml:ns:caldav' (line 170) + +
+ + +
    +
  • access: public
  • +
+ + + + + +
+ +
+ +
+ + + static mixed + $ns_calendarserver + = 'http://calendarserver.org/ns/' (line 172) + +
+ + +
    +
  • access: public
  • +
+ + + + + +
+ +
+ +
+ + + static mixed + $ns_carddav + = 'urn:ietf:params:xml:ns:carddav' (line 171) + +
+ + +
    +
  • access: public
  • +
+ + + + + +
+ +
+ +
+ + + static mixed + $ns_dav + = 'DAV:' (line 169) + +
+ + +
    +
  • access: public
  • +
+ + + + + +
+ + +
+

- Documentation generated on Fri, 13 Jan 2012 23:40:19 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:19 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/XMLDocument/_XMLDocument.php.html b/docs/api/awl/XMLDocument/_XMLDocument.php.html index 6be674d..df297b2 100644 --- a/docs/api/awl/XMLDocument/_XMLDocument.php.html +++ b/docs/api/awl/XMLDocument/_XMLDocument.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -145,8 +147,12 @@ | Includes
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -167,7 +173,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:19 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:19 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/XMLElement/XMLElement.html b/docs/api/awl/XMLElement/XMLElement.html index 76d35ca..e11928d 100644 --- a/docs/api/awl/XMLElement/XMLElement.html +++ b/docs/api/awl/XMLElement/XMLElement.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -100,7 +102,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A class for XML elements which may have attributes, or contain other XML sub-elements

Located in /XMLElement.php (line 20) @@ -249,14 +253,14 @@  void Render - ([int $indent = 0], [ $xmldef = ""], [ $nslist = null]) + ([int $indent = 0], [ $xmldef = ""], [ $nslist = null], [ $force_xmlns = false])

 string RenderContent - ([ $indent = 0], [ $nslist = null]) + ([ $indent = 0], [ $nslist = null], [ $force_xmlns = false])
@@ -297,8 +301,12 @@
+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -320,7 +328,7 @@
-
+
@@ -342,7 +350,7 @@
-
+
@@ -364,7 +372,7 @@
-
+
@@ -386,7 +394,7 @@
-
+
@@ -421,9 +429,13 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -459,11 +471,11 @@
-
+
- AddSubTag (line 206) + AddSubTag (line 215)
@@ -486,11 +498,11 @@
-
+
- CountElements (line 59) + CountElements (line 68)
@@ -511,11 +523,11 @@
-
+
- GetAttribute (line 112) + GetAttribute (line 121)
@@ -541,11 +553,11 @@
-
+
- GetAttributes (line 123) + GetAttributes (line 132)
@@ -566,11 +578,11 @@
-
+
- GetContent (line 132) + GetContent (line 141)
@@ -591,11 +603,11 @@
-
+
- GetElements (line 142) + GetElements (line 151)
@@ -625,11 +637,11 @@
-
+
- GetNSTag (line 103) + GetNSTag (line 112)
@@ -650,11 +662,11 @@
-
+
- GetPath (line 166) + GetPath (line 175)
@@ -680,11 +692,11 @@
-
+
- GetTag (line 94) + GetTag (line 103)
@@ -705,11 +717,11 @@
-
+
- NewElement (line 221) + NewElement (line 230)
@@ -744,11 +756,11 @@
-
+
- Render (line 264) + Render (line 273)
@@ -759,7 +771,7 @@ Render - ([int $indent = 0], [ $xmldef = ""], [ $nslist = null]) + ([int $indent = 0], [ $xmldef = ""], [ $nslist = null], [ $force_xmlns = false])
    @@ -772,16 +784,19 @@
  • $nslist
  • +
  • + + $force_xmlns
-
+
- RenderContent (line 234) + RenderContent (line 243)
@@ -795,7 +810,7 @@ RenderContent - ([ $indent = 0], [ $nslist = null]) + ([ $indent = 0], [ $nslist = null], [ $force_xmlns = false])
    @@ -805,16 +820,19 @@
  • $nslist
  • +
  • + + $force_xmlns
-
+
- SetAttribute (line 72) + SetAttribute (line 81)
@@ -840,11 +858,11 @@
-
+
- SetContent (line 85) + SetContent (line 94)
@@ -867,11 +885,11 @@
-
+
- __tostring (line 302) + __tostring (line 324)
@@ -892,8 +910,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:19 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:19 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/XMLElement/_XMLElement.php.html b/docs/api/awl/XMLElement/_XMLElement.php.html index 131492c..a0b799a 100644 --- a/docs/api/awl/XMLElement/_XMLElement.php.html +++ b/docs/api/awl/XMLElement/_XMLElement.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -148,8 +150,12 @@ | Functions
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -178,12 +184,16 @@ | Functions
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
- BuildXMLTree (line 316) + BuildXMLTree (line 338)
@@ -214,7 +224,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:19 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:19 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/_AwlCache.php.html b/docs/api/awl/_AwlCache.php.html index adf0814..b9fcaa2 100644 --- a/docs/api/awl/_AwlCache.php.html +++ b/docs/api/awl/_AwlCache.php.html @@ -166,7 +166,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:12 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:13 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/classEditor/Editor.html b/docs/api/awl/classEditor/Editor.html index 03812f4..6ac237a 100644 --- a/docs/api/awl/classEditor/Editor.html +++ b/docs/api/awl/classEditor/Editor.html @@ -103,7 +103,7 @@

The class for the Editor form in full

- Located in /classEditor.php (line 102) + Located in /classEditor.php (line 111)

@@ -465,7 +465,7 @@ mixed $Action - (line 105) + (line 114)
@@ -484,7 +484,7 @@ mixed $BaseTable - (line 108) + (line 117)
@@ -503,7 +503,7 @@ mixed $Fields - (line 106) + (line 115)
@@ -522,7 +522,7 @@ mixed $Id - (line 119) + (line 128)
@@ -541,7 +541,7 @@ mixed $Joins - (line 109) + (line 118)
@@ -560,7 +560,7 @@ mixed $Limit - (line 113) + (line 122)
@@ -579,7 +579,7 @@ mixed $NewWhere - (line 111) + (line 120)
@@ -598,7 +598,7 @@ mixed $Order - (line 112) + (line 121)
@@ -617,7 +617,7 @@ mixed $OrderedFields - (line 107) + (line 116)
@@ -636,7 +636,7 @@ mixed $Query - (line 114) + (line 123)
@@ -655,7 +655,7 @@ mixed $Record - (line 117) + (line 126)
@@ -674,7 +674,7 @@ mixed $RecordAvailable - (line 116) + (line 125)
@@ -693,7 +693,7 @@ mixed $SubmitName - (line 118) + (line 127)
@@ -712,7 +712,7 @@ mixed $Template - (line 115) + (line 124)
@@ -731,7 +731,7 @@ mixed $Title - (line 104) + (line 113)
@@ -750,7 +750,7 @@ mixed $Where - (line 110) + (line 119)
@@ -781,7 +781,7 @@
- Constructor __construct (line 121) + Constructor __construct (line 130)
@@ -810,7 +810,7 @@
- AddAttribute (line 198) + AddAttribute (line 207)
@@ -842,7 +842,7 @@
- AddField (line 150) + AddField (line 159)
@@ -874,7 +874,7 @@
- AndWhere (line 261) + AndWhere (line 270)
@@ -900,7 +900,7 @@
- Assign (line 180) + Assign (line 189)
@@ -930,7 +930,7 @@
- Available (line 279) + Available (line 288)
@@ -951,7 +951,7 @@
- GetRecord (line 317) + GetRecord (line 326)
@@ -977,7 +977,7 @@
- Id (line 189) + Id (line 198)
@@ -1004,7 +1004,7 @@
- Initialise (line 294) + Initialise (line 303)
@@ -1031,7 +1031,7 @@
- IsCreate (line 241) + IsCreate (line 250)
@@ -1052,7 +1052,7 @@
- IsSubmit (line 228) + IsSubmit (line 237)
@@ -1073,7 +1073,7 @@
- IsUpdate (line 232) + IsUpdate (line 241)
@@ -1094,7 +1094,7 @@
- Layout (line 273) + Layout (line 282)
@@ -1120,7 +1120,7 @@
- MoreWhere (line 253) + MoreWhere (line 262)
@@ -1149,7 +1149,7 @@
- OrWhere (line 265) + OrWhere (line 274)
@@ -1175,7 +1175,7 @@
- PostToValues (line 307) + PostToValues (line 316)
@@ -1202,7 +1202,7 @@
- Render (line 463) + Render (line 472)
@@ -1229,7 +1229,7 @@
- ReplaceEditorPart (line 345) + ReplaceEditorPart (line 354)
@@ -1259,7 +1259,7 @@
- SetBaseTable (line 203) + SetBaseTable (line 212)
@@ -1285,7 +1285,7 @@
- SetJoins (line 207) + SetJoins (line 216)
@@ -1311,7 +1311,7 @@
- SetLookup (line 160) + SetLookup (line 169)
@@ -1340,7 +1340,7 @@
- SetOptionList (line 194) + SetOptionList (line 203)
@@ -1375,7 +1375,7 @@
- SetRecord (line 283) + SetRecord (line 292)
@@ -1401,7 +1401,7 @@
- SetSql (line 156) + SetSql (line 165)
@@ -1430,7 +1430,7 @@
- SetSubmitName (line 224) + SetSubmitName (line 233)
@@ -1456,7 +1456,7 @@
- SetTemplate (line 269) + SetTemplate (line 278)
@@ -1482,7 +1482,7 @@
- SetWhere (line 245) + SetWhere (line 254)
@@ -1508,7 +1508,7 @@
- Title (line 218) + Title (line 227)
@@ -1538,7 +1538,7 @@
- Value (line 170) + Value (line 179)
@@ -1565,7 +1565,7 @@
- WhereNewRecord (line 249) + WhereNewRecord (line 258)
@@ -1591,7 +1591,7 @@
- Write (line 486) + Write (line 495)
@@ -1619,7 +1619,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:14 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:15 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/classEditor/EditorField.html b/docs/api/awl/classEditor/EditorField.html index e3ab1a5..13cc0b4 100644 --- a/docs/api/awl/classEditor/EditorField.html +++ b/docs/api/awl/classEditor/EditorField.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -100,7 +102,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A class for the fields in the editor

Located in /classEditor.php (line 19) @@ -172,7 +176,7 @@

- +
 EditorField @@ -204,6 +208,13 @@
 void + RenderLabel + ( $wrapme) +
+ +
+  + void Set ( $value)
@@ -246,6 +257,10 @@
+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -374,7 +389,11 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +
@@ -462,7 +481,7 @@
- RenderAttributes (line 83) + RenderAttributes (line 91)
@@ -478,11 +497,37 @@
- +
+ RenderLabel (line 83) +
+ + + +
+ void + + RenderLabel + + ( $wrapme) +
+ +
    +
  • + + $wrapme
  • +
+ + +
+ +
+ +
+ Set (line 36)
@@ -505,7 +550,7 @@
-
+
@@ -531,7 +576,7 @@
-
+
@@ -563,7 +608,7 @@
-
+
@@ -593,8 +638,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:14 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:15 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/classEditor/_classEditor.php.html b/docs/api/awl/classEditor/_classEditor.php.html index 712005a..db0bcc8 100644 --- a/docs/api/awl/classEditor/_classEditor.php.html +++ b/docs/api/awl/classEditor/_classEditor.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -156,8 +158,12 @@ | Includes
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -172,7 +178,7 @@
-
+
 @@ -193,7 +199,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:14 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:15 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/iCalendar/_iCalendar.php.html b/docs/api/awl/iCalendar/_iCalendar.php.html index 69d8c4d..be11d8f 100644 --- a/docs/api/awl/iCalendar/_iCalendar.php.html +++ b/docs/api/awl/iCalendar/_iCalendar.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -174,8 +176,12 @@ | Includes
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -190,7 +196,7 @@
-
+
 @@ -211,7 +217,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:15 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:16 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/iCalendar/iCalComponent.html b/docs/api/awl/iCalendar/iCalComponent.html index fdb1b18..76305f3 100644 --- a/docs/api/awl/iCalendar/iCalComponent.html +++ b/docs/api/awl/iCalendar/iCalComponent.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -99,7 +101,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A Class for representing components within an iCalendar

Located in /iCalendar.php (line 301) @@ -319,9 +323,13 @@

- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -348,7 +356,7 @@
-
+
@@ -375,7 +383,7 @@
-
+
@@ -408,7 +416,7 @@
-
+
@@ -435,7 +443,7 @@
-
+
@@ -462,7 +470,7 @@
-
+
@@ -484,7 +492,7 @@
-
+
@@ -512,7 +520,7 @@
-
+
@@ -542,7 +550,7 @@
-
+
@@ -575,7 +583,7 @@
-
+
@@ -608,7 +616,7 @@
-
+
@@ -635,7 +643,7 @@
-
+
@@ -665,7 +673,7 @@
-
+
@@ -695,7 +703,7 @@
-
+
@@ -717,7 +725,7 @@
-
+
@@ -747,7 +755,7 @@
-
+
@@ -777,7 +785,7 @@
-
+
@@ -804,7 +812,7 @@
-
+
@@ -834,7 +842,7 @@
-
+
@@ -861,7 +869,7 @@
-
+
@@ -888,7 +896,7 @@
-
+
@@ -918,7 +926,7 @@
-
+
@@ -948,7 +956,7 @@
-
+
@@ -975,7 +983,7 @@
-
+
@@ -1002,7 +1010,7 @@
-
+
@@ -1029,7 +1037,7 @@
-
+
@@ -1061,8 +1069,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:15 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:16 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/iCalendar/iCalProp.html b/docs/api/awl/iCalendar/iCalProp.html index fed74b0..d452b07 100644 --- a/docs/api/awl/iCalendar/iCalProp.html +++ b/docs/api/awl/iCalendar/iCalProp.html @@ -209,7 +209,7 @@
-
+
@@ -236,7 +236,7 @@
-
+
@@ -266,7 +266,7 @@
-
+
@@ -296,7 +296,7 @@
-
+
@@ -326,7 +326,7 @@
-
+
@@ -353,7 +353,7 @@
-
+
@@ -375,7 +375,7 @@
-
+
@@ -397,7 +397,7 @@
-
+
@@ -427,7 +427,7 @@
-
+
@@ -457,7 +457,7 @@
-
+
@@ -492,7 +492,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:16 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:17 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/iCalendar/iCalendar.html b/docs/api/awl/iCalendar/iCalendar.html index de892cf..9114b7b 100644 --- a/docs/api/awl/iCalendar/iCalendar.html +++ b/docs/api/awl/iCalendar/iCalendar.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -99,7 +101,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A Class for handling Events on a calendar (DEPRECATED)

Located in /iCalendar.php (line 899) @@ -333,9 +337,13 @@

- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -356,7 +364,7 @@
-
+
@@ -380,7 +388,7 @@
-
+
@@ -404,7 +412,7 @@
-
+
@@ -425,7 +433,7 @@
-
+
@@ -446,7 +454,7 @@
-
+
@@ -467,7 +475,7 @@
-
+
@@ -493,7 +501,7 @@
-
+
@@ -525,7 +533,7 @@
-
+
@@ -551,7 +559,7 @@
-
+
@@ -584,7 +592,7 @@
-
+
@@ -615,7 +623,7 @@
-
+
@@ -641,7 +649,7 @@
-
+
@@ -666,7 +674,7 @@
-
+
@@ -691,7 +699,7 @@
-
+
@@ -726,7 +734,7 @@
-
+
@@ -761,7 +769,7 @@
-
+
@@ -788,7 +796,7 @@
-
+
@@ -820,7 +828,7 @@
-
+
@@ -855,7 +863,7 @@
-
+
@@ -881,7 +889,7 @@
-
+
@@ -913,7 +921,7 @@
-
+
@@ -945,7 +953,7 @@
-
+
@@ -978,7 +986,7 @@
-
+
@@ -1009,7 +1017,7 @@
-
+
@@ -1030,7 +1038,7 @@
-
+
@@ -1060,7 +1068,7 @@
-
+
@@ -1089,7 +1097,7 @@
-
+
@@ -1125,8 +1133,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:16 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:16 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/vCalendar/_vCalendar.php.html b/docs/api/awl/vCalendar/_vCalendar.php.html index 1d96512..1629d2a 100644 --- a/docs/api/awl/vCalendar/_vCalendar.php.html +++ b/docs/api/awl/vCalendar/_vCalendar.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -146,8 +148,12 @@ | Includes
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -168,7 +174,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:18 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:18 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/vCalendar/vCalendar.html b/docs/api/awl/vCalendar/vCalendar.html index 080842c..2c320dd 100644 --- a/docs/api/awl/vCalendar/vCalendar.html +++ b/docs/api/awl/vCalendar/vCalendar.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -100,7 +102,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A Class for representing components within an vComponent

Located in /vCalendar.php (line 23) @@ -129,7 +133,7 @@

- +
 vCalendar @@ -195,6 +199,20 @@
 + void + GetUID + () +
+ +
+  + void + SetUID + (string $newUid) +
+ +
+  boolean StartFilter ( $filters, array $filter) @@ -231,6 +249,10 @@
+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

Inherited Variables

Inherited from vComponent

@@ -266,13 +288,17 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
- Constructor __construct (line 49) + Constructor __construct (line 51)
@@ -302,11 +328,11 @@
-
+
- AddTimeZone (line 81) + AddTimeZone (line 87)
@@ -332,11 +358,11 @@
-
+
- Confidential (line 331) + Confidential (line 338)
@@ -354,11 +380,11 @@
-
+
- GetAttendees (line 134) + GetAttendees (line 141)
@@ -376,11 +402,11 @@
-
+
- GetItip (line 351) + GetItip (line 358)
@@ -406,11 +432,11 @@
-
+
- GetOlsonName (line 227) + GetOlsonName (line 234)
@@ -436,11 +462,11 @@
-
+
- GetOrganizer (line 107) + GetOrganizer (line 114)
@@ -461,11 +487,11 @@
-
+
- GetScheduleAgent (line 125) + GetScheduleAgent (line 132)
@@ -486,11 +512,11 @@
-
+
- GetTimeZone (line 97) + GetTimeZone (line 104)
@@ -515,12 +541,61 @@
- + +
+ +
+ + GetUID (line 396) +
+ + +

Get the UID from the primary component.

+ +
+ void + + GetUID + + () +
+ + + +
+
- StartFilter (line 209) + SetUID (line 407) +
+ + +

Set the UID on the primary component.

+ +
+ void + + SetUID + + (string $newUid) +
+ +
    +
  • + string + $newUid: newUid
  • +
+ + +
+ +
+ +
+ + StartFilter (line 216)
@@ -549,11 +624,11 @@
-
+
- UpdateAttendeeStatus (line 156) + UpdateAttendeeStatus (line 163)
@@ -579,11 +654,11 @@
-
+
- UpdateOrganizerStatus (line 183) + UpdateOrganizerStatus (line 190)
@@ -664,8 +739,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:18 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:18 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/vComponent/_vComponent.php.html b/docs/api/awl/vComponent/_vComponent.php.html index e4e7881..996a29d 100644 --- a/docs/api/awl/vComponent/_vComponent.php.html +++ b/docs/api/awl/vComponent/_vComponent.php.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -157,8 +159,12 @@ | Includes
- -
+ +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + +
 @@ -179,7 +185,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:40:18 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:19 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/vComponent/vComponent.html b/docs/api/awl/vComponent/vComponent.html index cdc34b0..6a84c8c 100644 --- a/docs/api/awl/vComponent/vComponent.html +++ b/docs/api/awl/vComponent/vComponent.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -101,7 +103,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A Class for representing components within an vComponent

Located in /vComponent.php (line 409) @@ -383,8 +387,12 @@

+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -407,7 +415,7 @@
-
+
@@ -430,7 +438,7 @@
-
+
@@ -453,7 +461,7 @@
-
+
@@ -490,9 +498,13 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -527,7 +539,7 @@
-
+
@@ -554,7 +566,7 @@
-
+
@@ -587,7 +599,7 @@
-
+
@@ -614,7 +626,7 @@
-
+
@@ -641,7 +653,7 @@
-
+
@@ -669,7 +681,7 @@
-
+
@@ -691,7 +703,7 @@
-
+
@@ -724,7 +736,7 @@
-
+
@@ -752,7 +764,7 @@
-
+
@@ -782,7 +794,7 @@
-
+
@@ -809,7 +821,7 @@
-
+
@@ -836,7 +848,7 @@
-
+
@@ -858,7 +870,7 @@
-
+
@@ -888,7 +900,7 @@
-
+
@@ -918,7 +930,7 @@
-
+
@@ -945,7 +957,7 @@
-
+
@@ -975,7 +987,7 @@
-
+
@@ -1005,7 +1017,7 @@
-
+
@@ -1035,7 +1047,7 @@
-
+
@@ -1062,7 +1074,7 @@
-
+
@@ -1095,7 +1107,7 @@
-
+
@@ -1122,7 +1134,7 @@
-
+
@@ -1150,7 +1162,7 @@
-
+
@@ -1178,8 +1190,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:18 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:19 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/vComponent/vProperty.html b/docs/api/awl/vComponent/vProperty.html index 48fa321..69ef97c 100644 --- a/docs/api/awl/vComponent/vProperty.html +++ b/docs/api/awl/vComponent/vProperty.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -100,7 +102,9 @@
- + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 +

A Class for representing properties within a vComponent (VCALENDAR or VCARD)

Located in /vComponent.php (line 23) @@ -271,8 +275,12 @@

+Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -295,7 +303,7 @@
-
+
@@ -318,7 +326,7 @@
-
+
@@ -341,7 +349,7 @@
-
+
@@ -377,9 +385,13 @@
- + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + -
+
@@ -406,7 +418,7 @@
-
+
@@ -436,7 +448,7 @@
-
+
@@ -466,7 +478,7 @@
-
+
@@ -496,7 +508,7 @@
-
+
@@ -523,7 +535,7 @@
-
+
@@ -550,7 +562,7 @@
-
+
@@ -572,7 +584,7 @@
-
+
@@ -602,7 +614,7 @@
-
+
@@ -635,7 +647,7 @@
-
+
@@ -664,7 +676,7 @@
-
+
@@ -694,7 +706,7 @@
-
+
@@ -724,7 +736,7 @@
-
+
@@ -752,8 +764,10 @@
+ +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

- Documentation generated on Fri, 13 Jan 2012 23:40:19 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:19 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/blank.html b/docs/api/blank.html index a558379..cd2f7b6 100644 --- a/docs/api/blank.html +++ b/docs/api/blank.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 awl diff --git a/docs/api/classtrees_awl.html b/docs/api/classtrees_awl.html index 2289d47..e78f3b7 100644 --- a/docs/api/classtrees_awl.html +++ b/docs/api/classtrees_awl.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -119,7 +121,7 @@
  • XMLElement
  • - Documentation generated on Fri, 13 Jan 2012 23:40:12 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:13 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/elementindex.html b/docs/api/elementindex.html index 72a92f6..78cae97 100644 --- a/docs/api/elementindex.html +++ b/docs/api/elementindex.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -14,6 +16,8 @@
  • awl

  • + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
    a b @@ -1496,8 +1500,7 @@ GetComponents
    - -
    Get all sub-components, or at least get those matching a type, or failling to match, should the second parameter be set to false.
    +
    Method @@ -1512,7 +1515,8 @@ GetComponents
    - + +
    Get all sub-components, or at least get those matching a type, or failling to match, should the second parameter be set to false.
    Method @@ -1754,6 +1758,14 @@
    Method + GetUID +
    +
    +
    vCalendar::GetUID() in vCalendar.php
    +
    Get the UID from the primary component.
    +
    +
    + Method GetVersion
    @@ -2335,6 +2347,34 @@
    Editor::$NewWhere in classEditor.php
    + Variable + $ns_caldav +
    +
    +
    XMLDocument::$ns_caldav in XMLDocument.php
    +
    +
    + Variable + $ns_calendarserver +
    +
    + +
    +
    + Variable + $ns_carddav +
    +
    +
    XMLDocument::$ns_carddav in XMLDocument.php
    +
    +
    + Variable + $ns_dav +
    +
    +
    XMLDocument::$ns_dav in XMLDocument.php
    +
    +
    Method Name
    @@ -2805,16 +2845,16 @@ $rendered
    -
    vComponent::$rendered in vComponent.php
    -
    The rendered result (or what was originally parsed, if there have been no changes)
    +
    EntryField::$rendered in DataEntry.php
    +
    Once it actually is...
    Variable $rendered
    -
    EntryField::$rendered in DataEntry.php
    -
    Once it actually is...
    +
    vComponent::$rendered in vComponent.php
    +
    The rendered result (or what was originally parsed, if there have been no changes)
    Variable @@ -2837,16 +2877,16 @@ $rows
    -
    AwlQuery::$rows in AwlQuery.php
    -
    number of rows from pg_numrows - use accessor to get value
    +
    PgQuery::$rows in PgQuery.php
    +
    number of rows from pg_numrows - for fetching result
    Variable $rows
    -
    PgQuery::$rows in PgQuery.php
    -
    number of rows from pg_numrows - for fetching result
    +
    AwlQuery::$rows in AwlQuery.php
    +
    number of rows from pg_numrows - use accessor to get value
    Method @@ -2869,14 +2909,6 @@ Render
    -
    EntryField::Render() in DataEntry.php
    -
    Render an EntryField into HTML
    -
    -
    - Method - Render -
    -
    MenuSet::Render() in MenuSet.php
    Render the menu tree to an HTML fragment.
    @@ -2885,8 +2917,8 @@ Render
    -
    User::Render() in User.php
    -
    Render the form / viewer as HTML to show the user
    +
    EntryField::Render() in DataEntry.php
    +
    Render an EntryField into HTML
    Method @@ -2901,7 +2933,8 @@ Render
    -
    iCalendar::Render() in iCalendar.php
    +
    iCalProp::Render() in iCalendar.php
    +
    Render a suitably escaped RFC2445 content string.
    Method @@ -2916,8 +2949,15 @@ Render
    -
    iCalProp::Render() in iCalendar.php
    -
    Render a suitably escaped RFC2445 content string.
    +
    iCalendar::Render() in iCalendar.php
    +
    +
    + Method + Render +
    +
    +
    User::Render() in User.php
    +
    Render the form / viewer as HTML to show the user
    Method @@ -2932,8 +2972,8 @@ Render
    -
    vProperty::Render() in vComponent.php
    -
    Render a suitably escaped RFC2445 content string.
    +
    vComponent::Render() in vComponent.php
    +
    Renders the component, possibly restricted to only the listed properties
    Method @@ -2956,8 +2996,8 @@ Render
    -
    vComponent::Render() in vComponent.php
    -
    Renders the component, possibly restricted to only the listed properties
    +
    vProperty::Render() in vComponent.php
    +
    Render a suitably escaped RFC2445 content string.
    Method @@ -3008,6 +3048,13 @@
    Method + RenderLabel +
    +
    +
    EditorField::RenderLabel() in classEditor.php
    +
    +
    + Method RenderLoginPanel
    @@ -3019,7 +3066,7 @@ RenderParameters
    - +
    Render the set of parameters as key1=value1[;key2=value2[; ...]] with any colons or semicolons escaped.
    @@ -3027,7 +3074,7 @@ RenderParameters
    - +
    Render the set of parameters as key1=value1[;key2=value2[; ...]] with any colons or semicolons escaped.
    @@ -3306,42 +3353,42 @@
    Method - set + Set
    -
    AwlCache::set() in AwlCache.php
    -
    Set a value for the specified namespace/key, perhaps with an expiry (default 10 days)
    +
    DBRecord::Set() in DataUpdate.php
    +
    Sets a single field in the record
    Method Set
    -
    EditorField::Set() in classEditor.php
    +
    MenuOption::Set() in MenuSet.php
    +
    Set arbitrary attributes of the menu option
    Method - Set + set
    -
    iCalendar::Set() in iCalendar.php
    -
    Set the value of a property
    +
    AwlCache::set() in AwlCache.php
    +
    Set a value for the specified namespace/key, perhaps with an expiry (default 10 days)
    Method Set
    -
    DBRecord::Set() in DataUpdate.php
    -
    Sets a single field in the record
    +
    iCalendar::Set() in iCalendar.php
    +
    Set the value of a property
    Method Set
    -
    MenuOption::Set() in MenuSet.php
    -
    Set arbitrary attributes of the menu option
    +
    EditorField::Set() in classEditor.php
    Method @@ -3378,7 +3425,7 @@ SetComponents
    - +
    vComponent::SetComponents() in vComponent.php
    Sets some or all sub-components of the component to the supplied new components
    @@ -3386,7 +3433,7 @@ SetComponents
    -
    vComponent::SetComponents() in vComponent.php
    +
    Sets some or all sub-components of the component to the supplied new components
    @@ -3442,15 +3489,15 @@ SetJoins
    -
    Browser::SetJoins() in classBrowser.php
    -
    Set the tables and joins for the SQL.
    +
    Editor::SetJoins() in classEditor.php
    Method SetJoins
    -
    Editor::SetJoins() in classEditor.php
    +
    Browser::SetJoins() in classBrowser.php
    +
    Set the tables and joins for the SQL.
    Method @@ -3509,7 +3556,7 @@ SetParameterValue
    - +
    Set the value of a parameter
    @@ -3517,7 +3564,7 @@ SetParameterValue
    - +
    Set the value of a parameter
    @@ -3564,22 +3611,22 @@ SetSql
    -
    Editor::SetSql() in classEditor.php
    +
    EditorField::SetSql() in classEditor.php
    Method SetSql
    -
    AwlQuery::SetSql() in AwlQuery.php
    -
    Simple SetSql() class which will reset the object with the querystring from the first argument.
    +
    Editor::SetSql() in classEditor.php
    Method SetSql
    -
    EditorField::SetSql() in classEditor.php
    +
    AwlQuery::SetSql() in AwlQuery.php
    +
    Simple SetSql() class which will reset the object with the querystring from the first argument.
    Method @@ -3639,7 +3686,7 @@ SetType
    -
    iCalComponent::SetType() in iCalendar.php
    +
    vComponent::SetType() in vComponent.php
    Set the type of component which this is
    @@ -3647,11 +3694,19 @@ SetType
    -
    vComponent::SetType() in vComponent.php
    +
    iCalComponent::SetType() in iCalendar.php
    Set the type of component which this is
    Method + SetUID +
    +
    +
    vCalendar::SetUID() in vCalendar.php
    +
    Set the UID on the primary component.
    +
    +
    + Method SetUnion
    @@ -4602,5 +4657,7 @@ w x _ -
    +
    +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + \ No newline at end of file diff --git a/docs/api/elementindex_awl.html b/docs/api/elementindex_awl.html index 765a365..443a376 100644 --- a/docs/api/elementindex_awl.html +++ b/docs/api/elementindex_awl.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -11,6 +13,8 @@

    [awl] element index

    All elements
    + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
    a b @@ -1894,6 +1898,14 @@
    Method + GetUID +
    +
    +
    vCalendar::GetUID() in vCalendar.php
    +
    Get the UID from the primary component.
    +
    +
    + Method GetComponents
    @@ -2604,6 +2616,34 @@
    Get/Set name property
    + Variable + $ns_caldav +
    +
    +
    XMLDocument::$ns_caldav in XMLDocument.php
    +
    +
    + Variable + $ns_calendarserver +
    +
    + +
    +
    + Variable + $ns_carddav +
    +
    +
    XMLDocument::$ns_carddav in XMLDocument.php
    +
    +
    + Variable + $ns_dav +
    +
    +
    XMLDocument::$ns_dav in XMLDocument.php
    +
    +
    Method NewElement
    @@ -3141,6 +3181,13 @@
    Method + RenderLabel +
    +
    +
    EditorField::RenderLabel() in classEditor.php
    +
    +
    + Method ReplaceEditorPart
    @@ -3925,6 +3972,14 @@
    Method + SetUID +
    +
    +
    vCalendar::SetUID() in vCalendar.php
    +
    Set the UID on the primary component.
    +
    +
    + Method StartFilter
    @@ -4599,5 +4654,7 @@ w x _ -
    +
    +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 + \ No newline at end of file diff --git a/docs/api/errors.html b/docs/api/errors.html index 6cfe979..1ab4142 100644 --- a/docs/api/errors.html +++ b/docs/api/errors.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -167,9 +169,10 @@ Use an @ignore tag on the original if you want this case to be documented.
    Warning on line 20 - Page-level DocBlock precedes "require_once 'vComponent.php'", use another DocBlock to document the source element
    Warning on line 22 - no @package tag was used in a DocBlock for class vCalendar

    Errors:


    -Error on line 32 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var string "
    -Error on line 32 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var array "
    -Error on line 32 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var array "
    +Error on line 33 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var array "
    +Error on line 33 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var vComponent "
    +Error on line 33 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var array "
    +Error on line 33 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var string "

    vComponent.php

    Warnings:


    @@ -179,7 +182,7 @@ Use an @ignore tag on the original if you want this case to be documented.

    XMLDocument.php

    Warnings:


    Warning on line 12 - Page-level DocBlock precedes "require_once "XMLElement.php"", use another DocBlock to document the source element
    -Warning on line 304 - docblock template never terminated with /**#@-*/
    +Warning on line 329 - docblock template never terminated with /**#@-*/

    XMLElement.php

    Warnings:


    @@ -187,13 +190,13 @@ Use an @ignore tag on the original if you want this case to be documented.

    AWLUtilities.php

    Errors:


    -Error on line 26 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var [string ...] Parameters for the format string."
    Error on line 26 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var string A format string for the log message"
    +Error on line 26 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var [string ...] Parameters for the format string."
    Error on line 150 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var boolean Should the dump recurse into arrays/objects in the array"
    Error on line 150 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var array The array to be dumped."
    Error on line 150 - DocBlock has multiple @var tags, illegal. ignoring additional tag "@var string What name should this array dump identify itself as"

    - Documentation generated on Fri, 13 Jan 2012 23:40:19 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:19 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/index.html b/docs/api/index.html index ddae78b..ae18634 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -4,7 +4,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> - + awl diff --git a/docs/api/li_awl.html b/docs/api/li_awl.html index 2653ba5..d451d07 100644 --- a/docs/api/li_awl.html +++ b/docs/api/li_awl.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 diff --git a/docs/api/packages.html b/docs/api/packages.html index 8c15c86..d9e8f63 100644 --- a/docs/api/packages.html +++ b/docs/api/packages.html @@ -1,3 +1,7 @@ + +Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 diff --git a/docs/api/todolist.html b/docs/api/todolist.html index 5b9d5e5..b0f32c5 100644 --- a/docs/api/todolist.html +++ b/docs/api/todolist.html @@ -1,3 +1,5 @@ + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 @@ -53,8 +55,10 @@
    • Remove this function.
    + +Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370

    - Documentation generated on Fri, 13 Jan 2012 23:40:19 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:00:19 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/inc/AWLUtilities.php b/inc/AWLUtilities.php index e547291..9946352 100644 --- a/inc/AWLUtilities.php +++ b/inc/AWLUtilities.php @@ -674,6 +674,6 @@ if ( !function_exists("gzdecode") ) { */ function awl_version() { global $c; -$c->awl_library_version = 0.51; +$c->awl_library_version = 0.52; return $c->awl_library_version; } \ No newline at end of file -- 2.11.4.GIT