[X] The "/Matrex/1.3.7/matrex_1_3_7_generic.jar" file could not be found or is not available. Please select another file.

binarycloud is an application framework for php. it is based on a a scale-free presentation system that is useful to developers creating complex applications from simple components.See http://binarycloud.com


http://www.binarycloud.com





Separate each tag with a space.

Release Date:

2005-02-28

Topic:

Operating System:

License:

Translations:

Intended Audience:

User Interface:

Programming Language:

Registered:

2000-12-12

Ratings and Reviews

Be the first to post a text review of binarycloud. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • binarycloud 3.0.0_rc3 released

    Please see http://www.binarycloud.com for more information.

    posted by turing 1773 days ago

  • binarycloud-3.x.x binarycloud-3-0-0_rc3 file released: binarycloud-3-0-0_rc3.tar.gz

    Tickets fixed in this release: https://svn.binarycloud.com/trac/milestone/3.0.0_rc3

    posted 1773 days ago

  • File released: /binarycloud-3.x.x/binarycloud-3-0-0_rc3/binarycloud-3-0-0_rc3.tar.gz

    posted 1773 days ago

  • binarycloud 3.0.0_rc2 release tarball available

    the binarycloud development team is pleased to announce the availability of binarycloud 3.0.0 rc1.

    posted by turing 2003 days ago

  • File released: /binarycloud-3.x.x/binarycloud-3.0.0_rc2/binarycloud-3-0-0_rc2.tar.gz

    posted 2003 days ago

  • File released: /binarycloud-3.x.x/binarycloud-3.0.0_rc1/binarycloud-3-0-0_rc1.tar.gz

    posted 2003 days ago

  • binarycloud-3.x.x binarycloud-3.0.0_rc1 file released: binarycloud-3-0-0_rc1.tar.gz

    2004-06-27 13:49 openface * validators/tests/BcValidatorsTestSuite.php (1.6), validators/tests/ValidatorsTestCase.php (1.11): removing deprecated validators from unit tests 2004-06-27 13:43 openface * validators/AlphaCharsValidator.php (1.6), validators/ArrayValidator.php (1.9), validators/BlobValidator.php (1.9), validators/BooleanValidator.php (1.9), validators/CreditCardNumberValidator.php (1.10), validators/CurrencyValidator.php (1.11), validators/DateTimeValidator.php (1.10), validators/DateValidator.php (1.11), validators/DecimalValidator.php (1.9), validators/EmailValidator.php (1.11), validators/FloatValidator.php (1.11), validators/IntegerValidator.php (1.10), validators/NotNullValidator.php (1.9), validators/NullValidator.php (1.9), validators/ObjectValidator.php (1.9), validators/ResourceValidator.php (1.9), validators/ScalarValidator.php (1.9), validators/StringValidator.php (1.8), validators/TextValidator.php (1.8), validators/UrlValidator.php (1.10), validators/Validator.php (1.19): Removing PHP type validators and exceptions 2004-06-27 04:47 openface * env/Session.php (1.25): fixing levels of session debugging 2004-06-27 04:10 openface * event/Event.php (1.10), event/lang/Strings.en.xml (1.2): Event callbacks are done via getInstance or statically now 2004-06-27 02:22 openface * auth/User.php (1.9): correcting read of unset session var, moved session prefix to a constant 2004-06-27 01:01 openface * bootstrap/skel/build.xml (1.10), bootstrap/skel/app/top/build.xml (1.13): updated bootstrap build.xmls 2004-06-25 19:43 jcmichel * form/Form.php (1.47), form/FormInput.php (1.60), form/lang/Strings.en.xml (1.5): toward dropping FormComponent 2004-06-25 18:58 openface * event/lang/Strings.en.xml (1.1): Adding langs to Event 2004-06-25 18:58 openface * event/Event.php (1.7): Simplied event mechanism, maybe discuss conf formats 2004-06-25 18:56 openface * init/Init.php (1.78): Debug now triggered by an event 2004-06-25 18:55 openface * debug/Debug.php (1.61), debug/tpl/Debug.tpl (1.27): Converting Debug to a standalone class, called by an event 2004-06-23 17:07 openface * phing/classes/phing/system/lang/System.php (1.4): tmp dir now determined by user env var 2004-06-23 00:20 openface * form/nodes/FileUploadFormInput.php (1.27): some cleanup 2004-06-23 00:18 openface * form/nodes/FileUploadFormInput.php (1.26): moved upload directory validation to init() so developer can catch this problem earlier. 2004-06-22 15:43 openface * init/Init.php (1.76): error_reporting value should come from php.ini 2004-06-21 20:31 openface * init/Init.php (1.75): implementing simple php error handler 2004-06-21 17:21 jcmichel * node/Node.php (1.115), node/docs/book/en/node.book.xml (1.12), node/docs/book/en/chapters/Node.html (1.24), node/docs/book/en/chapters/NodeDefinition.html (1.14), node/docs/book/en/chapters/Synopsis.html (1.4), node/lang/Strings.en.xml (1.13), form/Form.php (1.46): init to main 2004-06-21 00:46 openface * debug/Debug.php (1.57): Debug now checks against allowed ips 2004-06-21 00:08 bondu * filters/FolderPathFilter.php (1.1): returns everything after last / 2004-06-21 00:06 bondu * form/nodes/FileUploadFormInput.php (1.25): clear out uploaded_files session var when state is BC_FORM_NEW 2004-06-20 19:58 bondu * filters/ExtFilter.php (1.2): fixed typos 2004-06-20 19:57 bondu * filters/UniqueIDFilter.php (1.1): filter to create a unique id from IP address 2004-06-20 19:56 bondu * form/nodes/FileUploadFormInput.php (1.24): moved ValidateValues before _transformSubmittedValue. newname now uses ExtValidator and UniqueIDValidator 2004-06-20 18:09 bondu * validators/lang/Strings.en.xml (1.8): added strings for image validators 2004-06-20 18:08 bondu * validators/ImageSizeValidator.php (1.3): took out requirement on GD. Uses getimagesize instead 2004-06-20 18:08 bondu * validators/ImageValidator.php (1.1): checks if a file is an image using getimagesize 2004-06-18 02:40 turing * form/nodes/tpl/ClearOnFocusTextFormInput.tpl (1.1), form/nodes/tpl/GeneratedUrlSafeTextFormInput.tpl (1.3): adding a clear on focus text entry tpl 2004-06-17 19:41 purestorm * form/nodes/tpl/GeneratedUrlSafeTextFormInput.tpl (1.2): Small fixes, the basic stuff is the same. You can control the input to get the source from by setting the template variable "source_input". Note, that this is a template only and should be used within a TextFormInput. Example: <node:definition id="input" path="binarycloud/form/nodes/TextFormInput.php"> <template path="binarycloud/form/nodes/tpl/GeneratedUrlSafeTextFormInput.tpl" ><param name="source_element">title</param> </template> <!-- ... etc. ... --> 2004-06-17 18:53 turing * form/nodes/tpl/GeneratedUrlSafeTextFormInput.tpl (1.1): Some cute JS - thanks jason :) Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-16 11:57 openface * node/Node.php (1.114), init/Init.php (1.71): adding main() method 2004-06-16 10:06 okay * validators/tests/ValidatorsTestCase.php (1.10): Issue number: Obtained from: Submitted by: bkamer Reviewed by: tuned test to expect exception in some cases added more tests 2004-06-16 09:49 okay * validators/UrlValidator.php (1.9): Issue number: Obtained from: Submitted by: bkamer Reviewed by: throws exception for wrong types 2004-06-16 09:45 okay * validators/FloatValidator.php (1.10): Issue number: Obtained from: Submitted by: bkamer Reviewed by: changed reg expression check to is_float 2004-06-16 09:43 okay * validators/DateValidator.php (1.10): Issue number: Obtained from: Submitted by: bkamer Reviewed by: changed error message to #Package.StringID# 2004-06-16 09:08 okay * validators/EmailValidator.php (1.10): Issue number: Obtained from: Submitted by: bkamer Reviewed by: throws exception for wrong data types 2004-06-16 09:03 okay * validators/DateValidator.php (1.9): Issue number: Obtained from: Submitted by: bkamer Reviewed by: throws error for wrong data type 2004-06-16 09:02 okay * validators/DateTimeValidator.php (1.9): Issue number: Obtained from: Submitted by: bkamer Reviewed by: throws error for data of wrong type 2004-06-16 09:00 okay * validators/CurrencyValidator.php (1.10): Issue number: Obtained from: Submitted by: bkamer Reviewed by: throws an exception for wrong data types 2004-06-16 08:56 okay * validators/CreditCardNumberValidator.php (1.9): Issue number: Obtained from: Submitted by: bkamer Reviewed by: throws exception for wrong type 2004-06-16 08:54 okay * validators/tests/ValidatorsTestCase.php (1.9): Issue number: Obtained from: Submitted by: bkamer Reviewed by: expected result can now by 'pass', 'fail' or 'error' 2004-06-16 08:53 okay * validators/AlphaCharsValidator.php (1.5): Issue number: Obtained from: Submitted by: bkamer Reviewed by: throws exception for wrong type 2004-06-16 00:23 openface * env/Session.php (1.23): moving session settings to init 2004-06-16 00:19 openface * init/Init.php (1.69): hardened INI settings 2004-06-15 00:08 openface * node/Node.php (1.113): adding getAncestorByClass() 2004-06-14 09:28 purestorm * form/nodes/tpl/OptionListFormInput.tpl (1.12): Fixing minor mistake in OptionListFI 2004-06-14 00:44 openface * form/FormComponent.php (1.18): adding form_xid tpl var to formComponent 2004-06-13 16:49 okay * validators/tests/ValidatorsTestCase.php (1.8): Issue number: Obtained from: Submitted by: bkamer Reviewed by: added some more tests 2004-06-13 15:25 okay * validators/Validator.php (1.18): Issue number: Obtained from: Submitted by: bkamer Reviewed by: fixed typo 2004-06-13 15:20 okay * validators/Validator.php (1.17): Issue number: Obtained from: Submitted by: bkamer Reviewed by: added rethrow of catched exception 2004-06-12 12:08 bondu * form/nodes/tpl/OptionListFormInput.tpl (1.11): addedas index to multi array 2004-06-12 08:07 okay * validators/tests/ValidatorsTestCase.php (1.7): Issue number: Obtained from: Submitted by: bkamer Reviewed by: added failTest method 2004-06-12 07:20 okay * validators/tests/BcValidatorsTestSuite.php (1.5): Issue number: Obtained from: Submitted by: bkamer Reviewed by: activated all currently available validators (45) and reordered these tests in alfabetical order 2004-06-12 07:19 okay * validators/tests/ValidatorsTestCase.php (1.6): Issue number: Obtained from: Submitted by: bkamer Reviewed by: added methods (but empty) for all currently available validators (45) reordered these methods in alfabetical order 2004-06-12 06:21 okay * validators/AlphaCharsValidator.php (1.4): Issue number: Obtained from: Submitted by: bkamer Reviewed by: added arguments type casting to string 2004-06-11 16:49 openface * table/resources/images/First.gif (1.1), table/resources/images/Last.gif (1.1), table/resources/images/Next.gif (1.1), table/resources/images/Prev.gif (1.1): adding pagination nav images 2004-06-11 15:17 openface * node/Node.php (1.112), node/lang/Strings.en.xml (1.12), init/Init.php (1.68): Adding process() step to node pipeline 2004-06-11 11:43 openface * table/BlockTable.php (1.3), table/PaginatedTable.php (1.2), table/SortableTableHeader.php (1.4), table/Table.php (1.39), table/TableHeader.php (1.9), table/tpl/PaginatedTable.tpl (1.2), table/tpl/SortableTableHeader.tpl (1.2), table/tpl/Table.tpl (1.17), table/tpl/PaginatedTable.tpl (1.3): removing Pagination, simplifying Table 2004-06-11 07:11 okay * validators/tests/BcValidatorsTestSuite.php (1.4), validators/tests/ValidatorsTestCase.php (1.5): Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-11 05:57 okay * validators/tests/ValidatorsTestCase.php (1.4): Issue number: Obtained from: Submitted by: bkamer Reviewed by: remove double code, small structural changes 2004-06-11 05:54 okay * validators/StringValidator.php (1.7): Issue number: Obtained from: Submitted by: bkamer Reviewed by: removed dependancy on TextValidator 2004-06-11 05:49 okay * validators/TextValidator.php (1.7): Issue number: Obtained from: Submitted by: bkamer Reviewed by: changed preg_match to is_string 2004-06-10 09:37 okay * validators/tests/BcValidatorsTestSuite.php (1.3): Issue number: Obtained from: Submitted by: bkamer Reviewed by: activated tests for TextValidator & StringValidator 2004-06-10 09:36 okay * validators/tests/ValidatorsTestCase.php (1.3): Issue number: Obtained from: Submitted by: bkamer Reviewed by: added testcases for TextValidator & StringValidator 2004-06-09 06:30 okay * validators/tests/BcValidatorsTestSuite.php (1.2): Issue number: Obtained from: Submitted by: bkamer Reviewed by: activated tests for NumericValidator, ObjectValidator, NullValidator 2004-06-09 06:28 okay * validators/tests/ValidatorsTestCase.php (1.2): Issue number: Obtained from: Submitted by: bkamer Reviewed by: added unit test methods for nullValidator, objectValidator, NumericValidator 2004-06-08 18:01 purestorm * unit_test/TestDetails.php (1.6), unit_test/TestResults.php (1.6), unit_test/UnitTest.php (1.7), unit_test/tpl/UnitTest.tpl (1.7): Fixing ... 2004-06-08 12:51 purestorm * validators/EmailSMTPValidator.php (1.1), validators/build.xml (1.8), validators/lib/emailvalidation/email_validation.php (1.1), validators/lib/emailvalidation/getmxrr.php (1.1), validators/lib/emailvalidation/test_email_validation.php (1.1): This validator uses mlemos' Email validation class to validate an email address also contacting the SMTP Server. 2004-06-08 11:13 bondu * auth/Perm.php (1.19): added method getRolesDesc to return name,description pair 2004-06-08 10:53 bondu * auth/Perm.php (1.18): getConf does not take two inputs. Creole was getting ds info 2004-06-07 08:02 purestorm * storage/EntityInfo.php (1.16): Changing EntityInfo for new testsite. 2004-06-06 14:52 purestorm * validators/ImageSizeUploadValidator.php (1.3): Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-06 14:36 openface * table/BlockTable.php (1.2), table/Table.php (1.38), table/VerticalTable.php (1.5): fixing cvs ids 2004-06-06 14:21 purestorm * storage/Criteria.php (1.2), storage/Entity.php (1.24), storage/EntityInfo.php (1.15), storage/EntitySet.php (1.3), storage/Storage.php (1.35), storage/StorageBroker.php (1.4), storage/drivers/MySQLStorage.php (1.3): This is a very very minimal support of recursion. It works, though. 2004-06-05 13:09 purestorm * validators/build.xml (1.7), validators/tests/BcValidatorsTestSuite.php (1.1), validators/tests/ValidatorsTestCase.php (1.1): Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-05 02:57 openface * table/lang/Strings.en.xml (1.1): adding langs to table package 2004-06-05 02:57 openface * table/HeaderTableRow.php (1.1), table/PagedTable.php (1.11), table/Table.php (1.32), table/TableBlocks.php (1.1), table/TableHeader.php (1.5), table/TableRow.php (1.10), table/resources/css/table.css (1.7), table/tpl/HeaderTableRow.tpl (1.1), table/tpl/SortableHeaderTableRow.tpl (1.1), table/tpl/Table.tpl (1.13), table/tpl/TableBlocks.tpl (1.1), table/tpl/TableHeader.tpl (1.6), table/tpl/TableHeaderNoSort.tpl (1.2), table/tpl/TableRow.tpl (1.7): updates to table 2004-06-04 23:12 openface * debug/Debug.php (1.55), debug/lang/Strings.en.xml (1.14), debug/tpl/ServerInfo.tpl (1.2): Added get_loaded_extensions() info. 2004-06-04 07:27 purestorm * form/nodes/FileUploadFormInput.php (1.23): Make FileUploadFormInput add the original file extension to the uploaded files so Apache does not get stuck when having to provide these as images etc. 2004-06-04 06:54 purestorm * form/nodes/FileUploadFormInput.php (1.22): Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-04 06:51 purestorm * form/nodes/FileUploadFormInput.php (1.21): Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-04 06:40 purestorm * form/FormComponent.php (1.17), form/nodes/FileUploadFormInput.php (1.20), validators/CharsetValidator.php (1.9), validators/CurrencyValidator.php (1.9), validators/FileUploadValidator.php (1.5), validators/ImageSizeValidator.php (1.1), validators/NoCharEntitiesValidator.php (1.9), validators/NotVoidValidator.php (1.13): Fixes in UploadFormInput and added a size validator. 2004-06-03 14:42 purestorm * form/FormInput.php (1.59), form/nodes/FileUploadFormInput.php (1.19), form/nodes/tpl/FileUploadFormInput.tpl (1.14): FileUploadFormInput is cooler now: It will copy the file automatically to a temp location, where PHP does not clear them automatically. So you can have them through requests. We use sessions for this. Note, that this should be fairly secure since we use truly unique file names and just give the id of the element for the files of the current user to the script. No client will ever be able to access other client's files. More documentation will follow (adding to my TODO list). 2004-06-02 17:04 bondu * form/nodes/FileUploadFormInput.php (1.18), form/FormInput.php (1.58): backout param method changes 2004-06-02 15:56 purestorm * form/nodes/OptionListFormInput.php (1.8): Fixing Bugin OptionSelectFormInput Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-02 12:45 purestorm * validators/MaxLengthValidator.php (1.2), validators/MinLengthValidator.php (1.8): These validators work for arrays, now, too. 2004-06-02 11:05 purestorm * form/Form.php (1.44), form/nodes/ErrorNode.php (1.15), form/nodes/MultiSelectFormInput.php (1.6), form/nodes/SelectFormInput.php (1.8), form/resources/css/form.css (1.28): removing color, fonts and such from form.css and fixing ErrorNode 2004-06-02 02:30 bondu * validators/ImageSizeUploadValidator.php (1.2): height and width were backwards 2004-06-01 21:45 bondu * filters/ExtFilter.php (1.1): returns everything after the last . (gets the file extension) Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-01 19:17 bondu * validators/lang/Strings.en.xml (1.7): added clearer text for validator errors Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-01 19:17 bondu * validators/ImageSizeUploadValidator.php (1.1): validator to check image size Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-01 19:14 bondu * validators/FileUploadMimeTypeValidator.php (1.3): only check mime type if there is a file Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-01 18:49 bondu * form/FormInput.php (1.57), form/nodes/FileUploadFormInput.php (1.17): File uploads were not working. Added param to override input method per form input.Added param method=files for FileUploadFormInput Issue number: Obtained from: Submitted by: Reviewed by: 2004-06-01 13:59 purestorm * storage/Storage.php (1.32): Storage/ => storage/ 2004-06-01 13:08 openface * validators/EmailValidator.php (1.9): now checks for ipv6 addresses 2004-06-01 12:21 purestorm * storage/Criteria.php (1.1), storage/EntityInfo.php (1.14), storage/EntitySet.php (1.2), storage/Storage.php (1.31), storage/StorageBroker.php (1.3), storage/build.xml (1.6), storage/drivers/MySQLStorage.php (1.2), storage/drivers/SQLStorage.php (1.2): Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-31 19:24 jcmichel * storage/EntityInfo.php (1.13): new static version 2004-05-31 18:45 purestorm * storage/EntitySet.php (1.1), storage/Storage.php (1.30), storage/StorageBroker.php (1.2): Starting Storage::retrieveEntities() and EntitySet. 2004-05-31 18:05 purestorm * storage/Entity.php (1.23), storage/Storage.php (1.29), storage/StorageBroker.php (1.1), storage/drivers/MySQLStorage.php (1.1), storage/drivers/SQLStorage.php (1.1): Fresh Storage classes, right out of the editor. 2004-05-31 17:45 purestorm * storage/Entity.php (1.22), storage/EntityInfo.php (1.12), storage/SQLStorage.php (1.12), storage/Storage.php (1.28), storage/build.xml (1.5), storage/metabaseSQLStorage.php (1.4), storage/mysqlSQLStorage.php (1.5): Cleaning out things for a fresh restart. Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-31 13:39 openface * table/docs/book/en/build.properties (1.1), table/docs/book/en/build.xml (1.1), table/docs/book/en/table.book.xml (1.1), table/docs/book/en/chapters/About.html (1.1), table/docs/book/en/chapters/Future.html (1.1), table/docs/book/en/chapters/Introduction.html (1.1), table/docs/book/en/chapters/Problems.html (1.1), table/docs/book/en/chapters/Synopsis.html (1.1), table/docs/book/en/css/Documentation.css (1.1), table/docs/book/en/resources/README.txt (1.1): committing initial table docs 2004-05-31 07:04 jcmichel * node/Resources.php (1.9): patch for empty resources 2004-05-30 13:46 openface * filters/CapFirstFilter.php (1.1), filters/EncodeEntitiesFilter.php (1.6), filters/Filter.php (1.9), filters/MD5Filter.php (1.3), filters/MaxLength.php (1.6), filters/MaxLengthFilter.php (1.1), filters/Trim.php (1.6), filters/TrimFilter.php (1.1), filters/UCWords.php (1.6): filter updates 2004-05-30 07:03 purestorm * exception/Exception.php (1.19): Fixing debug backtrace printing error. Now, the right parameters are displayed. 2004-05-29 14:07 openface * table/PagedTable.php (1.9): pagination fixes 2004-05-28 14:29 purestorm * validators/docs/book/en/build.properties (1.1), validators/docs/book/en/build.xml (1.1), validators/docs/book/en/validators.book.xml (1.1), validators/docs/book/en/chapters/About.html (1.1), validators/docs/book/en/chapters/Future.html (1.1), validators/docs/book/en/chapters/Introduction.html (1.1), validators/docs/book/en/chapters/Problems.html (1.1), validators/docs/book/en/chapters/Synopsis.html (1.1), validators/docs/book/en/css/Documentation.css (1.1), validators/docs/book/en/export/multipage/index.html (1.1), validators/docs/book/en/export/multipage/chapters/About.html (1.1), validators/docs/book/en/export/multipage/chapters/Future.html (1.1), validators/docs/book/en/export/multipage/chapters/Introduction.html (1.1), validators/docs/book/en/export/multipage/chapters/Problems.html (1.1), validators/docs/book/en/export/multipage/chapters/Synopsis.html (1.1), validators/docs/book/en/export/multipage/css/Documentation.css (1.1), validators/docs/book/en/export/multipage/resources/README.txt (1.1), validators/docs/book/en/export/singlepage/validators.html (1.1), validators/docs/book/en/export/singlepage/css/Documentation.css (1.1), validators/docs/book/en/export/singlepage/resources/README.txt (1.1), validators/docs/book/en/resources/README.txt (1.1): Some Validator documentation. 2004-05-28 08:20 purestorm * log/docs/book/en/chapters/Introduction.html (1.5), log/docs/book/en/chapters/Synopsis.html (1.6): Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-28 08:17 purestorm * filters/docs/book/en/build.properties (1.1), filters/docs/book/en/build.xml (1.1), filters/docs/book/en/filters.book.xml (1.1), filters/docs/book/en/chapters/About.html (1.1), filters/docs/book/en/chapters/Future.html (1.1), filters/docs/book/en/chapters/Introduction.html (1.1), filters/docs/book/en/chapters/Problems.html (1.1), filters/docs/book/en/chapters/Synopsis.html (1.1), filters/docs/book/en/css/Documentation.css (1.1), filters/docs/book/en/resources/README.txt (1.1): Checking documentation ... 2004-05-28 08:13 purestorm * exception/docs/book/en/chapters/About.html (1.3), exception/docs/book/en/chapters/Introduction.html (1.3), exception/docs/book/en/chapters/Problems.html (1.3), exception/docs/book/en/chapters/Synopsis.html (1.3): Updating documentation. Issue number: 288 Obtained from: Submitted by: Reviewed by: 2004-05-28 08:09 purestorm * exception/Exception.php (1.18), init/functions.php (1.36): Moving the functions to Exception.php Issue number: 287 Obtained from: Submitted by: Reviewed by: 2004-05-28 06:32 purestorm * init/Init.php (1.65): This was a minor copy/and paste issue. Fixing... Issue number: 268 Submitted by: purestorm 2004-05-27 16:38 openface * debug/docs/book/en/chapters/About.html (1.2), debug/docs/book/en/chapters/Future.html (1.2), debug/docs/book/en/chapters/Introduction.html (1.2), debug/docs/book/en/chapters/Problems.html (1.2), debug/docs/book/en/chapters/Synopsis.html (1.2): minor tweaks to docs 2004-05-27 16:27 openface * log/Log.php (1.33), log/loggers/FileLogger.php (1.7): fixed issue with fileLogger not shutting down 2004-05-27 14:45 purestorm * form/Form.php (1.43), form/FormInput.php (1.56), form/nodes/HintNode.php (1.15), form/nodes/SubmitFormInput.php (1.9), init/Init.php (1.63), node/Node.php (1.111), node/docs/book/en/chapters/Timer.html (1.10), validators/IntegerValidator.php (1.9), validators/MinLengthValidator.php (1.7), validators/lang/Strings.en.xml (1.6): Small changes... Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-26 12:39 openface * table/tpl/PagedTable.tpl (1.8), table/tpl/Table.tpl (1.12): implementing resources for table 2004-05-26 12:37 openface * form/nodes/tpl/CalendarFormInput.tpl (1.16), form/nodes/tpl/ColorPickerFormInput.tpl (1.21), form/nodes/tpl/HTMLAreaFormInput.tpl (1.11), form/nodes/tpl/HTMLEditFormInput.tpl (1.6), form/tpl/Form.tpl (1.27): implementing resources for form 2004-05-25 19:11 openface * env/Client.php (1.31): phpdoc typos 2004-05-25 19:07 openface * env/Client.php (1.30): getters for client.php 2004-05-25 14:10 purestorm * event/Event.php (1.1), event/build.xml (1.1): Checking in changed Event from r2. Examples will follow later on. 2004-05-25 11:08 openface * init/Init.php (1.61): headers sent by Init 2004-05-25 07:07 purestorm * env/Client.php (1.28): Added getIp method Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-24 23:41 openface * debug/Debug.php (1.52), debug/lang/Strings.en.xml (1.12), debug/tpl/Debug.tpl (1.24), debug/tpl/DeclaredClasses.tpl (1.1), debug/tpl/HTTPHeaders.tpl (1.2): debug optimizations 2004-05-24 22:25 openface * debug/Debug.php (1.51), debug/lang/Strings.en.xml (1.11), debug/tpl/Debug.tpl (1.23), debug/tpl/HTTPHeaders.tpl (1.1): adding HTTPHeaders to debug 2004-05-24 13:40 openface * node/Resources.php (1.7): phpdoc fixes 2004-05-24 13:38 openface * debug/DebugLogObserver.php (1.3): dont need this 2004-05-24 12:29 openface * env/docs/book/en/env.book.xml (1.2), env/docs/book/en/chapters/Client.html (1.1), env/docs/book/en/chapters/Introduction.html (1.3), env/docs/book/en/chapters/Request.html (1.1), env/docs/book/en/chapters/Session.html (1.1), env/docs/book/en/chapters/URI.html (1.1): adding chapters for each env class 2004-05-24 07:00 purestorm * smarty-plugins/modifier.sprintf.php (1.1): Real sprintf() for Smarty... 2004-05-23 20:05 openface * form/Form.php (1.42), table/Table.php (1.31): addChild and addChildren are now public 2004-05-23 20:05 openface * node/Node.php (1.110), node/Resources.php (1.6): implementing Resources.php 2004-05-23 19:46 openface * node/docs/book/en/node.book.xml (1.10), node/docs/book/en/chapters/Resources.html (1.1): adding resources to docs 2004-05-23 18:38 purestorm * form/nodes/ActionButtonsFormInput.php (1.1), form/nodes/tpl/ActionButtonsFormInput.tpl (1.1): Adding a FormInput you can use to display a field of submit buttons. You can assign an action an a title to all of them using a section "actions" in the Node definition's parameters that contains key => value pairs via properties. Use the action name "_reset" to create a reset button. 2004-05-22 18:21 jcmichel * node/docs/book/en/chapters/NodeDefinition.html (1.12): updated 2004-05-22 07:15 purestorm * env/Request.php (1.7): Request::getStringVar() did not work. Sorry for breaking freeze again. Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-19 16:54 purestorm * exception/docs/book/en/chapters/About.html (1.2), exception/docs/book/en/chapters/Future.html (1.2), exception/docs/book/en/chapters/Introduction.html (1.2), exception/docs/book/en/chapters/Problems.html (1.2), exception/docs/book/en/chapters/Synopsis.html (1.2): Checking in documentation for Exception. This needs lots of polishing before a real release. Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-17 17:25 purestorm * validators/MaxLengthValidator.php (1.1): Breaking freeze because this essential class is missing. Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-12 14:07 openface * exception/Exception.php (1.17): backtrace handles having no args now 2004-05-12 11:28 openface * exception/Exception.php (1.15): exception revisions 2004-05-12 11:21 openface * exception/Exception.php (1.14): revisions 2004-05-12 10:15 openface * init/functions.php (1.34), exception/Exception.php (1.12): adding ExceptionDumping 2004-05-12 09:46 openface * exception/docs/book/en/build.properties (1.1), exception/docs/book/en/build.xml (1.1), exception/docs/book/en/exception.book.xml (1.1), exception/docs/book/en/chapters/About.html (1.1), exception/docs/book/en/chapters/Future.html (1.1), exception/docs/book/en/chapters/Introduction.html (1.1), exception/docs/book/en/chapters/Problems.html (1.1), exception/docs/book/en/chapters/References.html (1.1), exception/docs/book/en/chapters/Synopsis.html (1.1), exception/docs/book/en/css/Documentation.css (1.1), exception/docs/book/en/resources/README.txt (1.1): adding skeleton docs to exception pkg 2004-05-11 15:10 openface * env/Request.php (1.6): typo fix 2004-05-11 13:30 purestorm * node/docs/book/en/chapters/Problems.html (1.3): Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-11 13:09 purestorm * debug/docs/book/en/build.properties (1.1), debug/docs/book/en/build.xml (1.1), debug/docs/book/en/debug.book.xml (1.1), debug/docs/book/en/chapters/About.html (1.1), debug/docs/book/en/chapters/Future.html (1.1), debug/docs/book/en/chapters/Introduction.html (1.1), debug/docs/book/en/chapters/Problems.html (1.1), debug/docs/book/en/chapters/Synopsis.html (1.1), debug/docs/book/en/css/Documentation.css (1.1), debug/docs/book/en/css/ToC.css (1.1), debug/docs/book/en/resources/README.txt (1.1): Checking in first version of binarycloud-debug's information. This is part of the auditing process. Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-11 12:03 purestorm * init/Init.php (1.60), init/Timer.php (1.3), init/binarycloud.php (1.23), init/functions.php (1.33), env/Request.php (1.5), env/Session.php (1.22), env/URI.php (1.14), env/docs/book/en/chapters/Synopsis.html (1.3): Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-10 18:58 openface * creole/CreoleTypes.php (1.3), creole/DataTruncation.php (1.3), creole/IdGenerator.php (1.4), creole/PreparedStatement.php (1.5), creole/SQLException.php (1.4), creole/SQLWarning.php (1.3), creole/Statement.php (1.5), creole/drivers/mysql/MySQLConnection.php (1.4), creole/drivers/mysql/MySQLIdGenerator.php (1.5), creole/drivers/mysql/MySQLPreparedStatement.php (1.3), creole/drivers/mysql/MySQLResultSet.php (1.5), creole/drivers/mysql/MySQLTypes.php (1.3), creole/drivers/mysql/metadata/MySQLDatabaseInfo.php (1.4), creole/drivers/mysql/metadata/MySQLTableInfo.php (1.4): adding closing tags. 2004-05-08 14:14 openface * env/Client.php (1.27): client::redirect now detects how to redirect 2004-05-08 14:13 openface * init/Init.php (1.59): do not assume an exit on shutdown 2004-05-08 13:11 openface * env/Client.php (1.25): adding Shutdown call before client redirect 2004-05-08 09:00 openface * debug/tpl/Debug.tpl (1.21), debug/tpl/LogMessages.tpl (1.2): adding colors to debug log levels 2004-05-06 12:38 openface * log/docs/book/en/log.book.xml (1.6), log/docs/book/en/chapters/Introduction.html (1.4), log/docs/book/en/chapters/Loggers.html (1.1), log/docs/book/en/chapters/Synopsis.html (1.4): more log docs 2004-05-05 19:32 purestorm * env/docs/book/en/chapters/About.html (1.2), env/docs/book/en/chapters/Introduction.html (1.2), env/docs/book/en/chapters/Problems.html (1.2), env/docs/book/en/chapters/Synopsis.html (1.2), env/docs/book/en/css/Documentation.css (1.2): Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-05 18:19 purestorm * auth/docs/book/en/resources/README.txt (1.1), auth/docs/book/en/auth.book.xml (1.4), auth/docs/book/en/chapters/About.html (1.6), auth/docs/book/en/chapters/Authentication.html (1.5), auth/docs/book/en/css/Documentation.css (1.2): Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-05 18:12 purestorm * init/docs/book/en/init.book.xml (1.2), init/docs/book/en/chapters/About.html (1.5), init/docs/book/en/chapters/Future.html (1.4), init/docs/book/en/chapters/Introduction.html (1.5), init/docs/book/en/chapters/Problems.html (1.4), init/docs/book/en/chapters/Synopsis.html (1.4), init/docs/book/en/css/Documentation.css (1.2), init/docs/book/en/resources/images/layer_diagram.png (1.1): Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-05 14:20 purestorm * conf/docs/book/en/chapters/Future.html (1.3), conf/docs/book/en/chapters/Problems.html (1.3): Issue number: 263 Obtained from: Submitted by: Reviewed by: 2004-05-05 14:15 purestorm * conf/Conf.php (1.17): Very minor API doc changes. Issue number: 261 Obtained from: Submitted by: Reviewed by: 2004-05-05 14:08 purestorm * conf/docs/book/en/chapters/Files.html (1.6), conf/docs/book/en/chapters/Future.html (1.2), conf/docs/book/en/chapters/Introduction.html (1.7), conf/docs/book/en/chapters/Problems.html (1.2), conf/docs/book/en/chapters/Synopsis.html (1.2): And again some changes in conf documentation. Issue number: 263 Obtained from: Submitted by: Reviewed by: 2004-05-05 13:46 openface * form/resources/js/form.js (1.10), form/resources/js/tooltip.js (1.7), form/nodes/tpl/HintNode.tpl (1.11): moving tooltip js into form.js 2004-05-05 13:38 jcmichel * init/Init.php (1.58): add steps to Log 2004-05-04 17:25 turing * bootstrap/build-project.xml (1.3): http://binarycloud.tigris.org/issues/show_bug.cgi?id=281 Issue number: Obtained from: Submitted by: Reviewed by: 2004-05-03 19:54 jcmichel * storage/SQLStorage.php (1.11), storage/Storage.php (1.27): storage recursion fixed 2004-05-02 22:04 openface * log/Log.php (1.30), log/loggers/EchoLogger.php (1.6), log/loggers/FileLogger.php (1.6), log/loggers/JavascriptLogger.php (1.6), log/loggers/MailLogger.php (1.6): debug levels now readable by loggers methods 2004-05-02 21:54 openface * log/Log.php (1.29), log/loggers/EchoLogger.php (1.5), log/loggers/FileLogger.php (1.5), log/loggers/JavascriptLogger.php (1.5), log/loggers/MailLogger.php (1.5): bug fixes to loggers 2004-05-01 23:32 openface * debug/Debug.php (1.49), debug/tpl/BrowserInfo.tpl (1.1), debug/tpl/Debug.tpl (1.20): Adding get_browser info to debug, requires browsecap.ini on server 2004-05-01 23:21 openface * env/Browser.php (1.2): ack, dont need this afterall 2004-05-01 23:16 openface * env/Browser.php (1.1): adding env/Browser.php 2004-05-01 22:51 openface * env/Client.php (1.24), debug/Debug.php (1.47): Client.php cleanup, slightly 2004-05-01 22:19 openface * log/Log.php (1.26), log/Logger.php (1.3), log/build.xml (1.10), log/docs/book/en/build.properties (1.3), log/docs/book/en/build.xml (1.3), log/docs/book/en/log.book.xml (1.5), log/docs/book/en/chapters/About.html (1.3), log/docs/book/en/chapters/Future.html (1.3), log/docs/book/en/chapters/Introduction.html (1.3), log/docs/book/en/chapters/Problems.html (1.3), log/docs/book/en/chapters/Synopsis.html (1.3), log/docs/book/en/css/Documentation.css (1.5), log/docs/book/en/css/NavBar.css (1.5), log/docs/book/en/css/Singlepage.css (1.5), log/docs/book/en/css/ToC.css (1.5), log/docs/book/en/resources/README.txt (1.5), log/loggers/EchoLogger.php (1.3), log/loggers/FileLogger.php (1.3), log/loggers/JavascriptLogger.php (1.3), log/loggers/MailLogger.php (1.3): damnit, accidently wiped this out 2004-05-01 22:13 openface * log/docs/book/en/build.properties (1.1), log/docs/book/en/build.xml (1.1), log/docs/book/en/log.book.xml (1.3), log/docs/book/en/chapters/About.html (1.1), log/docs/book/en/chapters/Future.html (1.1), log/docs/book/en/chapters/Introduction.html (1.1), log/docs/book/en/chapters/Problems.html (1.1), log/docs/book/en/chapters/Synopsis.html (1.1), log/docs/book/en/css/Documentation.css (1.3), log/docs/book/en/css/NavBar.css (1.3), log/docs/book/en/css/Singlepage.css (1.3), log/docs/book/en/css/ToC.css (1.3), log/docs/book/en/resources/README.txt (1.3): adding docs for log package 2004-05-01 22:03 openface * init/Init.php (1.57): replacing pear-log with new logging system =) 2004-05-01 15:27 openface * env/docs/book/en/build.properties (1.1), env/docs/book/en/build.xml (1.1), env/docs/book/en/env.book.xml (1.1), env/docs/book/en/chapters/About.html (1.1), env/docs/book/en/chapters/Future.html (1.1), env/docs/book/en/chapters/Introduction.html (1.1), env/docs/book/en/chapters/Problems.html (1.1), env/docs/book/en/chapters/Synopsis.html (1.1), env/docs/book/en/css/Documentation.css (1.1), env/docs/book/en/css/NavBar.css (1.1), env/docs/book/en/css/Singlepage.css (1.1), env/docs/book/en/css/ToC.css (1.1), env/docs/book/en/resources/README.txt (1.1): adding env docs 2004-05-01 15:18 openface * init/binarycloud.php (1.22): cleanup of binarycloud.php 2004-05-01 14:24 openface * auth/docs/book/en/chapters/Authorization.html (1.5), auth/docs/book/en/chapters/Theory.html (1.5): fixing links in auth docs 2004-05-01 14:01 openface * bootstrap/docs/book/en/chapters/Future.html (1.1), bootstrap/docs/book/en/chapters/Problems.html (1.1): updating bootstrap docs 2004-05-01 13:55 openface * conf/docs/book/en/build.properties (1.1), conf/docs/book/en/build.sh (1.2), conf/docs/book/en/build.xml (1.1), conf/docs/book/en/conf.book.xml (1.5), conf/docs/book/en/chapters/Future.html (1.1), conf/docs/book/en/chapters/Problems.html (1.1), conf/docs/book/en/chapters/Synopsis.html (1.1), conf/docs/book/en/chapters/Usage.html (1.9): updating conf docs 2004-05-01 13:49 openface * node/docs/book/en/node.book.xml (1.9), node/docs/book/en/chapters/Future.html (1.1), node/docs/book/en/chapters/Introduction.html (1.9), node/docs/book/en/chapters/NodeHowto.html (1.6), node/docs/book/en/chapters/Problems.html (1.1), node/docs/book/en/chapters/Resource.html (1.12), node/docs/book/en/chapters/Synopsis.html (1.1): updating node doc struct 2004-05-01 13:34 openface * init/docs/book/en/build.properties (1.2), init/docs/book/en/build.xml (1.2), init/docs/book/en/init.book.xml (1.1), init/docs/book/en/project.book.xml (1.2), init/docs/book/en/chapters/About.html (1.2), init/docs/book/en/chapters/Future.html (1.2), init/docs/book/en/chapters/Introduction.html (1.2), init/docs/book/en/chapters/Problems.html (1.2), init/docs/book/en/chapters/Synopsis.html (1.2): renaming project to init in docs for now 2004-05-01 13:28 openface * init/docs/book/en/build.properties (1.1), init/docs/book/en/build.sh (1.2), init/docs/book/en/build.xml (1.1): replacing build.sh for build.xml in init/project docs 2004-05-01 13:26 openface * init/docs/book/en/build.sh (1.1), init/docs/book/en/project.book.xml (1.1), init/docs/book/en/chapters/About.html (1.1), init/docs/book/en/chapters/Future.html (1.1), init/docs/book/en/chapters/Introduction.html (1.1), init/docs/book/en/chapters/Problems.html (1.1), init/docs/book/en/chapters/Synopsis.html (1.1), init/docs/book/en/css/Documentation.css (1.1), init/docs/book/en/css/NavBar.css (1.1), init/docs/book/en/css/Singlepage.css (1.1), init/docs/book/en/css/ToC.css (1.1), init/docs/book/en/resources/README.txt (1.1): adding skeleton docs to init/project 2004-04-29 17:20 openface * node/Node.php (1.108): Node now redirects to login_redirect_url on perm denied 2004-04-29 15:10 openface * init/Init.php (1.56): added Debug to Shutdown 2004-04-26 02:20 openface * LICENSE (1.1): Adding LGPL license, its almost release time ;) 2004-04-26 01:39 openface * node/Node.php (1.107): auto_authorize renamed to enable_authorize 2004-04-26 01:39 openface * init/Init.php (1.55): _authorizeUri redirects to login uri if configured 2004-04-25 22:59 openface * smarty-plugins/build.xml (1.4), smarty-plugins/calendar.tpl (1.2), smarty-plugins/function.calendar.php (1.2), smarty-plugins/resource.calendar.php (1.2): removing junk calendar 2004-04-24 18:13 purestorm * storage/Entity.php (1.20), storage/EntityInfo.php (1.11), storage/Storage.php (1.26) (utags: r3-alpha1): Just changing some API folds. 2004-04-22 14:32 openface * debug/Debug.php (1.45, r3-alpha1), debug/DebugLogObserver.php (1.1), debug/lang/Strings.en.xml (1.8, r3-alpha1), debug/tpl/Debug.tpl (1.18, r3-alpha1), init/Init.php (1.54, r3-alpha1): adding debug observer for pear::log 2004-04-22 11:29 purestorm * auth/Perm.php (1.17, r3-alpha1), auth/User.php (1.8, r3-alpha1), auth/authorizers/NdfAuthorizer.php (1.1), auth/authorizers/URIAuthorizer.php (1.17), auth/xml/perm2sql.xsl (1.4, r3-alpha1), creole/Connection.php (1.8, r3-alpha1), env/Request.php (1.4, r3-alpha1), env/URI.php (1.13, r3-alpha1), init/Init.php (1.53), node/Node.php (1.106, r3-alpha1), table/resources/css/table.css (1.6, r3-alpha1), table/tpl/Table.tpl (1.10), table/tpl/TableRow.tpl (1.5), validators/NotVoidValidator.php (1.12, r3-alpha1), validators/Validator.php (1.15, r3-alpha1): Perm revisions. 2004-04-22 10:51 purestorm * auth/authorizers/URIAuthorizer.php (1.16), env/URI.php (1.12): Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-21 22:56 openface * table/PagedTable.php (1.8), table/Table.php (1.30) (utags: r3-alpha1): now uses params, sorting should work now 2004-04-21 11:34 purestorm * auth/xml/role2sql.xsl (1.3, r3-alpha1): Committing new version of Perm utils. Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-21 11:01 purestorm * auth/xml/perm2sql.xsl (1.3): Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-21 10:53 purestorm * auth/xml/Guest.role.xml (1.2), auth/xml/Public.role.xml (1.2), auth/xml/PublicUris.policy.xml (1.2), auth/xml/Test.perm.xml (1.2), auth/xml/merge-all.xsl (1.3, r3-alpha1), auth/xml/merged.xml (1.2), auth/xml/out.sql (1.2), auth/xml/policy2ary.xsl (1.2), auth/xml/role2ary.xsl (1.2), auth/xml/role2php.xsl (1.2), auth/xml/testxsl.sh (1.4): Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-19 15:23 purestorm * debug/tpl/ClientInfo.tpl (1.6), debug/tpl/Configuration.tpl (1.7), debug/tpl/Constants.tpl (1.6), debug/tpl/DocRootTree.tpl (1.7), debug/tpl/ElapsedTime.tpl (1.6, r3-alpha1), debug/tpl/IncludedFiles.tpl (1.7), debug/tpl/ServerVars.tpl (1.7), debug/tpl/SmartyConsole.tpl (1.7, r3-alpha1), debug/tpl/UserInfo.tpl (1.6): Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-19 15:22 openface * bootstrap/build-project.xml (1.2), bootstrap/skel/build.xml (1.9), bootstrap/skel/app/top/build.xml (1.12), bootstrap/skel/app/top/tpl/Top.tpl (1.6), bootstrap/skel/conf/Log.conf.xml (1.5), bootstrap/skel/conf/Smarty.conf.xml (1.5) (utags: r3-alpha1): updating build.xmls 2004-04-18 21:08 openface * table/PagedTable.php (1.6), table/Table.php (1.28), table/TableHeader.php (1.4, r3-alpha1), table/tpl/TableHeader.tpl (1.5, r3-alpha1): added some rudimentary array sorting, perhaps this should be replaced by sorting from database with ORDER BY 2004-04-18 17:38 openface * table/PagedTable.php (1.5), table/Table.php (1.26): updated table 2004-04-18 16:52 openface * form/FormInput.php (1.55), form/nodes/ColorPickerFormInput.php (1.9), form/nodes/tpl/ColorPickerFormInput.tpl (1.20), form/resources/html/picker.html (1.1), form/resources/js/picker.js (1.1) (utags: r3-alpha1): new color picker 2004-04-18 15:21 openface * form/nodes/HintNode.php (1.14, r3-alpha1), form/nodes/tpl/HintNode.tpl (1.10, r3-alpha1), form/resources/css/form.css (1.25), form/resources/js/tooltip.js (1.6, r3-alpha1): again, a new tooltip 2004-04-18 04:43 openface * form/nodes/HintNode.php (1.13), form/nodes/tpl/HintNode.tpl (1.9), form/resources/js/tooltip.js (1.5): pretty-er 2004-04-18 04:25 openface * form/resources/css/form.css (1.23), form/resources/images/hint.gif (1.5, r3-alpha1): mm some blue 2004-04-18 02:54 openface * form/nodes/tpl/HTMLEditFormInput.tpl (1.5, r3-alpha1), form/resources/css/form.css (1.19), form/tpl/ActionButtonFormComponent.tpl (1.2, r3-alpha1): tweaks mmmmm 2004-04-18 02:40 openface * form/resources/js/form.js (1.9, r3-alpha1), form/tpl/FormComponent.tpl (1.9), form/tpl/TextAreaFormComponent.tpl (1.7): adding onfocus behavior to labels 2004-04-17 21:43 openface * node/Resources.php (1.5): removing faulty resource system 2004-04-17 21:43 openface * form/Form.php (1.41, r3-alpha1), form/nodes/FileUploadFormInput.php (1.16, r3-alpha1), node/Node.php (1.105), node/Resources.php (1.4): renaming pathtostring to getUniqueID 2004-04-17 21:18 openface * node/xml/Node.ndf.xml (1.8), node/xml/node.dtd (1.4), node/xml/node2ary.xsl (1.21) (utags: r3-alpha1): removing owner from dtd 2004-04-17 21:13 openface * smarty-plugins/block.resource.php (1.18), smarty-plugins/function.outputresources.php (1.3), smarty-plugins/function.xslt.php (1.2, r3-alpha1), smarty-plugins/outputfilter.resources.php (1.3): removing faulty resource system 2004-04-17 21:12 openface * form/resources/js/tooltip.js (1.4): new tooltips 2004-04-17 21:12 openface * form/nodes/HintNode.php (1.11), form/nodes/tpl/CalendarFormInput.tpl (1.14), form/nodes/tpl/ColorPickerFormInput.tpl (1.19), form/nodes/tpl/HTMLAreaFormInput.tpl (1.10, r3-alpha1), form/nodes/tpl/HTMLEditFormInput.tpl (1.2), form/nodes/tpl/HintNode.tpl (1.6), form/tpl/Form.tpl (1.24): removing faulty resources 2004-04-17 16:54 jcmichel * form/FormInput.php (1.52): validate null checkboxes too 2004-04-17 15:38 purestorm * auth/xml/merge-all.xsl (1.2), auth/xml/merged.xml (1.1), auth/xml/perm2sql.xsl (1.2), auth/xml/role2sql.xsl (1.2), auth/xml/testxsl.sh (1.3): This should build correct SQL DDL and DML calls to create the data structure for the perm system in a RDBMS. Currently only tested with MySQL. Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-16 15:56 purestorm * auth/xml/Guest.role.xml (1.1), auth/xml/PolicyName.policy.xml (1.3), auth/xml/PolicyName2.policy.xml (1.2), auth/xml/Public.role.xml (1.1), auth/xml/PublicUris.policy.xml (1.1), auth/xml/RoleName.role.xml (1.3), auth/xml/Test.perm.xml (1.1), auth/xml/merge-all.xsl (1.1), auth/xml/out.sql (1.1), auth/xml/perm2sql.xsl (1.1), auth/xml/role2sql.xsl (1.1), auth/xml/testxsl.sh (1.2): Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-15 17:14 openface * form/nodes/HTMLEditFormInput.php (1.1, r3-alpha1), form/nodes/tpl/HTMLEditFormInput.tpl (1.1): adding HTML editor 2004-04-14 23:44 openface * form/resources/css/form.css (1.13), form/tpl/CheckBoxFormComponent.tpl (1.6), form/tpl/Form.tpl (1.23), form/tpl/FormComponent.tpl (1.6), form/tpl/SubmitFormComponent.tpl (1.2), form/tpl/TextAreaFormComponent.tpl (1.4): replacing table for floating DIVs 2004-04-13 19:10 jcmichel * form/Form.php (1.40), form/FormInput.php (1.51), form/nodes/tpl/ButtonFormInput.tpl (1.12, r3-alpha1), form/nodes/tpl/CalendarFormInput.tpl (1.12), form/nodes/tpl/CheckBoxFormInput.tpl (1.14, r3-alpha1), form/nodes/tpl/FileUploadFormInput.tpl (1.13, r3-alpha1), form/nodes/tpl/HTMLAreaFormInput.tpl (1.8), form/nodes/tpl/HiddenFormInput.tpl (1.10, r3-alpha1), form/nodes/tpl/ImageFormInput.tpl (1.12, r3-alpha1), form/nodes/tpl/OptionListFormInput.tpl (1.8), form/nodes/tpl/PasswordFormInput.tpl (1.12, r3-alpha1), form/nodes/tpl/ResetFormInput.tpl (1.13, r3-alpha1), form/nodes/tpl/SelectFormInput.tpl (1.13, r3-alpha1), form/nodes/tpl/SubmitFormInput.tpl (1.14, r3-alpha1), form/nodes/tpl/TextAreaFormInput.tpl (1.11, r3-alpha1), form/nodes/tpl/TextFormInput.tpl (1.11, r3-alpha1): issue 272 2004-04-12 12:21 purestorm * auth/xml/PolicyName.policy.xml (1.2), auth/xml/PolicyName2.policy.xml (1.1), auth/xml/RoleName.role.xml (1.2), auth/xml/policy2ary.xsl (1.1), auth/xml/role2ary.xsl (1.1), auth/xml/role2php.xsl (1.1), auth/xml/testxsl.sh (1.1): Committing XSL for compiling roles and policies to php arrays. Issue number: 232 Obtained from: Submitted by: Reviewed by: 2004-04-10 10:21 purestorm * form/FormComponent.php (1.12), form/build.xml (1.15, r3-alpha1), form/nodes/CaptionFormInput.php (1.6), form/nodes/CaptionNode.php (1.7), form/nodes/ErrorNode.php (1.14, r3-alpha1), form/nodes/tpl/ButtonFormInput.tpl (1.11), form/nodes/tpl/CalendarFormInput.tpl (1.11), form/nodes/tpl/CaptionFormInput.tpl (1.9), form/nodes/tpl/CaptionNode.tpl (1.3), form/nodes/tpl/CheckBoxFormInput.tpl (1.13), form/nodes/tpl/ColorPickerFormInput.tpl (1.16), form/nodes/tpl/FileUploadFormInput.tpl (1.12), form/nodes/tpl/HTMLAreaFormInput.tpl (1.7), form/nodes/tpl/HintNode.tpl (1.5), form/nodes/tpl/ImageFormInput.tpl (1.11), form/nodes/tpl/MultiSelectFormInput.tpl (1.3), form/nodes/tpl/OptionListFormInput.tpl (1.7), form/nodes/tpl/PasswordFormInput.tpl (1.11), form/nodes/tpl/ResetFormInput.tpl (1.12), form/nodes/tpl/SelectFormInput.tpl (1.12), form/nodes/tpl/SubmitFormInput.tpl (1.13), form/nodes/tpl/TextAreaFormInput.tpl (1.10), form/nodes/tpl/TextFormInput.tpl (1.10), form/resources/css/form.css (1.12), form/tpl/Form.tpl (1.21), form/tpl/FormComponent.tpl (1.5): Increasing w3c conformance. Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-09 07:27 purestorm * bootstrap/skel/app/top/build.xml (1.11): Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-08 13:56 purestorm * form/FormInput.php (1.50): Form::setErrors => Form::addErrors Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-05 04:20 openface * debug/Debug.php (1.42), debug/build.xml (1.17), debug/lang/Strings.en.xml (1.7), debug/lang/Strings.pl.xml (1.3, r3-alpha1), debug/resources/css/debug.css (1.4, r3-alpha1), debug/resources/images/debug_icon.gif (1.1, r3-alpha1), debug/tpl/ClientInfo.tpl (1.5), debug/tpl/Configuration.tpl (1.6), debug/tpl/Constants.tpl (1.5), debug/tpl/Debug.tpl (1.15), debug/tpl/DocRootTree.tpl (1.6), debug/tpl/ElapsedTime.tpl (1.5), debug/tpl/IncludedFiles.tpl (1.6), debug/tpl/ServerVars.tpl (1.6), debug/tpl/SmartyConsole.tpl (1.6), debug/tpl/UserInfo.tpl (1.5): debug is back 2004-04-04 17:04 purestorm * form/FormComponent.php (1.11), form/FormInput.php (1.49): Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-04 16:14 purestorm * form/Form.php (1.39): Polished up parameter to template var setting. Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-04 13:46 purestorm * form/Form.php (1.38): Form did not push ndf params to tpl. Now it does. Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-03 20:38 turing * auth/docs/book/en/chapters/About.html (1.4), auth/docs/book/en/chapters/Authentication.html (1.3), auth/docs/book/en/chapters/Authorization.html (1.3), auth/docs/book/en/chapters/Bibliography.html (1.3), auth/docs/book/en/chapters/Reference.html (1.3), auth/docs/book/en/chapters/Theory.html (1.3), bootstrap/docs/book/en/chapters/About.html (1.3), bootstrap/docs/book/en/chapters/Introduction.html (1.4), bootstrap/docs/book/en/chapters/Process.html (1.2), bootstrap/docs/book/en/chapters/Project.html (1.5), conf/docs/book/en/chapters/About.html (1.5), conf/docs/book/en/chapters/Files.html (1.4), conf/docs/book/en/chapters/Introduction.html (1.4), conf/docs/book/en/chapters/Usage.html (1.7), node/docs/book/en/chapters/About.html (1.2, r3-alpha1), node/docs/book/en/chapters/Introduction.html (1.8, r3-alpha1), node/docs/book/en/chapters/Node.html (1.20), node/docs/book/en/chapters/NodeDefinition.html (1.11, r3-alpha1), node/docs/book/en/chapters/NodeHowto.html (1.4), node/docs/book/en/chapters/Resource.html (1.10), node/docs/book/en/chapters/Template.html (1.12, r3-alpha1), node/docs/book/en/chapters/Timer.html (1.9, r3-alpha1), node/docs/book/en/chapters/TopNode.html (1.4, r3-alpha1): Updated and validated all documentation to XHTML 1.1 Tested the node book in docsite with the changes, looks good to me. _a Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-03 19:54 turing * auth/authorizers/URIAuthorizer.php (1.15): function uRIAuthorizer() { to function UriAuthorizer() { script isn't perfect :) Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-03 12:50 purestorm * auth/Auth.php (1.24, r3-alpha1), auth/Perm.php (1.15), auth/User.php (1.7), auth/authenticators/StorageAuthenticator.php (1.9, r3-alpha1), bootstrap/skel/app/top/Top.php (1.6, r3-alpha1), bootstrap/skel/htdocs/index.php (1.5, r3-alpha1), creole/Creole.php (1.4), creole/DriverManager.php (1.4, r3-alpha1), creole/IdGenerator.php (1.3, r3-alpha1), creole/drivers/mysql/MySQLIdGenerator.php (1.4, r3-alpha1), env/Client.php (1.22, r3-alpha1), env/Request.php (1.3), env/Session.php (1.21, r3-alpha1), env/URI.php (1.11), filters/Filter.php (1.8, r3-alpha1), init/Init.php (1.47), node/Node.php (1.102), node/Resources.php (1.3), node/Template.php (1.32), storage/EntityInfo.php (1.9), storage/Storage.php (1.24), unit_test/ErrorHandler.php (1.3, r3-alpha1), validators/Validator.php (1.14): Issue number: Obtained from: Submitted by: Reviewed by: 2004-04-03 11:46 purestorm * bootstrap/skel/app/top/build.xml (1.10), form/build.xml (1.14), form/tpl/Form.tpl (1.19), init/build.xml (1.14), table/build.xml (1.7), table/tpl/Table.tpl (1.8), unit_test/build.xml (1.10), unit_test/tpl/UnitTest.tpl (1.5, r3-alpha1): Done. Issue number: 266 Obtained from: Submitted by: Reviewed by: 2004-04-03 11:00 purestorm * auth/Auth.php (1.23), auth/Perm.php (1.14), auth/User.php (1.6), auth/authenticators/StorageAuthenticator.php (1.8), auth/authorizers/URIAuthorizer.php (1.14), auth/phing/filters/RoleCompilerFilter.php (1.8, r3-alpha1), auth/phing/parser/AuthConfAuthorizerEntryFilter.php (1.4, r3-alpha1), auth/phing/parser/AuthConfAuthorizersSectionFilter.php (1.6, r3-alpha1), auth/phing/parser/AuthConfFilter.php (1.6, r3-alpha1), auth/phing/parser/AuthConfRootFilter.php (1.6, r3-alpha1), auth/phing/parser/DumbFilter.php (1.4, r3-alpha1), auth/phing/parser/PolicyFilter.php (1.6, r3-alpha1), auth/phing/parser/PolicyResourceFilter.php (1.7, r3-alpha1), auth/phing/parser/PolicyResourceTypeFilter.php (1.4, r3-alpha1), auth/phing/parser/PolicyRootFilter.php (1.7, r3-alpha1), auth/phing/parser/RoleDescriptionFilter.php (1.4, r3-alpha1), auth/phing/parser/RoleFilter.php (1.6, r3-alpha1), auth/phing/parser/RolePolicyImportFilter.php (1.6, r3-alpha1), auth/phing/parser/RoleRootFilter.php (1.7, r3-alpha1), auth/phing/tasks/RoleCompilerTask.php (1.8, r3-alpha1), auth/tests/BcAuthTestSuite.php (1.6, r3-alpha1), auth/tests/PermTestCase.php (1.9, r3-alpha1), conf/Conf.php (1.16, r3-alpha1), creole/Connection.php (1.7), creole/Creole.php (1.3), creole/CreoleTypes.php (1.2, r3-alpha1), creole/DataTruncation.php (1.2, r3-alpha1), creole/DriverManager.php (1.3), creole/IdGenerator.php (1.2), creole/PreparedStatement.php (1.4, r3-alpha1), creole/ResultSet.php (1.5, r3-alpha1), creole/SQLException.php (1.3, r3-alpha1), creole/SQLWarning.php (1.2, r3-alpha1), creole/Statement.php (1.4, r3-alpha1), creole/drivers/mysql/MySQLConnection.php (1.3, r3-alpha1), creole/drivers/mysql/MySQLIdGenerator.php (1.3), creole/drivers/mysql/MySQLPreparedStatement.php (1.2, r3-alpha1), creole/drivers/mysql/MySQLResultSet.php (1.4, r3-alpha1), creole/drivers/mysql/MySQLTypes.php (1.2, r3-alpha1), creole/drivers/mysql/metadata/MySQLDatabaseInfo.php (1.3, r3-alpha1), creole/drivers/mysql/metadata/MySQLTableInfo.php (1.3, r3-alpha1), creole/metadata/ColumnInfo.php (1.2, r3-alpha1), creole/metadata/DatabaseInfo.php (1.3, r3-alpha1), creole/metadata/ForeignKeyInfo.php (1.2, r3-alpha1), creole/metadata/IndexInfo.php (1.2, r3-alpha1), creole/metadata/PrimaryKeyInfo.php (1.2, r3-alpha1), creole/metadata/TableInfo.php (1.3, r3-alpha1), creole/util/Blob.php (1.3, r3-alpha1), creole/util/Clob.php (1.3, r3-alpha1), creole/util/Lob.php (1.3, r3-alpha1), env/Client.php (1.21), env/Request.php (1.2), env/Session.php (1.20), env/URI.php (1.10), exception/Exception.php (1.10), filters/EncodeEntitiesFilter.php (1.5, r3-alpha1), filters/Filter.php (1.7), filters/MD5Filter.php (1.2, r3-alpha1), filters/MaxLength.php (1.5, r3-alpha1), filters/Trim.php (1.5, r3-alpha1), filters/UCWords.php (1.5, r3-alpha1), form/Form.php (1.37), form/FormComponent.php (1.10), form/FormInput.php (1.48), form/nodes/ButtonFormInput.php (1.5), form/nodes/CalendarFormInput.php (1.4, r3-alpha1), form/nodes/CaptionFormInput.php (1.5), form/nodes/CheckBoxFormInput.php (1.5, r3-alpha1), form/nodes/ColorPickerFormInput.php (1.8), form/nodes/ErrorNode.php (1.13), form/nodes/FileUploadFormInput.php (1.15), form/nodes/HTMLAreaFormInput.php (1.4, r3-alpha1), form/nodes/HiddenFormInput.php (1.6, r3-alpha1), form/nodes/HintNode.php (1.10), form/nodes/ImageFormInput.php (1.7, r3-alpha1), form/nodes/LabelFormInput.php (1.5, r3-alpha1), form/nodes/MultiSelectFormInput.php (1.5, r3-alpha1), form/nodes/OptionListFormInput.php (1.7, r3-alpha1), form/nodes/PasswordFormInput.php (1.5, r3-alpha1), form/nodes/ResetFormInput.php (1.5), form/nodes/SelectFormInput.php (1.7, r3-alpha1), form/nodes/SubmitFormInput.php (1.7), form/nodes/TextAreaFormInput.php (1.6, r3-alpha1), form/nodes/TextFormInput.php (1.5, r3-alpha1), init/Init.php (1.46), init/Timer.php (1.2, r3-alpha1), init/binarycloud.php (1.21, r3-alpha1), init/functions.php (1.32, r3-alpha1), locale/Locale.php (1.5, r3-alpha1), locale/phing/parser/LangStringFilter.php (1.2, r3-alpha1), locale/phing/parser/LangStringListFilter.php (1.2, r3-alpha1), locale/phing/parser/LangStringRootFilter.php (1.2, r3-alpha1), locale/phing/types/BcLangTokenReader.php (1.4, r3-alpha1), node/Node.php (1.101), node/Resources.php (1.2), node/Template.php (1.31), node/tests/BcNodeTestSuite.php (1.15, r3-alpha1), node/tests/NodeTestCase.php (1.16, r3-alpha1), node/tests/TemplateTestCase.php (1.5, r3-alpha1), node/tests/nodes/OwnerConceptTestNode.php (1.6, r3-alpha1), storage/Entity.php (1.18), storage/EntityInfo.php (1.8), storage/SQLStorage.php (1.10, r3-alpha1), storage/Storage.php (1.23), storage/metabaseSQLStorage.php (1.3, r3-alpha1), storage/mysqlSQLStorage.php (1.3), table/PagedTable.php (1.4), table/Table.php (1.25), table/TableHeader.php (1.3), table/TableRow.php (1.9, r3-alpha1), unit_test/Assertable.php (1.4, r3-alpha1), unit_test/ErrorHandler.php (1.2), unit_test/TestCase.php (1.3, r3-alpha1), unit_test/TestDetails.php (1.5, r3-alpha1), unit_test/TestResults.php (1.5, r3-alpha1), unit_test/TestSuite.php (1.3, r3-alpha1), unit_test/UnitTest.php (1.6, r3-alpha1), validators/AgeValidator.php (1.7, r3-alpha1), validators/AlphaCharsValidator.php (1.3, r3-alpha1), validators/ArrayValidator.php (1.8, r3-alpha1), validators/BlobValidator.php (1.8, r3-alpha1), validators/BooleanValidator.php (1.8, r3-alpha1), validators/CharsetValidator.php (1.8, r3-alpha1), validators/CountryValidator.php (1.8, r3-alpha1), validators/CreditCardNumberValidator.php (1.8, r3-alpha1), validators/CurrencyValidator.php (1.8, r3-alpha1), validators/DateTimeValidator.php (1.8, r3-alpha1), validators/DateValidator.php (1.8, r3-alpha1), validators/DecimalValidator.php (1.8, r3-alpha1), validators/EmailValidator.php (1.8, r3-alpha1), validators/FileUploadMimeTypeValidator.php (1.2, r3-alpha1), validators/FileUploadValidator.php (1.4, r3-alpha1), validators/FloatValidator.php (1.9, r3-alpha1), validators/IPAddressValidator.php (1.6, r3-alpha1), validators/IntegerValidator.php (1.8, r3-alpha1), validators/MaxValidator.php (1.10, r3-alpha1), validators/MinLengthValidator.php (1.6, r3-alpha1), validators/MinValidator.php (1.8, r3-alpha1), validators/NoCharEntitiesValidator.php (1.8, r3-alpha1), validators/NoLineBreaksValidator.php (1.8, r3-alpha1), validators/NoTagValidator.php (1.8, r3-alpha1), validators/NotNullValidator.php (1.8, r3-alpha1), validators/NotVoidValidator.php (1.8), validators/NullValidator.php (1.8, r3-alpha1), validators/NumericValidator.php (1.8, r3-alpha1), validators/ObjectValidator.php (1.8, r3-alpha1), validators/PasswordValidator.php (1.8, r3-alpha1), validators/PhoneNumberValidator.php (1.8, r3-alpha1), validators/PostalCodeValidator.php (1.9, r3-alpha1), validators/RegexValidator.php (1.10, r3-alpha1), validators/ResourceValidator.php (1.8, r3-alpha1), validators/ScalarValidator.php (1.8, r3-alpha1), validators/StringValidator.php (1.6, r3-alpha1), validators/TextValidator.php (1.6, r3-alpha1), validators/TimeValidator.php (1.8, r3-alpha1), validators/TimestampValidator.php (1.8, r3-alpha1), validators/UrlValidator.php (1.8, r3-alpha1), validators/UsStateValidator.php (1.8, r3-alpha1), validators/Validator.php (1.13), validators/ZipCodeValidator.php (1.8, r3-alpha1): Testsite builds with bc in java-style. Please use it, too when writing new code =) Issue number: 245 Obtained from: Submitted by: Reviewed by: 2004-04-01 13:44 openface * init/Init.php (1.42): adding ident changing to log calls 2004-04-01 12:43 openface * auth/Perm.php (1.13), auth/User.php (1.5), auth/authenticators/StorageAuthenticator.php (1.7), auth/authorizers/URIAuthorizer.php (1.13), conf/Conf.php (1.15), form/Form.php (1.36), form/FormComponent.php (1.9), form/FormInput.php (1.47), form/nodes/FileUploadFormInput.php (1.14), init/Init.php (1.40), init/functions.php (1.30), node/Node.php (1.100), smarty-plugins/block.resource.php (1.17), smarty-plugins/function.outputresources.php (1.2), smarty-plugins/outputfilter.resources.php (1.2): replacing log/debug with PEAR::Log 2004-04-01 12:42 openface * debug/Debug.php (1.41), debug/build.xml (1.16), debug/lang/Strings.en.xml (1.6), debug/lang/Strings.pl.xml (1.2), debug/resources/css/debug.css (1.3), debug/tpl/ClientInfo.tpl (1.4), debug/tpl/Configuration.tpl (1.5), debug/tpl/Constants.tpl (1.4), debug/tpl/Debug.tpl (1.14), debug/tpl/DocRootTree.tpl (1.5), debug/tpl/ElapsedTime.tpl (1.4), debug/tpl/IncludedFiles.tpl (1.5), debug/tpl/Messages.tpl (1.11), debug/tpl/ServerVars.tpl (1.5), debug/tpl/SmartyConsole.tpl (1.5), debug/tpl/UserInfo.tpl (1.4), log/Log.php (1.23), log/build.xml (1.7), log/docs/book/en/build.sh (1.3), log/docs/book/en/log.book.xml (1.2), log/docs/book/en/chapters/Configuration.html (1.2), log/docs/book/en/chapters/Examples.html (1.2), log/docs/book/en/chapters/Levels.html (1.2), log/docs/book/en/chapters/Overview.html (1.2), log/docs/book/en/css/Documentation.css (1.2), log/docs/book/en/css/NavBar.css (1.2), log/docs/book/en/css/Singlepage.css (1.2), log/docs/book/en/css/ToC.css (1.2), log/docs/book/en/resources/README.txt (1.2): removing 2004-03-29 22:35 openface * form/nodes/ButtonFormInput.php (1.4), form/nodes/CalendarFormInput.php (1.3), form/nodes/CaptionFormInput.php (1.4), form/nodes/CheckBoxFormInput.php (1.4), form/nodes/ColorPickerFormInput.php (1.7), form/nodes/ErrorNode.php (1.11), form/nodes/FileUploadFormInput.php (1.12), form/nodes/HTMLAreaFormInput.php (1.3), form/nodes/HiddenFormInput.php (1.5), form/nodes/HintFormInput.php (1.9), form/nodes/ImageFormInput.php (1.6), form/nodes/LabelFormInput.php (1.4), form/nodes/MultiSelectFormInput.php (1.4), form/nodes/OptionListFormInput.php (1.6), form/nodes/PasswordFormInput.php (1.4), form/nodes/ResetFormInput.php (1.4), form/nodes/SelectFormInput.php (1.6), form/nodes/SubmitFormInput.php (1.6), form/nodes/TextAreaFormInput.php (1.5), form/nodes/TextFormInput.php (1.4), form/tpl/CheckBoxFormComponent.tpl (1.5): phpdoc adds 2004-03-29 17:35 openface * node/Node.php (1.98), node/Template.php (1.27): back to single instance 2004-03-29 16:51 openface * debug/Debug.php (1.38), debug/tpl/Debug.tpl (1.11), init/Init.php (1.38): Debug is no longer a node 2004-03-28 12:24 jcmichel * form/nodes/ErrorFormInput.php (1.6), form/nodes/ErrorNode.php (1.7): Error renamed to ErrorNode 2004-03-28 06:02 purestorm * form/nodes/tpl/ErrorFormInput.tpl (1.11), form/tpl/Form.tpl (1.15): Making Error widgets work in FormComponent and directly in Form. Issue number: Obtained from: Submitted by: Reviewed by: 2004-03-28 04:57 purestorm * form/tpl/CheckBoxFormComponent.tpl (1.3): Now errors are printed correctly. Issue number: 268 Obtained from: Submitted by: Reviewed by: 2004-03-27 16:05 purestorm * form/Form.php (1.29), form/FormComponent.php (1.4), form/FormInput.php (1.30), form/nodes/ErrorFormInput.php (1.4), form/nodes/FileUploadFormInput.php (1.9), form/nodes/TextAreaFormInput.php (1.3), form/tpl/CheckBoxFormComponent.tpl (1.2), form/tpl/Form.tpl (1.14), form/tpl/FormComponent.tpl (1.2), form/tpl/TextAreaFormComponent.tpl (1.2), node/Node.php (1.95), node/Template.php (1.26): Committing changes to Node and related changes to Form: - There is no more code connected to the owner concept - FormComponent is a proxy for all calls from Form to the FormInputs and also for the calls back from FormInput to Form. Issue number: 262 Obtained from: Submitted by: Reviewed by: 2004-03-25 21:28 openface * node/Node.php (1.93, before-owner-removal), node/Template.php (1.25): mod for multiple template instances - WARNING: this broke resources 2004-03-25 12:47 openface * smarty-plugins/function.node.php (1.1): node smarty plugin 2004-03-24 14:13 openface * table/PagedTable.php (1.2), table/tpl/PagedTable.tpl (1.3): updates, not working yet 2004-03-24 12:29 jcmichel * node/xml/node2ary.xsl (1.19, before-owner-removal): added id in contains array 2004-03-24 11:20 openface * table/PagedTable.php (1.1), table/Table.php (1.20), table/TablePagination.php (1.2), table/tpl/PagedTable.tpl (1.1), table/tpl/TablePagination.tpl (1.2): pagedTable updates 2004-03-24 02:36 openface * table/Table.php (1.19), table/TableHeader.php (1.1), table/TableHeaderRow.php (1.2), table/tpl/Table.tpl (1.5), table/tpl/TableHeader.tpl (1.1), table/tpl/TableHeaderRow.tpl (1.6): updating table, incomplete 2004-03-23 21:30 jcmichel * form/Form.php (1.28, before-owner-removal), form/FormComponent.php (1.3, before-owner-removal), init/Init.php (1.34), node/Node.php (1.91), node/lang/Strings.en.xml (1.10): node ehancement 2004-03-23 06:35 andrus * bootstrap/skel/app/top/ndf/top.ndf.xml (1.5, r3-alpha1), node/tests/ndf/NodeInclude.ndf.xml (1.3, r3-alpha1), node/tests/ndf/NodeOwnerConceptTest.ndf.xml (1.3, r3-alpha1), node/tests/ndf/OwningNodeTest.ndf.xml (1.3, r3-alpha1), node/tests/ndf/colliding_nodeids_test.ndf.xml (1.3, r3-alpha1), node/tests/ndf/colliding_tplvars_test.ndf.xml (1.3, r3-alpha1), node/xml/Node.ndf.xml (1.7), node/xml/SimpleNode.ndf.xml (1.2, r3-alpha1), node/xml/node2ary.xsl (1.18), node/xml/node_include.xsl (1.12, r3-alpha1, before-owner-removal), node/xml/test-included.ndf.xml (1.3, r3-alpha1), node/xml/test-main.ndf.xml (1.2, r3-alpha1), unit_test/ndf/UnitTest.ndf.xml (1.6, r3-alpha1): children to contains change 2004-03-22 19:37 jcmichel * node/Node.php (1.90): children -> contains 2004-03-22 10:31 jcmichel * form/Form.php (1.27), form/FormComponent.php (1.2), form/FormInput.php (1.28), form/nodes/FileUploadFormInput.php (1.8): GetXID to PathTOString 2004-03-17 16:00 purestorm * auth/build.xml (1.8, r3-alpha1), bootstrap/skel/app/top/build.xml (1.9), conf/build.xml (1.9, r3-alpha1), creole/build.xml (1.2, r3-alpha1), debug/build.xml (1.15), env/build.xml (1.8, r3-alpha1), exception/build.xml (1.7, r3-alpha1), filters/build.xml (1.6, r3-alpha1), form/build.xml (1.13), init/build.xml (1.13), log/build.xml (1.6), metabase/build.xml (1.2, r3-alpha1), node/build.xml (1.15, r3-alpha1), smarty/build.xml (1.5, r3-alpha1), smarty-plugins/build.xml (1.3, r3-alpha1), table/build.xml (1.6), unit_test/build.xml (1.9), validators/build.xml (1.6, r3-alpha1): I added this behaviour by inserting a second token source before the one dependant on the parameter "${lang}". A quick test yields the correct result. Issue number: 234 Obtained from: Submitted by: Reviewed by: 2004-03-16 14:14 turing * node/docs/book/en/resources/README.txt (1.2), node/docs/book/en/resources/process-graphs/nodeGetNode.graffle (1.1, r3-alpha1), node/docs/book/en/resources/process-graphs/nodeInit.graffle (1.1, r3-alpha1), node/docs/book/en/resources/process-graphs/nodeMain.graffle (1.1, r3-alpha1): added node process graphs to docs 2004-03-14 15:27 jcmichel * storage/Entity.php (1.16), storage/SQLStorage.php (1.8), storage/Storage.php (1.21): get works 2004-03-14 13:45 purestorm * build.xml (1.15), auth/Auth.php (1.22), auth/Perm.php (1.10), auth/User.php (1.2), auth/authenticators/StorageAuthenticator.php (1.6), auth/tests/PermTestCase.php (1.8), conf/Conf.php (1.14), conf/docs/book/en/chapters/Usage.html (1.5), conf/lang/Strings.en.xml (1.5, r3-alpha1), creole/Creole.php (1.2), debug/Debug.php (1.35), init/Init.php (1.33), node/Template.php (1.24): Committing API changes to Conf and changes to the calling code. Issue number: 260 Obtained from: Submitted by: Reviewed by: 2004-03-10 11:30 openface * exception/Exception.php (1.9), init/functions.php (1.27): adding source context to exceptions 2004-03-08 01:17 openface * form/FormComponent.php (1.1), form/FormElement.php (1.15): renaming element to component 2004-03-08 01:16 openface * form/tpl/CheckBoxFormComponent.tpl (1.1), form/tpl/CheckBoxFormElement.tpl (1.13), form/tpl/Form.tpl (1.12), form/tpl/FormComponent.tpl (1.1), form/tpl/FormElement.tpl (1.12), form/tpl/SubmitFormElement.tpl (1.7), form/tpl/TextAreaFormComponent.tpl (1.1), form/tpl/SubmitFormComponent.tpl (1.1): renaming 2004-03-06 12:45 purestorm * conf/docs/book/en/conf.book.xml (1.2), conf/docs/book/en/chapters/About.html (1.1), conf/docs/book/en/chapters/Files.html (1.2), conf/docs/book/en/chapters/Introduction.html (1.2), conf/docs/book/en/chapters/Usage.html (1.4), conf/docs/book/en/css/Documentation.css (1.2, r3-alpha1), conf/docs/book/en/css/NavBar.css (1.2), conf/docs/book/en/css/Singlepage.css (1.2), conf/docs/book/en/css/ToC.css (1.2): Adding about chapter; Updating CSS, polishing up some texts, adding some information Issue number: 253 Obtained from: Submitted by: Reviewed by: 2004-03-04 10:23 purestorm * node/docs/book/en/chapters/Introduction.html (1.6), node/docs/book/en/chapters/Node.html (1.16), node/docs/book/en/chapters/NodeDefinition.html (1.8), node/docs/book/en/chapters/NodeHowto.html (1.2), node/docs/book/en/chapters/Resource.html (1.8), node/docs/book/en/chapters/Template.html (1.10), node/docs/book/en/chapters/Timer.html (1.7), node/docs/book/en/chapters/TopNode.html (1.2), node/docs/book/en/css/Documentation.css (1.5, r3-alpha1), node/docs/book/en/css/NavBar.css (1.2), node/docs/book/en/css/Singlepage.css (1.2), node/docs/book/en/css/ToC.css (1.2): Fixing docs... 2004-03-04 08:58 purestorm * phing/classes/phing/filters/EntityNumericToSymbol.php (1.1), phing/classes/phing/filters/EntitySymbolToNumeric.php (1.1), phing/classes/phing/filters/XsltFilter.php (1.3), phing/classes/phing/filters/util/xhtml.ent (1.1), phing/classes/phing/types/FilterChain.php (1.2) (utags: r3-alpha1): Adding html entity replacement filters for bc docs. Issue number: Obtained from: Submitted by: Reviewed by: 2004-03-03 14:35 openface * init/functions.php (1.26), exception/Exception.php (1.8): issue 256 2004-03-03 14:15 openface * exception/Exception.php (1.7), init/functions.php (1.25): issue 256 2004-03-03 13:53 purestorm * auth/Perm.php (1.9), auth/tests/PermTestCase.php (1.7): The API documentation has been corrected; Exception should be thrown at the correct places and they should be caught correctly. Issue number: 232 Obtained from: Submitted by: Reviewed by: 2004-03-02 16:11 purestorm * auth/tests/PermTestCase.php (1.6): Completed unit tests. Issue number: 232 Obtained from: Submitted by: Reviewed by: 2004-03-02 10:57 purestorm * doc-tools/xsl/Multipage.xsl (1.5, r3-alpha1): fixing multipage toc 2004-03-02 10:52 purestorm * doc-tools/bin/multipage.sh (1.4, r3-alpha1), doc-tools/bin/singlepage.sh (1.4, r3-alpha1), doc-tools/xsl/Multipage.xsl (1.4), doc-tools/xsl/Singlepage.xsl (1.4, r3-alpha1): Minor changes Issue number: Obtained from: Submitted by: Reviewed by: 2004-03-02 10:34 purestorm * doc-tools/xsl/ListChapters.xsl (1.5, r3-alpha1): Issue number: Obtained from: Submitted by: Reviewed by: 2004-03-01 13:18 purestorm * auth/Perm.php (1.8), auth/tests/BcAuthTestSuite.php (1.5), auth/tests/PermTestCase.php (1.5): Completing some unit tests and fixing Perm features. Issue number: 232 2004-02-27 17:38 openface * node/Node.php (1.85), node/Node.php (1.86): add check for missing template 2004-02-27 14:54 purestorm * doc-tools/xsl/ListChapters.xsl (1.4), doc-tools/xsl/Multipage.xsl (1.3), doc-tools/xsl/Singlepage.xsl (1.3), doc-tools/xsl/ToC_Indexer.xsl (1.3), doc-tools/bin/multipage.sh (1.3), doc-tools/bin/singlepage.sh (1.3), doc-tools/bin/pdf.sh (1.2, r3-alpha1): Issue number: Obtained from: Submitted by: Reviewed by: 2004-02-27 14:40 purestorm * auth/docs/book/en/auth.book.xml (1.1), auth/docs/book/en/build.sh (1.1, r3-alpha1), auth/docs/book/en/chapters/About.html (1.1), auth/docs/book/en/chapters/Authentication.html (1.1), auth/docs/book/en/chapters/Authorization.html (1.1), auth/docs/book/en/chapters/Bibliography.html (1.1), auth/docs/book/en/chapters/Reference.html (1.1), auth/docs/book/en/chapters/Theory.html (1.1), auth/docs/book/en/css/Documentation.css (1.1, r3-alpha1), auth/docs/book/en/css/ToC.css (1.1, r3-alpha1): Adding auth documentation - finally also in lang dir 2004-02-27 14:37 purestorm * auth/docs/book/auth.book.xml (1.2), auth/docs/book/build.sh (1.2): Issue number: Obtained from: Submitted by: Reviewed by: 2004-02-27 14:35 purestorm * auth/docs/book/auth.book.xml (1.1), auth/docs/book/build.sh (1.1): Adding initial docs for binarycloud-auth. 2004-02-27 14:29 purestorm * doc-tools/skel/en/css/Documentation.css (1.2), doc-tools/skel/en/css/NavBar.css (1.2), doc-tools/skel/en/css/Singlepage.css (1.2), doc-tools/skel/en/css/ToC.css (1.2) (utags: r3-alpha1): Checking in my changes to the XSL Issue number: 248 Obtained from: Submitted by: Reviewed by: 2004-02-27 14:14 jcmichel * init/functions.php (1.24): add relative path support 2004-02-26 12:17 openface * form/nodes/tpl/ButtonFormInput.tpl (1.10), form/nodes/tpl/CalendarFormInput.tpl (1.9), form/nodes/tpl/CheckBoxFormInput.tpl (1.12), form/nodes/tpl/ColorPickerFormInput.tpl (1.15), form/nodes/tpl/FileUploadFormInput.tpl (1.11), form/nodes/tpl/HTMLAreaFormInput.tpl (1.5), form/nodes/tpl/HintFormInput.tpl (1.16), form/nodes/tpl/ImageFormInput.tpl (1.10), form/nodes/tpl/MultiSelectFormInput.tpl (1.2), form/nodes/tpl/OptionListFormInput.tpl (1.6), form/nodes/tpl/PasswordFormInput.tpl (1.10), form/nodes/tpl/ResetFormInput.tpl (1.11), form/nodes/tpl/SelectFormInput.tpl (1.11), form/nodes/tpl/SortListFormInput.tpl (1.2), form/nodes/tpl/SubmitFormInput.tpl (1.12), form/nodes/tpl/TextAreaFormInput.tpl (1.9), form/nodes/tpl/TextFormInput.tpl (1.9): adding tabIndex to inputs 2004-02-26 11:32 openface * validators/FileUploadMimeTypeValidator.php (1.1), validators/lang/Strings.en.xml (1.4): adding mimetype file upload validator 2004-02-26 10:46 openface * form/nodes/FileUploadFormInput.php (1.7): formatting 2004-02-26 10:38 openface * form/nodes/OptionListFormInput.php (1.3), form/nodes/tpl/OptionListFormInput.tpl (1.5): updating optionlist 2004-02-25 14:03 openface * storage/Storage.php (1.18): datasource loading modification, now uses Driver = /path/to/storageDriver.php 2004-02-25 09:35 jcmichel * form/FormInput.php (1.27), form/nodes/FileUploadFormInput.php (1.6): issue 240: file upload 2004-02-24 16:25 openface * log/docs/book/en/build.sh (1.2): oops 2004-02-24 16:24 openface * log/docs/book/en/build.sh (1.1), log/docs/book/en/log.book.xml (1.1), log/docs/book/en/chapters/Configuration.html (1.1), log/docs/book/en/chapters/Examples.html (1.1), log/docs/book/en/chapters/Levels.html (1.1), log/docs/book/en/chapters/Overview.html (1.1), log/docs/book/en/css/Documentation.css (1.1), log/docs/book/en/css/NavBar.css (1.1), log/docs/book/en/css/Singlepage.css (1.1), log/docs/book/en/css/ToC.css (1.1), log/docs/book/en/resources/README.txt (1.1): committing log docs 2004-02-24 16:02 openface * node/docs/book/en/chapters/Resource.html (1.7): correcting html entities 2004-02-24 10:59 purestorm * auth/Perm.php (1.6), auth/tests/BcAuthTestSuite.php (1.4), auth/tests/PermTestCase.php (1.4): Adding first working revision of Perm, EntityAuthorizer and Article and a test suite for these classes. EntityAuthorizer and Article are to form a reference implementation of the binarycloud auth concept. Issue number: 232 Obtained from: Submitted by: Reviewed by: 2004-02-23 13:54 openface * form/nodes/MultiSelectFormInput.php (1.1), form/nodes/SelectFormInput.php (1.4), form/nodes/tpl/MultiSelectFormInput.tpl (1.1), form/nodes/tpl/SelectFormInput.tpl (1.10): adding multiselectforminput 2004-02-22 17:38 jcmichel * form/Form.php (1.26), form/FormInput.php (1.26): change in filter + validate 2004-02-22 17:38 jcmichel * node/Node.php (1.84), node/lang/Strings.en.xml (1.8): cleaning strings 2004-02-22 16:14 openface * form/nodes/ColorPickerFormInput.php (1.5), form/nodes/tpl/ColorPickerFormInput.tpl (1.14): new colorpicker 2004-02-22 14:46 openface * node/Node.php (1.83): adding SetTplObj method 2004-02-20 18:29 openface * form/nodes/SortListFormInput.php (1.1), form/nodes/tpl/SortListFormInput.tpl (1.1): adding 2004-02-20 17:16 openface * node/Node.php (1.82): typos 2004-02-20 17:06 turing * node/Node.php (1.80), node/docs/book/en/css/Documentation.css (1.4): Removed _SetupTemplate, moved code to _FetchTemplate.. Issue number: Obtained from: Submitted by: Reviewed by: 2004-02-20 15:28 openface * table/Table.php (1.16), table/TableHeaderRow.php (1.1), table/resources/css/table.css (1.2), table/tpl/TableHeaderRow.tpl (1.5): adding sorting feature to headerrow 2004-02-20 11:41 purestorm * auth/Perm.php (1.5), auth/tests/BcAuthTestSuite.php (1.3), auth/tests/PermTestCase.php (1.3): Added some tests Issue number: Obtained from: Submitted by: Reviewed by: 2004-02-20 11:26 purestorm * creole/Connection.php (1.6), creole/DriverManager.php (1.2), creole/PreparedStatement.php (1.3), creole/ResultSet.php (1.4), creole/Statement.php (1.3), creole/drivers/mysql/MySQLConnection.php (1.2), creole/drivers/mysql/MySQLResultSet.php (1.3), creole/drivers/mysql/metadata/MySQLDatabaseInfo.php (1.2), creole/drivers/mysql/metadata/MySQLTableInfo.php (1.2), creole/metadata/DatabaseInfo.php (1.2), creole/metadata/TableInfo.php (1.2), creole/util/Blob.php (1.2), creole/util/Clob.php (1.2), creole/util/Lob.php (1.2): Adding "return"s after "throw"s to emulate Exception behaviour in PHP 4 better. Issue number: Obtained from: Submitted by: Reviewed by: 2004-02-20 10:59 purestorm * creole/Connection.php (1.5), creole/ResultSet.php (1.3): Fixing small bug in ResultSet constructor. 2004-02-20 10:49 purestorm * creole/Connection.php (1.4), creole/drivers/mysql/MySQLIdGenerator.php (1.2): Fixing IdGenerator related problems. 2004-02-20 00:37 openface * init/Init.php (1.32): removing this 2004-02-19 23:58 openface * node/Node.php (1.78): useless var 2004-02-19 23:37 openface * smarty-plugins/block.resource.php (1.4): corrections 2004-02-19 16:57 purestorm * node/Node.php (1.77), node/tests/tpl/display_id.tpl (1.2, r3-alpha1), debug/Debug.php (1.33): Issue number: Obtained from: Submitted by: Reviewed by: 2004-02-19 12:20 purestorm * auth/tests/BcAuthTestSuite.php (1.1), auth/tests/PermTestCase.php (1.1): Committing tests 2004-02-19 10:42 purestorm * auth/Auth.php (1.20), auth/Perm.php (1.4), auth/build.xml (1.7): First draft of new Perm and tests. 2004-02-19 10:12 purestorm * creole/Connection.php (1.3), creole/IdGenerator.php (1.1), creole/drivers/mysql/MySQLIdGenerator.php (1.1): Checking in ID generator stuff. 2004-02-18 16:25 openface * bootstrap/skel/.cvsignore (1.1, r3-alpha1), bootstrap/skel/build.xml (1.7), bootstrap/skel/app/top/Top.php (1.5), bootstrap/skel/app/top/build.xml (1.8), bootstrap/skel/app/top/ndf/top.ndf.xml (1.4), bootstrap/skel/app/top/resources/css/.cvs (1.1, r3-alpha1), bootstrap/skel/app/top/resources/images/.cvs (1.1, r3-alpha1), bootstrap/skel/app/top/resources/js/.cvs (1.1, r3-alpha1), bootstrap/skel/app/top/tpl/Top.tpl (1.4), bootstrap/skel/conf/Auth.conf.xml (1.3), bootstrap/skel/conf/Common.conf.xml (1.4), bootstrap/skel/conf/Datasources.conf.xml (1.3), bootstrap/skel/conf/Debug.conf.xml (1.4, r3-alpha1), bootstrap/skel/conf/Log.conf.xml (1.3), bootstrap/skel/conf/Smarty.conf.xml (1.3), bootstrap/skel/htdocs/index.php (1.4), bootstrap/skel/policies/DefaultPolicy.policy.xml (1.1, r3-alpha1), bootstrap/skel/roles/DefaultRole.role.xml (1.1, r3-alpha1): adding updated bootstrap skel dir 2004-02-18 16:06 openface * bootstrap/skel/build.xml (1.6), bootstrap/skel/app/top/Top.php (1.4), bootstrap/skel/app/top/build.xml (1.7), bootstrap/skel/app/top/ndf/top.ndf.xml (1.3), bootstrap/skel/app/top/resources/images/binarycloud.gif (1.2), bootstrap/skel/app/top/resources/images/speck.gif (1.2), bootstrap/skel/app/top/tpl/Top.tpl (1.3), bootstrap/skel/conf/Auth.conf.xml (1.2), bootstrap/skel/conf/Common.conf.xml (1.3), bootstrap/skel/conf/Datasources.conf.xml (1.2), bootstrap/skel/conf/Debug.conf.xml (1.3), bootstrap/skel/conf/Log.conf.xml (1.2), bootstrap/skel/conf/Smarty.conf.xml (1.2), bootstrap/skel/conf/i18n.conf.xml (1.2), bootstrap/skel/htdocs/index.php (1.3), bootstrap/skel/policies/Public.policy.xml (1.2), bootstrap/skel/roles/Public.role.xml (1.3): removing old skel 2004-02-16 11:05 purestorm * form/nodes/tpl/OptionListFormInput.tpl (1.4), form/resources/css/form.css (1.8): Fixing OptionListFormInput 2004-02-12 13:36 revjim * build.xml (1.13), bootstrap/skel/build.xml (1.5), bootstrap/skel/app/top/build.xml (1.6), debug/build.xml (1.14), form/build.xml (1.12), init/build.xml (1.12), table/build.xml (1.5), unit_test/build.xml (1.8): Using htdocs_build_dir along side build_dir in phing build process to allow specific location of htdocs directory. -Dhtdocs_build_dir is now a required element either on command line or in build.properties. 2004-02-12 11:56 openface * init/binarycloud.php (1.18): allowing constants to be set elsewhere 2004-02-12 10:54 openface * phing/classes/phing/filters/XsltFilter.php (1.2): fix quotes for win32 2004-02-11 00:56 openface * init/Init.php (1.31), init/binarycloud.php (1.17): adding method GetPageFromURI 2004-02-10 18:25 purestorm * form/xml/form2ary.xsl (1.8, r3-alpha1): Fixing parameters in validators. 2004-02-10 18:25 purestorm * validators/MaxValidator.php (1.9), validators/MinValidator.php (1.7), validators/Validator.php (1.11): Fixing validators. 2004-02-10 18:24 jcmichel * storage/Entity.php (1.9), storage/EntityInfo.php (1.4), storage/SQLStorage.php (1.3), storage/Storage.php (1.11): new dev version 2004-02-10 15:09 purestorm * form/FormElement.php (1.12), form/tpl/CheckBoxFormElement.tpl (1.10), form/tpl/FormElement.tpl (1.11), form/tpl/SubmitFormElement.tpl (1.6): Fixing form elements. 2004-02-06 02:54 openface * node/Template.php (1.23): removed load_filter call from Template 2004-02-06 02:25 openface * node/Node.php (1.76): tweaking debug msg levels 2004-02-06 01:23 openface * form/build.xml (1.11), form/nodes/tpl/CalendarFormInput.tpl (1.7), form/nodes/tpl/HTMLAreaFormInput.tpl (1.3), form/nodes/tpl/HintFormInput.tpl (1.15), form/tpl/Form.tpl (1.10), unit_test/build.xml (1.7), unit_test/tpl/UnitTest.tpl (1.3), table/build.xml (1.3), table/tpl/Table.tpl (1.2), table/tpl/TableHeaderRow.tpl (1.4), table/tpl/Table.tpl (1.3), table/resources/css/table.css (1.1), init/binarycloud.php (1.16), init/build.xml (1.10), init/functions.php (1.23), debug/build.xml (1.13): streamlining resourcedir 2004-02-06 00:42 openface * form/nodes/HTMLAreaFormInput.php (1.2), form/nodes/tpl/HTMLAreaFormInput.tpl (1.2), form/nodes/tpl/OptionListFormInput.tpl (1.3), form/resources/htmlarea/popups/about.html (1.2, r3-alpha1), form/resources/htmlarea/popups/blank.html (1.2, r3-alpha1), form/resources/htmlarea/popups/custom2.html (1.2, r3-alpha1), form/resources/htmlarea/popups/editor_help.html (1.2, r3-alpha1), form/resources/htmlarea/popups/fullscreen.html (1.2), form/resources/htmlarea/popups/insert_image.html (1.2, r3-alpha1), form/resources/htmlarea/popups/insert_table.html (1.2, r3-alpha1), form/resources/htmlarea/popups/old-fullscreen.html (1.2, r3-alpha1), form/resources/htmlarea/popups/old_insert_image.html (1.2, r3-alpha1), form/resources/htmlarea/popups/select_color.html (1.2, r3-alpha1), form/resources/js/htmlarea.js (1.2): fixing HTMLArea to work on IE 2004-02-05 03:09 openface * node/Node.php (1.75), node/Template.php (1.22): phpdoc 2004-02-05 02:47 openface * table/Table.php (1.13), table/TablePagination.php (1.1), table/TablePaginationNode.php (1.8), table/TableRow.php (1.6), table/tpl/StandardTable.tpl (1.3), table/tpl/Table.tpl (1.1), table/tpl/TableHeaderRow.tpl (1.3), table/tpl/TablePagination.tpl (1.1), table/tpl/TablePaginationNode.tpl (1.4), table/tpl/TableRow.tpl (1.3): updating table 2004-02-04 10:32 purestorm * form/nodes/OptionListFormInput.php (1.2), form/nodes/tpl/OptionListFormInput.tpl (1.2): Issue number: Obtained from: Submitted by: Reviewed by: 2004-02-04 02:35 openface * storage/Entity.php (1.6), storage/EntityInfo.php (1.2): phpdoc 2004-02-04 02:34 openface * auth/Auth.php (1.19): phpdoc tweaks 2004-02-04 02:18 openface * auth/authenticators/StorageAuthenticator.php (1.5), auth/authorizers/URIAuthorizer.php (1.12), auth/phing/filters/RoleCompilerFilter.php (1.7), auth/phing/parser/AuthConfAuthorizerEntryFilter.php (1.3), auth/phing/parser/AuthConfAuthorizersSectionFilter.php (1.5), auth/phing/parser/AuthConfFilter.php (1.5), auth/phing/parser/AuthConfRootFilter.php (1.5), auth/phing/parser/DumbFilter.php (1.3), auth/phing/parser/PolicyFilter.php (1.5), auth/phing/parser/PolicyResourceFilter.php (1.6), auth/phing/parser/PolicyResourceTypeFilter.php (1.3), auth/phing/parser/PolicyRootFilter.php (1.6), auth/phing/parser/RoleDescriptionFilter.php (1.3), auth/phing/parser/RoleFilter.php (1.5), auth/phing/parser/RolePolicyImportFilter.php (1.5), auth/phing/parser/RoleRootFilter.php (1.6), auth/phing/tasks/RoleCompilerTask.php (1.7): adding @subpackages for phpdoc 2004-02-04 00:17 openface * form/nodes/HTMLAreaFormInput.php (1.1), form/nodes/tpl/HTMLAreaFormInput.tpl (1.1), form/resources/css/htmlarea.css (1.1, r3-alpha1), form/resources/htmlarea/images/cell_prop.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_about.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_align_center.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_align_justify.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_align_left.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_align_right.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_blank.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_charmap.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_color_bg.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_color_fg.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_copy.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_custom.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_cut.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_delete.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_format_bold.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_format_italic.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_format_strike.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_format_sub.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_format_sup.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_format_underline.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_help.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_hr.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_html.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_image.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_indent_less.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_indent_more.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_link.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_list_bullet.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_list_num.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_redo.gif (1.1, r3-alpha1), form/resources/htmlarea/images/ed_undo.gif (1.1, r3-alpha1), form/resources/htmlarea/images/fullscreen_maximize.gif (1.1, r3-alpha1), form/resources/htmlarea/images/fullscreen_minimize.gif (1.1, r3-alpha1), form/resources/htmlarea/images/insert_table.gif (1.1, r3-alpha1), form/resources/htmlarea/images/source.gif (1.1, r3-alpha1), form/resources/htmlarea/popups/about.html (1.1), form/resources/htmlarea/popups/blank.html (1.1), form/resources/htmlarea/popups/cell_property.html (1.1, r3-alpha1), form/resources/htmlarea/popups/custom2.html (1.1), form/resources/htmlarea/popups/editor_help.html (1.1), form/resources/htmlarea/popups/fullscreen.html (1.1), form/resources/htmlarea/popups/insert_html.html (1.1, r3-alpha1), form/resources/htmlarea/popups/insert_image.html (1.1), form/resources/htmlarea/popups/insert_link.html (1.1, r3-alpha1), form/resources/htmlarea/popups/insert_table.html (1.1), form/resources/htmlarea/popups/old-fullscreen.html (1.1), form/resources/htmlarea/popups/old_insert_image.html (1.1), form/resources/htmlarea/popups/popup.js (1.1, r3-alpha1), form/resources/htmlarea/popups/select_color.html (1.1), form/resources/js/dialog.js (1.1, r3-alpha1), form/resources/js/htmlarea-lang-en.js (1.1, r3-alpha1), form/resources/js/htmlarea.js (1.1): adding HTMLArea 2004-02-02 14:54 openface * debug/tpl/ClientInfo.tpl (1.2), debug/tpl/Configuration.tpl (1.3), debug/tpl/Constants.tpl (1.2), debug/tpl/DocRootTree.tpl (1.3), debug/tpl/ElapsedTime.tpl (1.2), debug/tpl/IncludedFiles.tpl (1.3), debug/tpl/Messages.tpl (1.7), debug/tpl/ServerVars.tpl (1.3), debug/tpl/SmartyConsole.tpl (1.2), debug/tpl/UserInfo.tpl (1.2): add fieldset to debug tpls 2004-02-02 13:58 openface * conf/Conf.php (1.11), conf/lang/Strings.en.xml (1.4): reworked GetConf 2004-02-02 13:38 openface * log/Log.php (1.21): new logging level values 2004-02-02 13:00 openface * node/Resource.php (1.4), node/Template.php (1.21): removing Resource.php for now 2004-02-02 12:53 openface * form/Form.php (1.25), form/nodes/CalendarFormInput.php (1.2), form/nodes/ColorPickerFormInput.php (1.4), form/nodes/HintFormInput.php (1.7), form/nodes/tpl/CalendarFormInput.tpl (1.6), form/tpl/Form.tpl (1.8): using new resource method 2004-02-02 12:28 openface * smarty-plugins/block.resource.php (1.1), smarty-plugins/function.resourceoutput.php (1.1), smarty-plugins/outputfilter.resource.php (1.1): resource handlers for template 2004-02-02 12:03 purestorm * node/Node.php (1.71), node/Template.php (1.20): Issue number: Obtained from: Submitted by: Reviewed by: 2004-02-02 11:45 purestorm * smarty/ChangeLog (1.2, r3-alpha1), smarty/FAQ (1.2, r3-alpha1), smarty/INSTALL (1.2, r3-alpha1), smarty/NEWS (1.2, r3-alpha1), smarty/README (1.2, r3-alpha1), smarty/TODO (1.2, r3-alpha1), smarty/libs/Config_File.class.php (1.2, r3-alpha1), smarty/libs/Smarty.class.php (1.3, r3-alpha1), smarty/libs/Smarty_Compiler.class.php (1.2, r3-alpha1), smarty/libs/plugins/block.textformat.php (1.2, r3-alpha1), smarty/libs/plugins/compiler.assign.php (1.1, r3-alpha1), smarty/libs/plugins/function.assign.php (1.2), smarty/libs/plugins/function.assign_debug_info.php (1.2, r3-alpha1), smarty/libs/plugins/function.config_load.php (1.1, r3-alpha1), smarty/libs/plugins/function.counter.php (1.2, r3-alpha1), smarty/libs/plugins/function.cycle.php (1.2, r3-alpha1), smarty/libs/plugins/function.debug.php (1.2, r3-alpha1), smarty/libs/plugins/function.eval.php (1.2, r3-alpha1), smarty/libs/plugins/function.fetch.php (1.2, r3-alpha1), smarty/libs/plugins/function.html_checkboxes.php (1.2, r3-alpha1), smarty/libs/plugins/function.html_image.php (1.2, r3-alpha1), smarty/libs/plugins/function.html_options.php (1.2, r3-alpha1), smarty/libs/plugins/function.html_radios.php (1.2, r3-alpha1), smarty/libs/plugins/function.html_select_date.php (1.2, r3-alpha1), smarty/libs/plugins/function.html_select_time.php (1.2, r3-alpha1), smarty/libs/plugins/function.html_table.php (1.2, r3-alpha1), smarty/libs/plugins/function.mailto.php (1.2, r3-alpha1), smarty/libs/plugins/function.math.php (1.2, r3-alpha1), smarty/libs/plugins/function.popup.php (1.2, r3-alpha1), smarty/libs/plugins/function.popup_init.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.capitalize.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.cat.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.count_characters.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.count_paragraphs.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.count_sentences.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.count_words.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.date_format.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.debug_print_var.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.default.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.escape.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.indent.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.lower.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.nl2br.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.regex_replace.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.replace.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.spacify.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.string_format.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.strip.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.strip_tags.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.truncate.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.upper.php (1.2, r3-alpha1), smarty/libs/plugins/modifier.wordwrap.php (1.2, r3-alpha1), smarty/libs/plugins/outputfilter.trimwhitespace.php (1.2, r3-alpha1), smarty/libs/plugins/shared.escape_special_chars.php (1.2, r3-alpha1), smarty/libs/plugins/shared.make_timestamp.php (1.2, r3-alpha1): Checking in Smarty 2.6.1 2004-01-29 10:31 purestorm * auth/Auth.php (1.18), auth/Perm.php (1.3), auth/User.php (1.1), debug/Debug.php (1.29), debug/lang/Strings.en.xml (1.4), debug/tpl/Debug.tpl (1.5), debug/tpl/UserInfo.tpl (1.1), env/Client.php (1.20), form/Form.php (1.24), form/FormElement.php (1.10), form/FormInput.php (1.20), form/nodes/OptionListFormInput.php (1.1), form/nodes/RadioGroupFormInput.php (1.3), form/nodes/SubmitFormInput.php (1.3), form/nodes/tpl/OptionListFormInput.tpl (1.1), form/nodes/tpl/RadioGroupFormInput.tpl (1.14), form/nodes/tpl/SubmitFormInput.tpl (1.11), form/resources/css/form.css (1.7), form/tpl/FormElement.tpl (1.10), form/tpl/SubmitFormElement.tpl (1.5): Issue number: Obtained from: Submitted by: Reviewed by: 2004-01-29 10:09 purestorm * smarty/libs/debug_bc.tpl (1.3): Fixed template. 2004-01-29 10:08 purestorm * init/Init.php (1.29): Issue number: Obtained from: Submitted by: Reviewed by: 2004-01-28 17:37 jcmichel * form/Form.php (1.23), form/FormElement.php (1.9), form/FormInput.php (1.19): adding recursion for roles 2004-01-27 01:30 openface * node/Node.php (1.70), form/Form.php (1.22), form/FormInput.php (1.18), form/nodes/tpl/ButtonFormInput.tpl (1.9), form/nodes/tpl/CalendarFormInput.tpl (1.5), form/nodes/tpl/CaptionFormInput.tpl (1.8), form/nodes/tpl/CheckBoxFormInput.tpl (1.11), form/nodes/tpl/ColorPickerFormInput.tpl (1.13), form/nodes/tpl/FileUploadFormInput.tpl (1.10), form/nodes/tpl/HiddenFormInput.tpl (1.9), form/nodes/tpl/HintFormInput.tpl (1.14), form/nodes/tpl/ImageFormInput.tpl (1.9), form/nodes/tpl/LabelFormInput.tpl (1.8, r3-alpha1), form/nodes/tpl/PasswordFormInput.tpl (1.9), form/nodes/tpl/RadioGroupFormInput.tpl (1.13), form/nodes/tpl/ResetFormInput.tpl (1.10), form/nodes/tpl/SelectFormInput.tpl (1.9), form/nodes/tpl/SubmitFormInput.tpl (1.10), form/nodes/tpl/TextAreaFormInput.tpl (1.8), form/nodes/tpl/TextFormInput.tpl (1.8), form/resources/js/form.js (1.8), form/tpl/CheckBoxFormElement.tpl (1.6): changing full_path to xid 2004-01-26 14:30 openface * form/FormElement.php (1.8), form/tpl/CheckBoxFormElement.tpl (1.5), form/tpl/FormElement.tpl (1.9): formatting and tpl mods 2004-01-26 10:24 purestorm * validators/Validator.php (1.9): Correcting error with property definition. 2004-01-26 03:35 openface * validators/AgeValidator.php (1.5), validators/AlphaCharsValidator.php (1.2), validators/ArrayValidator.php (1.7), validators/BlobValidator.php (1.7), validators/BooleanValidator.php (1.7), validators/CharsetValidator.php (1.7), validators/CountryValidator.php (1.7), validators/CreditCardNumberValidator.php (1.7), validators/CurrencyValidator.php (1.7), validators/DateTimeValidator.php (1.7), validators/DateValidator.php (1.7), validators/DecimalValidator.php (1.7), validators/EmailValidator.php (1.7), validators/FileUploadValidator.php (1.2), validators/FloatValidator.php (1.8), validators/IPAddressValidator.php (1.5), validators/IntegerValidator.php (1.7), validators/MaxValidator.php (1.8), validators/MinLengthValidator.php (1.4), validators/MinValidator.php (1.6), validators/NoCharEntitiesValidator.php (1.7), validators/NoLineBreaksValidator.php (1.7), validators/NoTagValidator.php (1.7), validators/NotNullValidator.php (1.7), validators/NotVoidValidator.php (1.7), validators/NullValidator.php (1.7), validators/NumericValidator.php (1.7), validators/ObjectValidator.php (1.7), validators/PasswordValidator.php (1.7), validators/PhoneNumberValidator.php (1.7), validators/PostalCodeValidator.php (1.8), validators/RegexValidator.php (1.9), validators/ResourceValidator.php (1.7), validators/ScalarValidator.php (1.7), validators/TextValidator.php (1.5), validators/TimeValidator.php (1.7), validators/TimestampValidator.php (1.7), validators/UrlValidator.php (1.7), validators/UsStateValidator.php (1.7), validators/Validator.php (1.8), validators/ZipCodeValidator.php (1.7), validators/lang/Strings.en.xml (1.2): validators cleanup 2004-01-26 01:46 openface * debug/Debug.php (1.28), debug/tpl/DocRootTree.tpl (1.2): making docroottree linkable 2004-01-21 10:43 purestorm * auth/Auth.php (1.17), auth/Perm.php (1.2), form/Form.php (1.20), form/FormInput.php (1.15), form/nodes/tpl/ButtonFormInput.tpl (1.8), form/nodes/tpl/CalendarFormInput.tpl (1.4), form/nodes/tpl/CaptionFormInput.tpl (1.7), form/nodes/tpl/CheckBoxFormInput.tpl (1.10), form/nodes/tpl/ColorPickerFormInput.tpl (1.12), form/nodes/tpl/ErrorFormInput.tpl (1.10), form/nodes/tpl/FileUploadFormInput.tpl (1.9), form/nodes/tpl/HiddenFormInput.tpl (1.8), form/nodes/tpl/HintFormInput.tpl (1.13), form/nodes/tpl/ImageFormInput.tpl (1.8), form/nodes/tpl/LabelFormInput.tpl (1.7), form/nodes/tpl/PasswordFormInput.tpl (1.8), form/nodes/tpl/RadioGroupFormInput.tpl (1.12), form/nodes/tpl/ResetFormInput.tpl (1.9), form/nodes/tpl/SelectFormInput.tpl (1.8), form/nodes/tpl/SubmitFormInput.tpl (1.9), form/nodes/tpl/TextAreaFormInput.tpl (1.7), form/nodes/tpl/TextFormInput.tpl (1.7), form/tpl/CheckBoxFormElement.tpl (1.3), form/tpl/Form.tpl (1.7), form/tpl/FormElement.tpl (1.7), form/tpl/SubmitFormElement.tpl (1.4), init/Init.php (1.28), node/Node.php (1.69), node/tpl/Default.tpl (1.5, r3-alpha1): Updating autoset template ids Issue number: 233 Obtained from: Submitted by: Reviewed by: 2004-01-21 10:42 purestorm * form/resources/js/form.js (1.7), init/resources/js/binarycloud.js (1.2, r3-alpha1): Reshifting multi purpose functions. Issue number: Obtained from: Submitted by: Reviewed by: 2004-01-19 09:54 purestorm * auth/Auth.php (1.16): rollback 2004-01-19 08:31 purestorm * auth/Auth.php (1.15), auth/Perm.php (1.1): Checking in the class prototype (without implementation) Issue number: 232 Obtained from: Submitted by: Reviewed by: 2004-01-18 12:45 purestorm * debug/Debug.php (1.27), init/binarycloud.php (1.15), phing/classes/phing/system/lang/functions.php (1.2, r3-alpha1): Adding support for environment variables in phing ini files. 2004-01-16 17:33 openface * form/Form.php (1.18), form/nodes/HiddenFormInput.php (1.3), form/tpl/Form.tpl (1.6): moving form hidden state var to php 2004-01-16 11:16 purestorm * bootstrap/skel/build.xml (1.4), init/binarycloud.php (1.14): Making the BC_* constant generation smarter by removing a lot of (superflous) token replacement for binarycloud.php 2004-01-16 07:32 purestorm * table/Table.php (1.12), table/TablePaginationNode.php (1.7): Fixing TablePagination 2004-01-15 15:24 openface * form/resources/css/form.css (1.6), form/resources/js/form.js (1.6): adjusting hint position and style 2004-01-15 15:01 openface * form/nodes/tpl/RadioGroupFormInput.tpl (1.11): fixed radio 2004-01-14 16:53 purestorm * debug/Debug.php (1.26), debug/build.xml (1.12), debug/tpl/Debug.tpl (1.4), form/Form.php (1.17), form/build.xml (1.9), form/nodes/HintFormInput.php (1.5), form/nodes/LinkFormInput.php (1.3), form/nodes/tpl/ButtonFormInput.tpl (1.7), form/nodes/tpl/CalendarFormInput.tpl (1.3), form/nodes/tpl/CaptionFormInput.tpl (1.6), form/nodes/tpl/CheckBoxFormInput.tpl (1.9), form/nodes/tpl/ColorPickerFormInput.tpl (1.10), form/nodes/tpl/ErrorFormInput.tpl (1.9), form/nodes/tpl/FileUploadFormInput.tpl (1.8), form/nodes/tpl/HiddenFormInput.tpl (1.7), form/nodes/tpl/HintFormInput.tpl (1.12), form/nodes/tpl/ImageFormInput.tpl (1.7), form/nodes/tpl/LabelFormInput.tpl (1.6), form/nodes/tpl/LinkFormInput.tpl (1.6), form/nodes/tpl/PasswordFormInput.tpl (1.7), form/nodes/tpl/RadioGroupFormInput.tpl (1.10), form/nodes/tpl/ResetFormInput.tpl (1.8), form/nodes/tpl/SelectFormInput.tpl (1.7), form/nodes/tpl/SubmitFormInput.tpl (1.8), form/nodes/tpl/TextAreaFormInput.tpl (1.6), form/nodes/tpl/TextFormInput.tpl (1.6), form/resources/css/form.css (1.5), form/resources/js/form.js (1.5), form/resources/js/tooltip.js (1.2), form/tpl/CheckBoxFormElement.tpl (1.2), form/tpl/Form.tpl (1.5), form/tpl/FormElement.tpl (1.6), form/tpl/SubmitFormElement.tpl (1.3), init/build.xml (1.9), init/resources/js/binarycloud.js (1.1), node/Node.php (1.66), node/tpl/Default.tpl (1.4), table/tpl/StandardTable.tpl (1.2), table/tpl/TableHeaderRow.tpl (1.2), table/tpl/TablePaginationNode.tpl (1.3), table/tpl/TableRow.tpl (1.2), unit_test/build.xml (1.6): mega commit, lot of changes (debug, node id in tpl vars etc.) 2004-01-14 15:34 jcmichel * node/Node.php (1.65): GetOwnersPath() 2004-01-13 22:16 openface * init/Init.php (1.27): error reporting should be raw 2004-01-13 22:16 openface * smarty-plugins/function.html_doctype.php (1.2, r3-alpha1): notice errors 2004-01-13 17:11 purestorm * conf/xml/ConfName.conf.xml (1.3, r3-alpha1), creole/Connection.php (1.2), creole/PreparedStatement.php (1.2), creole/ResultSet.php (1.2), creole/Statement.php (1.2), creole/drivers/mysql/MySQLResultSet.php (1.2), debug/build.xml (1.11), debug/tpl/Messages.tpl (1.6), form/build.xml (1.8), node/build.xml (1.13), node/tests/ndf/NodeInclude.ndf.xml (1.2), node/tests/ndf/NodeIncluded1.ndf.xml (1.2, r3-alpha1), node/tests/ndf/NodeIncluded2.ndf.xml (1.2, r3-alpha1), node/tests/ndf/NodeOwnerConceptTest.ndf.xml (1.2), node/tests/ndf/OwningNodeTest.ndf.xml (1.2), node/tests/ndf/SimpleNodeTest.ndf.xml (1.2, r3-alpha1), node/tests/ndf/colliding_nodeids_test.ndf.xml (1.2), node/tests/ndf/colliding_tplvars_test.ndf.xml (1.2), node/tests/ndf/default_tplpath_test.ndf.xml (1.2, r3-alpha1), node/tests/ndf/pass_params_test.ndf.xml (1.2, r3-alpha1), node/tests/ndf/pass_tplparams_test.ndf.xml (1.2, r3-alpha1), unit_test/UnitTest.php (1.4), unit_test/build.xml (1.5), unit_test/ndf/UnitTest.ndf.xml (1.5), unit_test/resources/css/unit_test.css (1.1, r3-alpha1), validators/FloatValidator.php (1.7), validators/MinValidator.php (1.5), validators/RegexValidator.php (1.8), validators/Validator.php (1.7): Moving CSS to unit test, updated some NDF XML... Hope I did not break anything. 2004-01-13 13:56 openface * conf/Conf.php (1.10), conf/build.xml (1.8), conf/lang/Strings.en.xml (1.3): conf strings 2004-01-13 13:47 openface * conf/Conf.php (1.9): should raise exception on missing conf 2004-01-13 11:01 purestorm * conf/xml/conf2ary.xsl (1.3, r3-alpha1): Issue number: 227 2004-01-13 10:28 purestorm * form/nodes/tpl/ColorPickerFormInput.tpl (1.9), form/resources/css/form.css (1.4), form/resources/js/form.js (1.4): Fixing ColorPickerInput 2004-01-12 18:26 purestorm * form/nodes/ColorPickerFormInput.php (1.3), form/nodes/tpl/ColorPickerFormInput.tpl (1.8): Updating ColorPicker javascript. TODO: Enable this form element to recover its settings when called via POST and enable support for custom input values. 2004-01-12 17:04 purestorm * form/nodes/tpl/ResetFormInput.tpl (1.7): Moving caption param to "value" to be closer to HTML 2004-01-12 17:01 purestorm * form/nodes/tpl/CheckBoxFormInput.tpl (1.8): Replacing JS by <label> tag 2004-01-12 16:46 purestorm * node/docs/book/en/chapters/Node.html (1.15), node/docs/book/en/chapters/NodeDefinition.html (1.7), node/docs/book/en/chapters/Resource.html (1.5), node/docs/book/en/chapters/Template.html (1.8), node/docs/book/en/css/Documentation.css (1.3): Updating... 2004-01-12 10:54 purestorm * node/xml/SimpleNode.ndf.xml (1.1), node/xml/node.dtd (1.3): Checking in current DTD plus a simple node def file to test it. 2004-01-11 12:11 purestorm * node/xml/node2ary.xsl (1.17): Issue number: Obtained from: Submitted by: Reviewed by: 2004-01-11 12:04 purestorm * form/Form.php (1.16), form/FormInput.php (1.12), form/build.xml (1.7), form/nodes/ImageFormInput.php (1.3), form/nodes/tpl/ColorPickerFormInput.tpl (1.7), form/nodes/tpl/ImageFormInput.tpl (1.6), form/xml/form2ary.xsl (1.7): Fixing ImageFormInput. 2004-01-11 11:50 openface * form/nodes/CalendarFormInput.php (1.1), form/nodes/DatePickerFormInput.php (1.5), form/nodes/tpl/CalendarFormInput.tpl (1.1), form/nodes/tpl/DatePickerFormInput.tpl (1.9), form/resources/css/calendar.css (1.1, r3-alpha1), form/resources/js/calendar-en.js (1.1, r3-alpha1), form/resources/js/calendar-setup.js (1.1, r3-alpha1), form/resources/js/calendar.js (1.2, r3-alpha1): new date picker 2004-01-11 11:45 openface * form/nodes/DatePickerFormInput.php (1.4), form/nodes/DateTimePickerFormInput.php (1.4), form/nodes/tpl/DatePickerFormInput.tpl (1.8), form/nodes/tpl/DateTimePickerFormInput.tpl (1.8): new date picker 2004-01-08 01:35 openface * validators/AlphaCharsValidator.php (1.1), validators/OnlyAlphaCharsValidator.php (1.7), validators/OnlyTagListValidator.php (1.7), validators/Validator.php (1.6): validator method name change 2004-01-08 01:31 openface * storage/Entity.php (1.4), form/FormInput.php (1.11): validator method name change 2004-01-07 01:27 openface * node/docs/book/en/node.book.xml (1.5), node/docs/book/en/chapters/TopNode.html (1.1): adding chapter on top node 2004-01-05 13:07 openface * form/nodes/FileUploadFormInput.php (1.5), form/nodes/tpl/FileUploadFormInput.tpl (1.7): removing copy_to from fileupload 2004-01-04 15:33 openface * conf/docs/book/en/build.sh (1.1, r3-alpha1), conf/docs/book/en/conf.book.xml (1.1), conf/docs/book/en/chapters/Files.html (1.1), conf/docs/book/en/chapters/Introduction.html (1.1), conf/docs/book/en/chapters/Usage.html (1.1), conf/docs/book/en/css/Documentation.css (1.1), conf/docs/book/en/css/NavBar.css (1.1), conf/docs/book/en/css/Singlepage.css (1.1), conf/docs/book/en/css/ToC.css (1.1), conf/docs/book/en/resources/README.txt (1.1, r3-alpha1): adding conf book 2004-01-04 05:11 openface * bootstrap/docs/README (1.2), bootstrap/docs/book/en/bootstrap.book.xml (1.1), bootstrap/docs/book/en/build.sh (1.1, r3-alpha1), bootstrap/docs/book/en/chapters/Bootstrap.html (1.1), bootstrap/docs/book/en/chapters/Introduction.html (1.1), bootstrap/docs/book/en/chapters/Project.html (1.1), bootstrap/docs/book/en/css/Documentation.css (1.1, r3-alpha1), bootstrap/docs/book/en/css/NavBar.css (1.1, r3-alpha1), bootstrap/docs/book/en/css/Singlepage.css (1.1, r3-alpha1), bootstrap/docs/book/en/css/ToC.css (1.1, r3-alpha1), bootstrap/docs/book/en/resources/README.txt (1.1, r3-alpha1): adding bootstrap docs 2004-01-04 02:50 openface * env/Session.php (1.18), node/Node.php (1.64), bootstrap/build-project.xml (1.1), bootstrap/build-workspace.xml (1.2), bootstrap/skel/build.xml (1.2), bootstrap/skel/app/top/Top.php (1.3), bootstrap/skel/app/top/build.xml (1.4), bootstrap/skel/app/top/ndf/top.ndf.xml (1.2), bootstrap/skel/roles/Public.role.xml (1.2): renaming workspace to project 2004-01-04 02:40 openface * phing/classes/phing/tasks/system/PhingTask.php (1.2, r3-alpha1): a bit more output 2004-01-04 01:42 openface * node/docs/book/en/chapters/Node.html (1.12): doc cleanup 2004-01-02 16:23 openface * form/tpl/Form.tpl (1.2), form/tpl/FormElement.tpl (1.5), form/tpl/SubmitFormElement.tpl (1.2): tweaks 2004-01-02 16:13 openface * form/nodes/FileUploadFormInput.php (1.4): corrected file upload 2004-01-02 15:57 openface * form/Form.php (1.12), form/FormInput.php (1.9), form/nodes/FileUploadFormInput.php (1.3), form/nodes/tpl/ButtonFormInput.tpl (1.6), form/nodes/tpl/CaptionFormInput.tpl (1.5), form/nodes/tpl/CheckBoxFormInput.tpl (1.7), form/nodes/tpl/ColorPickerFormInput.tpl (1.6), form/nodes/tpl/DatePickerFormInput.tpl (1.6), form/nodes/tpl/DateTimePickerFormInput.tpl (1.6), form/nodes/tpl/ErrorFormInput.tpl (1.8), form/nodes/tpl/FileUploadFormInput.tpl (1.6), form/nodes/tpl/HiddenFormInput.tpl (1.6), form/nodes/tpl/HintFormInput.tpl (1.9), form/nodes/tpl/ImageFormInput.tpl (1.5), form/nodes/tpl/LabelFormInput.tpl (1.5), form/nodes/tpl/LinkFormInput.tpl (1.5), form/nodes/tpl/PasswordFormInput.tpl (1.6), form/nodes/tpl/RadioGroupFormInput.tpl (1.9), form/nodes/tpl/ResetFormInput.tpl (1.6), form/nodes/tpl/SelectFormInput.tpl (1.6), form/nodes/tpl/SubmitFormInput.tpl (1.7), form/nodes/tpl/TextAreaFormInput.tpl (1.5), form/nodes/tpl/TextFormInput.tpl (1.5): added GetInputName 2004-01-02 14:54 openface * form/nodes/CountrySelectFormInput.php (1.3), form/nodes/SelectMonthFormInput.php (1.3), form/nodes/SelectYearFormInput.php (1.3): removing problematic form inputs 2004-01-02 14:49 openface * form/nodes/tpl/RadioGroupFormInput.tpl (1.8): fixed radio group 2004-01-02 11:18 purestorm * node/docs/book/en/chapters/Node.html (1.11): Describing Node's method a bit further. 2004-01-02 11:04 openface * form/nodes/HintFormInput.php (1.3), form/nodes/tpl/HintFormInput.tpl (1.6), form/resources/js/form.js (1.2): new tooltip node added 2004-01-02 10:31 openface * node/Node.php (1.61), node/Resource.php (1.3): revisions to resource.php 2004-01-01 14:56 jcmichel * form/FormElement.php (1.6): FormElement is replaced by FormInput 2004-01-01 13:57 purestorm * form/nodes/tpl/RadioGroupFormInput.tpl (1.7): Fixing a template issue. 2004-01-01 13:52 purestorm * form/resources/js/form.js (1.1): Adding Form js. 2004-01-01 03:19 openface * env/URI.php (1.9): replaced HTTP_SERVER_VARS with superglobal _SERVER 2003-12-29 10:40 purestorm * debug/build.xml (1.10), debug/resources/css/debug.css (1.1): adding debug css. 2003-12-29 10:39 purestorm * init/functions.php (1.21): More funky var_export 2003-12-29 00:09 openface * node/docs/book/en/chapters/Template.html (1.7): removing unused tpl vars from doc 2003-12-29 00:02 openface * init/Init.php (1.25), init/Timer.php (1.1), init/Init.php (1.26), init/build.xml (1.8): moving Timer to Init 2003-12-29 00:01 openface * node/Timer.php (1.5), node/docs/book/en/chapters/Node.html (1.10), node/docs/book/en/chapters/Timer.html (1.4): Timer belongs to Init 2003-12-28 19:19 jcmichel * node/Node.php (1.60): node/Node.php 2003-12-28 15:56 purestorm * node/xml/node2ary.xsl (1.15): ndf.xml should build now correctly 2003-12-28 15:16 openface * filters/EncodeEntitiesFilter.php (1.4), filters/MaxLength.php (1.3), filters/Trim.php (1.3), filters/UCWords.php (1.3): updating filters 2003-12-28 14:14 purestorm * node/docs/book/en/chapters/Node.html (1.9): Polishing up some paragraphs. 2003-12-28 12:51 purestorm * node/docs/book/en/chapters/Node.html (1.8), node/docs/book/en/chapters/NodeDefinition.html (1.6): Correcting to real XML 2003-12-28 12:13 purestorm * doc-tools/xsl/ListChapters.xsl (1.3), form/nodes/tpl/ButtonFormInput.tpl (1.5), form/nodes/tpl/CaptionFormInput.tpl (1.4), form/nodes/tpl/CheckBoxFormInput.tpl (1.6), form/nodes/tpl/ColorPickerFormInput.tpl (1.5), form/nodes/tpl/DatePickerFormInput.tpl (1.5), form/nodes/tpl/DateTimePickerFormInput.tpl (1.5), form/nodes/tpl/ErrorFormInput.tpl (1.7), form/nodes/tpl/FileUploadFormInput.tpl (1.5), form/nodes/tpl/HiddenFormInput.tpl (1.5), form/nodes/tpl/HintFormInput.tpl (1.5), form/nodes/tpl/ImageFormInput.tpl (1.4), form/nodes/tpl/LabelFormInput.tpl (1.4), form/nodes/tpl/LinkFormInput.tpl (1.4), form/nodes/tpl/PasswordFormInput.tpl (1.5), form/nodes/tpl/RadioGroupFormInput.tpl (1.6), form/nodes/tpl/ResetFormInput.tpl (1.5), form/nodes/tpl/SelectFormInput.tpl (1.5), form/nodes/tpl/SubmitFormInput.tpl (1.5), form/nodes/tpl/TextAreaFormInput.tpl (1.4), form/nodes/tpl/TextFormInput.tpl (1.4), form/resources/css/form.css (1.2), form/tpl/FormElement.tpl (1.2), form/tpl/StandardForm.tpl (1.6), form/tpl/StandardFormElement.tpl (1.2), form/tpl/StandardSubmitFormElement.tpl (1.3), node/tpl/Default.tpl (1.3): Changing {$id} to {$binarycloud.id} in all templates. Issue number: Obtained from: Submitted by: Reviewed by: 2003-12-28 11:49 purestorm * bootstrap/skel/app/top/build.xml (1.2): Using new form_include.xsl 2003-12-28 10:13 purestorm * validators/lang/Strings.de.xml (1.1, r3-alpha1): Committing German translation. 2003-12-26 12:00 openface * node/Node.php (1.59), node/Template.php (1.19): adding predefined tpl vars 2003-12-25 13:19 purestorm * node/docs/book/en/chapters/Template.html (1.6), node/docs/book/en/css/Documentation.css (1.2): Some documentation on the Template class. 2003-12-24 12:01 jcmichel * node/xml/add_ns.xsl (1.1): normalize ns 2003-12-24 10:51 jcmichel * node/xml/node_include.xsl (1.5): improved 2003-12-24 10:47 jcmichel * node/xml/form_try.ndf (1.1, r3-alpha1), node/xml/node_include.xsl (1.4): improved 2003-12-23 14:27 purestorm * doc-tools/xsl/ListChapters.xsl (1.2), doc-tools/xsl/Multipage.xsl (1.2), doc-tools/xsl/Singlepage.xsl (1.2), doc-tools/xsl/ToC_Indexer.xsl (1.2): Fixing ns error. 2003-12-23 14:13 purestorm * node/tests/BcNodeTestSuite.php (1.13), node/tests/NodeTestCase.php (1.14), node/tests/ndf/colliding_nodeids_test.ndf.xml (1.1): Added test for this. Ignore the exception displayed inline - they are just for debug purpose and do not result from a "evil" error. Issue number: 218 2003-12-23 11:50 purestorm * node/tests/BcNodeTestSuite.php (1.12), node/tests/NodeTestCase.php (1.13), node/tests/ndf/colliding_tplvars_test.ndf.xml (1.1), node/tests/tpl/display_id.tpl (1.1): Committing unit test for this issue. It tests that default tpl vars set from the <template> tag are overriden correctly. Issue number: 219 Submitted by: purestorm 2003-12-23 11:26 purestorm * node/tests/BcNodeTestSuite.php (1.11), node/tests/NodeTestCase.php (1.12), node/tests/ndf/default_tplpath_test.ndf.xml (1.1): Comitting test for default tpl path setting if none is specified. Issue number: 215 Submitted by: purestorm 2003-12-23 11:10 purestorm * node/tests/BcNodeTestSuite.php (1.10), node/tests/NodeTestCase.php (1.11), node/tests/ndf/pass_tplparams_test.ndf.xml (1.1), node/tests/tpl/pass_tplparams_test.tpl (1.1, r3-alpha1): Comitting unit test for this issue in NodeTestCase. Issue number: 211 Submitted by: purestorm 2003-12-23 10:59 purestorm * node/tests/BcNodeTestSuite.php (1.9), node/tests/NodeTestCase.php (1.10), node/tests/ndf/pass_params_test.ndf.xml (1.1): Issue number: 211 Submitted by: purestorm Committing unit test for param and section passing from ndf. 2003-12-22 17:11 purestorm * validators/RegexValidator.php (1.7): Issue number: Obtained from: Submitted by: Reviewed by: 2003-12-22 17:03 purestorm * form/xml/form2ary.xsl (1.6): Fixing pb with using node params in form:* tags. 2003-12-22 16:14 purestorm * validators/MaxValidator.php (1.7): MaxValidator did not work when no "max" parameter was defined. Setting the behaviour for a missing parameter to returning "true". 2003-12-20 17:54 openface * init/Init.php (1.24): adding magic_quotes 0 2003-12-20 16:02 openface * init/functions.php (1.20): function moved to Client class 2003-12-20 14:05 openface * form/nodes/tpl/SubmitFormInput.tpl (1.4): submit only once, maybe make configurable 2003-12-20 12:53 openface * form/nodes/tpl/ButtonFormInput.tpl (1.4), form/nodes/tpl/CheckBoxFormInput.tpl (1.5), form/nodes/tpl/ColorPickerFormInput.tpl (1.4), form/nodes/tpl/DatePickerFormInput.tpl (1.4), form/nodes/tpl/DateTimePickerFormInput.tpl (1.4), form/nodes/tpl/FileUploadFormInput.tpl (1.4), form/nodes/tpl/HiddenFormInput.tpl (1.4), form/nodes/tpl/PasswordFormInput.tpl (1.4), form/nodes/tpl/RadioGroupFormInput.tpl (1.5), form/nodes/tpl/ResetFormInput.tpl (1.4), form/nodes/tpl/SelectFormInput.tpl (1.4): correcting name tpl var to fe__id 2003-12-20 12:40 jcmichel * node/xml/node2ary.xsl (1.14): missing comma, issue 225 2003-12-20 12:40 openface * form/Form.php (1.11): correction in SetValues 2003-12-20 11:44 openface * env/Client.php (1.18): correcting redirect method 2003-12-18 14:11 purestorm * form/FormInput.php (1.8), form/build.xml (1.6), form/lang/Strings.en.xml (1.3), form/nodes/tpl/CheckBoxFormInput.tpl (1.4), form/nodes/tpl/ErrorFormInput.tpl (1.6), form/nodes/tpl/HintFormInput.tpl (1.4), form/nodes/tpl/RadioGroupFormInput.tpl (1.4), form/resources/css/form.css (1.1), form/resources/images/hint.gif (1.1): Issue number: Obtained from: Submitted by: Reviewed by: 2003-12-17 18:11 openface * node/Node.php (1.58), node/lang/Strings.en.xml (1.7): checks that file exists before including it 2003-12-17 13:09 purestorm * phing/classes/phing/tasks/system/PropertyTask.php (1.2): changed env to server vars for winxp 2003-12-17 03:47 openface * bootstrap/README (1.1), bootstrap/build-workspace.xml (1.1), bootstrap/docs/README (1.1), bootstrap/skel/build.xml (1.1), bootstrap/skel/app/top/Top.php (1.1), bootstrap/skel/app/top/build.xml (1.1), bootstrap/skel/app/top/ndf/top.ndf.xml (1.1), bootstrap/skel/app/top/resources/css/default.css (1.1), bootstrap/skel/app/top/resources/images/binarycloud.gif (1.1), bootstrap/skel/app/top/resources/images/speck.gif (1.1), bootstrap/skel/app/top/tpl/Top.tpl (1.1), bootstrap/skel/conf/Auth.conf.xml (1.1), bootstrap/skel/conf/Common.conf.xml (1.1), bootstrap/skel/conf/Datasources.conf.xml (1.1), bootstrap/skel/conf/Debug.conf.xml (1.1), bootstrap/skel/conf/Log.conf.xml (1.1), bootstrap/skel/conf/Smarty.conf.xml (1.1), bootstrap/skel/conf/i18n.conf.xml (1.1), bootstrap/skel/htdocs/index.php (1.1), bootstrap/skel/policies/Public.policy.xml (1.1), bootstrap/skel/roles/Public.role.xml (1.1): new bootstrap package 2003-12-17 03:45 openface * build.xml (1.9): readjusting bootstrapping process 2003-12-17 03:38 openface * env/Client.php (1.17): now checks for existing role before attempting to include 2003-12-17 02:30 openface * phing/classes/phing/tasks/system/ForeachTask.php (1.2, r3-alpha1): extra debug line added 2003-12-17 00:26 openface * phing/classes/phing/system/lang/System.php (1.2, r3-alpha1): Corrected tmp dir to use PID and first look to env 2003-12-16 11:21 purestorm * node/Node.php (1.57): Adding sprintf for Exception message. Issue number: Obtained from: Submitted by: Reviewed by: 2003-12-16 11:16 purestorm * node/xml/node2ary.xsl (1.13): Adding support for node:include tag again... Issue number: Obtained from: Submitted by: Reviewed by: 2003-12-16 10:47 purestorm * form/build.xml (1.5): Adding apidoc target 2003-12-15 20:44 openface * init/Init.php (1.23): enabling transparent sids 2003-12-15 19:12 purestorm * form/nodes/tpl/ErrorFormInput.tpl (1.5): Issue number: Obtained from: Submitted by: Reviewed by: 2003-12-15 19:10 purestorm * form/nodes/tpl/ButtonFormInput.tpl (1.3), form/nodes/tpl/CaptionFormInput.tpl (1.3), form/nodes/tpl/CheckBoxFormInput.tpl (1.3), form/nodes/tpl/ColorPickerFormInput.tpl (1.3), form/nodes/tpl/DatePickerFormInput.tpl (1.3), form/nodes/tpl/DateTimePickerFormInput.tpl (1.3), form/nodes/tpl/ErrorFormInput.tpl (1.4), form/nodes/tpl/FileUploadFormInput.tpl (1.3), form/nodes/tpl/HiddenFormInput.tpl (1.3), form/nodes/tpl/HintFormInput.tpl (1.3), form/nodes/tpl/ImageFormInput.tpl (1.3), form/nodes/tpl/LabelFormInput.tpl (1.3), form/nodes/tpl/LinkFormInput.tpl (1.3), form/nodes/tpl/PasswordFormInput.tpl (1.3), form/nodes/tpl/RadioGroupFormInput.tpl (1.3), form/nodes/tpl/ResetFormInput.tpl (1.3), form/nodes/tpl/SelectFormInput.tpl (1.3), form/nodes/tpl/SubmitFormInput.tpl (1.3), form/nodes/tpl/TextAreaFormInput.tpl (1.3), form/nodes/tpl/TextFormInput.tpl (1.3): Ooops, my bash script emptied the files instead of replacing. Rolled back and committing anew. 2003-12-15 19:00 purestorm * form/nodes/tpl/ButtonFormInput.tpl (1.2), form/nodes/tpl/CaptionFormInput.tpl (1.2), form/nodes/tpl/CheckBoxFormInput.tpl (1.2), form/nodes/tpl/ColorPickerFormInput.tpl (1.2), form/nodes/tpl/DatePickerFormInput.tpl (1.2), form/nodes/tpl/DateTimePickerFormInput.tpl (1.2), form/nodes/tpl/ErrorFormInput.tpl (1.3), form/nodes/tpl/FileUploadFormInput.tpl (1.2), form/nodes/tpl/HiddenFormInput.tpl (1.2), form/nodes/tpl/HintFormInput.tpl (1.2), form/nodes/tpl/ImageFormInput.tpl (1.2), form/nodes/tpl/LabelFormInput.tpl (1.2), form/nodes/tpl/LinkFormInput.tpl (1.2), form/nodes/tpl/PasswordFormInput.tpl (1.2), form/nodes/tpl/RadioGroupFormInput.tpl (1.2), form/nodes/tpl/ResetFormInput.tpl (1.2), form/nodes/tpl/SelectFormInput.tpl (1.2), form/nodes/tpl/SubmitFormInput.tpl (1.2), form/nodes/tpl/TextAreaFormInput.tpl (1.2), form/nodes/tpl/TextFormInput.tpl (1.2): Applying change *Node to *FormInput in templates, too. 2003-12-15 18:47 purestorm * form/Form.php (1.10), form/FormInput.php (1.6), form/nodes/ErrorFormInput.php (1.3), form/nodes/tpl/ErrorFormInput.tpl (1.2), node/Node.php (1.56): Issue number: 220 Fixing minor errors with form:elemrole support. 2003-12-15 17:59 purestorm * unit_test/ndf/UnitTest.ndf.xml (1.4): Fixing a little attribute error (type => owner) 2003-12-15 17:44 purestorm * log/Log.php (1.19): Chmodding is done on built. 2003-12-15 15:07 purestorm * form/xml/form2ary.xsl (1.5), node/xml/Node.ndf.xml (1.6), node/xml/node2ary.xsl (1.12): Modularizing xslt further. 2003-12-15 11:01 purestorm * node/xml/master.xsl (1.4): Removing this.. 2003-12-14 22:33 openface * debug/Debug.php (1.24): code doc corrections 2003-12-14 20:46 openface * filters/Filter.php (1.6): apidoc fixes 2003-12-14 20:43 openface * auth/phing/filters/RoleCompilerFilter.php (1.6), auth/phing/parser/AuthConfAuthorizerEntryFilter.php (1.2), auth/phing/parser/AuthConfAuthorizersSectionFilter.php (1.4), auth/phing/parser/AuthConfFilter.php (1.4), auth/phing/parser/AuthConfRootFilter.php (1.4), auth/phing/parser/DumbFilter.php (1.2), auth/phing/parser/PolicyFilter.php (1.4), auth/phing/parser/PolicyResourceFilter.php (1.5), auth/phing/parser/PolicyResourceTypeFilter.php (1.2), auth/phing/parser/PolicyRootFilter.php (1.5), auth/phing/parser/RoleDescriptionFilter.php (1.2), auth/phing/parser/RoleFilter.php (1.4), auth/phing/parser/RolePolicyImportFilter.php (1.4), auth/phing/parser/RoleRootFilter.php (1.5), auth/phing/tasks/RoleCompilerTask.php (1.6), init/functions.php (1.19): apidoc fixes 2003-12-14 20:39 openface * build.xml (1.8): apidoc builds only certain packages 2003-12-14 16:58 jcmichel * form/Form.php (1.9), form/FormInput.php (1.3): form role 2003-12-14 16:07 purestorm * form/build.xml (1.4), node/build.xml (1.12), unit_test/build.xml (1.4), form/xml/form2ary.xsl (1.4), node/xml/Node.ndf.xml (1.5), node/xml/ndf2php.xsl (1.7), node/xml/node2ary.xsl (1.11), node/xml/testxsl.sh (1.2, r3-alpha1): Issue number: 208, 210 Submitted by: purestorm 2003-12-14 12:06 openface * debug/Debug.php (1.20), init/functions.php (1.16): using php var_export function instead of get_r 2003-12-14 11:50 purestorm * form/build.xml (1.3), unit_test/build.xml (1.3): Issue number: Obtained from: Submitted by: Reviewed by: 2003-12-14 11:09 purestorm * form/xml/form2ary.xsl (1.3): Issue 210 Adding form's xsl for this issue. 2003-12-14 11:09 purestorm * node/xml/master.xsl (1.3), node/xml/ndf2php.xsl (1.6), node/xml/node2ary.xsl (1.10): Issue number: 210 Adding node xsl's for this issue. 2003-12-14 02:02 openface * form/nodes/ButtonFormInput.php (1.2), form/nodes/CaptionFormInput.php (1.2), form/nodes/CheckBoxFormInput.php (1.2), form/nodes/ColorPickerFormInput.php (1.2), form/nodes/CountrySelectFormInput.php (1.2), form/nodes/DatePickerFormInput.php (1.2), form/nodes/DateTimePickerFormInput.php (1.2), form/nodes/ErrorFormInput.php (1.2), form/nodes/FileUploadFormInput.php (1.2), form/nodes/HiddenFormInput.php (1.2), form/nodes/HintFormInput.php (1.2), form/nodes/ImageFormInput.php (1.2), form/nodes/ImageInputFormInput.php (1.2), form/nodes/LabelFormInput.php (1.2), form/nodes/LinkFormInput.php (1.2), form/nodes/PasswordFormInput.php (1.2), form/nodes/RadioGroupFormInput.php (1.2), form/nodes/ResetFormInput.php (1.2), form/nodes/SelectFormInput.php (1.2), form/nodes/SelectMonthFormInput.php (1.2), form/nodes/SelectYearFormInput.php (1.2), form/nodes/SubmitFormInput.php (1.2), form/nodes/TextAreaFormInput.php (1.2), form/nodes/TextFormInput.php (1.2), form/nodes/tpl/ImageInputFormInput.tpl (1.2): classname changes 2003-12-13 17:56 openface * creole/Connection.php (1.1), creole/Creole.php (1.1), creole/CreoleTypes.php (1.1), creole/DataTruncation.php (1.1), creole/DriverManager.php (1.1), creole/PreparedStatement.php (1.1), creole/README-BINARYCLOUD (1.1, r3-alpha1), creole/ResultSet.php (1.1), creole/SQLException.php (1.1), creole/SQLWarning.php (1.1), creole/Statement.php (1.1), creole/build.xml (1.1), creole/creole_test.sql (1.1, r3-alpha1), creole/drivers/mysql/MySQLConnection.php (1.1), creole/drivers/mysql/MySQLPreparedStatement.php (1.1), creole/drivers/mysql/MySQLResultSet.php (1.1), creole/drivers/mysql/MySQLTypes.php (1.1), creole/drivers/mysql/metadata/MySQLDatabaseInfo.php (1.1), creole/drivers/mysql/metadata/MySQLTableInfo.php (1.1), creole/metadata/ColumnInfo.php (1.1), creole/metadata/DatabaseInfo.php (1.1), creole/metadata/ForeignKeyInfo.php (1.1), creole/metadata/IndexInfo.php (1.1), creole/metadata/PrimaryKeyInfo.php (1.1), creole/metadata/TableInfo.php (1.1), creole/util/Blob.php (1.1), creole/util/Clob.php (1.1), creole/util/Lob.php (1.1): Adding creole package 2003-12-13 15:01 purestorm * node/xml/ndf2php.xsl (1.5), node/xml/node2ary.xsl (1.9), form/xml/form2ary.xsl (1.2): Issue number: Obtained from: Submitted by: Reviewed by: 2003-12-13 13:18 purestorm * node/xml/ndf2php.xsl (1.4): Issue number: Obtained from: Submitted by: Reviewed by: 2003-12-13 13:10 purestorm * node/xml/ndf2php.xsl (1.3): Issue number: 208 2003-12-13 12:46 purestorm * node/xml/ndf2php.xsl (1.2): Making the select for form:* tags a bit more limiting... 2003-12-13 12:41 purestorm * node/xml/master.xsl (1.2): Shifting the form2ary.xsl broke one line here ;-) 2003-12-13 12:36 purestorm * form/xml/form2ary.xsl (1.1), node/xml/Node.ndf.xml (1.4), node/xml/master.xsl (1.1), node/xml/ndf2php.xsl (1.1), node/xml/node2ary.xsl (1.8): Issue number: 208 Obtained from: Submitted by: purestorm Reviewed by: Committing xslt for adding support for <form:*> tags in ndf files. 2003-12-12 17:24 jcmichel * node/Template.php (1.18): globals corrected 2003-12-10 07:27 purestorm * conf/xml/conf2ary.xsl (1.2): Issue number: 205 Obtained from: Submitted by: purestorm Reviewed by: Comitting fix to this issue. 2003-12-08 13:02 openface * init/Event.php (1.2), init/Init.php (1.22), env/Client.php (1.16), log/Log.php (1.17): removed Event 2003-12-07 18:15 purestorm * node/docs/book/en/node.book.xml (1.3), node/docs/book/en/chapters/Introduction.html (1.2), node/docs/book/en/chapters/Node.html (1.3), node/docs/book/en/chapters/NodeDefinition.html (1.2), node/docs/book/en/chapters/QuickStart.html (1.2), node/docs/book/en/chapters/Resource.html (1.2), node/docs/book/en/chapters/Template.html (1.2), node/docs/book/en/chapters/Timer.html (1.2): Checking in some sample documentation... 2003-12-07 15:57 openface * form/nodes/ButtonNode.php (1.4), form/nodes/CaptionNode.php (1.4), form/nodes/CheckBoxNode.php (1.4), form/nodes/ColorPickerNode.php (1.4), form/nodes/CountrySelectNode.php (1.4), form/nodes/DatePickerNode.php (1.4), form/nodes/DateTimePickerNode.php (1.4), form/nodes/ErrorNode.php (1.4), form/nodes/FileUploadNode.php (1.4), form/nodes/HiddenNode.php (1.4), form/nodes/HintNode.php (1.4), form/nodes/ImageInputNode.php (1.4), form/nodes/ImageNode.php (1.4), form/nodes/LabelNode.php (1.4), form/nodes/LinkNode.php (1.4), form/nodes/PasswordNode.php (1.4), form/nodes/RadioGroupNode.php (1.4), form/nodes/ResetNode.php (1.4), form/nodes/SelectMonthNode.php (1.4), form/nodes/SelectNode.php (1.4), form/nodes/SelectYearNode.php (1.4), form/nodes/SubmitNode.php (1.4), form/nodes/TextAreaNode.php (1.4), form/nodes/TextInputNode.php (1.4): InputNode changed to FormInput 2003-12-07 08:48 purestorm * node/xml/node2ary.xsl (1.7): Issue number: 171 Obtained from: Submitted by: Reviewed by: 2003-12-07 08:20 purestorm * log/Log.php (1.16): Fixing array index "time" to "timestamp" 2003-12-07 08:19 purestorm * node/xml/node2ary.xsl (1.6): Removing "funky" <param><node:definition /></param>. 2003-12-07 07:54 purestorm * phing/classes/phing/Project.php (1.2, r3-alpha1): Added getDescription. 2003-11-30 10:03 purestorm * exception/Exception.php (1.6), init/functions.php (1.13), metabase/LICENSE (1.1, r3-alpha1), metabase/build.xml (1.1), metabase/driver_test.php (1.1, r3-alpha1), metabase/driver_test.schema (1.1, r3-alpha1), metabase/driver_test_config.php (1.1, r3-alpha1), metabase/get_database.php (1.1, r3-alpha1), metabase/lob_test.schema (1.1, r3-alpha1), metabase/manager_database.php (1.1, r3-alpha1), metabase/manager_ibase.php (1.1, r3-alpha1), metabase/manager_ifx.php (1.1, r3-alpha1), metabase/manager_msql.php (1.1, r3-alpha1), metabase/manager_mssql.php (1.1, r3-alpha1), metabase/manager_mysql.php (1.1, r3-alpha1), metabase/manager_oci.php (1.1, r3-alpha1), metabase/manager_odbc.php (1.1, r3-alpha1), metabase/manager_odbc_msaccess.php (1.1, r3-alpha1), metabase/manager_pgsql.php (1.1, r3-alpha1), metabase/manager_sqlite.php (1.1, r3-alpha1), metabase/metabase.xsl (1.1, r3-alpha1), metabase/metabase_database.php (1.1, r3-alpha1), metabase/metabase_ibase.php (1.1, r3-alpha1), metabase/metabase_ifx.php (1.1, r3-alpha1), metabase/metabase_interface.php (1.1, r3-alpha1), metabase/metabase_lob.php (1.1, r3-alpha1), metabase/metabase_manager.php (1.1, r3-alpha1), metabase/metabase_msql.php (1.1, r3-alpha1), metabase/metabase_mssql.php (1.1, r3-alpha1), metabase/metabase_mysql.php (1.1, r3-alpha1), metabase/metabase_oci.php (1.1, r3-alpha1), metabase/metabase_odbc.php (1.1, r3-alpha1), metabase/metabase_odbc_msaccess.php (1.1, r3-alpha1), metabase/metabase_parser.php (1.1, r3-alpha1), metabase/metabase_pgsql.php (1.1, r3-alpha1), metabase/metabase_sqlite.php (1.1, r3-alpha1), metabase/metabase_template.php (1.1, r3-alpha1), metabase/setup_test.php (1.1, r3-alpha1), metabase/test.schema (1.1, r3-alpha1), metabase/documentation/metabase.html (1.1, r3-alpha1), metabase/documentation/tutorial-pt.html (1.1, r3-alpha1), metabase/documentation/tutorial.html (1.1, r3-alpha1), metabase/editplus/metabase.acp (1.1, r3-alpha1), metabase/editplus/metabase.ctl (1.1, r3-alpha1), metabase/editplus/metabase.stx (1.1, r3-alpha1), metabase/editplus/template.schema (1.1, r3-alpha1): Checking in binarycloud-metabase. 2003-11-29 10:42 purestorm * node/Node.php (1.48), node/lang/Strings.de.xml (1.1, r3-alpha1), node/lang/Strings.en.xml (1.5), node/tests/NodeTestCase.php (1.9): Fixing some exception strings in Node. 2003-11-28 08:04 purestorm * init/functions.php (1.12), log/Log.php (1.13), node/Node.php (1.47), node/lang/Strings.en.xml (1.4), node/tests/BcNodeTestSuite.php (1.8), node/tests/NodeTestCase.php (1.8), unit_test/Assertable.php (1.3), unit_test/tpl/TestDetails.tpl (1.2, r3-alpha1): Issue number: 201 Submitted by: purestorm Fixing Node::Destroy() and committing unit tests for it. 2003-11-27 19:08 purestorm * node/tests/BcNodeTestSuite.php (1.7), node/tests/NodeTestCase.php (1.7), node/tests/ndf/NodeOwnerConceptTest.ndf.xml (1.1), node/tests/ndf/OwningNodeTest.ndf.xml (1.1), node/tests/ndf/SimpleNodeTest.ndf.xml (1.1), node/tests/nodes/OwnerConceptTestNode.php (1.1), node/tests/tpl/NodeOwnerChild.tpl (1.1, r3-alpha1): Issue number: 193 Submitted by: purestorm Committing some unit tests for the "owner concept" in binarycloud-node. 2003-11-27 18:14 purestorm * node/Node.php (1.46), node/build.xml (1.9), node/tests/BcNodeTestSuite.php (1.6), node/tests/NodeTestCase.php (1.6), node/tests/ndf/NodeInclude.ndf.xml (1.1), node/tests/ndf/NodeIncluded1.ndf.xml (1.1), node/tests/ndf/NodeIncluded2.ndf.xml (1.1): Issue number: 184 Minor change (uncommented line) to support overriding <node:include> tags.Added a Unit test for this, too. 2003-11-27 13:10 turing * node/docs/book/en/chapters/Resource.html (1.1): Added Resource.html which no content in prep for doc cycle 2003-11-27 11:19 purestorm * conf/Conf.php (1.8): Issue number: Obtained from: Submitted by: Reviewed by: 2003-11-26 16:51 purestorm * storage/build.xml (1.1): Issue number: Obtained from: Submitted by: Reviewed by: 2003-11-25 17:39 openface * auth/Auth.php (1.13), auth/authenticators/StorageAuthenticator.php (1.4), auth/authorizers/URIAuthorizer.php (1.10), debug/Debug.php (1.15), debug/build.xml (1.8), env/Client.php (1.10), env/Session.php (1.11), exception/Exception.php (1.4), filters/Filter.php (1.5), form/Form.php (1.5), form/FormElement.php (1.5), form/InputNode.php (1.11), init/Init.php (1.15), init/functions.php (1.8), locale/Locale.php (1.4), log/Log.php (1.6), node/Node.php (1.42), table/Table.php (1.8), validators/Validator.php (1.5): Log revisions 2003-11-24 11:23 andrus * form/lang/Strings.pl.xml (1.1), node/lang/Strings.pl.xml (1.1), validators/lang/Strings.pl.xml (1.1) (utags: r3-alpha1): Adding polish translation to BC 2003-11-24 11:20 andrus * auth/authenticators/lang/Strings.pl.xml (1.1, r3-alpha1), auth/authorizers/lang/Strings.pl.xml (1.1, r3-alpha1), auth/lang/Strings.pl.xml (1.1, r3-alpha1), conf/lang/Strings.pl.xml (1.1), debug/lang/Strings.pl.xml (1.1): Adding polish translation to BC 2003-11-23 12:52 purestorm * node/Node.php (1.40), node/Timer.php (1.4), node/tests/BcNodeTestSuite.php (1.5), node/tests/NodeTestCase.php (1.5), node/tests/TemplateTestCase.php (1.3): Small comment cleanups 2003-11-23 12:30 purestorm * node/Node.php (1.39): Small comment changes + setting global vars in Node::_SetupTemplate 2003-11-20 16:38 turing * form/nodes/tpl/SubmitNode.tpl (1.4), form/nodes/tpl/TextAreaNode.tpl (1.4), form/nodes/tpl/TextInputNode.tpl (1.4), form/tpl/StandardForm.tpl (1.4): form change sample 2003-11-19 14:22 purestorm * init/binarycloud.php (1.9): Issue number: Obtained from: Submitted by: Reviewed by: 2003-11-19 12:36 purestorm * debug/Debug.php (1.14), exception/Exception.php (1.3), init/binarycloud.php (1.8), node/Node.php (1.37), table/Table.php (1.6), unit_test/UnitTest.php (1.3): Issue number: 198 Obtained from: Submitted by: purestorm Reviewed by: Removing underscore in every class property. 2003-11-17 15:18 purestorm * node/Node.php (1.34), smarty/libs/Smarty.class.php (1.2): Correcting Node + Caching. 2003-11-17 12:00 purestorm * node/Node.php (1.33): doc updates... 2003-11-17 10:45 purestorm * node/Node.php (1.32): Merging new inline docs with no-dot-separeted path Node 2003-11-17 10:09 purestorm * doc-tools/bin/symbol2entity.ruby (1.2, r3-alpha1), form/FormElement.php (1.4): Fixed error in doc system. 2003-11-16 15:42 purestorm * auth/Auth.php (1.12), auth/build.xml (1.6), auth/authenticators/StorageAuthenticator.php (1.2), auth/authorizers/URIAuthorizer.php (1.9), auth/lang/Strings.en.xml (1.2, r3-alpha1), auth/phing/filters/RoleCompilerFilter.php (1.5), auth/phing/parser/AuthConfAuthorizersSectionFilter.php (1.3), auth/phing/parser/AuthConfFilter.php (1.3), auth/phing/parser/AuthConfRootFilter.php (1.3), auth/phing/parser/PolicyFilter.php (1.3), auth/phing/parser/PolicyResourceFilter.php (1.4), auth/phing/parser/PolicyRootFilter.php (1.4), auth/phing/parser/RoleFilter.php (1.3), auth/phing/parser/RolePolicyImportFilter.php (1.3), auth/phing/parser/RoleRootFilter.php (1.4), auth/phing/tasks/RoleCompilerTask.php (1.5), conf/Conf.php (1.6), conf/build.xml (1.6), conf/xml/ConfName.conf.xml (1.2), debug/Debug.php (1.13), debug/build.xml (1.7), env/Client.php (1.9), env/Session.php (1.9), env/URI.php (1.8), env/build.xml (1.6), exception/Exception.php (1.2), exception/build.xml (1.5), filters/EncodeEntitiesFilter.php (1.3), filters/Filter.php (1.3), filters/MaxLength.php (1.2), filters/Trim.php (1.2), filters/UCWords.php (1.2), filters/build.xml (1.5), form/Form.php (1.2), form/FormElement.php (1.3), form/InputNode.php (1.7), form/build.xml (1.2), form/nodes/ButtonNode.php (1.2), form/nodes/CaptionNode.php (1.2), form/nodes/CheckBoxNode.php (1.2), form/nodes/ColorPickerNode.php (1.2), form/nodes/CountrySelectNode.php (1.2), form/nodes/DatePickerNode.php (1.2), form/nodes/DateTimePickerNode.php (1.2), form/nodes/ErrorNode.php (1.2), form/nodes/FileUploadNode.php (1.2), form/nodes/HiddenNode.php (1.2), form/nodes/HintNode.php (1.2), form/nodes/ImageInputNode.php (1.2), form/nodes/ImageNode.php (1.2), form/nodes/LabelNode.php (1.2), form/nodes/LinkNode.php (1.2), form/nodes/PasswordNode.php (1.2), form/nodes/RadioGroupNode.php (1.2), form/nodes/ResetNode.php (1.2), form/nodes/SelectMonthNode.php (1.2), form/nodes/SelectNode.php (1.2), form/nodes/SelectYearNode.php (1.2), form/nodes/SubmitNode.php (1.2), form/nodes/TextAreaNode.php (1.2), form/nodes/TextInputNode.php (1.2), init/Init.php (1.13), init/binarycloud.php (1.6), init/build.xml (1.6), init/functions.php (1.7), locale/Locale.php (1.2), locale/phing/types/BcLangTokenReader.php (1.3), log/build.xml (1.5), node/Node.php (1.31), node/Template.php (1.16), node/build.xml (1.7), node/tests/BcNodeTestSuite.php (1.4), node/tests/NodeTestCase.php (1.4), node/tests/TemplateTestCase.php (1.2), node/xml/Node.ndf.xml (1.3), smarty/build.xml (1.4), table/Table.php (1.5), table/TablePaginationNode.php (1.4), table/TableRow.php (1.3), table/build.xml (1.2), unit_test/TestCase.php (1.2), unit_test/TestDetails.php (1.2), unit_test/TestResults.php (1.2), unit_test/TestSuite.php (1.2), unit_test/UnitTest.php (1.2), unit_test/build.xml (1.2), unit_test/ndf/UnitTest.ndf.xml (1.3), validators/AgeValidator.php (1.4), validators/ArrayValidator.php (1.6), validators/BlobValidator.php (1.6), validators/BooleanValidator.php (1.6), validators/CharsetValidator.php (1.6), validators/CountryValidator.php (1.6), validators/CreditCardNumberValidator.php (1.6), validators/CurrencyValidator.php (1.6), validators/DateTimeValidator.php (1.6), validators/DateValidator.php (1.6), validators/DecimalValidator.php (1.6), validators/EmailValidator.php (1.6), validators/FloatValidator.php (1.6), validators/IntegerValidator.php (1.6), validators/MaxValidator.php (1.6), validators/NoCharEntitiesValidator.php (1.6), validators/NoLineBreaksValidator.php (1.6), validators/NoTagValidator.php (1.6), validators/NotNullValidator.php (1.6), validators/NotVoidValidator.php (1.6), validators/NullValidator.php (1.6), validators/NumericValidator.php (1.6), validators/ObjectValidator.php (1.6), validators/OnlyAlphaCharsValidator.php (1.6), validators/OnlyTagListValidator.php (1.6), validators/PasswordValidator.php (1.6), validators/PhoneNumberValidator.php (1.6), validators/PostalCodeValidator.php (1.6), validators/RegexValidator.php (1.6), validators/ResourceValidator.php (1.6), validators/ScalarValidator.php (1.6), validators/StringValidator.php (1.5), validators/TimeValidator.php (1.6), validators/TimestampValidator.php (1.6), validators/UrlValidator.php (1.6), validators/UsStateValidator.php (1.6), validators/Validator.php (1.4), validators/ZipCodeValidator.php (1.6), validators/build.xml (1.5): Mega commit for issue 196: Remove dot separeted paths from binarycloud. Please all have a look if I got all paths. Paths for Phing are not removed, i.e. policy references in roles are atm still dot separeted paths. 2003-11-16 12:43 purestorm * phing/CHANGELOG (1.1, r3-alpha1), phing/CREDITS (1.1, r3-alpha1), phing/INSTALL.UNIX (1.1, r3-alpha1), phing/INSTALL.WIN32 (1.1, r3-alpha1), phing/LICENSE (1.1, r3-alpha1), phing/README (1.1, r3-alpha1), phing/bin/dialog (1.1, r3-alpha1), phing/bin/phing.bat (1.1, r3-alpha1), phing/bin/phing.php (1.1, r3-alpha1), phing/bin/phing.sh (1.1, r3-alpha1), phing/bin/php-README (1.1, r3-alpha1), phing/bin/php.exe-README (1.1, r3-alpha1), phing/classes/packagesupport.php (1.1, r3-alpha1), phing/classes/phing/BuildEvent.php (1.1, r3-alpha1), phing/classes/phing/BuildException.php (1.1, r3-alpha1), phing/classes/phing/BuildListener.php (1.1, r3-alpha1), phing/classes/phing/DefaultLogger.php (1.1, r3-alpha1), phing/classes/phing/IntrospectionHelper.php (1.1, r3-alpha1), phing/classes/phing/Main.php (1.1, r3-alpha1), phing/classes/phing/NoBannerLogger.php (1.1, r3-alpha1), phing/classes/phing/Project.php (1.1), phing/classes/phing/ProjectComponent.php (1.1, r3-alpha1), phing/classes/phing/RuntimeConfigurable.php (1.1, r3-alpha1), phing/classes/phing/Target.php (1.1, r3-alpha1), phing/classes/phing/Task.php (1.1, r3-alpha1), phing/classes/phing/TaskAdapter.php (1.1, r3-alpha1), phing/classes/phing/TaskContainer.php (1.1, r3-alpha1), phing/classes/phing/UnknownElement.php (1.1, r3-alpha1), phing/classes/phing/VERSION.TXT (1.1, r3-alpha1), phing/classes/phing/manifest (1.1, r3-alpha1), phing/classes/phing/filters/BaseFilterReader.php (1.1, r3-alpha1), phing/classes/phing/filters/BaseParamFilterReader.php (1.1, r3-alpha1), phing/classes/phing/filters/ExpandProperties.php (1.1, r3-alpha1), phing/classes/phing/filters/HeadFilter.php (1.1, r3-alpha1), phing/classes/phing/filters/LineContains.php (1.1, r3-alpha1), phing/classes/phing/filters/LineContainsRegExp.php (1.1, r3-alpha1), phing/classes/phing/filters/PrefixLines.php (1.1, r3-alpha1), phing/classes/phing/filters/ReplaceTokens.php (1.1, r3-alpha1), phing/classes/phing/filters/StripLineBreaks.php (1.1, r3-alpha1), phing/classes/phing/filters/StripLineComments.php (1.1, r3-alpha1), phing/classes/phing/filters/StripPhpComments.php (1.1, r3-alpha1), phing/classes/phing/filters/TabToSpaces.php (1.1, r3-alpha1), phing/classes/phing/filters/TailFilter.php (1.1, r3-alpha1), phing/classes/phing/filters/XsltFilter.php (1.1), phing/classes/phing/filters/util/ChainReaderHelper.php (1.1, r3-alpha1), phing/classes/phing/filters/util/IniFileTokenReader.php (1.1, r3-alpha1), phing/classes/phing/lib/BuildFileFinder.php (1.1, r3-alpha1), phing/classes/phing/lib/Gaugebox.php (1.1, r3-alpha1), phing/classes/phing/lib/Regex.php (1.1, r3-alpha1), phing/classes/phing/lib/Signal.php (1.1, r3-alpha1), phing/classes/phing/lib/Tar.php (1.1, r3-alpha1), phing/classes/phing/lib/Timer.php (1.1, r3-alpha1), phing/classes/phing/lib/Trie.php (1.1, r3-alpha1), phing/classes/phing/lib/detect_php.php (1.1, r3-alpha1), phing/classes/phing/lib/xmlwriterclass.php (1.1, r3-alpha1), phing/classes/phing/mappers/FileNameMapper.php (1.1, r3-alpha1), phing/classes/phing/mappers/FlattenMapper.php (1.1, r3-alpha1), phing/classes/phing/mappers/GlobMapper.php (1.1, r3-alpha1), phing/classes/phing/mappers/IdentityMapper.php (1.1, r3-alpha1), phing/classes/phing/mappers/MergeMapper.php (1.1, r3-alpha1), phing/classes/phing/mappers/RegexMapper.php (1.1, r3-alpha1), phing/classes/phing/mappers/regex/PregRegexEngine.php (1.1, r3-alpha1), phing/classes/phing/mappers/regex/RegexEngine.php (1.1, r3-alpha1), phing/classes/phing/mappers/regex/RegexMatcher.php (1.1, r3-alpha1), phing/classes/phing/parser/AbstractFilter.php (1.1, r3-alpha1), phing/classes/phing/parser/AbstractSAXParser.php (1.1, r3-alpha1), phing/classes/phing/parser/DataTypeFilter.php (1.1, r3-alpha1), phing/classes/phing/parser/ExpatParseException.php (1.1, r3-alpha1), phing/classes/phing/parser/ExpatParser.php (1.1, r3-alpha1), phing/classes/phing/parser/Location.php (1.1, r3-alpha1), phing/classes/phing/parser/NestedElementFilter.php (1.1, r3-alpha1), phing/classes/phing/parser/ProjectConfigurator.php (1.1, r3-alpha1), phing/classes/phing/parser/ProjectFilter.php (1.1, r3-alpha1), phing/classes/phing/parser/RootFilter.php (1.1, r3-alpha1), phing/classes/phing/parser/TargetFilter.php (1.1, r3-alpha1), phing/classes/phing/parser/TaskFilter.php (1.1, r3-alpha1), phing/classes/phing/parser/manifest (1.1, r3-alpha1), phing/classes/phing/system/io/BufferedReader.php (1.1, r3-alpha1), phing/classes/phing/system/io/BufferedWriter.php (1.1, r3-alpha1), phing/classes/phing/system/io/File.php (1.1, r3-alpha1), phing/classes/phing/system/io/FileReader.php (1.1, r3-alpha1), phing/classes/phing/system/io/FileSystem.php (1.1, r3-alpha1), phing/classes/phing/system/io/FileWriter.php (1.1, r3-alpha1), phing/classes/phing/system/io/FilterReader.php (1.1, r3-alpha1), phing/classes/phing/system/io/IOException.php (1.1, r3-alpha1), phing/classes/phing/system/io/Reader.php (1.1, r3-alpha1), phing/classes/phing/system/io/StringReader.php (1.1, r3-alpha1), phing/classes/phing/system/io/TokenReader.php (1.1, r3-alpha1), phing/classes/phing/system/io/UnixFileSystem.php (1.1, r3-alpha1), phing/classes/phing/system/io/Win32FileSystem.php (1.1, r3-alpha1), phing/classes/phing/system/io/WinNTFileSystem.php (1.1, r3-alpha1), phing/classes/phing/system/io/Writer.php (1.1, r3-alpha1), phing/classes/phing/system/lang/ArrayIndexOutOfBoundsException.php (1.1, r3-alpha1), phing/classes/phing/system/lang/Character.php (1.1, r3-alpha1), phing/classes/phing/system/lang/EventObject.php (1.1, r3-alpha1), phing/classes/phing/system/lang/Exception.php (1.1, r3-alpha1), phing/classes/phing/system/lang/NullPointerException.php (1.1, r3-alpha1), phing/classes/phing/system/lang/RuntimeException.php (1.1, r3-alpha1), phing/classes/phing/system/lang/SecurityException.php (1.1, r3-alpha1), phing/classes/phing/system/lang/System.php (1.1), phing/classes/phing/system/lang/Throwable.php (1.1, r3-alpha1), phing/classes/phing/system/lang/functions.php (1.1), phing/classes/phing/system/lang/manifest (1.1, r3-alpha1), phing/classes/phing/system/util/Cmd.php (1.1, r3-alpha1), phing/classes/phing/system/util/Err.php (1.1, r3-alpha1), phing/classes/phing/system/util/Logger.php (1.1, r3-alpha1), phing/classes/phing/system/util/Message.php (1.1, r3-alpha1), phing/classes/phing/system/util/Properties.php (1.1, r3-alpha1), phing/classes/phing/system/util/StringTokenizer.php (1.1, r3-alpha1), phing/classes/phing/tasks/defaults.properties (1.1, r3-alpha1), phing/classes/phing/tasks/task_skel (1.1, r3-alpha1), phing/classes/phing/tasks/ext/HtmlTidyTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/ext/MkPackageTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/ext/PHPDocTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/ext/PHPDocuTask.php (1.1), phing/classes/phing/tasks/ext/StripTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/ext/ZencodeTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/AvailableTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/ChmodTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/ConditionTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/CopyTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/DeleteTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/DumpTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/EchoTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/ExecTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/ForeachTask.php (1.1), phing/classes/phing/tasks/system/MkdirTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/MoveTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/PhingCallTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/PhingTask.php (1.1), phing/classes/phing/tasks/system/PropertyTask.php (1.1), phing/classes/phing/tasks/system/TarTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/TaskdefTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/TouchTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/TypedefTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/XsltTask.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/condition/And.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/condition/Condition.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/condition/ConditionBase.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/condition/Equals.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/condition/Not.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/condition/Or.php (1.1, r3-alpha1), phing/classes/phing/tasks/system/condition/Os.php (1.1, r3-alpha1), phing/classes/phing/types/DataType.php (1.1, r3-alpha1), phing/classes/phing/types/FileList.php (1.1, r3-alpha1), phing/classes/phing/types/Fileset.php (1.1, r3-alpha1), phing/classes/phing/types/FilterChain.php (1.1), phing/classes/phing/types/FilterSet.php (1.1, r3-alpha1), phing/classes/phing/types/Mapper.php (1.1, r3-alpha1), phing/classes/phing/types/Parameter.php (1.1, r3-alpha1), phing/classes/phing/types/Patternset.php (1.1, r3-alpha1), phing/classes/phing/types/PhingFilterReader.php (1.1, r3-alpha1), phing/classes/phing/types/Reference.php (1.1, r3-alpha1), phing/classes/phing/types/RegularExpression.php (1.1, r3-alpha1), phing/classes/phing/types/TokenReader.php (1.1, r3-alpha1), phing/classes/phing/types/TokenSource.php (1.1, r3-alpha1), phing/classes/phing/types/defaults.properties (1.1, r3-alpha1), phing/classes/phing/util/DirectoryScanner.php (1.1, r3-alpha1), phing/classes/phing/util/FileUtils.php (1.1, r3-alpha1), phing/classes/phing/util/SourceFileScanner.php (1.1, r3-alpha1), phing/classes/phing/util/regex/PregRegexEngine.php (1.1, r3-alpha1), phing/classes/phing/util/regex/RegexEngine.php (1.1, r3-alpha1), phing/classes/phing/util/regex/RegexMatcher.php (1.1, r3-alpha1), phing/docs/phing_guide/PhingGuide_en.pdf (1.1, r3-alpha1), phing/docs/phing_guide/index.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/AboutThisBook.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/BasicConcepts.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/Bibliography.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/ExtendingPhing.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/GettingStarted.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/Introduction.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/ProjectComponents.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/Setup.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/appendixes/AppendixA-FactSheet.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/appendixes/AppendixB-CoreTasks.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/appendixes/AppendixC-CoreTypes.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/appendixes/AppendixD-ProjectComponents.html (1.1, r3-alpha1), phing/docs/phing_guide/chapters/appendixes/AppendixE-FileFormats.html (1.1, r3-alpha1), phing/docs/phing_guide/css/Documentation.css (1.1, r3-alpha1), phing/docs/phing_guide/css/FrameToc.css (1.1, r3-alpha1), phing/docs/phing_guide/frame/DocFrame.html (1.1, r3-alpha1), phing/docs/phing_guide/frame/NavTop.html (1.1, r3-alpha1), phing/docs/phing_guide/images/ExtendingTree.gif (1.1, r3-alpha1), phing/docs/phing_guide/images/README.txt (1.1, r3-alpha1), phing/docs/phing_guide/js/BookNav.js (1.1, r3-alpha1), phing/docs/phing_guide/toc/FrameToC.html (1.1, r3-alpha1), phing/docs/phing_guide/toc/ToC.html (1.1, r3-alpha1), phing/docs/phing_guide/toc/TocBottom.html (1.1, r3-alpha1), phing/docs/phing_guide/toc/TocTop.html (1.1, r3-alpha1): checking in binarycloud-phing 2003-11-16 11:36 purestorm * php-documentor/Authors (1.2), php-documentor/ChangeLog (1.2), php-documentor/FAQ (1.2), php-documentor/INSTALL (1.2), php-documentor/README (1.2), php-documentor/Release-1.2.0beta1 (1.2), php-documentor/Release-1.2.0beta2 (1.2), php-documentor/Release-1.2.0beta3 (1.2), php-documentor/Release-1.2.0rc1 (1.2), php-documentor/Release-1.2.0rc2 (1.2), php-documentor/index.html (1.2), php-documentor/new_phpdoc.php (1.2), php-documentor/package.xml (1.2), php-documentor/phpDocumentor.ini (1.2), php-documentor/phpdoc (1.2), php-documentor/phpdoc.bat (1.2), php-documentor/phpdoc.php (1.2), php-documentor/Documentation/Release-old/Release-1.1.0 (1.2), php-documentor/Documentation/Release-old/Release-1.1.0rc2 (1.2), php-documentor/Documentation/tests/bug-489398.php (1.2), php-documentor/Documentation/tests/bug-561101.php (1.2), php-documentor/HTML_TreeMenu-1.1.2/TreeMenu.js (1.2), php-documentor/HTML_TreeMenu-1.1.2/TreeMenu.php (1.2), php-documentor/docbuilder/actions.php (1.2), php-documentor/docbuilder/builder.php (1.2), php-documentor/docbuilder/config.php (1.2), php-documentor/docbuilder/file_dialog.php (1.2), php-documentor/docbuilder/top.php (1.2), php-documentor/docbuilder/images/ss_HTML_Smarty_default.png (1.2), php-documentor/docbuilder/includes/utilities.php (1.2), php-documentor/phpDocumentor/Classes.inc (1.2), php-documentor/phpDocumentor/Converter.inc (1.2), php-documentor/phpDocumentor/DescHTML.inc (1.2), php-documentor/phpDocumentor/DocBlockTags.inc (1.2), php-documentor/phpDocumentor/Errors.inc (1.2), php-documentor/phpDocumentor/EventStack.inc (1.2), php-documentor/phpDocumentor/HighlightParser.inc (1.2), php-documentor/phpDocumentor/InlineTags.inc (1.2), php-documentor/phpDocumentor/IntermediateParser.inc (1.2), php-documentor/phpDocumentor/Io.inc (1.2), php-documentor/phpDocumentor/LinkClasses.inc (1.2), php-documentor/phpDocumentor/PackagePageElements.inc (1.2), php-documentor/phpDocumentor/Parser.inc (1.2), php-documentor/phpDocumentor/ParserData.inc (1.2), php-documentor/phpDocumentor/ParserDescCleanup.inc (1.2), php-documentor/phpDocumentor/ParserDocBlock.inc (1.2), php-documentor/phpDocumentor/ParserElements.inc (1.2), php-documentor/phpDocumentor/ProceduralPages.inc (1.2), php-documentor/phpDocumentor/Publisher.inc (1.2), php-documentor/phpDocumentor/Setup.inc.php (1.2), php-documentor/phpDocumentor/WordParser.inc (1.2), php-documentor/phpDocumentor/XMLpackagePageParser.inc (1.2), php-documentor/phpDocumentor/common.inc.php (1.2), php-documentor/phpDocumentor/find_phpdoc.php (1.2), php-documentor/phpDocumentor/phpDocumentorTParser.inc (1.2), php-documentor/phpDocumentor/phpDocumentorTWordParser.inc (1.2), php-documentor/phpDocumentor/phpdoc.inc (1.2), php-documentor/phpDocumentor/Converters/CHM/default/CHMdefaultConverter.inc (1.2), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/options.ini (1.2), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/CSV/dia2code/CSVdia2codeConverter.inc (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/docblock.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/global.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/header.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/include.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/docblock.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/global.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/header.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/include.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/docblock.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/header.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/include.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/media/style.css (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/docblock.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/header.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/include.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/tutorial_tree.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/stylesheet.css (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/tutorial_tree.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/basicindex.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/class.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/left_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/method.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/page.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial_tree.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/stylesheet.css (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Constructor.png (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Destructor.png (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Method.png (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/PrivateMethod.png (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/basicindex.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/class.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/left_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/method.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/page.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/tutorial_tree.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/tutorial_tree.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/stylesheet.css (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/tutorial_tree.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/tutorial_tree.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/tutorial_tree.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/tutorial_tree.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/tutorial_tree.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/media/stylesheet.css (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/define.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/include.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/basicindex.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/class.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/left_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/method.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/page.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/stylesheet.css (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Constructor.png (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Destructor.png (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Method.png (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/PrivateMethod.png (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/basicindex.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/class.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/left_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/method.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/page.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/ric.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/media/stylesheet.css (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/method.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/var.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/stylesheet.css (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/method.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/var.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/options.ini (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/errors.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/footer.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/function.tpl (1.2), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/top_frame.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/PDFdefaultConverter.inc (1.2), php-documentor/phpDocumentor/Converters/PDF/default/ParserPDF.inc (1.2), php-documentor/phpDocumentor/Converters/PDF/default/class.ezpdf.php (1.2), php-documentor/phpDocumentor/Converters/PDF/default/class.pdf.php (1.2), php-documentor/phpDocumentor/Converters/PDF/default/class.phpdocpdf.php (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/options.ini (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/class.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/define.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/docblock.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/examplesource.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/filesource.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/function.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/global.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/include.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/index.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/method.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/page.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/pagenumbering.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/ric.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/toc.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/var.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/class.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/define.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/docblock.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/examplesource.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/filesource.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/function.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/global.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/include.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/index.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/method.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/newpackage_header.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/page.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/pagenumbering.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/ric.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/toc.tpl (1.2), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/var.tpl (1.2), php-documentor/phpDocumentor/Converters/XML/DocBook/XMLDocBookConverter.inc (1.2), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/XMLDocBookpeardoc2Converter.inc (1.2), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/options.ini (1.2), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/class_summary.tpl (1.2), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/constants.tpl (1.2), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/docblock.tpl (1.2), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/globals.tpl (1.2), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/method.tpl (1.2), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates_c/class_summary.tpl (1.2), php-documentor/phpDocumentor/Converters/XML/DocBook/templates/peardoc2/templates/class_summary.tpl (1.2), php-documentor/phpDocumentor/Smarty-2.5.0/ChangeLog (1.2), php-documentor/phpDocumentor/Smarty-2.5.0/libs/Config_File.class.php (1.2), php-documentor/phpDocumentor/Smarty-2.5.0/libs/Smarty.class.php (1.2), php-documentor/phpDocumentor/Smarty-2.5.0/libs/Smarty_Compiler.class.php (1.2), php-documentor/scripts/add_cvs.php (1.2), php-documentor/scripts/create_examples.php (1.2), php-documentor/scripts/create_package.xml.php (1.2), php-documentor/scripts/makedoc.sh (1.2), php-documentor/tutorials/Converters/Converter.cls (1.2), php-documentor/tutorials/Converters/Converter.methods.cls (1.2), php-documentor/tutorials/Converters/Converters.pkg (1.2), php-documentor/tutorials/Converters/template.vars.cls (1.2), php-documentor/tutorials/Converters/HTMLframes/HTMLframesConverter.cls (1.2), php-documentor/tutorials/Converters/PDFdefault/PDFParser.cls (1.2), php-documentor/tutorials/phpDocumentor/elements.pkg (1.2), php-documentor/tutorials/phpDocumentor/inlinetags.pkg (1.2), php-documentor/tutorials/phpDocumentor/manual.pkg (1.2), php-documentor/tutorials/phpDocumentor/phpDocumentor.howto.pkg (1.2), php-documentor/tutorials/phpDocumentor/phpDocumentor.pkg (1.2), php-documentor/tutorials/phpDocumentor/phpDocumentor.pkg.ini (1.2), php-documentor/tutorials/phpDocumentor/tags.example.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.filesource.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.inlineid.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.inlinelink.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.inlinetoc.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.inlinetutorial.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.package.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.param.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.see.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.tutorial.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.uses.pkg (1.2), php-documentor/tutorials/phpDocumentor/tags.version.pkg (1.2), php-documentor/tutorials/phpDocumentor/tutorials.pkg (1.2), php-documentor/user/default.ini (1.2), php-documentor/user/demo.ini (1.2), php-documentor/user/makedocs.ini (1.2), php-documentor/user/testdocbook.ini (1.2) (utags: r3-alpha1): Upgrading to 1.2.3 2003-11-15 20:52 turing * doc-tools/bin/normalize_entities.sh (1.2, r3-alpha1), node/Node.php (1.30): removing the docs tree to prep for a new one 2003-11-14 14:50 openface * conf/Conf.php (1.5): Removing SetConf 2003-11-12 17:31 jcmichel * node/Node.php (1.23), form/InputNode.php (1.2): issue 192 2003-11-12 10:30 purestorm * auth/Auth.php (1.11), env/Client.php (1.7), init/Init.php (1.12): Issue number: 189 Obtained from: Submitted by: Reviewed by: 2003-11-11 23:15 turing * node/Node.php (1.21), node/Template.php (1.15): Many modifications to node and template, node now (apparently) caches well, made caching false by default in template. Issue number: Obtained from: Submitted by: Reviewed by: 2003-11-11 23:14 turing * init/Init.php (1.11): Added a _SetErrorReporting() method and an associated configuration item Issue number: Obtained from: Submitted by: Reviewed by: 2003-11-11 20:44 turing * node/Template.php (1.14): Fetched globals from conf and pushed them into tpl The current CONSTANT was useless in a template context Issue number: Obtained from: Submitted by: Reviewed by: 2003-11-11 13:45 openface * form/Form.php (1.1), form/FormElement.php (1.1), form/InputNode.php (1.1), form/build.xml (1.1), form/lang/Strings.en.xml (1.1), form/lang/Strings.fr.xml (1.1), form/nodes/ButtonNode.php (1.1), form/nodes/CaptionNode.php (1.1), form/nodes/CheckBoxNode.php (1.1), form/nodes/ColorPickerNode.php (1.1), form/nodes/CountrySelectNode.php (1.1), form/nodes/DatePickerNode.php (1.1), form/nodes/DateTimePickerNode.php (1.1), form/nodes/ErrorNode.php (1.1), form/nodes/FileUploadNode.php (1.1), form/nodes/HiddenNode.php (1.1), form/nodes/HintNode.php (1.1), form/nodes/ImageInputNode.php (1.1), form/nodes/ImageNode.php (1.1), form/nodes/LabelNode.php (1.1), form/nodes/LinkNode.php (1.1), form/nodes/PasswordNode.php (1.1), form/nodes/RadioGroupNode.php (1.1), form/nodes/ResetNode.php (1.1), form/nodes/SelectMonthNode.php (1.1), form/nodes/SelectNode.php (1.1), form/nodes/SelectYearNode.php (1.1), form/nodes/SubmitNode.php (1.1), form/nodes/TextAreaNode.php (1.1), form/nodes/TextInputNode.php (1.1), form/nodes/tpl/ButtonNode.tpl (1.1), form/nodes/tpl/CaptionNode.tpl (1.1), form/nodes/tpl/CheckBoxNode.tpl (1.1), form/nodes/tpl/ColorPickerNode.tpl (1.1), form/nodes/tpl/DatePickerNode.tpl (1.1), form/nodes/tpl/DateTimePickerNode.tpl (1.1), form/nodes/tpl/ErrorNode.tpl (1.1), form/nodes/tpl/FileUploadNode.tpl (1.1), form/nodes/tpl/HiddenNode.tpl (1.1), form/nodes/tpl/HintNode.tpl (1.1), form/nodes/tpl/ImageInputNode.tpl (1.1), form/nodes/tpl/ImageNode.tpl (1.1), form/nodes/tpl/LabelNode.tpl (1.1), form/nodes/tpl/LinkNode.tpl (1.1), form/nodes/tpl/PasswordNode.tpl (1.1), form/nodes/tpl/RadioGroupNode.tpl (1.1), form/nodes/tpl/ResetNode.tpl (1.1), form/nodes/tpl/SelectNode.tpl (1.1), form/nodes/tpl/SubmitNode.tpl (1.1), form/nodes/tpl/TextAreaNode.tpl (1.1), form/nodes/tpl/TextInputNode.tpl (1.1), form/tpl/FormElement.tpl (1.1), form/tpl/StandardForm.tpl (1.1): form/r3 2003-11-08 06:50 purestorm * php-documentor/Authors (1.1), php-documentor/COPYING (1.1, r3-alpha1), php-documentor/ChangeLog (1.1), php-documentor/FAQ (1.1), php-documentor/INSTALL (1.1), php-documentor/LICENSE (1.1, r3-alpha1), php-documentor/PHPLICENSE.txt (1.1, r3-alpha1), php-documentor/README (1.1), php-documentor/Release-1.2.0beta1 (1.1), php-documentor/Release-1.2.0beta2 (1.1), php-documentor/Release-1.2.0beta3 (1.1), php-documentor/Release-1.2.0rc1 (1.1), php-documentor/Release-1.2.0rc2 (1.1), php-documentor/index.html (1.1), php-documentor/new_phpdoc.php (1.1), php-documentor/package.xml (1.1), php-documentor/phpDocumentor.ini (1.1), php-documentor/phpdoc (1.1), php-documentor/phpdoc.bat (1.1), php-documentor/phpdoc.php (1.1), php-documentor/poweredbyphpdoc.gif (1.1, r3-alpha1), php-documentor/Documentation/RoadMap (1.1, r3-alpha1), php-documentor/Documentation/TODO (1.1, r3-alpha1), php-documentor/Documentation/Release-old/Release-0.2.4 (1.1, r3-alpha1), php-documentor/Documentation/Release-old/Release-0.2.5 (1.1, r3-alpha1), php-documentor/Documentation/Release-old/Release-0.2.6 (1.1, r3-alpha1), php-documentor/Documentation/Release-old/Release-0.3.0 (1.1, r3-alpha1), php-documentor/Documentation/Release-old/Release-0.4.0 (1.1, r3-alpha1), php-documentor/Documentation/Release-old/Release-0.4.1 (1.1, r3-alpha1), php-documentor/Documentation/Release-old/Release-0.4.2 (1.1, r3-alpha1), php-documentor/Documentation/Release-old/Release-1.0.0 (1.1, r3-alpha1), php-documentor/Documentation/Release-old/Release-1.0.0rc1 (1.1, r3-alpha1), php-documentor/Documentation/Release-old/Release-1.1.0 (1.1), php-documentor/Documentation/Release-old/Release-1.1.0rc1 (1.1, r3-alpha1), php-documentor/Documentation/Release-old/Release-1.1.0rc2 (1.1), php-documentor/Documentation/tests/bug-441275.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-441278.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-441287.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-441289.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-441433.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-443153.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-445298.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-445305.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-445820.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-489398.php (1.1), php-documentor/Documentation/tests/bug-540341.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-540368.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-541886.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-542586.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-548331.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-550489.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-551120.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-553137.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-553138.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-553560.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-553607.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-554712.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-555768.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-556031-01.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-556031.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-556860.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-556894.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-557390.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-558031.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-558051.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-559467.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-559494.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-559668.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-560532.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-560578.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-560595.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-561101.php (1.1), php-documentor/Documentation/tests/bug-562997.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-566200.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-566600.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-567059.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-587733.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-645588.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-698356.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-authoremail.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-defineparse.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-eofquotes.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-escaping.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-loseprocedural.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-loseunknowntags.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-pageleveldocsblocks.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-quote_new_parser.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-shortdesc.php (1.1, r3-alpha1), php-documentor/Documentation/tests/bug-557861/bug-557861.php (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/TreeMenu.js (1.1), php-documentor/HTML_TreeMenu-1.1.2/TreeMenu.php (1.1), php-documentor/HTML_TreeMenu-1.1.2/images/branch.gif (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/images/branchbottom.gif (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/images/branchtop.gif (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/images/folder.gif (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/images/line.gif (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/images/linebottom.gif (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/images/minus.gif (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/images/minusbottom.gif (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/images/minustop.gif (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/images/plus.gif (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/images/plusbottom.gif (1.1, r3-alpha1), php-documentor/HTML_TreeMenu-1.1.2/images/plustop.gif (1.1, r3-alpha1), php-documentor/docbuilder/actions.php (1.1), php-documentor/docbuilder/blank.html (1.1, r3-alpha1), php-documentor/docbuilder/builder.php (1.1), php-documentor/docbuilder/config.php (1.1), php-documentor/docbuilder/file_dialog.php (1.1), php-documentor/docbuilder/index.html (1.1, r3-alpha1), php-documentor/docbuilder/top.php (1.1), php-documentor/docbuilder/images/rc-gui-install-24.png (1.1, r3-alpha1), php-documentor/docbuilder/images/ss_CHM_default_default.png (1.1, r3-alpha1), php-documentor/docbuilder/images/ss_HTML_Smarty_default.png (1.1), php-documentor/docbuilder/images/ss_HTML_frames_phpedit.png (1.1, r3-alpha1), php-documentor/docbuilder/images/ss_PDF_default_default.png (1.1, r3-alpha1), php-documentor/docbuilder/includes/tab.webfx.css (1.1, r3-alpha1), php-documentor/docbuilder/includes/tabpane.js (1.1, r3-alpha1), php-documentor/docbuilder/includes/utilities.php (1.1), php-documentor/media/images/earthli/class.png (1.1, r3-alpha1), php-documentor/media/images/earthli/class_folder.png (1.1, r3-alpha1), php-documentor/media/images/earthli/constant.png (1.1, r3-alpha1), php-documentor/media/images/earthli/constructor_method.png (1.1, r3-alpha1), php-documentor/media/images/earthli/destructor_method.png (1.1, r3-alpha1), php-documentor/media/images/earthli/file.png (1.1, r3-alpha1), php-documentor/media/images/earthli/folder.png (1.1, r3-alpha1), php-documentor/media/images/earthli/function.png (1.1, r3-alpha1), php-documentor/media/images/earthli/function_folder.png (1.1, r3-alpha1), php-documentor/media/images/earthli/global.png (1.1, r3-alpha1), php-documentor/media/images/earthli/index.png (1.1, r3-alpha1), php-documentor/media/images/earthli/lock.png (1.1, r3-alpha1), php-documentor/media/images/earthli/method.png (1.1, r3-alpha1), php-documentor/media/images/earthli/next_button.png (1.1, r3-alpha1), php-documentor/media/images/earthli/package.png (1.1, r3-alpha1), php-documentor/media/images/earthli/package_folder.png (1.1, r3-alpha1), php-documentor/media/images/earthli/previous_button.png (1.1, r3-alpha1), php-documentor/media/images/earthli/private_class.png (1.1, r3-alpha1), php-documentor/media/images/earthli/private_method.png (1.1, r3-alpha1), php-documentor/media/images/earthli/private_variable.png (1.1, r3-alpha1), php-documentor/media/images/earthli/tutorial.png (1.1, r3-alpha1), php-documentor/media/images/earthli/tutorial_folder.png (1.1, r3-alpha1), php-documentor/media/images/earthli/variable.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Classes.inc (1.1), php-documentor/phpDocumentor/Converter.inc (1.1), php-documentor/phpDocumentor/DescHTML.inc (1.1), php-documentor/phpDocumentor/DocBlockTags.inc (1.1), php-documentor/phpDocumentor/Errors.inc (1.1), php-documentor/phpDocumentor/EventStack.inc (1.1), php-documentor/phpDocumentor/HighlightParser.inc (1.1), php-documentor/phpDocumentor/InlineTags.inc (1.1), php-documentor/phpDocumentor/IntermediateParser.inc (1.1), php-documentor/phpDocumentor/Io.inc (1.1), php-documentor/phpDocumentor/LinkClasses.inc (1.1), php-documentor/phpDocumentor/PackagePageElements.inc (1.1), php-documentor/phpDocumentor/Parser.inc (1.1), php-documentor/phpDocumentor/ParserData.inc (1.1), php-documentor/phpDocumentor/ParserDescCleanup.inc (1.1), php-documentor/phpDocumentor/ParserDocBlock.inc (1.1), php-documentor/phpDocumentor/ParserElements.inc (1.1), php-documentor/phpDocumentor/ProceduralPages.inc (1.1), php-documentor/phpDocumentor/Publisher.inc (1.1), php-documentor/phpDocumentor/Setup.inc.php (1.1), php-documentor/phpDocumentor/WordParser.inc (1.1), php-documentor/phpDocumentor/XMLpackagePageParser.inc (1.1), php-documentor/phpDocumentor/common.inc.php (1.1), php-documentor/phpDocumentor/find_phpdoc.php (1.1), php-documentor/phpDocumentor/phpDocumentorTParser.inc (1.1), php-documentor/phpDocumentor/phpDocumentorTWordParser.inc (1.1), php-documentor/phpDocumentor/phpdoc.inc (1.1), php-documentor/phpDocumentor/Converters/CHM/default/CHMdefaultConverter.inc (1.1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/options.ini (1.1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/classleft.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/contents.hhc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/fileleft.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/function.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/hhp.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/index.hhk.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/packages.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/tocentry.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/media/bg_left.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates/media/stylesheet.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/contents.hhc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/function.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/hhp.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/index.hhk.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/tocentry.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CHM/default/templates/default/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/CSV/dia2code/CSVdia2codeConverter.inc (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/classleft.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/docblock.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/fileleft.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/footer.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/function.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/global.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/header.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/include.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/packages.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/media/background.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/media/empty.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/media/style.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/classleft.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/docblock.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/fileleft.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/footer.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/function.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/global.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/header.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/include.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/classleft.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/docblock.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/fileleft.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/function.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/header.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/include.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/layout.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/packages.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/style.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/media/layout.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates/media/style.css (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/classleft.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/docblock.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/fileleft.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/function.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/header.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/include.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/Smarty/templates/default/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/default/constants_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/default/elementindex.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/default/errors.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/default/globals_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/default/index.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/default/left.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/default/pagefoot.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/default/pagetop.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/default/vars_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/l0l33t/bg_left.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/l0l33t/class.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/l0l33t/docblock-func.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/l0l33t/functions_inherited.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/l0l33t/includes_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/l0l33t/options.ini (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/l0l33t/packages.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/l0l33t/plus.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/l0l33t/stylesheet.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/phpdoc.de/class.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/phpdoc.de/classtrees.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/phpdoc.de/docblock-func.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/phpdoc.de/functions_inherited.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/phpdoc.de/includes_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/phpdoc.de/options.ini (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/phpdoc.de/packages.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/phpdoc.de/plus.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/phpdoc.de/stylesheet.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/DOM/phpdoc.de/vars_summary.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/default/includes_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/default/packages.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/l0l33t/bg_left.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/l0l33t/blank.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/l0l33t/constants_summary.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/l0l33t/functions_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/l0l33t/functions_inherited.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/l0l33t/includes_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/l0l33t/packages.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/l0l33t/page.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/l0l33t/template.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/l0l33t/vars_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phpdoc.de/constant.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phpdoc.de/constants_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phpdoc.de/elementindex.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phpdoc.de/errors.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phpdoc.de/globals_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phpdoc.de/index.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phpdoc.de/left.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phpdoc.de/pagetop.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phpdoc.de/pkgelementindex.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phpdoc.de/vars_summary.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phphtmllib/class.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phphtmllib/constant.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phphtmllib/constants_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phphtmllib/elementindex.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phphtmllib/errors.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phphtmllib/globals_detail.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phphtmllib/index.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phphtmllib/left.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phphtmllib/pagefoot.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phphtmllib/pagetop.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/default/templates/phphtmllib/vars_inherited.inc.html (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/tutorial_tree.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/banner.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/stylesheet.css (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/I.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/L.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/Lminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/Lplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/T.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/Tminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/Tplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/blank.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/empty.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/lib/classTree.js (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/tutorial_tree.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/basicindex.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/class.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/left_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/method.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/page.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial_tree.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/banner.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/stylesheet.css (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Class.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Constant.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Constructor.png (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Destructor.png (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Function.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Global.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/I.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Index.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/L.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Lminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Lplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Method.png (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Page.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/PrivateClass.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/PrivateMethod.png (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/PrivateVariable.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/T.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Tminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Tplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Variable.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/blank.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/class_folder.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/empty.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/file.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/folder.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/function_folder.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/next_button.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/next_button_disabled.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/package.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/package_folder.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/previous_button.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/previous_button_disabled.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/tutorial.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/tutorial_folder.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/up_button.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/lib/classTree.js (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/basicindex.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/class.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/left_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/method.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/page.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/tutorial_tree.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/tutorial_tree.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/banner.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/bg_left.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/minus.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/plus.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/stylesheet.css (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/I.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/L.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/Lminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/Lplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/T.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/Tminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/Tplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/blank.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/empty.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/lib/classTree.js (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/tutorial_tree.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/tutorial_tree.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/banner.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/stylesheet.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/I.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/L.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/Lminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/Lplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/T.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/Tminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/Tplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/blank.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/empty.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/lib/classTree.js (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/tutorial_tree.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/tutorial_tree.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/banner.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/stylesheet.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/I.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/L.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/Lminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/Lplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/T.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/Tminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/Tplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/blank.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/empty.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/lib/classTree.js (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/tutorial_tree.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/media/banner.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates/media/stylesheet.css (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/define.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/include.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/default/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/basicindex.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/class.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/left_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/method.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/page.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/banner.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/stylesheet.css (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Class.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Constant.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Constructor.png (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Destructor.png (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Function.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Global.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/I.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Index.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/L.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Lminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Lplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Method.png (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Page.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/PrivateClass.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/PrivateMethod.png (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/PrivateVariable.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/T.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Tminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Tplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Variable.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/blank.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/class_folder.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/file.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/folder.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/function_folder.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/next_button.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/next_button_disabled.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/package.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/package_folder.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/previous_button.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/previous_button_disabled.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/tutorial.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/tutorial_folder.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/up_button.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/basicindex.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/class.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/left_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/method.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/page.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/ric.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/earthli/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/media/banner.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/media/bg_left.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/media/stylesheet.css (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/media/banner.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/media/stylesheet.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/function.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/method.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/var.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/stylesheet.css (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Class.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Constant.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Constants.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Constructor.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Destructor.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Disk.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/FolderClosed.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/FolderOpened.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Functions.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/GhostClass.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/I.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/L.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Lminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Lplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PrivateDataMember.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PrivateMethod.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PrivateProperty.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/ProtectedDataMember.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/ProtectedMethod.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/ProtectedProperty.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PublicDataMember.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PublicMethod.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PublicProperty.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/T.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Tminus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Tplus.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Types.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Variable.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Vars.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/blank.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/classFolder.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/error.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/file.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/foldericon.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/minus.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/msgError.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/msgFatalError.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/msgHint.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/msgInformation.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/msgWarning.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/openfoldericon.png (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/plus.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/spacer.gif (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/lib/classTree.js (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/lib/tab.webfx.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/lib/tabpane.js (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/lib/ua.js (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/function.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/method.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates_c/var.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/options.ini (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/media/banner.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/media/stylesheet.css (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/basicindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/blank.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/classtrees.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/define.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/docblock.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/elementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/errors.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/examplesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/filesource.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/footer.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/function.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/global.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/include.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/index.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/left_frame.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/method.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/pkgelementindex.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/ric.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/top_frame.tpl (1.1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/tutorial_nav.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/tutorial_toc.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/tutorial_tree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates_c/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/PDFdefaultConverter.inc (1.1), php-documentor/phpDocumentor/Converters/PDF/default/ParserPDF.inc (1.1), php-documentor/phpDocumentor/Converters/PDF/default/class.ezpdf.php (1.1), php-documentor/phpDocumentor/Converters/PDF/default/class.pdf.php (1.1), php-documentor/phpDocumentor/Converters/PDF/default/class.phpdocpdf.php (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/options.ini (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/appendix_title_page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/class.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/classtree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/define.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/docblock.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/examplesource.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/filesource.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/footer.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/function.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/global.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/include.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/index.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/method.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/newpackage_header.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/packagepage.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/page.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/pagenumbering.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/params.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/ric.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/ric_title_page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/source_loop.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/source_title_page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/title_page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/toc.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/var.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates/media/logo.jpg (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/appendix_title_page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/class.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/classtree.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/define.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/docblock.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/examplesource.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/filesource.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/footer.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/function.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/global.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/include.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/index.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/method.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/newpackage_header.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/page.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/pagenumbering.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/params.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/ric.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/ric_title_page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/source_loop.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/source_title_page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/title_page.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/toc.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/todolist.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/default/templates_c/var.tpl (1.1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Courier-Bold.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Courier-BoldOblique.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Courier-Oblique.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Courier.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Helvetica-Bold.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Helvetica-BoldOblique.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Helvetica-Oblique.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Helvetica.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Symbol.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Times-Bold.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Times-BoldItalic.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Times-Italic.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/Times-Roman.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/ZapfDingbats.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Courier-Bold.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Courier-BoldOblique.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Courier-Oblique.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Courier.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Helvetica-Bold.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Helvetica-BoldOblique.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Helvetica-Oblique.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Helvetica.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Symbol.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Times-Bold.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Times-BoldItalic.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Times-Italic.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_Times-Roman.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/PDF/default/templates/fonts/php_ZapfDingbats.afm (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/XML/DocBook/XMLDocBookConverter.inc (1.1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/XMLDocBookpeardoc2Converter.inc (1.1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/options.ini (1.1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/category.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/class.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/class_summary.tpl (1.1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/constants.tpl (1.1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/docblock.tpl (1.1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/globals.tpl (1.1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/imethods.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/ivars.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/method.tpl (1.1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/package.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/var.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates_c/category.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates_c/class_summary.tpl (1.1), php-documentor/phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates_c/package.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/XML/DocBook/templates/peardoc2/templates/class_summary.tpl (1.1), php-documentor/phpDocumentor/Converters/XML/DocBook/templates/peardoc2/templates/ivars.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Converters/XML/DocBook/templates/peardoc2/templates/tutorial.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/BUGS (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/COPYING.lib (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/ChangeLog (1.1), php-documentor/phpDocumentor/Smarty-2.5.0/FAQ (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/INSTALL (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/NEWS (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/README (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/RELEASE_NOTES (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/TODO (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/Config_File.class.php (1.1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/Smarty.class.php (1.1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/Smarty_Compiler.class.php (1.1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/debug.tpl (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/block.strip.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/block.textformat.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.assign.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.assign_debug_info.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.config_load.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.counter.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.cycle.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.debug.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.eval.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.fetch.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.html_checkboxes.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.html_image.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.html_options.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.html_radios.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.html_select_date.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.html_select_time.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.html_table.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.mailto.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.math.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.popup.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.popup_init.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/function.var_dump.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.capitalize.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.cat.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.count_characters.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.count_paragraphs.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.count_sentences.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.count_words.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.date_format.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.debug_print_var.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.default.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.escape.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.htmlentities.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.indent.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.lower.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.nl2br.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.rawurlencode.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.regex_replace.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.replace.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.spacify.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.string_format.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.strip.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.strip_tags.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.truncate.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.upper.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/modifier.wordwrap.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/outputfilter.trimwhitespace.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/shared.escape_special_chars.php (1.1, r3-alpha1), php-documentor/phpDocumentor/Smarty-2.5.0/libs/plugins/shared.make_timestamp.php (1.1, r3-alpha1), php-documentor/scripts/add_cvs.php (1.1), php-documentor/scripts/create_examples.php (1.1), php-documentor/scripts/create_package.xml.php (1.1), php-documentor/scripts/makedoc.sh (1.1), php-documentor/scripts/tokenizer_test.php (1.1, r3-alpha1), php-documentor/tutorials/Converters/Converter.cls (1.1), php-documentor/tutorials/Converters/Converter.cls.ini (1.1, r3-alpha1), php-documentor/tutorials/Converters/Converter.methods.cls (1.1), php-documentor/tutorials/Converters/Converters.pkg (1.1), php-documentor/tutorials/Converters/template.vars.cls (1.1), php-documentor/tutorials/Converters/CHMdefault/CHMdefaultConverter.cls (1.1, r3-alpha1), php-documentor/tutorials/Converters/HTMLSmarty/HTMLSmartyConverter.cls (1.1, r3-alpha1), php-documentor/tutorials/Converters/HTMLframes/HTMLframesConverter.cls (1.1), php-documentor/tutorials/Converters/PDFdefault/PDFParser.cls (1.1), php-documentor/tutorials/Converters/PDFdefault/PDFdefaultConverter.cls (1.1, r3-alpha1), php-documentor/tutorials/Converters/XMLDocBook/XMLDocBookConverter.cls (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/elements.pkg (1.1), php-documentor/tutorials/phpDocumentor/inlinetags.pkg (1.1), php-documentor/tutorials/phpDocumentor/inlinetags.pkg.ini (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/manual.pkg (1.1), php-documentor/tutorials/phpDocumentor/manual.pkg.ini (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/phpDocumentor.howto.pkg (1.1), php-documentor/tutorials/phpDocumentor/phpDocumentor.howto.pkg.ini (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/phpDocumentor.pkg (1.1), php-documentor/tutorials/phpDocumentor/phpDocumentor.pkg.ini (1.1), php-documentor/tutorials/phpDocumentor/tags.abstract.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.access.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.author.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.category.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.copyright.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.deprecated.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.example.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.filesource.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.final.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.global.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.ignore.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.inlineid.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.inlineinheritdoc.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.inlineinternal.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.inlinelink.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.inlinesource.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.inlinetoc.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.inlinetutorial.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.internal.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.license.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.link.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.name.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.package.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.param.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.pkg.ini (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.return.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.see.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.since.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.static.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.staticvar.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.subpackage.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.todo.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.tutorial.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.uses.pkg (1.1), php-documentor/tutorials/phpDocumentor/tags.var.pkg (1.1, r3-alpha1), php-documentor/tutorials/phpDocumentor/tags.version.pkg (1.1), php-documentor/tutorials/phpDocumentor/tutorials.pkg (1.1), php-documentor/user/default.ini (1.1), php-documentor/user/demo.ini (1.1), php-documentor/user/error.ini (1.1, r3-alpha1), php-documentor/user/makedocs.ini (1.1), php-documentor/user/testdocbook.ini (1.1): Adding PHPDocumentor package. 2003-11-07 20:30 turing * node/Node.php (1.19): node mods, added caching properties and accessor methods 2003-11-07 20:26 turing * node/Node.php (1.18): Node.php 2003-11-07 19:58 turing * node/docs/book/en/node.book.xml (1.2), node/docs/book/en/chapters/NodeDefinition.html (1.1): adding (I think) the final chapter and node book mods 2003-11-07 19:55 turing * node/docs/book/en/chapters/Introduction.html (1.1), node/docs/book/en/chapters/QuickStart.html (1.1): intro and quickstart 2003-11-07 19:53 turing * node/docs/book/en/chapters/Caching.html (1.2), node/docs/book/en/chapters/Node.html (1.2), node/docs/book/en/chapters/Template.html (1.1), node/docs/book/en/chapters/Timer.html (1.1): adding class chapters 2003-11-07 19:42 turing * doc-tools/bin/build.sh (1.1, r3-alpha1), doc-tools/bin/multipage.sh (1.1), doc-tools/bin/normalize_entities.sh (1.1), doc-tools/bin/normalize_linebreaks.sh (1.1, r3-alpha1), doc-tools/bin/pdf.sh (1.1), doc-tools/bin/singlepage.sh (1.1), doc-tools/bin/symbol2entity.ruby (1.1), doc-tools/bin/xhtml.ent (1.1, r3-alpha1), doc-tools/skel/en/build.sh (1.1, r3-alpha1), doc-tools/skel/en/skel.book.xml (1.1, r3-alpha1), doc-tools/skel/en/chapters/About.html (1.1, r3-alpha1), doc-tools/skel/en/css/Documentation.css (1.1), doc-tools/skel/en/css/NavBar.css (1.1), doc-tools/skel/en/css/Singlepage.css (1.1), doc-tools/skel/en/css/ToC.css (1.1), doc-tools/skel/en/resources/README.txt (1.1, r3-alpha1), doc-tools/xsl/ListChapters.xsl (1.1), doc-tools/xsl/Multipage.xsl (1.1), doc-tools/xsl/Singlepage.xsl (1.1), doc-tools/xsl/ToC_Indexer.xsl (1.1): first doc-tools revision 2003-11-07 19:39 turing * node/docs/api/README.txt (1.1, r3-alpha1), node/docs/book/en/build.sh (1.1, r3-alpha1), node/docs/book/en/node.book.xml (1.1), node/docs/book/en/chapters/Caching.html (1.1), node/docs/book/en/chapters/Node.html (1.1), node/docs/book/en/css/Documentation.css (1.1), node/docs/book/en/css/NavBar.css (1.1), node/docs/book/en/css/Singlepage.css (1.1), node/docs/book/en/css/ToC.css (1.1), node/docs/book/en/resources/README.txt (1.1): node book is up and workin' 2003-11-07 15:08 purestorm * node/build.xml (1.6): Node API doc generation. 2003-11-07 14:45 purestorm * auth/Auth.php (1.10), conf/Conf.php (1.3), debug/Debug.php (1.9), env/Client.php (1.6), env/Session.php (1.8), init/Init.php (1.9), node/Template.php (1.13), smarty/libs/debug_bc.tpl (1.2): Debug outputting goes into Init, Conf::GetInstance() accepts path to config now. 2003-11-07 10:15 purestorm * env/Client.php (1.5): Issue number: 166 Obtained from: turing Submitted by: purestorm Fixed 2003-11-05 14:21 purestorm * auth/authorizers/NodeAuthorizer.php (1.6), auth/authorizers/URIAuthorizer.php (1.8), init/Init.php (1.8), node/Node.php (1.16): Enabling authorization of URIs. 2003-11-04 13:43 purestorm * node/Template.php (1.12): Smarty perms should work now. 2003-11-03 17:50 openface * node/Node.php (1.14): removed silly property 2003-11-03 11:11 purestorm * auth/Auth.php (1.9), auth/authorizers/NodeAuthorizer.php (1.5), auth/authorizers/URIAuthorizer.php (1.6), auth/phing/filters/RoleCompilerFilter.php (1.4), env/Client.php (1.4), node/Node.php (1.12), table/Table.php (1.4), table/TablePaginationNode.php (1.3), table/TableRow.php (1.2), unit_test/ndf/UnitTest.ndf.xml (1.2): Fixing "type" parameter in ndf. 2003-10-30 11:23 purestorm * debug/Debug.php (1.7), table/Table.php (1.3), table/TablePaginationNode.php (1.2), table/tpl/TablePaginationNode.tpl (1.2): Committing table pagination with new ID 2003-10-28 17:03 purestorm * auth/Auth.php (1.7), auth/authorizers/URIAuthorizer.php (1.5), auth/phing/filters/RoleCompilerFilter.php (1.3), env/URI.php (1.4), init/Init.php (1.6), table/Table.php (1.2), table/TablePaginationNode.php (1.1), table/tpl/TablePaginationNode.tpl (1.1): Issue number: Obtained from: Submitted by: Reviewed by: 2003-10-28 12:00 purestorm * auth/Auth.php (1.6), env/Client.php (1.3): Issue number: Obtained from: Submitted by: Reviewed by: 2003-10-28 10:51 purestorm * auth/authorizers/URIAuthorizer.php (1.4): Issue number: 174 Obtained from: Submitted by: Reviewed by: 2003-10-28 10:42 purestorm * table/Table.php (1.1), table/TableRow.php (1.1), table/build.xml (1.1), table/tpl/StandardTable.tpl (1.1), table/tpl/TableHeaderRow.tpl (1.1), table/tpl/TableRow.tpl (1.1): Issue number: 159 Obtained from: purestorm Submitted by: purestorm Reviewed by: Committing first version of binarycloud-table. 2003-10-28 10:38 purestorm * node/xml/node2ary.xsl (1.4): Issue number: 172 Obtained from: Submitted by: Reviewed by: 2003-10-27 12:31 purestorm * init/Init.php (1.5), node/Node.php (1.11), node/tests/BcNodeTestSuite.php (1.3), node/tests/NodeTestCase.php (1.3): Committing resolution to Issue 168 (Move Node::GetPage() to Init::GetPage()) 2003-10-26 15:16 purestorm * init/binarycloud.php (1.3), init/functions.php (1.5), node/Template.php (1.11), node/tests/BcNodeTestSuite.php (1.2), node/tests/NodeTestCase.php (1.2), node/tests/TemplateTestCase.php (1.1), node/tests/tpl/IncludingTemplate.tpl (1.1, r3-alpha1), unit_test/Assertable.php (1.2): Checking in initial unit test for Template that checks if {include} calls in templates work. 2003-10-26 13:16 purestorm * init/functions.php (1.4), node/build.xml (1.5), node/tests/BcNodeTestSuite.php (1.1), node/tests/NodeTestCase.php (1.1), node/tests/tpl/OwnedNodeTest.tpl (1.1, r3-alpha1), node/tests/tpl/OwningNodeTest.tpl (1.1, r3-alpha1), node/tests/tpl/SimpleNodeTest.tpl (1.1, r3-alpha1), unit_test/Assertable.php (1.1), unit_test/ErrorHandler.php (1.1), unit_test/TestCase.php (1.1), unit_test/TestDetails.php (1.1), unit_test/TestResults.php (1.1), unit_test/TestSuite.php (1.1), unit_test/UnitTest.php (1.1), unit_test/build.xml (1.1), unit_test/ndf/UnitTest.ndf.xml (1.1), unit_test/tpl/TestDetails.tpl (1.1), unit_test/tpl/TestResults.tpl (1.1, r3-alpha1), unit_test/tpl/UnitTest.tpl (1.1): Committing unit test package binarycloud-unit_test and unit tests for binarycloud-node. 2003-10-26 12:54 purestorm * smarty/libs/debug_bc.tpl (1.1): Debug tpl displaying Smarty debug for all templates. 2003-10-24 12:20 purestorm * debug/Debug.php (1.6), node/Template.php (1.10): Issue number: Obtained from: Submitted by: Reviewed by: 2003-10-23 17:13 purestorm * node/Node.php (1.10): Small corrections... 2003-10-23 17:08 purestorm * build.xml (1.3), auth/Auth.php (1.5), auth/build.xml (1.4), debug/Debug.php (1.5), debug/build.xml (1.5), debug/lang/Strings.en.xml (1.2), init/build.xml (1.3), log/Log.php (1.4), node/Node.php (1.9), node/Template.php (1.9): Testsite should run and build. 2003-10-22 18:33 turing * node/xml/Node.ndf.xml (1.2), node/xml/node.dtd (1.2), node/xml/node2ary.xsl (1.3), node/xml/testxsl.sh (1.1), node/xml/validate.sh (1.1, r3-alpha1): DTD changes: removed type from node and template cleaned up a couple bits of cruft corrected sample XML corrected XSL (well, removed stuff :) created interrim validate script and xsl test script until this can be done with a single buildxml that has validatexml and testxsl tasks Issue number: Obtained from: Submitted by: Reviewed by: 2003-10-22 18:26 purestorm * init/binarycloud.php (1.2), smarty/Smarty.php (1.2, r3-alpha1), smarty/build.xml (1.1), validators/AgeValidator.php (1.1), validators/MinLengthValidator.php (1.1): Issue number: Obtained from: Submitted by: Reviewed by: 2003-10-22 18:21 purestorm * auth/Auth.php (1.4), debug/Debug.php (1.4), node/Node.php (1.8), node/Template.php (1.8), smarty/Smarty.php (1.1): Issue number: 159 Obtained from: Submitted by: Reviewed by: 2003-10-22 18:19 purestorm * smarty/BUGS (1.1, r3-alpha1), smarty/COPYING.lib (1.1, r3-alpha1), smarty/ChangeLog (1.1), smarty/FAQ (1.1), smarty/INSTALL (1.1), smarty/NEWS (1.1), smarty/README (1.1), smarty/RELEASE_NOTES (1.1, r3-alpha1), smarty/TODO (1.1), smarty/libs/Config_File.class.php (1.1), smarty/libs/Smarty.class.php (1.1), smarty/libs/Smarty_Compiler.class.php (1.1), smarty/libs/debug.tpl (1.1, r3-alpha1), smarty/libs/plugins/block.textformat.php (1.1), smarty/libs/plugins/function.assign.php (1.1), smarty/libs/plugins/function.assign_debug_info.php (1.1), smarty/libs/plugins/function.counter.php (1.1), smarty/libs/plugins/function.cycle.php (1.1), smarty/libs/plugins/function.debug.php (1.1), smarty/libs/plugins/function.eval.php (1.1), smarty/libs/plugins/function.fetch.php (1.1), smarty/libs/plugins/function.html_checkboxes.php (1.1), smarty/libs/plugins/function.html_image.php (1.1), smarty/libs/plugins/function.html_options.php (1.1), smarty/libs/plugins/function.html_radios.php (1.1), smarty/libs/plugins/function.html_select_date.php (1.1), smarty/libs/plugins/function.html_select_time.php (1.1), smarty/libs/plugins/function.html_table.php (1.1), smarty/libs/plugins/function.mailto.php (1.1), smarty/libs/plugins/function.math.php (1.1), smarty/libs/plugins/function.popup.php (1.1), smarty/libs/plugins/function.popup_init.php (1.1), smarty/libs/plugins/modifier.capitalize.php (1.1), smarty/libs/plugins/modifier.cat.php (1.1), smarty/libs/plugins/modifier.count_characters.php (1.1), smarty/libs/plugins/modifier.count_paragraphs.php (1.1), smarty/libs/plugins/modifier.count_sentences.php (1.1), smarty/libs/plugins/modifier.count_words.php (1.1), smarty/libs/plugins/modifier.date_format.php (1.1), smarty/libs/plugins/modifier.debug_print_var.php (1.1), smarty/libs/plugins/modifier.default.php (1.1), smarty/libs/plugins/modifier.escape.php (1.1), smarty/libs/plugins/modifier.indent.php (1.1), smarty/libs/plugins/modifier.lower.php (1.1), smarty/libs/plugins/modifier.nl2br.php (1.1), smarty/libs/plugins/modifier.regex_replace.php (1.1), smarty/libs/plugins/modifier.replace.php (1.1), smarty/libs/plugins/modifier.spacify.php (1.1), smarty/libs/plugins/modifier.string_format.php (1.1), smarty/libs/plugins/modifier.strip.php (1.1), smarty/libs/plugins/modifier.strip_tags.php (1.1), smarty/libs/plugins/modifier.truncate.php (1.1), smarty/libs/plugins/modifier.upper.php (1.1), smarty/libs/plugins/modifier.wordwrap.php (1.1), smarty/libs/plugins/outputfilter.trimwhitespace.php (1.1), smarty/libs/plugins/shared.escape_special_chars.php (1.1), smarty/libs/plugins/shared.make_timestamp.php (1.1): Committing binarycloud-smarty 2003-10-22 18:11 turing * node/Node.php (1.7): small formatting changes 2003-10-22 17:28 turing * node/Template.php (1.7): Added clear_all_assign() to template GetInstance, see the class for the URL ref for smarty docs. Issue number: Obtained from: Submitted by: Reviewed by: 2003-10-22 16:04 turing * node/Node.php (1.6), node/Template.php (1.6): Removed the NodelyTemplate method from Template.Minor changes to node experimenting before entering an issue to change Node's relationship to template. Issue number: 158 Obtained from: Submitted by: Reviewed by: 2003-10-22 10:37 purestorm * auth/authorizers/NodeAuthorizer.php (1.4), node/Node.php (1.5), node/Template.php (1.5): Integrating Smarty into Node 2003-10-21 10:33 purestorm * auth/Auth.php (1.3), conf/Conf.php (1.2), debug/build.xml (1.3), env/Client.php (1.2), env/Session.php (1.3), env/URI.php (1.3), exception/build.xml (1.1), init/Init.php (1.4), init/functions.php (1.3), node/Node.php (1.4), node/Template.php (1.4): Many changes: * Moved *Exception to Exception where it has not already been moved * Made bc.exceptions build * Some other fixes 2003-10-20 17:06 purestorm * auth/Auth.php (1.2), auth/authorizers/NodeAuthorizer.php (1.3), auth/authorizers/URIAuthorizer.php (1.3), debug/Debug.php (1.3), init/Init.php (1.3), init/binarycloud.php (1.1), init/build.xml (1.1), init/functions.php (1.2), node/Node.php (1.3), node/Template.php (1.3), validators/ArrayValidator.php (1.3), validators/BlobValidator.php (1.3), validators/BooleanValidator.php (1.3), validators/CharsetValidator.php (1.3), validators/CountryValidator.php (1.3), validators/CreditCardNumberValidator.php (1.3), validators/CurrencyValidator.php (1.3), validators/DateTimeValidator.php (1.3), validators/DateValidator.php (1.3), validators/DecimalValidator.php (1.3), validators/EmailValidator.php (1.3), validators/FloatValidator.php (1.3), validators/IntegerValidator.php (1.3), validators/MaxValidator.php (1.3), validators/NoCharEntitiesValidator.php (1.3), validators/NoLineBreaksValidator.php (1.3), validators/NoTagValidator.php (1.3), validators/NotNullValidator.php (1.3), validators/NotVoidValidator.php (1.3), validators/NullValidator.php (1.3), validators/NumericValidator.php (1.3), validators/ObjectValidator.php (1.3), validators/OnlyAlphaCharsValidator.php (1.3), validators/OnlyTagListValidator.php (1.3), validators/PasswordValidator.php (1.3), validators/PhoneNumberValidator.php (1.3), validators/PostalCodeValidator.php (1.3), validators/RegexValidator.php (1.3), validators/ResourceValidator.php (1.3), validators/ScalarValidator.php (1.3), validators/TimeValidator.php (1.3), validators/TimestampValidator.php (1.3), validators/UrlValidator.php (1.3), validators/UsStateValidator.php (1.3), validators/ZipCodeValidator.php (1.3): Adding new binarycloud.php in binarycloud-init and build.xml file to copy this file to htdocs/[lang]. Also changing some of the import() paths to the new ones and adding methods of old core.Perm to new auth.Auth. This will need reworking, though. 2003-10-20 15:37 purestorm * auth/build.xml (1.2), auth/authorizers/NodeAuthorizer.php (1.2), auth/authorizers/URIAuthorizer.php (1.2), auth/phing/filters/RoleCompilerFilter.php (1.2), auth/phing/parser/AuthConfAuthorizersSectionFilter.php (1.2), auth/phing/parser/AuthConfFilter.php (1.2), auth/phing/parser/AuthConfRootFilter.php (1.2), auth/phing/parser/DumbFilter.php (1.1), auth/phing/parser/PolicyFilter.php (1.2), auth/phing/parser/PolicyResourceFilter.php (1.2), auth/phing/parser/PolicyRootFilter.php (1.2), auth/phing/parser/RoleFilter.php (1.2), auth/phing/parser/RolePolicyImportFilter.php (1.2), auth/phing/parser/RoleRootFilter.php (1.2), auth/phing/tasks/RoleCompilerTask.php (1.2), conf/build.xml (1.2), debug/Debug.php (1.2), debug/build.xml (1.2), env/Session.php (1.2), env/URI.php (1.2), env/build.xml (1.2), filters/EncodeEntitiesFilter.php (1.2), filters/Filter.php (1.2), filters/build.xml (1.2), init/Init.php (1.2), locale/phing/types/BcLangTokenReader.php (1.2), log/Log.php (1.2), log/build.xml (1.2), node/Node.php (1.2), node/Template.php (1.2), node/Timer.php (1.2), node/build.xml (1.2), node/xml/node2ary.xsl (1.2), validators/ArrayValidator.php (1.2), validators/BlobValidator.php (1.2), validators/BooleanValidator.php (1.2), validators/CharsetValidator.php (1.2), validators/CountryValidator.php (1.2), validators/CreditCardNumberValidator.php (1.2), validators/CurrencyValidator.php (1.2), validators/DateTimeValidator.php (1.2), validators/DateValidator.php (1.2), validators/DecimalValidator.php (1.2), validators/EmailValidator.php (1.2), validators/FloatValidator.php (1.2), validators/IPAddressValidator.php (1.2), validators/IntegerValidator.php (1.2), validators/MaxValidator.php (1.2), validators/MinValidator.php (1.2), validators/NoCharEntitiesValidator.php (1.2), validators/NoLineBreaksValidator.php (1.2), validators/NoTagValidator.php (1.2), validators/NotNullValidator.php (1.2), validators/NotVoidValidator.php (1.2), validators/NullValidator.php (1.2), validators/NumericValidator.php (1.2), validators/ObjectValidator.php (1.2), validators/OnlyAlphaCharsValidator.php (1.2), validators/OnlyTagListValidator.php (1.2), validators/PasswordValidator.php (1.2), validators/PhoneNumberValidator.php (1.2), validators/PostalCodeValidator.php (1.2), validators/RegexValidator.php (1.2), validators/ResourceValidator.php (1.2), validators/ScalarValidator.php (1.2), validators/StringValidator.php (1.2), validators/TextValidator.php (1.2), validators/TimeValidator.php (1.2), validators/TimestampValidator.php (1.2), validators/UrlValidator.php (1.2), validators/UsStateValidator.php (1.2), validators/ZipCodeValidator.php (1.2), validators/build.xml (1.2): Making the new tree buildable: * changing paths in build.xml files * changing paths in phing file * adding some files And adding jcm's changes... 2003-10-20 13:02 openface * CHANGELOG (1.1), build.xml (1.1), auth/Auth.php (1.1), auth/build.xml (1.1), auth/authenticators/StorageAuthenticator.php (1.1), auth/authenticators/lang/Strings.en.xml (1.1, r3-alpha1), auth/authorizers/NodeAuthorizer.php (1.1), auth/authorizers/URIAuthorizer.php (1.1), auth/authorizers/lang/Strings.en.xml (1.1, r3-alpha1), auth/lang/Strings.en.xml (1.1), auth/phing/filters/RoleCompilerFilter.php (1.1), auth/phing/parser/AuthConfAuthorizerEntryFilter.php (1.1), auth/phing/parser/AuthConfAuthorizersSectionFilter.php (1.1), auth/phing/parser/AuthConfFilter.php (1.1), auth/phing/parser/AuthConfRootFilter.php (1.1), auth/phing/parser/PolicyFilter.php (1.1), auth/phing/parser/PolicyResourceFilter.php (1.1), auth/phing/parser/PolicyResourceTypeFilter.php (1.1), auth/phing/parser/PolicyRootFilter.php (1.1), auth/phing/parser/RoleDescriptionFilter.php (1.1), auth/phing/parser/RoleFilter.php (1.1), auth/phing/parser/RolePolicyImportFilter.php (1.1), auth/phing/parser/RoleRootFilter.php (1.1), auth/phing/tasks/RoleCompilerTask.php (1.1), auth/xml/PolicyName.policy.xml (1.1), auth/xml/RoleName.role.xml (1.1), conf/Conf.php (1.1), conf/build.xml (1.1), conf/xml/ConfName.conf.xml (1.1), conf/xml/conf.dtd (1.1, r3-alpha1), conf/xml/conf2ary.xsl (1.1), debug/Debug.php (1.1), debug/build.xml (1.1), debug/lang/Strings.en.xml (1.1), debug/tpl/Debug.tpl (1.1), env/Client.php (1.1), env/Console.php (1.1), env/Request.php (1.1), env/Session.php (1.1), env/URI.php (1.1), env/build.xml (1.1), exception/Exception.php (1.1), filters/EncodeEntitiesFilter.php (1.1), filters/Filter.php (1.1), filters/build.xml (1.1), init/Init.php (1.1), init/functions.php (1.1), locale/Locale.php (1.1), locale/phing/parser/LangStringFilter.php (1.1), locale/phing/parser/LangStringListFilter.php (1.1), locale/phing/parser/LangStringRootFilter.php (1.1), locale/phing/types/BcLangTokenReader.php (1.1), locale/xml/LangPack.pack.xml (1.1, r3-alpha1), locale/xml/Strings.lang.xml (1.1, r3-alpha1), locale/xml/lang.dtd (1.1, r3-alpha1), locale/xml/langpack.dtd (1.1, r3-alpha1), log/Log.php (1.1), log/build.xml (1.1), node/Node.php (1.1), node/Template.php (1.1), node/Timer.php (1.1), node/build.xml (1.1), node/lang/Strings.en.xml (1.1), node/tpl/Default.tpl (1.1), node/xml/Node.ndf.xml (1.1), node/xml/node.dtd (1.1), node/xml/node2ary.xsl (1.1), validators/ArrayValidator.php (1.1), validators/BlobValidator.php (1.1), validators/BooleanValidator.php (1.1), validators/CharsetValidator.php (1.1), validators/CountryValidator.php (1.1), validators/CreditCardNumberValidator.php (1.1), validators/CurrencyValidator.php (1.1), validators/DateTimeValidator.php (1.1), validators/DateValidator.php (1.1), validators/DecimalValidator.php (1.1), validators/EmailValidator.php (1.1), validators/FloatValidator.php (1.1), validators/IPAddressValidator.php (1.1), validators/IntegerValidator.php (1.1), validators/MaxValidator.php (1.1), validators/MinValidator.php (1.1), validators/NoCharEntitiesValidator.php (1.1), validators/NoLineBreaksValidator.php (1.1), validators/NoTagValidator.php (1.1), validators/NotNullValidator.php (1.1), validators/NotVoidValidator.php (1.1), validators/NullValidator.php (1.1), validators/NumericValidator.php (1.1), validators/ObjectValidator.php (1.1), validators/OnlyAlphaCharsValidator.php (1.1), validators/OnlyTagListValidator.php (1.1), validators/PasswordValidator.php (1.1), validators/PhoneNumberValidator.php (1.1), validators/PostalCodeValidator.php (1.1), validators/RegexValidator.php (1.1), validators/ResourceValidator.php (1.1), validators/ScalarValidator.php (1.1), validators/StringValidator.php (1.1), validators/TextValidator.php (1.1), validators/TimeValidator.php (1.1), validators/TimestampValidator.php (1.1), validators/UrlValidator.php (1.1), validators/UsStateValidator.php (1.1), validators/Validator.php (1.1), validators/ZipCodeValidator.php (1.1), validators/build.xml (1.1), validators/lang/Strings.en.xml (1.1), validators/lang/Strings.fr.xml (1.1): initial checkin of r3

    posted 2004 days ago

  • binarycloud-3.x.x binarycloud-3.0.0_rc2 file released: binarycloud-3-0-0_rc2.tar.gz

    posted 2004 days ago

  • Code committed

    turing committed patchset 92 of module old to the binarycloud CVS repository, changing 634 files

    posted by turing 3001 days ago

  • Code committed

    turing committed patchset 91 of module old to the binarycloud CVS repository, changing 1 files

    posted by turing 3001 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

binarycloud Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks