web/admin
authorAlan Knowles <alan@akbkhome.com>
Sun, 6 Mar 2011 02:26:43 +0000 (10:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 6 Mar 2011 02:26:43 +0000 (10:26 +0800)
commit837ccffb3a0d087521a4f3061499690f22972ad8
tree03745569f24e196aa03a93df9d0632c33c98fe69
parentb704aed5fecaeca941313aad3fe06ddda616e37a
web/admin
452 files changed:
web/Auth/COPYING [deleted file]
web/Auth/OpenID.php [deleted file]
web/Auth/OpenID/AX.php [deleted file]
web/Auth/OpenID/Association.php [deleted file]
web/Auth/OpenID/BigMath.php [deleted file]
web/Auth/OpenID/Consumer.php [deleted file]
web/Auth/OpenID/CryptUtil.php [deleted file]
web/Auth/OpenID/DatabaseConnection.php [deleted file]
web/Auth/OpenID/DiffieHellman.php [deleted file]
web/Auth/OpenID/Discover.php [deleted file]
web/Auth/OpenID/DumbStore.php [deleted file]
web/Auth/OpenID/Extension.php [deleted file]
web/Auth/OpenID/FileStore.php [deleted file]
web/Auth/OpenID/HMAC.php [deleted file]
web/Auth/OpenID/Interface.php [deleted file]
web/Auth/OpenID/KVForm.php [deleted file]
web/Auth/OpenID/MemcachedStore.php [deleted file]
web/Auth/OpenID/Message.php [deleted file]
web/Auth/OpenID/MySQLStore.php [deleted file]
web/Auth/OpenID/Nonce.php [deleted file]
web/Auth/OpenID/PAPE.php [deleted file]
web/Auth/OpenID/Parse.php [deleted file]
web/Auth/OpenID/PostgreSQLStore.php [deleted file]
web/Auth/OpenID/SQLStore.php [deleted file]
web/Auth/OpenID/SQLiteStore.php [deleted file]
web/Auth/OpenID/SReg.php [deleted file]
web/Auth/OpenID/Server.php [deleted file]
web/Auth/OpenID/ServerRequest.php [deleted file]
web/Auth/OpenID/TrustRoot.php [deleted file]
web/Auth/OpenID/URINorm.php [deleted file]
web/Auth/Yadis/HTTPFetcher.php [deleted file]
web/Auth/Yadis/Manager.php [deleted file]
web/Auth/Yadis/Misc.php [deleted file]
web/Auth/Yadis/ParanoidHTTPFetcher.php [deleted file]
web/Auth/Yadis/ParseHTML.php [deleted file]
web/Auth/Yadis/PlainHTTPFetcher.php [deleted file]
web/Auth/Yadis/XML.php [deleted file]
web/Auth/Yadis/XRDS.php [deleted file]
web/Auth/Yadis/XRI.php [deleted file]
web/Auth/Yadis/XRIRes.php [deleted file]
web/Auth/Yadis/Yadis.php [deleted file]
web/MTrack/ACL.php [deleted file]
web/MTrack/Attachment.php [deleted file]
web/MTrack/Auth.php [deleted file]
web/MTrack/Captcha.php [deleted file]
web/MTrack/Captcha/Recaptcha.php [deleted file]
web/MTrack/Changeset.php [deleted file]
web/MTrack/Classification.php [deleted file]
web/MTrack/CommitCheck/BlankLines.php [deleted file]
web/MTrack/CommitCheck/NoEmptyLogMessage.php [deleted file]
web/MTrack/CommitCheck/PhpLint.php [deleted file]
web/MTrack/CommitCheck/RequiresTimeReference.php [deleted file]
web/MTrack/CommitCheck/SingleIssue.php [deleted file]
web/MTrack/CommitCheck/UnixLineBreak.php [deleted file]
web/MTrack/CommitCheck/Wiki.php [deleted file]
web/MTrack/CommitChecker.php [deleted file]
web/MTrack/CommitHookChangeEvent.php [deleted file]
web/MTrack/Component.php [deleted file]
web/MTrack/Config.php [deleted file]
web/MTrack/DB.php [deleted file]
web/MTrack/DBSchema.php [deleted file]
web/MTrack/DBSchema/Generic.php [deleted file]
web/MTrack/DBSchema/SQLite.php [deleted file]
web/MTrack/DBSchema/Table.php [deleted file]
web/MTrack/DBSchema/mysql.php [deleted file]
web/MTrack/DBSchema/pgsql.php [deleted file]
web/MTrack/DataObjects/Event.php [deleted file]
web/MTrack/DataObjects/Userinfo.php [deleted file]
web/MTrack/Enumeration.php [deleted file]
web/MTrack/Exception/Authorization.php [deleted file]
web/MTrack/Exception/DB.php [deleted file]
web/MTrack/Exception/Veto.php [deleted file]
web/MTrack/Interface/Auth.php [deleted file]
web/MTrack/Interface/Captcha.php [deleted file]
web/MTrack/Interface/CommitHookBridge.php [deleted file]
web/MTrack/Interface/CommitHookBridge2.php [deleted file]
web/MTrack/Interface/CommitListener.php [deleted file]
web/MTrack/Interface/DBExtension.php [deleted file]
web/MTrack/Interface/DBSchema_Driver.php [deleted file]
web/MTrack/Interface/IssueListener.php [deleted file]
web/MTrack/Interface/SearchEngine.php [deleted file]
web/MTrack/Interface/WikiLinkHandler.php [deleted file]
web/MTrack/Issue.php [deleted file]
web/MTrack/Keyword.php [deleted file]
web/MTrack/Milestone.php [deleted file]
web/MTrack/Priority.php [deleted file]
web/MTrack/Project.php [deleted file]
web/MTrack/Repo.php [deleted file]
web/MTrack/Report.php [deleted file]
web/MTrack/Resolution.php [deleted file]
web/MTrack/SCM.php [deleted file]
web/MTrack/SCM/Git/CommitHookBridge.php [deleted file]
web/MTrack/SCM/Git/Event.php [deleted file]
web/MTrack/SCM/Git/File.php [deleted file]
web/MTrack/SCM/Git/Repo.php [deleted file]
web/MTrack/SCM/Git/WorkingCopy.php [deleted file]
web/MTrack/SCM/Hg.php [deleted file]
web/MTrack/SCM/Svn.php [deleted file]
web/MTrack/SCM/Svn/CommitHookBridge.php [deleted file]
web/MTrack/SCMAnnotation.php [deleted file]
web/MTrack/SCMEvent.php [deleted file]
web/MTrack/SCMFile.php [deleted file]
web/MTrack/SCMFileEvent.php [deleted file]
web/MTrack/SCMWorkingCopy.php [deleted file]
web/MTrack/SearchDB.php [deleted file]
web/MTrack/SearchResult.php [deleted file]
web/MTrack/Severity.php [deleted file]
web/MTrack/Snippet.php [deleted file]
web/MTrack/SyntaxHighlight.php [deleted file]
web/MTrack/TicketState.php [deleted file]
web/MTrack/Ticket_CustomField.php [deleted file]
web/MTrack/Ticket_CustomFields.php [deleted file]
web/MTrack/UUID.php [deleted file]
web/MTrack/Watch.php [deleted file]
web/MTrack/Wiki.php [deleted file]
web/MTrack/Wiki/HTMLFormatter.php [deleted file]
web/MTrack/Wiki/Item.php [deleted file]
web/MTrack/Wiki/OneLinerFormatter.php [deleted file]
web/MTrack/Wiki/Parser.php [deleted file]
web/MTrack/auth/http.php [deleted file]
web/MTrack/auth/openid.php [deleted file]
web/MTrack/cache.php [deleted file]
web/MTrack/hyperlight/cpp.php [deleted file]
web/MTrack/hyperlight/csharp.php [deleted file]
web/MTrack/hyperlight/css.php [deleted file]
web/MTrack/hyperlight/hyperlight.php [deleted file]
web/MTrack/hyperlight/iphp.php [deleted file]
web/MTrack/hyperlight/javascript.php [deleted file]
web/MTrack/hyperlight/perl.php [deleted file]
web/MTrack/hyperlight/php.php [deleted file]
web/MTrack/hyperlight/preg_helper.php [deleted file]
web/MTrack/hyperlight/python.php [deleted file]
web/MTrack/hyperlight/shell.php [deleted file]
web/MTrack/hyperlight/vb.php [deleted file]
web/MTrack/hyperlight/vibrant-ink.css [deleted file]
web/MTrack/hyperlight/wezterm.css [deleted file]
web/MTrack/hyperlight/wiki.php [deleted file]
web/MTrack/hyperlight/xml.php [deleted file]
web/MTrack/hyperlight/zenburn.css [deleted file]
web/MTrack/search/lucene.php [deleted file]
web/MTrack/search/solr.php [deleted file]
web/MTrack/web.php [deleted file]
web/MTrackWeb.php [deleted file]
web/MTrackWeb/Admin.php [deleted file]
web/MTrackWeb/Attachment.php [deleted file]
web/MTrackWeb/Avatar.php [deleted file]
web/MTrackWeb/Browse.php [deleted file]
web/MTrackWeb/Changeset.php [deleted file]
web/MTrackWeb/CreateSchema.php [deleted file]
web/MTrackWeb/Cron/send-notifications.php [deleted file]
web/MTrackWeb/Cron/update-search-index.php [deleted file]
web/MTrackWeb/DataObjects/Acl.php [deleted file]
web/MTrackWeb/DataObjects/Attachments.php [deleted file]
web/MTrackWeb/DataObjects/Change_audit.php [deleted file]
web/MTrackWeb/DataObjects/Changes.php [deleted file]
web/MTrackWeb/DataObjects/Classifications.php [deleted file]
web/MTrackWeb/DataObjects/Components.php [deleted file]
web/MTrackWeb/DataObjects/Components_by_project.php [deleted file]
web/MTrackWeb/DataObjects/Effort.php [deleted file]
web/MTrackWeb/DataObjects/Group_membership.php [deleted file]
web/MTrackWeb/DataObjects/Groups.php [deleted file]
web/MTrackWeb/DataObjects/Keywords.php [deleted file]
web/MTrackWeb/DataObjects/Last_notification.php [deleted file]
web/MTrackWeb/DataObjects/MIGRATION_NOTES.txt [deleted file]
web/MTrackWeb/DataObjects/Milestones.php [deleted file]
web/MTrackWeb/DataObjects/Mtrack_schema.php [deleted file]
web/MTrackWeb/DataObjects/Priorities.php [deleted file]
web/MTrackWeb/DataObjects/Project_repo_link.php [deleted file]
web/MTrackWeb/DataObjects/Projects.php [deleted file]
web/MTrackWeb/DataObjects/Reports.php [deleted file]
web/MTrackWeb/DataObjects/Repos.php [deleted file]
web/MTrackWeb/DataObjects/Resolutions.php [deleted file]
web/MTrackWeb/DataObjects/Search_engine_state.php [deleted file]
web/MTrackWeb/DataObjects/Severities.php [deleted file]
web/MTrackWeb/DataObjects/Snippets.php [deleted file]
web/MTrackWeb/DataObjects/Ticket_changeset_hashes.php [deleted file]
web/MTrackWeb/DataObjects/Ticket_components.php [deleted file]
web/MTrackWeb/DataObjects/Ticket_keywords.php [deleted file]
web/MTrackWeb/DataObjects/Ticket_milestones.php [deleted file]
web/MTrackWeb/DataObjects/Tickets.php [deleted file]
web/MTrackWeb/DataObjects/Ticketstates.php [deleted file]
web/MTrackWeb/DataObjects/Useraliases.php [deleted file]
web/MTrackWeb/DataObjects/Userinfo.php [deleted file]
web/MTrackWeb/DataObjects/Watches.php [deleted file]
web/MTrackWeb/DataObjects/schema.sql [deleted file]
web/MTrackWeb/Events.php [deleted file]
web/MTrackWeb/File.php [deleted file]
web/MTrackWeb/Help.php [deleted file]
web/MTrackWeb/Hook/git.php [deleted file]
web/MTrackWeb/Hook/hg.php [deleted file]
web/MTrackWeb/Hook/svn.php [deleted file]
web/MTrackWeb/LinkHandler.php [deleted file]
web/MTrackWeb/Log.php [deleted file]
web/MTrackWeb/Milestone.php [deleted file]
web/MTrackWeb/OpenId.php [deleted file]
web/MTrackWeb/Preview.php [deleted file]
web/MTrackWeb/Query.php [deleted file]
web/MTrackWeb/Report.php [deleted file]
web/MTrackWeb/Reports.php [deleted file]
web/MTrackWeb/Roadmap.php [deleted file]
web/MTrackWeb/Setup/init.php [deleted file]
web/MTrackWeb/Setup/make-authorized-keys.php [deleted file]
web/MTrackWeb/Setup/schema-tool.php [deleted file]
web/MTrackWeb/Snippet.php [deleted file]
web/MTrackWeb/Ticket.php [deleted file]
web/MTrackWeb/Timeline.php [deleted file]
web/MTrackWeb/Tree.php [deleted file]
web/MTrackWeb/Watch.php [deleted file]
web/MTrackWeb/Wiki.php [deleted file]
web/MTrackWeb/templates/admin.html [deleted file]
web/MTrackWeb/templates/browse.html [deleted file]
web/MTrackWeb/templates/changeset.html [deleted file]
web/MTrackWeb/templates/file.html [deleted file]
web/MTrackWeb/templates/help.html [deleted file]
web/MTrackWeb/templates/images/js/mtrack.file.event.js [deleted file]
web/MTrackWeb/templates/images/js/mtrack.file.js [deleted file]
web/MTrackWeb/templates/images/js/mtrack.js [deleted file]
web/MTrackWeb/templates/images/js/mtrack.ticket.js [deleted file]
web/MTrackWeb/templates/images/js/mtrack.watch.js [deleted file]
web/MTrackWeb/templates/images/mtrack.changeset.css [deleted file]
web/MTrackWeb/templates/images/mtrack.log.css [deleted file]
web/MTrackWeb/templates/log.html [deleted file]
web/MTrackWeb/templates/master.html [deleted file]
web/MTrackWeb/templates/preview.html [deleted file]
web/MTrackWeb/templates/report.html [deleted file]
web/MTrackWeb/templates/reports.html [deleted file]
web/MTrackWeb/templates/ticket.html [deleted file]
web/MTrackWeb/templates/timeline.html [deleted file]
web/MTrackWeb/templates/tree.html [deleted file]
web/MTrackWeb/templates/watch.html [deleted file]
web/MTrackWeb/templates/wiki.html [deleted file]
web/Zend/Exception.php [deleted file]
web/Zend/Search/Exception.php [deleted file]
web/Zend/Search/Lucene.php [deleted file]
web/Zend/Search/Lucene/Analysis/Analyzer.php [deleted file]
web/Zend/Search/Lucene/Analysis/Analyzer/Common.php [deleted file]
web/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php [deleted file]
web/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php [deleted file]
web/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum.php [deleted file]
web/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php [deleted file]
web/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8.php [deleted file]
web/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php [deleted file]
web/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num.php [deleted file]
web/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php [deleted file]
web/Zend/Search/Lucene/Analysis/Token.php [deleted file]
web/Zend/Search/Lucene/Analysis/TokenFilter.php [deleted file]
web/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php [deleted file]
web/Zend/Search/Lucene/Analysis/TokenFilter/LowerCaseUtf8.php [deleted file]
web/Zend/Search/Lucene/Analysis/TokenFilter/ShortWords.php [deleted file]
web/Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php [deleted file]
web/Zend/Search/Lucene/Document.php [deleted file]
web/Zend/Search/Lucene/Document/Docx.php [deleted file]
web/Zend/Search/Lucene/Document/Exception.php [deleted file]
web/Zend/Search/Lucene/Document/Html.php [deleted file]
web/Zend/Search/Lucene/Document/OpenXml.php [deleted file]
web/Zend/Search/Lucene/Document/Pptx.php [deleted file]
web/Zend/Search/Lucene/Document/Xlsx.php [deleted file]
web/Zend/Search/Lucene/Exception.php [deleted file]
web/Zend/Search/Lucene/FSM.php [deleted file]
web/Zend/Search/Lucene/FSMAction.php [deleted file]
web/Zend/Search/Lucene/Field.php [deleted file]
web/Zend/Search/Lucene/Index/DictionaryLoader.php [deleted file]
web/Zend/Search/Lucene/Index/DocsFilter.php [deleted file]
web/Zend/Search/Lucene/Index/FieldInfo.php [deleted file]
web/Zend/Search/Lucene/Index/SegmentInfo.php [deleted file]
web/Zend/Search/Lucene/Index/SegmentMerger.php [deleted file]
web/Zend/Search/Lucene/Index/SegmentWriter.php [deleted file]
web/Zend/Search/Lucene/Index/SegmentWriter/DocumentWriter.php [deleted file]
web/Zend/Search/Lucene/Index/SegmentWriter/StreamWriter.php [deleted file]
web/Zend/Search/Lucene/Index/Term.php [deleted file]
web/Zend/Search/Lucene/Index/TermInfo.php [deleted file]
web/Zend/Search/Lucene/Index/TermsPriorityQueue.php [deleted file]
web/Zend/Search/Lucene/Index/TermsStream/Interface.php [deleted file]
web/Zend/Search/Lucene/Index/Writer.php [deleted file]
web/Zend/Search/Lucene/Interface.php [deleted file]
web/Zend/Search/Lucene/LockManager.php [deleted file]
web/Zend/Search/Lucene/MultiSearcher.php [deleted file]
web/Zend/Search/Lucene/PriorityQueue.php [deleted file]
web/Zend/Search/Lucene/Proxy.php [deleted file]
web/Zend/Search/Lucene/Search/BooleanExpressionRecognizer.php [deleted file]
web/Zend/Search/Lucene/Search/Highlighter/Default.php [deleted file]
web/Zend/Search/Lucene/Search/Highlighter/Interface.php [deleted file]
web/Zend/Search/Lucene/Search/Query.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Boolean.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Empty.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Fuzzy.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Insignificant.php [deleted file]
web/Zend/Search/Lucene/Search/Query/MultiTerm.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Phrase.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Preprocessing.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Preprocessing/Fuzzy.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Preprocessing/Phrase.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Preprocessing/Term.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Range.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Term.php [deleted file]
web/Zend/Search/Lucene/Search/Query/Wildcard.php [deleted file]
web/Zend/Search/Lucene/Search/QueryEntry.php [deleted file]
web/Zend/Search/Lucene/Search/QueryEntry/Phrase.php [deleted file]
web/Zend/Search/Lucene/Search/QueryEntry/Subquery.php [deleted file]
web/Zend/Search/Lucene/Search/QueryEntry/Term.php [deleted file]
web/Zend/Search/Lucene/Search/QueryHit.php [deleted file]
web/Zend/Search/Lucene/Search/QueryLexer.php [deleted file]
web/Zend/Search/Lucene/Search/QueryParser.php [deleted file]
web/Zend/Search/Lucene/Search/QueryParserContext.php [deleted file]
web/Zend/Search/Lucene/Search/QueryParserException.php [deleted file]
web/Zend/Search/Lucene/Search/QueryToken.php [deleted file]
web/Zend/Search/Lucene/Search/Similarity.php [deleted file]
web/Zend/Search/Lucene/Search/Similarity/Default.php [deleted file]
web/Zend/Search/Lucene/Search/Weight.php [deleted file]
web/Zend/Search/Lucene/Search/Weight/Boolean.php [deleted file]
web/Zend/Search/Lucene/Search/Weight/Empty.php [deleted file]
web/Zend/Search/Lucene/Search/Weight/MultiTerm.php [deleted file]
web/Zend/Search/Lucene/Search/Weight/Phrase.php [deleted file]
web/Zend/Search/Lucene/Search/Weight/Term.php [deleted file]
web/Zend/Search/Lucene/Storage/Directory.php [deleted file]
web/Zend/Search/Lucene/Storage/Directory/Filesystem.php [deleted file]
web/Zend/Search/Lucene/Storage/File.php [deleted file]
web/Zend/Search/Lucene/Storage/File/Filesystem.php [deleted file]
web/Zend/Search/Lucene/Storage/File/Memory.php [deleted file]
web/Zend/Search/Lucene/TermStreamsPriorityQueue.php [deleted file]
web/admin/auth.php [deleted file]
web/admin/component.php [deleted file]
web/admin/customfield.php [deleted file]
web/admin/deleterepo.php [deleted file]
web/admin/enum.php [deleted file]
web/admin/forkrepo.php [deleted file]
web/admin/group.php [deleted file]
web/admin/importcsv.php [deleted file]
web/admin/logs.php [deleted file]
web/admin/project.php [deleted file]
web/admin/repo.php [deleted file]
web/admin/user.php [deleted file]
web/admin/watch.php [deleted file]
web/css/hyperlight/plain.css [deleted file]
web/css/hyperlight/vibrant-ink.css [deleted file]
web/css/hyperlight/wezterm.css [deleted file]
web/css/hyperlight/zenburn.css [deleted file]
web/css/markitup/bold.png [deleted file]
web/css/markitup/code.png [deleted file]
web/css/markitup/h1.png [deleted file]
web/css/markitup/h2.png [deleted file]
web/css/markitup/h3.png [deleted file]
web/css/markitup/h4.png [deleted file]
web/css/markitup/h5.png [deleted file]
web/css/markitup/h6.png [deleted file]
web/css/markitup/handle.png [deleted file]
web/css/markitup/italic.png [deleted file]
web/css/markitup/link.png [deleted file]
web/css/markitup/list-bullet.png [deleted file]
web/css/markitup/list-numeric.png [deleted file]
web/css/markitup/markitup-simple.css [deleted file]
web/css/markitup/menu.png [deleted file]
web/css/markitup/picture.png [deleted file]
web/css/markitup/preview.png [deleted file]
web/css/markitup/quotes.png [deleted file]
web/css/markitup/stroke.png [deleted file]
web/css/markitup/submenu.png [deleted file]
web/css/markitup/url.png [deleted file]
web/css/markitup/wiki.css [deleted file]
web/css/mtrack.css [deleted file]
web/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png [deleted file]
web/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png [deleted file]
web/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png [deleted file]
web/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png [deleted file]
web/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png [deleted file]
web/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png [deleted file]
web/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png [deleted file]
web/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png [deleted file]
web/css/smoothness/images/ui-icons_222222_256x240.png [deleted file]
web/css/smoothness/images/ui-icons_2e83ff_256x240.png [deleted file]
web/css/smoothness/images/ui-icons_454545_256x240.png [deleted file]
web/css/smoothness/images/ui-icons_888888_256x240.png [deleted file]
web/css/smoothness/images/ui-icons_cd0a0a_256x240.png [deleted file]
web/css/smoothness/jquery-ui-1.7.2.custom.css [deleted file]
web/css/ticket.css [deleted file]
web/help/ConfigIni [deleted file]
web/help/Install [deleted file]
web/help/Introduction [deleted file]
web/help/Links [deleted file]
web/help/Plugins [deleted file]
web/help/SSH [deleted file]
web/help/Searching [deleted file]
web/help/TicketQuery [deleted file]
web/help/TracReports [deleted file]
web/help/WikiFormatting [deleted file]
web/help/bin/Init [deleted file]
web/help/bin/Modify [deleted file]
web/help/plugin/AuthHTTP [deleted file]
web/help/plugin/CommitCheckNoEmpty [deleted file]
web/help/plugin/CommitCheckTimeRef [deleted file]
web/help/plugin/OpenID [deleted file]
web/help/plugin/Recaptcha [deleted file]
web/images/add.png [deleted file]
web/images/changeset.png [deleted file]
web/images/closedticket.png [deleted file]
web/images/default_avatar.png [deleted file]
web/images/editedticket.png [deleted file]
web/images/feed-icon-16x16.png [deleted file]
web/images/file.png [deleted file]
web/images/filedeny.png [deleted file]
web/images/folder.png [deleted file]
web/images/folderdeny.png [deleted file]
web/images/gradient-footer.png [deleted file]
web/images/gradient-header.png [deleted file]
web/images/logo_openid.png [deleted file]
web/images/milestone.png [deleted file]
web/images/newticket.png [deleted file]
web/images/parent.png [deleted file]
web/images/sort/asc.gif [deleted file]
web/images/sort/bg.gif [deleted file]
web/images/sort/desc.gif [deleted file]
web/images/treeview/file.gif [deleted file]
web/images/treeview/folder-closed.gif [deleted file]
web/images/treeview/folder.gif [deleted file]
web/images/treeview/minus.gif [deleted file]
web/images/treeview/plus.gif [deleted file]
web/images/treeview/treeview-black-line.gif [deleted file]
web/images/treeview/treeview-black.gif [deleted file]
web/images/treeview/treeview-default-line.gif [deleted file]
web/images/treeview/treeview-default.gif [deleted file]
web/images/treeview/treeview-famfamfam-line.gif [deleted file]
web/images/treeview/treeview-famfamfam.gif [deleted file]
web/images/treeview/treeview-gray-line.gif [deleted file]
web/images/treeview/treeview-gray.gif [deleted file]
web/images/treeview/treeview-red-line.gif [deleted file]
web/images/treeview/treeview-red.gif [deleted file]
web/images/user.png [deleted file]
web/images/wiki.png [deleted file]
web/index.php [deleted file]
web/js/excanvas.pack.js [deleted file]
web/js/jquery-1.4.2.min.js [deleted file]
web/js/jquery-ui-1.8.2.custom.min.js [deleted file]
web/js/jquery.MultiFile.pack.js [deleted file]
web/js/jquery.asmselect.js [deleted file]
web/js/jquery.cookie.js [deleted file]
web/js/jquery.flot.pack.js [deleted file]
web/js/jquery.markitup.js [deleted file]
web/js/jquery.metadata.js [deleted file]
web/js/jquery.tablesorter.js [deleted file]
web/js/jquery.timeago.js [deleted file]
web/js/jquery.treeview.js [deleted file]
web/js/json2.js [deleted file]
web/mtrack.css [deleted file]
web/pear [deleted symlink]
web/search.php [deleted file]
web/templates/browse.html [deleted file]
web/templates/file.html [deleted file]
web/templates/ticket_edit.html [deleted file]
web/templates/tree.html [deleted file]
web/templates/watch.html [deleted file]
web/timeline.php [deleted file]
web/user.php [deleted file]