source: branches/1.0/LATMOS-Accounts-Web/MANIFEST @ 971

Last change on this file since 971 was 757, checked in by nanardon, 14 years ago
  • 0.0.10
File size: 3.8 KB
Line 
1Changes
2Makefile.PL
3README
4etc/httpd/latmos-accounts-web.conf
5etc/init.d/latmos-accounts-web
6inc/Module/AutoInstall.pm
7inc/Module/Install/AutoInstall.pm
8inc/Module/Install/Base.pm
9inc/Module/Install/Can.pm
10inc/Module/Install/Catalyst.pm
11inc/Module/Install/Fetch.pm
12inc/Module/Install/Include.pm
13inc/Module/Install/Makefile.pm
14inc/Module/Install/Metadata.pm
15inc/Module/Install/Scripts.pm
16inc/Module/Install/Win32.pm
17inc/Module/Install/WriteAll.pm
18inc/Module/Install.pm
19latmos-accounts-web.spec.in
20latmos_accounts_web.yml.in
21lib/Catalyst/Authentication/Credential/La.pm
22lib/LATMOS/Accounts/Web/Controller/Ajax.pm
23lib/LATMOS/Accounts/Web/Controller/Aliases.pm
24lib/LATMOS/Accounts/Web/Controller/Create.pm
25lib/LATMOS/Accounts/Web/Controller/Groups.pm
26lib/LATMOS/Accounts/Web/Controller/MassEdit.pm
27lib/LATMOS/Accounts/Web/Controller/Root.pm
28lib/LATMOS/Accounts/Web/Controller/Sites.pm
29lib/LATMOS/Accounts/Web/Controller/Users.pm
30lib/LATMOS/Accounts/Web/Controller.pm
31lib/LATMOS/Accounts/Web/Model/Accounts.pm
32lib/LATMOS/Accounts/Web/Model/AttrFilter.pm
33lib/LATMOS/Accounts/Web/Model/AttrForms.pm
34lib/LATMOS/Accounts/Web/View/TT.pm
35lib/LATMOS/Accounts/Web/View/TTpart.pm
36lib/LATMOS/Accounts/Web.pm
37root/favicon.ico
38root/html/ajax/attrvalues.tt
39root/html/ajax/check_new_name.tt
40root/html/ajax/check_ug_validity.tt
41root/html/ajax/cracklib.tt
42root/html/ajax/objattrexist.tt
43root/html/ajax/objexist.tt
44root/html/ajax/rawattr.tt
45root/html/aliases/index.tt
46root/html/create/group.tt
47root/html/create/user.tt
48root/html/default.tt
49root/html/departments/default.tt
50root/html/departments/index.tt
51root/html/departments/menu.tt
52root/html/groups/default.tt
53root/html/groups/index.tt
54root/html/groups/menu.tt
55root/html/groups/users.tt
56root/html/includes/filter.tt
57root/html/includes/footer.tt
58root/html/includes/form.tt
59root/html/includes/header.tt
60root/html/includes/obj_prev_next.tt
61root/html/login.tt
62root/html/logout.tt
63root/html/massedit/index.tt
64root/html/no_object.tt
65root/html/sites/default.tt
66root/html/sites/index.tt
67root/html/sites/menu.tt
68root/html/users/address.tt
69root/html/users/address_form.tt
70root/html/users/address_list.tt
71root/html/users/addresses.tt
72root/html/users/default.tt
73root/html/users/groups.tt
74root/html/users/index.tt
75root/html/users/mail.tt
76root/html/users/menu.tt
77root/html/users/passwd.tt
78root/static/icons/arrow-right.png
79root/static/icons/dialog-cancel.png
80root/static/icons/user-group-delete.png
81root/static/icons/user-group-new.png
82root/static/icons/user-group-properties.png
83root/static/icons/user-properties.png
84root/static/icons/view-calendar-day.png
85root/static/images/btn_120x50_built.png
86root/static/images/btn_120x50_built_shadow.png
87root/static/images/btn_120x50_powered.png
88root/static/images/btn_120x50_powered_shadow.png
89root/static/images/btn_88x31_built.png
90root/static/images/btn_88x31_built_shadow.png
91root/static/images/btn_88x31_powered.png
92root/static/images/btn_88x31_powered_shadow.png
93root/static/images/catalyst_logo.png
94root/static/images/contact-new.png
95root/static/images/dialog-cancel.png
96root/static/images/dialog-ok-apply.png
97root/static/images/edit-delete.png
98root/static/images/mail-mark-important.png
99root/static/images/process-stop.png
100root/static/images/view-media-artist.png
101root/static/images/view-pim-contacts.png
102root/static/js/CalendarPopup.js
103root/static/js/controls.js
104root/static/js/dragdrop.js
105root/static/js/effects.js
106root/static/js/prototype.js
107root/static/style.css
108script/latmos_accounts_web_cgi.pl
109script/latmos_accounts_web_create.pl
110script/latmos_accounts_web_fastcgi.pl
111script/latmos_accounts_web_server.pl
112script/latmos_accounts_web_test.pl
113t/01app.t
114t/02pod.t
115t/03podcoverage.t
116t/controller_Ajax.t
117t/controller_Aliases.t
118t/controller_Create.t
119t/controller_Groups.t
120t/controller_MassEdit.t
121t/controller_Sites.t
122t/controller_Users.t
123t/model_Accounts.t
124t/model_AttrForms.t
125t/view_TT.t
126t/view_TTpart.t
Note: See TracBrowser for help on using the repository browser.