# # ChangeLog for server/trunk/web/lib/Sophie/Controller/Explorer.pm # # Generated by Trac 1.0.1 # 06/01/24 09:20:25 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 Sun, 28 Nov 2010 18:30:07 GMT nanardon [43] * server/trunk/web/lib/Sophie/Base/Result/Files.pm (modified) * server/trunk/web/lib/Sophie/Controller/0Explorer.pm (modified) * server/trunk/web/lib/Sophie/Controller/Explorer.pm (modified) * server/trunk/web/lib/Sophie/Controller/Search.pm (modified) * server/trunk/web/root/templates/html/search (added) * server/trunk/web/root/templates/html/search/index.html (added) * server/trunk/web/root/templates/html/search/results.tt (added) * server/trunk/web/root/templates/html/search/simple_search.tt (added) * server/trunk/web/root/templates/includes/header.tt (modified) - add search functions 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/