Initial repo created
authorNik Okuntseff <support@anuko.com>
Mon, 29 Feb 2016 04:10:38 +0000 (20:10 -0800)
committerNik Okuntseff <support@anuko.com>
Mon, 29 Feb 2016 04:10:38 +0000 (20:10 -0800)
commit9a23a8c0a51b7ec38a96f525484134f3cb85dc7e
tree12b8c31ff40c72013e0586369da7b7a224c78650
parent098a79f0819ebb89b7d48df4a6b154af4560f68e
Initial repo created

Populated a repo with hopefully all needed files.
430 files changed:
WEB-INF/config.php.dist [new file with mode: 0644]
WEB-INF/lib/Auth.class.php [new file with mode: 0644]
WEB-INF/lib/DateAndTime.class.php [new file with mode: 0644]
WEB-INF/lib/I18n.class.php [new file with mode: 0644]
WEB-INF/lib/Period.class.php [new file with mode: 0644]
WEB-INF/lib/PieChartEx.class.php [new file with mode: 0644]
WEB-INF/lib/auth/Auth_db.class.php [new file with mode: 0644]
WEB-INF/lib/auth/Auth_ldap.class.php [new file with mode: 0644]
WEB-INF/lib/common.lib.php [new file with mode: 0644]
WEB-INF/lib/form/ActionErrors.class.php [new file with mode: 0644]
WEB-INF/lib/form/ActionForm.class.php [new file with mode: 0644]
WEB-INF/lib/form/Calendar.class.php [new file with mode: 0644]
WEB-INF/lib/form/Checkbox.class.php [new file with mode: 0644]
WEB-INF/lib/form/CheckboxCellRenderer.class.php [new file with mode: 0644]
WEB-INF/lib/form/CheckboxGroup.class.php [new file with mode: 0644]
WEB-INF/lib/form/Combobox.class.php [new file with mode: 0644]
WEB-INF/lib/form/DateField.class.php [new file with mode: 0644]
WEB-INF/lib/form/DefaultCellRenderer.class.php [new file with mode: 0644]
WEB-INF/lib/form/FloatField.class.php [new file with mode: 0644]
WEB-INF/lib/form/Form.class.php [new file with mode: 0644]
WEB-INF/lib/form/FormElement.class.php [new file with mode: 0644]
WEB-INF/lib/form/Hidden.class.php [new file with mode: 0644]
WEB-INF/lib/form/Submit.class.php [new file with mode: 0644]
WEB-INF/lib/form/Table.class.php [new file with mode: 0644]
WEB-INF/lib/form/TableColumn.class.php [new file with mode: 0644]
WEB-INF/lib/form/TextArea.class.php [new file with mode: 0644]
WEB-INF/lib/form/TextField.class.php [new file with mode: 0644]
WEB-INF/lib/form/UploadFile.class.php [new file with mode: 0644]
WEB-INF/lib/html/HttpRequest.class.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/libchart.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/model/DataSet.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/model/Point.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/model/XYDataSet.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/model/XYSeriesDataSet.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/axis/Axis.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/axis/Bound.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/caption/Caption.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/chart/BarChart.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/chart/Chart.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/chart/HorizontalBarChart.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/chart/LineChart.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/chart/PieChart.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/chart/VerticalBarChart.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/color/Color.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/color/ColorSet.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/color/Palette.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/plot/Plot.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/primitive/Padding.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/primitive/Primitive.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/primitive/Rectangle.php [new file with mode: 0644]
WEB-INF/lib/libchart/classes/view/text/Text.php [new file with mode: 0644]
WEB-INF/lib/libchart/fonts/DejaVuSansCondensed-Bold.ttf [new file with mode: 0644]
WEB-INF/lib/libchart/fonts/DejaVuSansCondensed.ttf [new file with mode: 0644]
WEB-INF/lib/mail/Mailer.class.php [new file with mode: 0644]
WEB-INF/lib/pear/INSTALL [new file with mode: 0644]
WEB-INF/lib/pear/LICENSE [new file with mode: 0644]
WEB-INF/lib/pear/MDB2.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Date.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Datatype/Common.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Datatype/mysql.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Datatype/mysqli.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Function/Common.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Function/mysql.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Function/mysqli.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Manager/Common.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Manager/mysql.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Manager/mysqli.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Native/Common.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Native/mysql.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Native/mysqli.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Reverse/Common.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Reverse/mysql.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/Reverse/mysqli.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/mysql.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Driver/mysqli.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Extended.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/Iterator.php [new file with mode: 0644]
WEB-INF/lib/pear/MDB2/LOB.php [new file with mode: 0644]
WEB-INF/lib/pear/Mail.php [new file with mode: 0644]
WEB-INF/lib/pear/Mail/RFC822.php [new file with mode: 0644]
WEB-INF/lib/pear/Mail/mail.php [new file with mode: 0644]
WEB-INF/lib/pear/Mail/mock.php [new file with mode: 0644]
WEB-INF/lib/pear/Mail/null.php [new file with mode: 0644]
WEB-INF/lib/pear/Mail/sendmail.php [new file with mode: 0644]
WEB-INF/lib/pear/Mail/smtp.php [new file with mode: 0644]
WEB-INF/lib/pear/Mail/smtpmx.php [new file with mode: 0644]
WEB-INF/lib/pear/Net/SMTP.php [new file with mode: 0644]
WEB-INF/lib/pear/Net/Socket.php [new file with mode: 0644]
WEB-INF/lib/pear/OS/Guess.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Autoloader.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Builder.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/ChannelFile.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/ChannelFile/Parser.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Auth.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Auth.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Build.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Build.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Channels.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Channels.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Common.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Config.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Config.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Install.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Install.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Mirror.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Mirror.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Package.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Package.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Pickle.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Pickle.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Registry.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Registry.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Remote.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Remote.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Test.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Command/Test.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Common.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Config.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Dependency2.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/DependencyDB.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Downloader.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Downloader/Package.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/ErrorStack.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Exception.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/FixPHP5PEARWarnings.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Frontend.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Frontend/CLI.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Cfg.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Cfg.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Common.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Data.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Data.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Doc.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Doc.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Ext.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Ext.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Php.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Php.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Script.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Script.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Src.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Src.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Test.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Test.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Www.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Installer/Role/Www.xml [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/PackageFile.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/PackageFile/Generator/v1.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/PackageFile/Generator/v2.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/PackageFile/Parser/v1.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/PackageFile/Parser/v2.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/PackageFile/v1.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/PackageFile/v2.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/PackageFile/v2/Validator.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/PackageFile/v2/rw.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Packager.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/REST.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/REST/10.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/REST/11.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/REST/13.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Registry.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/RunTest.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Task/Common.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Task/Postinstallscript.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Task/Postinstallscript/rw.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Task/Replace.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Task/Replace/rw.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Task/Unixeol.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Task/Unixeol/rw.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Task/Windowseol.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Task/Windowseol/rw.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Validate.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/Validator/PECL.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR/XMLParser.php [new file with mode: 0644]
WEB-INF/lib/pear/PEAR5.php [new file with mode: 0644]
WEB-INF/lib/pear/README [new file with mode: 0644]
WEB-INF/lib/pear/System.php [new file with mode: 0644]
WEB-INF/lib/pear/package.dtd [new file with mode: 0644]
WEB-INF/lib/pear/readme_pear_integration.txt [new file with mode: 0644]
WEB-INF/lib/pear/scripts/pear.bat [new file with mode: 0644]
WEB-INF/lib/pear/scripts/pear.sh [new file with mode: 0644]
WEB-INF/lib/pear/scripts/pearcmd.php [new file with mode: 0644]
WEB-INF/lib/pear/scripts/peardev.bat [new file with mode: 0644]
WEB-INF/lib/pear/scripts/peardev.sh [new file with mode: 0644]
WEB-INF/lib/pear/scripts/pecl.bat [new file with mode: 0644]
WEB-INF/lib/pear/scripts/pecl.sh [new file with mode: 0644]
WEB-INF/lib/pear/scripts/peclcmd.php [new file with mode: 0644]
WEB-INF/lib/pear/template.spec [new file with mode: 0644]
WEB-INF/lib/smarty/Smarty.class.php [new file with mode: 0644]
WEB-INF/lib/smarty/debug.tpl [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/block.php.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/block.textformat.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.counter.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.cycle.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.fetch.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.html_checkboxes.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.html_image.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.html_options.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.html_radios.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.html_select_date.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.html_select_time.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.html_table.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.mailto.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/function.math.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifier.capitalize.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifier.date_format.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifier.debug_print_var.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifier.escape.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifier.regex_replace.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifier.replace.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifier.spacify.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifier.truncate.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.cat.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.count_characters.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.count_paragraphs.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.count_sentences.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.count_words.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.default.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.indent.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.lower.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.noprint.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.string_format.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.strip.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.strip_tags.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.upper.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/modifiercompiler.wordwrap.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/outputfilter.trimwhitespace.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/shared.escape_special_chars.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/shared.make_timestamp.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/shared.mb_str_replace.php [new file with mode: 0644]
WEB-INF/lib/smarty/plugins/variablefilter.htmlspecialchars.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_cacheresource_file.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_append.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_assign.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_block.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_break.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_call.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_capture.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_config_load.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_continue.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_debug.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_eval.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_extends.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_for.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_foreach.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_function.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_if.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_include.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_include_php.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_insert.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_ldelim.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_nocache.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_private_block_plugin.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_private_function_plugin.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_private_modifier.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_private_object_function.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_private_print_expression.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_private_registered_block.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_private_registered_function.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_private_special_variable.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_rdelim.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_section.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compile_while.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_compilebase.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_config.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_config_file_compiler.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_configfilelexer.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_configfileparser.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_data.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_debug.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_filter.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_filter_handler.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_function_call_handler.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_get_include_path.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_nocache_insert.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_parsetree.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_register.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_resource_eval.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_resource_extends.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_resource_file.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_resource_php.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_resource_registered.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_resource_stream.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_resource_string.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_template.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_templatelexer.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_templateparser.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_utility.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_wrapper.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_internal_write_file.php [new file with mode: 0644]
WEB-INF/lib/smarty/sysplugins/smarty_security.php [new file with mode: 0644]
WEB-INF/lib/tdcron/class.tdcron.entry.php [new file with mode: 0644]
WEB-INF/lib/tdcron/class.tdcron.php [new file with mode: 0644]
WEB-INF/lib/ttChartHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttClientHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttCustomFieldHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttExpenseHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttExportHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttFavReportHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttImportHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttInvoiceHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttNotificationHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttProjectHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttReportHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttSysConfig.class.php [new file with mode: 0644]
WEB-INF/lib/ttTaskHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttTeamHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttTimeHelper.class.php [new file with mode: 0644]
WEB-INF/lib/ttUser.class.php [new file with mode: 0644]
WEB-INF/lib/ttUserHelper.class.php [new file with mode: 0644]
WEB-INF/resources/ca.lang.php [new file with mode: 0644]
WEB-INF/resources/cs.lang.php [new file with mode: 0644]
WEB-INF/resources/da.lang.php [new file with mode: 0644]
WEB-INF/resources/de.lang.php [new file with mode: 0644]
WEB-INF/resources/en.lang.php [new file with mode: 0644]
WEB-INF/resources/es.lang.php [new file with mode: 0644]
WEB-INF/resources/et.lang.php [new file with mode: 0644]
WEB-INF/resources/fa.lang.php [new file with mode: 0644]
WEB-INF/resources/fi.lang.php [new file with mode: 0644]
WEB-INF/resources/fr.lang.php [new file with mode: 0644]
WEB-INF/resources/he.lang.php [new file with mode: 0644]
WEB-INF/resources/hu.lang.php [new file with mode: 0644]
WEB-INF/resources/is.lang.php [new file with mode: 0644]
WEB-INF/resources/it.lang.php [new file with mode: 0644]
WEB-INF/resources/ja.lang.php [new file with mode: 0644]
WEB-INF/resources/ko.lang.php [new file with mode: 0644]
WEB-INF/resources/nl.lang.php [new file with mode: 0644]
WEB-INF/resources/no.lang.php [new file with mode: 0644]
WEB-INF/resources/pl.lang.php [new file with mode: 0644]
WEB-INF/resources/pt.lang.php [new file with mode: 0644]
WEB-INF/resources/ro.lang.php [new file with mode: 0644]
WEB-INF/resources/ru.lang.php [new file with mode: 0644]
WEB-INF/resources/sk.lang.php [new file with mode: 0644]
WEB-INF/resources/sl.lang.php [new file with mode: 0644]
WEB-INF/resources/sv.lang.php [new file with mode: 0644]
WEB-INF/resources/tr.lang.php [new file with mode: 0644]
WEB-INF/resources/zh-cn.lang.php [new file with mode: 0644]
WEB-INF/resources/zh-tw.lang.php [new file with mode: 0644]
WEB-INF/templates/access_denied.tpl [new file with mode: 0644]
WEB-INF/templates/admin_options.tpl [new file with mode: 0644]
WEB-INF/templates/admin_team_add.tpl [new file with mode: 0644]
WEB-INF/templates/admin_team_delete.tpl [new file with mode: 0644]
WEB-INF/templates/admin_team_edit.tpl [new file with mode: 0644]
WEB-INF/templates/admin_teams.tpl [new file with mode: 0644]
WEB-INF/templates/cf_custom_field_add.tpl [new file with mode: 0644]
WEB-INF/templates/cf_custom_field_delete.tpl [new file with mode: 0644]
WEB-INF/templates/cf_custom_field_edit.tpl [new file with mode: 0644]
WEB-INF/templates/cf_custom_fields.tpl [new file with mode: 0644]
WEB-INF/templates/cf_dropdown_option_add.tpl [new file with mode: 0644]
WEB-INF/templates/cf_dropdown_option_delete.tpl [new file with mode: 0644]
WEB-INF/templates/cf_dropdown_option_edit.tpl [new file with mode: 0644]
WEB-INF/templates/cf_dropdown_options.tpl [new file with mode: 0644]
WEB-INF/templates/charts.tpl [new file with mode: 0644]
WEB-INF/templates/client_add.tpl [new file with mode: 0644]
WEB-INF/templates/client_delete.tpl [new file with mode: 0644]
WEB-INF/templates/client_edit.tpl [new file with mode: 0644]
WEB-INF/templates/clients.tpl [new file with mode: 0644]
WEB-INF/templates/datetime_format_preview.tpl [new file with mode: 0644]
WEB-INF/templates/expense_delete.tpl [new file with mode: 0644]
WEB-INF/templates/expense_edit.tpl [new file with mode: 0644]
WEB-INF/templates/expenses.tpl [new file with mode: 0644]
WEB-INF/templates/export.tpl [new file with mode: 0644]
WEB-INF/templates/footer.tpl [new file with mode: 0644]
WEB-INF/templates/header.tpl [new file with mode: 0644]
WEB-INF/templates/import.tpl [new file with mode: 0644]
WEB-INF/templates/index.tpl [new file with mode: 0644]
WEB-INF/templates/invoice_add.tpl [new file with mode: 0644]
WEB-INF/templates/invoice_delete.tpl [new file with mode: 0644]
WEB-INF/templates/invoice_view.tpl [new file with mode: 0644]
WEB-INF/templates/invoices.tpl [new file with mode: 0644]
WEB-INF/templates/login.db.tpl [new file with mode: 0644]
WEB-INF/templates/login.ldap.tpl [new file with mode: 0644]
WEB-INF/templates/login.tpl [new file with mode: 0644]
WEB-INF/templates/mail.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/access_denied.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/header.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/index.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/login.db.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/login.ldap.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/login.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/time.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/time_delete.tpl [new file with mode: 0644]
WEB-INF/templates/mobile/time_edit.tpl [new file with mode: 0644]
WEB-INF/templates/notification_add.tpl [new file with mode: 0644]
WEB-INF/templates/notification_delete.tpl [new file with mode: 0644]
WEB-INF/templates/notification_edit.tpl [new file with mode: 0644]
WEB-INF/templates/notifications.tpl [new file with mode: 0644]
WEB-INF/templates/password_change.tpl [new file with mode: 0644]
WEB-INF/templates/password_reset.tpl [new file with mode: 0644]
WEB-INF/templates/profile_edit.tpl [new file with mode: 0644]
WEB-INF/templates/project_add.tpl [new file with mode: 0644]
WEB-INF/templates/project_delete.tpl [new file with mode: 0644]
WEB-INF/templates/project_edit.tpl [new file with mode: 0644]
WEB-INF/templates/projects.tpl [new file with mode: 0644]
WEB-INF/templates/register.tpl [new file with mode: 0644]
WEB-INF/templates/report.tpl [new file with mode: 0644]
WEB-INF/templates/reports.tpl [new file with mode: 0644]
WEB-INF/templates/task_add.tpl [new file with mode: 0644]
WEB-INF/templates/task_delete.tpl [new file with mode: 0644]
WEB-INF/templates/task_edit.tpl [new file with mode: 0644]
WEB-INF/templates/tasks.tpl [new file with mode: 0644]
WEB-INF/templates/time.tpl [new file with mode: 0644]
WEB-INF/templates/time_delete.tpl [new file with mode: 0644]
WEB-INF/templates/time_edit.tpl [new file with mode: 0644]
WEB-INF/templates/user_add.tpl [new file with mode: 0644]
WEB-INF/templates/user_delete.tpl [new file with mode: 0644]
WEB-INF/templates/user_edit.tpl [new file with mode: 0644]
WEB-INF/templates/users.tpl [new file with mode: 0644]
WEB-INF/templates_c/keepme [new file with mode: 0644]
images/1x1.gif [new file with mode: 0644]
images/calendar.gif [new file with mode: 0644]
images/subm_bg.gif [new file with mode: 0644]
images/top_bg.gif [new file with mode: 0644]
images/tt_logo.png [new file with mode: 0644]
js/strftime.js [new file with mode: 0644]
js/strptime.js [new file with mode: 0644]
mobile/access_denied.php [new file with mode: 0644]
mobile/index.php [new file with mode: 0644]
mobile/login.php [new file with mode: 0644]
mobile/time.php [new file with mode: 0644]
mobile/time_delete.php [new file with mode: 0644]
mobile/time_edit.php [new file with mode: 0644]
plugins/CustomFields.class.php [new file with mode: 0644]