# # ChangeLog for server/trunk/web/root/templates/html/explorer # # Generated by Trac 1.0.1 # 06/13/24 01:05:58 Thu, 23 Dec 2010 12:50:48 GMT grenoya [172] * server/trunk/web/root/static/sophie.css (modified) * server/trunk/web/root/templates/html/explorer/index.html (modified) * server/trunk/web/root/templates/html/search/adv_search.tt (modified) - improvement of explorer page Tue, 21 Dec 2010 20:02:45 GMT grenoya [169] * server/trunk/web/root/templates/html/explorer/index.html (modified) * server/trunk/web/root/templates/html/login/index.html (modified) * server/trunk/web/root/templates/html/search/results.html (modified) * server/trunk/web/root/templates/html/search/simple_search.tt (modified) - fix mistakes introduced in r154 Mon, 20 Dec 2010 21:53:16 GMT grenoya [154] * server/trunk/web/root/templates/html/distrib/distrib.tt (modified) * server/trunk/web/root/templates/html/distrib/list_release.tt (modified) * server/trunk/web/root/templates/html/distrib/media.tt (modified) * server/trunk/web/root/templates/html/distrib/rpm_by_name.html (modified) * server/trunk/web/root/templates/html/distrib/rpm_by_name.tt (modified) * server/trunk/web/root/templates/html/distrib/srpm_by_name.html (modified) * server/trunk/web/root/templates/html/distrib/srpm_by_name.tt (modified) * server/trunk/web/root/templates/html/explorer/index.html (modified) * server/trunk/web/root/templates/html/rpms/menu.tt (modified) * server/trunk/web/root/templates/html/search/results.html (modified) * server/trunk/web/root/templates/html/search/simple_search.tt (modified) * server/trunk/web/root/templates/html/sources/index.html (modified) * server/trunk/web/root/templates/html/sources/rpm_sources_file_pkg.html (modified) * server/trunk/web/root/templates/includes/rpmslist.tt (modified) - add some more Id line and keywords Tue, 07 Dec 2010 23:43:45 GMT nanardon [95] * server/trunk/web/lib/Sophie/Controller/0Explorer.pm (modified) * server/trunk/web/root/templates/html/explorer/index.html (modified) - add filter over file in explorer page Sun, 05 Dec 2010 20:04:15 GMT nanardon [80] * server/trunk/web/lib/Sophie/Controller/Search.pm (modified) * server/trunk/web/root/templates/html/explorer/index.html (modified) - add rpm search by dated Sun, 05 Dec 2010 16:43:24 GMT nanardon [77] * server/trunk/web/lib/Sophie.pm (modified) * server/trunk/web/lib/Sophie/Controller/Ajax (added) * server/trunk/web/lib/Sophie/Controller/Ajax/Forms.pm (added) * server/trunk/web/lib/Sophie/Controller/Chat/Cmd.pm (modified) * server/trunk/web/lib/Sophie/Controller/Explorer.pm (modified) * server/trunk/web/lib/Sophie/Controller/Root.pm (modified) * server/trunk/web/root/templates/html/ajax (added) * server/trunk/web/root/templates/html/ajax/forms (added) * server/trunk/web/root/templates/html/ajax/forms/distribselect.tt (added) * server/trunk/web/root/templates/html/explorer/index.html (modified) * server/trunk/web/t/controller_Ajax-Forms.t (added) * server/trunk/web/t/controller_Distrib.t (modified) - add distrib selection to explorer Mon, 29 Nov 2010 14:22:53 GMT nanardon [50] * server/trunk/web/lib/Sophie/Controller/404.pm (added) * server/trunk/web/lib/Sophie/Controller/Distrib.pm (modified) * server/trunk/web/lib/Sophie/Controller/Root.pm (modified) * server/trunk/web/lib/Sophie/Controller/Rpms.pm (modified) * server/trunk/web/root/templates/html/distrib/rpm_by_name.html (added) * server/trunk/web/root/templates/html/distrib/rpm_by_name.tt (added) * server/trunk/web/root/templates/html/distrib/srpm_by_name.html (added) * server/trunk/web/root/templates/html/distrib/srpm_by_name.tt (added) * server/trunk/web/root/templates/html/explorer/index.html (modified) * server/trunk/web/root/templates/html/rpms/rpms.tt (modified) * server/trunk/web/root/templates/includes/header.tt (modified) * server/trunk/web/t/controller_404.t (added) - add view of rpms over distrib add path inside website Sat, 27 Nov 2010 16:38:12 GMT nanardon [40] * server/trunk/web/lib/Sophie/Base/Result/Rpms.pm (modified) * server/trunk/web/lib/Sophie/Controller/Explorer.pm (modified) * server/trunk/web/lib/Sophie/Controller/Rpms.pm (modified) * server/trunk/web/lib/Sophie/Controller/Search.pm (modified) * server/trunk/web/root/templates/html/0explorer/file.tt (modified) * server/trunk/web/root/templates/html/explorer/index.html (modified) * server/trunk/web/root/templates/includes/header.tt (modified) * server/trunk/web/sophie.conf.in (modified) - search function take into account search spec - add fts over ... Fri, 26 Nov 2010 02:10:18 GMT nanardon [38] * server/trunk/web/lib/Sophie/Controller/0Explorer.pm (added) * server/trunk/web/lib/Sophie/Controller/Chat (added) * server/trunk/web/lib/Sophie/Controller/Chat.pm (modified) * server/trunk/web/lib/Sophie/Controller/Chat/Cmd.pm (added) * server/trunk/web/lib/Sophie/Controller/Explorer.pm (added) * server/trunk/web/lib/Sophie/Model/Chat.pm (deleted) * server/trunk/web/root/static/controls.js (added) * server/trunk/web/root/static/dragdrop.js (added) * server/trunk/web/root/static/effects.js (added) * server/trunk/web/root/static/prototype.js (added) * server/trunk/web/root/templates/html/0explorer (added) * server/trunk/web/root/templates/html/0explorer/dir.tt (added) * server/trunk/web/root/templates/html/0explorer/file.tt (added) * server/trunk/web/root/templates/html/explorer (added) * server/trunk/web/root/templates/html/explorer/index.html (added) * server/trunk/web/root/templates/includes/header.tt (modified) * server/trunk/web/t/controller_0Explorer.t (added) * server/trunk/web/t/controller_Admin.t (added) * server/trunk/web/t/controller_Chat-Cmd.t (added) * server/trunk/web/t/controller_Login.t (added) * server/trunk/web/t/model_Chat.t (deleted) * server/trunk/web/t/view_Json.t (added) - start explorer page - some function in Chat/